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

Diff for /OpenXM/src/ox_math/Makefile.linux between version 1.6 and 1.7

version 1.6, 1999/11/19 20:51:36 version 1.7, 1999/11/23 02:03:14
Line 1 
Line 1 
 # -*- mode: Makefile; coding: euc-japan -*-  # -*- mode: Makefile; coding: euc-japan -*-
 # $OpenXM: OpenXM/src/ox_math/Makefile.linux,v 1.5 1999/11/07 12:12:55 ohara Exp $  # $OpenXM: OpenXM/src/ox_math/Makefile.linux,v 1.6 1999/11/19 20:51:36 ohara Exp $
   
 #  #
 PREFIX=/usr/local  PREFIX=/usr/local
   
 MLINKDIR = ${PREFIX}/mathematica/AddOns/MathLink/DevelopersKits  MLINKDIR = ${PREFIX}/mathematica/AddOns/MathLink/DevelopersKits
 #SYS = Solaris  
 SYS = Linux  SYS = Linux
 ADDONSDIR = ${MLINKDIR}/${SYS}/CompilerAdditions  ADDONSDIR = ${MLINKDIR}/${SYS}/CompilerAdditions
 MPREP = ${ADDONSDIR}/mprep  MPREP = ${ADDONSDIR}/mprep
Line 13  MPREP = ${ADDONSDIR}/mprep
Line 12  MPREP = ${ADDONSDIR}/mprep
 # ADDONSDIR =  # ADDONSDIR =
   
 CC = gcc  CC = gcc
 #GMPSRC = ${OpenXM_HOME}/src/gmp  GMPSRC = ${OpenXM_HOME}/src/gmp
 GMPSRC = ${PREFIX}/lib  GMPINC = -I${GMPSRC}
 #GMPINC = -I${GMPSRC}  
 GMPINC = -I${PREFIX}/include  
   
 CDEFS  = -DDEBUG  CDEFS  = -DDEBUG
 INCDIR = -I${ADDONSDIR} ${GMPINC}  INCDIR = -I${ADDONSDIR} ${GMPINC}

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

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