=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Kan/Makefile.in,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- OpenXM/src/kan96xx/Kan/Makefile.in 2007/02/19 06:57:14 1.22 +++ OpenXM/src/kan96xx/Kan/Makefile.in 2016/09/19 07:50:02 1.23 @@ -1,4 +1,4 @@ -### $OpenXM: OpenXM/src/kan96xx/Kan/Makefile.in,v 1.21 2004/09/24 07:10:06 takayama Exp $ +### $OpenXM: OpenXM/src/kan96xx/Kan/Makefile.in,v 1.22 2007/02/19 06:57:14 takayama Exp $ # # depends on install-gmp, install-gc [install-asir-gc] # ( cd ../plugin ; make ) @@ -18,7 +18,9 @@ AR=@AR@ CC=@CC@ RANLIB=@RANLIB@ LIBS=@LIBS@ -LIBS2 = -L${OpenXM_lib} -lgmp -lgc -lox_pathfinder +LIBS2_SHARED = -L${OpenXM_lib} -lgmp -lgc -lox_pathfinder +LIBS2_STATIC = -L${OpenXM_lib} ${OpenXM_lib}/libgmp.a ${OpenXM_lib}/libgc.a -lox_pathfinder +LIBS2 = @LIBS2@ #GC = nogc.c #STATIC_LINK_FLAG = -static STATIC_LINK_FLAG =