[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.5 and 1.7

version 1.5, 2000/03/11 05:01:47 version 1.7, 2000/03/15 14:16:38
Line 1 
Line 1 
 # -*- mode: Makefile -*-  # -*- mode: Makefile -*-
 # $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.4 2000/03/08 06:43:29 ohara Exp $  # $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.6 2000/03/13 06:27:48 ohara Exp $
   
 OpenXM_HOME=../..  OpenXM_HOME=../..
   
 PREFIX    = @prefix@  PREFIX    = @prefix@
 SYS       = @ml_system@  SYS       = @ml_system@
 ADDONSDIR = ${PREFIX}/mathematica/AddOns/MathLink/DevelopersKits/${SYS}/CompilerAdditions  ADDONSDIR = /usr/local/mathematica/AddOns/MathLink/DevelopersKits/${SYS}/CompilerAdditions
 MPREP     = ${ADDONSDIR}/mprep  MPREP     = ${ADDONSDIR}/mprep
   
 LN        = @LN_S@  LN        = @LN_S@
Line 13  CC        = @CC@
Line 13  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}/lib -lox -lgmp -L${ADDONSDIR} -lML -lm  LIBS      = @LIBS@ -L${OpenXM_HOME}/lib -lox -lgmp -L${ADDONSDIR} -lML -lm
 STATIC_LINK_FLAGS = -static  STATIC_LINK_FLAGS = @static_link_flags@
   
   
 BINARIES  = ox_math math2ox  BINARIES  = ox_math math2ox
 INSTALL   = @INSTALL@  INSTALL   = @INSTALL@

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.7

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