version 1.48, 2000/01/09 16:15:05 |
version 1.50, 2000/01/09 16:25:20 |
|
|
## Type in make configure and make all to build all |
## Type in make configure and make all to build all |
## $OpenXM: OpenXM/src/Makefile,v 1.47 2000/01/09 16:10:08 maekawa Exp $ |
## $OpenXM: OpenXM/src/Makefile,v 1.49 2000/01/09 16:16:20 maekawa Exp $ |
|
|
all: configure all-kan96xx all-kxx all-tigers all-phc all-k097 \ |
all: configure all-kan96xx all-kxx all-tigers all-phc all-k097 \ |
all-pari all-asir all-gnuplot all-openmath all-oxmath |
all-pari all-asir all-gnuplot all-openmath all-oxmath |
Line 10 all-asir: configure-asir |
|
Line 10 all-asir: configure-asir |
|
all-gnuplot: configure-gnuplot |
all-gnuplot: configure-gnuplot |
(cd gnuplot ; make all ; make install) |
(cd gnuplot ; make all ; make install) |
|
|
|
all-k097: configure-k097 |
|
(cd k097 ; make all ; make install) |
|
|
all-kan96xx: configure-kan96xx |
all-kan96xx: configure-kan96xx |
(cd kan96xx ; make all) |
(cd kan96xx ; make all) |
|
|
all-kxx: configure-kxx |
all-kxx: configure-kxx |
(cd kxx ; make all ; make install2) |
(cd kxx ; make all ; make install2) |
|
|
all-k097: configure-k097 |
|
(cd k097 ; make all ; make install) |
|
|
|
all-openmath: |
all-openmath: |
@if ../misc/which.pl -s javac ; then \ |
@if ../misc/which.pl -s javac ; then \ |
(cd OpenMath ; make) ; \ |
(cd OpenMath ; make) ; \ |
|
|
(cd tigers ; make distclean) |
(cd tigers ; make distclean) |
|
|
configure: configure-links configure-asir configure-bin configure-gnuplot \ |
configure: configure-links configure-asir configure-bin configure-gnuplot \ |
configure-kan96xx configure-kxx configure-oxmath configure-pari |
configure-k097 configure-kan96xx configure-kxx configure-oxmath \ |
|
configure-pari |
|
|
configure-asir: install-pari |
configure-asir: install-pari |
(cd asir2000; make configure) |
(cd asir2000; make configure) |