Return to Makefile CVS log | Up to [local] / OpenXM / src |
version 1.65, 2000/01/19 06:06:30 | version 1.67, 2000/01/19 12:05:59 | ||
---|---|---|---|
|
|
||
## $OpenXM: OpenXM/src/Makefile,v 1.64 2000/01/19 03:03:34 noro Exp $ | ## $OpenXM: OpenXM/src/Makefile,v 1.66 2000/01/19 07:30:34 takayama Exp $ | ||
OPENXM_CONTRIB=../../OpenXM_contrib | OPENXM_CONTRIB=../../OpenXM_contrib | ||
LIBDIR=../lib | LIBDIR=../lib | ||
|
|
||
all-tigers: | all-tigers: | ||
(cd tigers ; make all) | (cd tigers ; make all) | ||
all-misc : | |||
(cd ../rc ; make repl) | |||
(cd ../doc ; make all) | |||
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 | ||
|
|
||
(cd kxx ; make install) | (cd kxx ; make install) | ||
install-openmath: all-openmath | install-openmath: all-openmath | ||
(cd OpenMath ; make install) | @if ../misc/which.pl -s javac ; then \ | ||
(cd OpenMath ; make install) ; \ | |||
else \ | |||
echo -n "Warning: javac (java compiler) is not found " ; \ | |||
echo "in your search path. OpenMath will not be installed." ; \ | |||
fi | |||
install-oxmath: all-oxmath | install-oxmath: all-oxmath | ||
install-pari: all-pari | install-pari: all-pari | ||
|
|
||
configure-pari: | configure-pari: | ||
(cd pari ; make configure) | (cd pari ; make configure) | ||
dist : all install all-misc | |||