version 1.110, 2002/02/25 08:18:40 |
version 1.112, 2002/04/05 01:43:48 |
|
|
## $OpenXM: OpenXM/src/Makefile,v 1.109 2001/12/18 04:24:04 takayama Exp $ |
## $OpenXM: OpenXM/src/Makefile,v 1.111 2002/04/05 01:28:46 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 137 install-oxtoolkit: all-oxtoolkit |
|
Line 137 install-oxtoolkit: all-oxtoolkit |
|
install-oxc: all-oxc |
install-oxc: all-oxc |
(cd oxc; make install) |
(cd oxc; make install) |
|
|
install-oxmath: all-oxmath install-kxx |
install-oxmath: all-oxmath configure-util |
-@if test -x /usr/local/bin/math ; then \ |
-@if test -x /usr/local/bin/math ; then \ |
(cd ox_math ; make install) ; \ |
(cd ox_math ; make install) ; \ |
else \ |
else \ |
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 |
|
|
configure-include-make-dir: |
configure-include-make-dir: |
Line 255 configure-k097: configure-links |
|
Line 259 configure-k097: configure-links |
|
configure-kan96xx: configure-links |
configure-kan96xx: configure-links |
(cd kan96xx ; make configure) |
(cd kan96xx ; make configure) |
|
|
configure-kxx: |
configure-kxx: configure-util |
( cd kxx ; ./make-configure) |
( cd kxx ; ./make-configure) |
|
|
configure-links: configure-directory |
configure-links: configure-directory |