[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.3 and 1.4

version 1.3, 2000/03/08 05:55:52 version 1.4, 2000/03/08 06:43:29
Line 1 
Line 1 
 # -*- mode: Makefile -*-  # -*- mode: Makefile -*-
 # $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.2 2000/02/14 09:35:00 ohara Exp $  # $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.3 2000/03/08 05:55:52 ohara Exp $
   
 OpenXM_HOME=../..  OpenXM_HOME=../..
   
Line 12  LN        = @LN_S@
Line 12  LN        = @LN_S@
 CC        = @CC@  CC        = @CC@
 DEFS      = -DDEBUG  DEFS      = -DDEBUG
 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} -lox -lgmp -L${ADDONSDIR} -lML -lm  LIBS      = @LIBS@ -L${OpenXM_HOME}/lib -lox -lgmp -L${ADDONSDIR} -lML -lm
   
 BINARIES  = ox_math math2ox  BINARIES  = ox_math math2ox
 INSTALL   = @INSTALL@  INSTALL   = @INSTALL@

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

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