=================================================================== RCS file: /home/cvs/OpenXM/src/ox_math/Makefile.in,v retrieving revision 1.16 retrieving revision 1.20 diff -u -p -r1.16 -r1.20 --- OpenXM/src/ox_math/Makefile.in 2003/03/23 21:56:11 1.16 +++ OpenXM/src/ox_math/Makefile.in 2005/03/03 06:48:15 1.20 @@ -1,5 +1,5 @@ # -*- mode: Makefile -*- -# $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.15 2003/03/10 10:35:50 ohara Exp $ +# $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.19 2005/02/09 07:13:49 ohara Exp $ OpenXM_HOME=../.. @@ -12,9 +12,8 @@ LN = @LN_S@ CC = @CC@ DEFS = @DEFS@ CFLAGS = -g -O2 ${DEFS} -I${ADDONSDIR} -I${OpenXM_HOME}/include -GMPLIB = @GMPLIB@ -LIBS = @LIBS@ -L${OpenXM_HOME}/lib -lox ${GMPLIB} -L${ADDONSDIR} -lML -lm -STATIC_LINK_FLAGS = @static_link_flags@ +LIBS = @LIBS@ -L${OpenXM_HOME}/lib -lox -lgc -L${ADDONSDIR} -lML -lm -lgmp +# STATIC_LINK_FLAGS = @static_link_flags@ TM_C = math2.c int.c BINARIES = ox_math math2ox test1 test2 @@ -74,5 +73,4 @@ clean: -rm -f *.o *~ ${TM_C} ${BINARIES} distclean: clean - -rm -f .configure_done configure config.cache config.log config.status Makefile - + -rm -f .configure_done config.cache config.log config.status Makefile