version 1.66, 2000/01/19 07:30:34 |
version 1.72, 2000/01/24 11:20:29 |
|
|
## $OpenXM: OpenXM/src/Makefile,v 1.65 2000/01/19 06:06:30 takayama Exp $ |
## $OpenXM: OpenXM/src/Makefile,v 1.71 2000/01/24 11:01:13 takayama Exp $ |
|
|
OPENXM_CONTRIB=../../OpenXM_contrib |
OPENXM_CONTRIB=../../OpenXM_contrib |
LIBDIR=../lib |
LIBDIR=../lib |
BINDIR=../bin |
BINDIR=../bin |
|
RCDIR=../rc |
|
COPYRIGHTDIR=../Copyright |
|
|
all: configure all-asir all-gnuplot all-k097 all-kan96xx all-kxx \ |
all: configure all-asir all-gnuplot all-k097 all-kan96xx all-kxx \ |
all-pari all-phc all-openmath all-oxmath all-tigers |
all-pari all-phc all-openmath all-oxmath all-tigers |
|
|
all-tigers: |
all-tigers: |
(cd tigers ; make all) |
(cd tigers ; make all) |
|
|
|
all-misc : |
|
(cd ../rc ; make repl) |
|
(cd ../doc ; make all-install) |
|
(cd ../doc ; make all-spec) |
|
|
install: install-asir install-gnuplot install-k097 install-kan96xx \ |
install: install-asir install-gnuplot install-k097 install-kan96xx \ |
install-kxx install-openmath install-oxmath install-pari \ |
install-kxx install-openmath install-oxmath install-pari \ |
install-phc install-tigers install-asir-doc install-asir-contrib |
install-phc install-tigers install-asir-doc install-asir-contrib |
Line 76 install-openmath: all-openmath |
|
Line 83 install-openmath: all-openmath |
|
|
|
|
|
install-oxmath: all-oxmath |
install-oxmath: all-oxmath |
|
@if test -d /usr/local/mathematica ; then \ |
|
(cd ox_math ; make install) ; \ |
|
else \ |
|
echo -n "Warning: Mathematica is not found. " ; \ |
|
echo "ox_math will not be installed." ; \ |
|
fi |
|
-(cd ox_math/documents ; make install) |
|
-(cd ox_math/lib ; make install) |
|
|
install-pari: all-pari |
install-pari: all-pari |
(cd pari ; make install) |
(cd pari ; make install) |
Line 155 configure-oxmath: |
|
Line 170 configure-oxmath: |
|
|
|
configure-pari: |
configure-pari: |
(cd pari ; make configure) |
(cd pari ; make configure) |
|
|
|
clean-rc : |
|
(cd $(RCDIR) ; make clean ) |
|
all-Copyright : |
|
(cd $(COPYRIGHTDIR) ; make copy-copyright ) |
|
|
|
binary-dist : all-Copyright clean-rc all install all-misc |
|
|