[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_math

Diff for /OpenXM/src/ox_math/Makefile.in between version 1.14 and 1.20

version 1.14, 2003/02/04 14:21:17 version 1.20, 2005/03/03 06:48:15
Line 1 
Line 1 
 # -*- mode: Makefile -*-  # -*- mode: Makefile -*-
 # $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.13 2003/01/15 05:13:10 ohara Exp $  # $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.19 2005/02/09 07:13:49 ohara Exp $
   
 OpenXM_HOME=../..  OpenXM_HOME=../..
   
Line 10  MPREP     = ${ADDONSDIR}/mprep
Line 10  MPREP     = ${ADDONSDIR}/mprep
   
 LN        = @LN_S@  LN        = @LN_S@
 CC        = @CC@  CC        = @CC@
 DEFS      = -DDEBUG  DEFS      = @DEFS@
 CFLAGS    = -g -O2 ${DEFS} -I${ADDONSDIR} -I${OpenXM_HOME}/include  CFLAGS    = -g -O2 ${DEFS} -I${ADDONSDIR} -I${OpenXM_HOME}/include
 LIBS      = @LIBS@ -L${OpenXM_HOME}/lib -lox -lgmp -L${ADDONSDIR} -lML -lm  LIBS      = @LIBS@ -L${OpenXM_HOME}/lib -lox -lgc -L${ADDONSDIR} -lML -lm -lgmp
 STATIC_LINK_FLAGS = @static_link_flags@  # STATIC_LINK_FLAGS = @static_link_flags@
 TM_C      = math2.c int.c  TM_C      = math2.c int.c
   
 BINARIES  = ox_math math2ox test1 test2  BINARIES  = ox_math math2ox test1 test2
Line 28  INSTALL_PROGRAM = @INSTALL_PROGRAM@
Line 28  INSTALL_PROGRAM = @INSTALL_PROGRAM@
   
 all: ${BINARIES}  all: ${BINARIES}
   
   math2.o: math2.c
   int.o: int.c
   
 test1: test1.o mlo.o  test1: test1.o mlo.o
         ${CC} ${CFLAGS} ${STATIC_LINK_FLAGS} -o $@ test1.o mlo.o ${LIBS}          ${CC} ${CFLAGS} ${STATIC_LINK_FLAGS} -o $@ test1.o mlo.o ${LIBS}
   
Line 70  clean:
Line 73  clean:
         -rm -f *.o *~ ${TM_C} ${BINARIES}          -rm -f *.o *~ ${TM_C} ${BINARIES}
   
 distclean: clean  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
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.20

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