version 1.98, 2000/12/15 06:20:37 |
version 1.100, 2000/12/20 11:12:52 |
|
|
## $OpenXM: OpenXM/src/Makefile,v 1.97 2000/11/17 04:47:20 takayama Exp $ |
## $OpenXM: OpenXM/src/Makefile,v 1.99 2000/12/16 05:58:34 takayama Exp $ |
|
|
OpenXM_HOME=../../OpenXM |
OpenXM_HOME=../../OpenXM |
OPENXM_CONTRIB=../../OpenXM_contrib |
OPENXM_CONTRIB=../../OpenXM_contrib |
Line 36 all-asir: configure-asir |
|
Line 36 all-asir: configure-asir |
|
fi |
fi |
|
|
all-gnuplot: configure-gnuplot |
all-gnuplot: configure-gnuplot |
(cd gnuplot ; make all) |
-(cd gnuplot ; make all) |
|
|
all-k097: configure-k097 all-kan96xx |
all-k097: configure-k097 all-kan96xx |
(cd k097 ; make all) |
(cd k097 ; make all) |
|
|
fi |
fi |
|
|
all-oxmath: configure-oxmath install-oxtoolkit |
all-oxmath: configure-oxmath install-oxtoolkit |
@if test -x /usr/local/bin/math ; then \ |
-@if test -x /usr/local/bin/math ; 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 108 install-asir: all-asir |
|
Line 108 install-asir: all-asir |
|
fi |
fi |
|
|
install-gnuplot: all-gnuplot |
install-gnuplot: all-gnuplot |
(cd gnuplot ; make install) |
-(cd gnuplot ; make install) |
|
|
install-k097: all-k097 |
install-k097: all-k097 |
(cd k097 ; make install) |
(cd k097 ; make install) |
Line 134 install-oxc: all-oxc |
|
Line 134 install-oxc: all-oxc |
|
(cd oxc; make install) |
(cd oxc; make install) |
|
|
install-oxmath: all-oxmath install-kxx |
install-oxmath: all-oxmath install-kxx |
@if test -x /usr/local/bin/math ; then \ |
-@if test -x /usr/local/bin/math ; 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. " ; \ |
|
|
(cd $(BINDIR) ; make configure) |
(cd $(BINDIR) ; make configure) |
|
|
configure-gnuplot: |
configure-gnuplot: |
(cd gnuplot ; make configure) |
-(cd gnuplot ; make configure) |
|
|
configure-k097: |
configure-k097: |
|
|