version 1.136, 2004/02/26 23:29:46 |
version 1.138, 2004/06/14 09:07:32 |
|
|
## $OpenXM: OpenXM/src/Makefile,v 1.135 2004/02/23 11:38:36 takayama Exp $ |
## $OpenXM: OpenXM/src/Makefile,v 1.137 2004/03/25 01:52:18 takayama Exp $ |
|
|
OpenXM_HOME=.. |
OpenXM_HOME=.. |
OpenXM_contrib=../../OpenXM_contrib |
OpenXM_contrib=../../OpenXM_contrib |
Line 74 all-misc : install-util |
|
Line 74 all-misc : install-util |
|
|
|
all-rc: |
all-rc: |
(cd ../rc ; make ) |
(cd ../rc ; make ) |
all-util: |
all-util: configure-util |
(cd util ; make all) |
(cd util ; make all) |
|
|
install: install-oxtags install-util install-asir install-gnuplot \ |
install: install-oxtags install-util install-asir install-gnuplot \ |
Line 214 distclean: clean |
|
Line 214 distclean: clean |
|
$(BINDIR)/oxlog $(BINDIR)/oxweave $(BINDIR)/sm1 \ |
$(BINDIR)/oxlog $(BINDIR)/oxweave $(BINDIR)/sm1 \ |
$(LIBDIR)/k097 $(LIBDIR)/sm1 |
$(LIBDIR)/k097 $(LIBDIR)/sm1 |
|
|
configure: configure-asir \ |
configure: 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-gmp: |
configure-util: |
|
(cd util; ./make-configure) |
|
|
|
configure-gmp: install-util |
(cd gmp; make configure) |
(cd gmp; make configure) |
|
|
configure-asir: |
configure-asir: |