Return to Makefile.linux CVS log | Up to [local] / OpenXM / src / ox_math |
version 1.3, 1999/11/03 10:56:40 | version 1.4, 1999/11/05 08:41:19 | ||
---|---|---|---|
|
|
||
# -*- 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 | ||
|
|
||
#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. | ||
|
|
||
-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: |