[BACK]Return to makeconf.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Kan

Diff for /OpenXM/src/kan96xx/Kan/makeconf.c between version 1.2 and 1.3

version 1.2, 2002/10/24 05:53:37 version 1.3, 2002/10/24 06:04:07
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kan96xx/Kan/makeconf.c,v 1.1 2001/05/20 07:48:19 takayama Exp $ */  /* $OpenXM: OpenXM/src/kan96xx/Kan/makeconf.c,v 1.2 2002/10/24 05:53:37 takayama Exp $ */
 #include <stdio.h>  #include <stdio.h>
 main() {  main() {
 #if defined(__CYGWIN__)  #if defined(__CYGWIN__)
   printf("s/@@@LIBGMP@@@/$(OpenXM_HOME)\\/lib\\/libgmp.a/\n");    printf("s/@@@LIBGMP@@@/$(OpenXM_HOME)\\/lib\\/libgmp.a/\n");
 #elif defined(sun)  #elif defined(sun)
   printf("s/@@@LIBGMP@@@/$(OpenXM_HOME)\\/lib\\/libgmp.so -L $(OpenXM_HOME)\\/lib/\n");    printf("s/@@@LIBGMP@@@/$(OpenXM_HOME)\\/lib\\/libgmp.a -L $(OpenXM_HOME)\\/lib/\n");
 #else  #else
   printf("s/@@@LIBGMP@@@/$(OpenXM_HOME)\\/lib\\/libgmp.so -Wl,--rpath -Wl,$(OpenXM_HOME)\\/lib/\n");    printf("s/@@@LIBGMP@@@/$(OpenXM_HOME)\\/lib\\/libgmp.so -Wl,--rpath -Wl,$(OpenXM_HOME)\\/lib/\n");
 #endif  #endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>