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

version 1.3, 1999/11/03 10:56:40 version 1.4, 1999/11/05 08:41:19
Line 1 
Line 1 
 # -*- mode: Makefile; coding: euc-japan -*-  # -*- mode: Makefile; coding: euc-japan -*-
 # $OpenXM: OpenXM/src/ox_math/Makefile.linux,v 1.2 1999/11/02 06:11:57 ohara Exp $  # $OpenXM: OpenXM/src/ox_math/Makefile.linux,v 1.3 1999/11/03 10:56:40 ohara Exp $
   
 #  #
 PREFIX=/usr/local  PREFIX=/usr/local
Line 18  GMPSRC = ${PREFIX}/lib
Line 18  GMPSRC = ${PREFIX}/lib
 #GMPINC = -I${GMPSRC}  #GMPINC = -I${GMPSRC}
 GMPINC = -I${PREFIX}/include  GMPINC = -I${PREFIX}/include
   
 # CDEFS = -DDEBUG -DSTREAM_PIPE  
 CDEFS  = -DDEBUG  CDEFS  = -DDEBUG
 INCDIR = -I${ADDONSDIR} ${GMPINC}  INCDIR = -I${ADDONSDIR} ${GMPINC}
 LIBDIR = -L${ADDONSDIR} -L.  LIBDIR = -L${ADDONSDIR} -L.
Line 73  math2.c: math2.tm
Line 72  math2.c: math2.tm
         -rm -f $@          -rm -f $@
         ${MPREP} $? > $@          ${MPREP} $? > $@
   
 install-openXM-bin: ox_math math2ox  install-openXM-bin: ox_math math2ox testclient bconv
         install -c -m 755 ox_math math2ox testclient bconv ${OpenXM_HOME}/bin/          install -c -m 755 ox_math math2ox testclient bconv ${OpenXM_HOME}/bin/
   
 clean:  clean:

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

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