version 1.98, 2000/12/15 06:20:37 |
version 1.99, 2000/12/16 05:58:34 |
|
|
## $OpenXM: OpenXM/src/Makefile,v 1.97 2000/11/17 04:47:20 takayama Exp $ |
## $OpenXM: OpenXM/src/Makefile,v 1.98 2000/12/15 06:20:37 ohara Exp $ |
|
|
OpenXM_HOME=../../OpenXM |
OpenXM_HOME=../../OpenXM |
OPENXM_CONTRIB=../../OpenXM_contrib |
OPENXM_CONTRIB=../../OpenXM_contrib |
|
|
|
|
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. " ; \ |
echo "ox_math will not be compiled." ; \ |
echo "ox_math will not be compiled." ; \ |
Line 135 install-oxc: all-oxc |
|
Line 135 install-oxc: all-oxc |
|
|
|
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. " ; \ |
echo "ox_math will not be installed." ; \ |
echo "ox_math will not be installed." ; \ |