[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.18 and 1.19

version 1.18, 2003/09/10 16:00:09 version 1.19, 2005/02/09 07:13:49
Line 1 
Line 1 
 # -*- mode: Makefile -*-  # -*- mode: Makefile -*-
 # $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.17 2003/03/30 08:07:09 ohara Exp $  # $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.18 2003/09/10 16:00:09 ohara Exp $
   
 OpenXM_HOME=../..  OpenXM_HOME=../..
   
Line 13  CC        = @CC@
Line 13  CC        = @CC@
 DEFS      = @DEFS@  DEFS      = @DEFS@
 CFLAGS    = -g -O2 ${DEFS} -I${ADDONSDIR} -I${OpenXM_HOME}/include  CFLAGS    = -g -O2 ${DEFS} -I${ADDONSDIR} -I${OpenXM_HOME}/include
 GMPLIB    = @GMPLIB@  GMPLIB    = @GMPLIB@
 LIBS      = @LIBS@ -L${OpenXM_HOME}/lib -lox -lgc -L${ADDONSDIR} -lML -lm  LIBS      = @LIBS@ -L${OpenXM_HOME}/lib -lox -lgc -L${ADDONSDIR} -lML -lm ${GMPLIB}
 # STATIC_LINK_FLAGS = @static_link_flags@  # STATIC_LINK_FLAGS = @static_link_flags@
 TM_C      = math2.c int.c  TM_C      = math2.c int.c
   

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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