version 1.106, 2001/05/20 09:19:16 |
version 1.110, 2002/02/25 08:18:40 |
|
|
## $OpenXM: OpenXM/src/Makefile,v 1.105 2000/12/21 12:26:57 takayama Exp $ |
## $OpenXM: OpenXM/src/Makefile,v 1.109 2001/12/18 04:24:04 takayama Exp $ |
|
|
OpenXM_HOME=../../OpenXM |
OpenXM_HOME=../../OpenXM |
OPENXM_CONTRIB=../../OpenXM_contrib |
OPENXM_CONTRIB=../../OpenXM_contrib |
|
|
all-gmp: configure-gmp |
all-gmp: configure-gmp |
(if test ! -f .gmp_make_done ; then cd gmp ; make ; touch .gmp_make_done ; fi) ; |
(if test ! -f .gmp_make_done ; then cd gmp ; make ; touch .gmp_make_done ; fi) ; |
|
|
all-oxtoolkit: configure-oxtoolkit install-gmp install-kxx |
all-oxtoolkit: configure-oxtoolkit install-gmp install-gc install-kxx |
(cd ox_toolkit; make) |
(cd ox_toolkit; make) |
|
|
all-oxc: configure-oxc install-oxtoolkit |
all-oxc: configure-oxc install-oxtoolkit |
Line 48 all-kxx: configure-kxx all-kan96xx |
|
Line 48 all-kxx: configure-kxx all-kan96xx |
|
(cd kxx ; make all) |
(cd kxx ; make all) |
|
|
all-openmath: |
all-openmath: |
@if ../misc/which.pl -s javac ; then \ |
-@if ../misc/which.pl -s javac ; then \ |
(cd OpenMath ; make all) ; \ |
(cd OpenMath ; make all) ; \ |
else \ |
else \ |
echo -n "Warning: javac (java compiler) is not found " ; \ |
echo -n "Warning: javac (java compiler) is not found " ; \ |
Line 124 install-kxx: all-kxx |
|
Line 124 install-kxx: all-kxx |
|
(cd kxx ; make install) |
(cd kxx ; make install) |
|
|
install-openmath: all-openmath |
install-openmath: all-openmath |
@if ../misc/which.pl -s javac ; then \ |
-@if ../misc/which.pl -s javac ; then \ |
(cd OpenMath ; make install) ; \ |
(cd OpenMath ; make install) ; \ |
else \ |
else \ |
echo -n "Warning: javac (java compiler) is not found " ; \ |
echo -n "Warning: javac (java compiler) is not found " ; \ |
|
|
(cd asir-contrib ; make clean) |
(cd asir-contrib ; make clean) |
|
|
distclean: clean |
distclean: clean |
(cd $(BINDIR) ; make distclean) |
(cd uuencoded ; make distclean) |
-(cd $(OPENXM_CONTRIB)/gmp ; make distclean) |
-(cd $(OPENXM_CONTRIB)/gmp ; make distclean) |
(cd $(OPENXM_CONTRIB)/gc ; make clean ; /bin/rm -f *.a) |
(cd $(OPENXM_CONTRIB)/gc ; make clean ; /bin/rm -f *.a) |
(cd asir2000 ; make distclean) |
(cd asir2000 ; make distclean) |
|
|
fi |
fi |
|
|
configure-bin: |
configure-bin: |
(cd $(BINDIR) ; make configure) |
(cd uuencoded ; make configure) |
|
|
configure-gnuplot: |
configure-gnuplot: |
-(cd gnuplot ; make configure) |
-(cd gnuplot ; make configure) |
Line 258 configure-kan96xx: configure-links |
|
Line 258 configure-kan96xx: configure-links |
|
configure-kxx: |
configure-kxx: |
( cd kxx ; ./make-configure) |
( cd kxx ; ./make-configure) |
|
|
configure-links: |
configure-links: configure-directory |
-@if [ ! -f ./.configure-links-done ] ; then \ |
-@if [ ! -f ./.configure-links-done ] ; then \ |
rm -f -r $(LIBDIR)/k097 $(LIBDIR)/sm1 SSkan bin gc gmp ; \ |
rm -f -r $(LIBDIR)/k097 $(LIBDIR)/sm1 SSkan bin gc gmp ; \ |
(cd $(LIBDIR) ; ln -f -s ../src/k097 k097) ; \ |
(cd $(LIBDIR) ; ln -f -s ../src/k097 k097) ; \ |
Line 269 configure-links: |
|
Line 269 configure-links: |
|
ln -f -s $(OPENXM_CONTRIB)/gmp gmp ; \ |
ln -f -s $(OPENXM_CONTRIB)/gmp gmp ; \ |
mkdir ${OpenXM_HOME}/libexec ; \ |
mkdir ${OpenXM_HOME}/libexec ; \ |
touch ./.configure-links-done ;\ |
touch ./.configure-links-done ;\ |
|
fi |
|
|
|
configure-directory: |
|
-@if [ ! -d ../bin ] ; then \ |
|
mkdir ../bin ; \ |
fi |
fi |
|
|
configure-oxtoolkit: configure-include |
configure-oxtoolkit: configure-include |