version 1.113, 2002/09/03 01:05:28 |
version 1.115, 2003/02/02 01:36:31 |
|
|
## $OpenXM: OpenXM/src/Makefile,v 1.112 2002/04/05 01:43:48 takayama Exp $ |
## $OpenXM: OpenXM/src/Makefile,v 1.114 2003/01/13 14:10:59 ohara Exp $ |
|
|
OpenXM_HOME=../../OpenXM |
OpenXM_HOME=../../OpenXM |
OPENXM_CONTRIB=../../OpenXM_contrib |
OPENXM_CONTRIB=../../OpenXM_contrib |
|
|
fi |
fi |
|
|
all-oxmath: configure-oxmath install-oxtoolkit |
all-oxmath: configure-oxmath install-oxtoolkit |
-@if test -x /usr/local/bin/math ; then \ |
-@if test -d /usr/local/mathematica ; then \ |
(cd ox_math ; make) ; \ |
(cd ox_math ; make) ; \ |
else \ |
else \ |
echo -n "Warning: Mathematica is not found. " ; \ |
echo -n "Warning: Mathematica is not found. " ; \ |
Line 93 install: install-asir install-gnuplot install-k097 ins |
|
Line 93 install: install-asir install-gnuplot install-k097 ins |
|
install-gc : all-gc |
install-gc : all-gc |
-@if test ! -f gc/.gc_installed ; \ |
-@if test ! -f gc/.gc_installed ; \ |
then \ |
then \ |
mkdir ../lib ; \ |
if test ! -d ../lib ; then mkdir ../lib ; fi ; \ |
cp gc/gc.a ../lib/libgc.a ; \ |
cp gc/gc.a ../lib/libgc.a ; \ |
fi |
fi |
@touch gc/.gc_installed |
@touch gc/.gc_installed |
Line 141 install-oxc: all-oxc |
|
Line 141 install-oxc: all-oxc |
|
(cd oxc; make install) |
(cd oxc; make install) |
|
|
install-oxmath: all-oxmath configure-util |
install-oxmath: all-oxmath configure-util |
-@if test -x /usr/local/bin/math ; then \ |
-@if test -d /usr/local/mathematica ; then \ |
(cd ox_math ; make install) ; \ |
(cd ox_math ; make install) ; \ |
else \ |
else \ |
echo -n "Warning: Mathematica is not found. " ; \ |
echo -n "Warning: Mathematica is not found. " ; \ |
Line 247 configure-gmp: configure-links |
|
Line 247 configure-gmp: configure-links |
|
(cd gmp ; ./configure --prefix=`pwd`/../../OpenXM; touch .gmp_configured) ; \ |
(cd gmp ; ./configure --prefix=`pwd`/../../OpenXM; touch .gmp_configured) ; \ |
fi |
fi |
|
|
configure-asir: |
configure-asir: configure-directory |
@if test -d $(OPENXM_CONTRIB2) ; then \ |
@if test -d $(OPENXM_CONTRIB2) ; then \ |
(cd asir2000 ; make configure) ; \ |
(cd asir2000 ; make configure) ; \ |
else \ |
else \ |
Line 293 configure-oxtoolkit: configure-include |
|
Line 293 configure-oxtoolkit: configure-include |
|
configure-oxc: configure-include |
configure-oxc: configure-include |
(cd oxc; ./make-configure) |
(cd oxc; ./make-configure) |
|
|
configure-oxmath: configure-include |
configure-oxmath: configure-include configure-directory |
(cd ox_math; ./make-configure) |
(cd ox_math; ./make-configure) |
|
|
configure-pari: |
configure-pari: |