version 1.109, 2001/12/18 04:24:04 |
version 1.111, 2002/04/05 01:28:46 |
|
|
## $OpenXM: OpenXM/src/Makefile,v 1.108 2001/08/21 00:47:17 takayama Exp $ |
## $OpenXM: OpenXM/src/Makefile,v 1.110 2002/02/25 08:18:40 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-gc install-kxx |
all-oxtoolkit: configure-oxtoolkit install-gmp install-gc configure-util |
(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 " ; \ |
Line 205 distclean: clean |
|
Line 205 distclean: clean |
|
$(BINDIR)/oxlog $(BINDIR)/oxweave $(BINDIR)/sm1 \ |
$(BINDIR)/oxlog $(BINDIR)/oxweave $(BINDIR)/sm1 \ |
$(LIBDIR)/k097 $(LIBDIR)/sm1 SSkan bin gc gmp |
$(LIBDIR)/k097 $(LIBDIR)/sm1 SSkan bin gc gmp |
|
|
configure: configure-links configure-include configure-bin configure-asir \ |
configure: configure-links configure-include configure-bin configure-util \ |
|
configure-asir \ |
configure-gnuplot \ |
configure-gnuplot \ |
configure-k097 configure-kan96xx configure-kxx configure-oxmath \ |
configure-k097 configure-kan96xx configure-kxx configure-oxmath \ |
configure-pari configure-gmp |
configure-pari configure-gmp |
|
|
|
configure-util: configure-directory |
|
(cd util; make install) |
|
|
configure-include: configure-include-make-dir ../include/ox/cmotag.h ../include/ox/oxMessageTag.h ../include/ox/smCommand.h |
configure-include: configure-include-make-dir ../include/ox/cmotag.h ../include/ox/oxMessageTag.h ../include/ox/smCommand.h |
|
|