version 1.64, 2000/01/19 03:03:34 |
version 1.65, 2000/01/19 06:06:30 |
|
|
## $OpenXM: OpenXM/src/Makefile,v 1.63 2000/01/19 01:15:45 noro Exp $ |
## $OpenXM: OpenXM/src/Makefile,v 1.64 2000/01/19 03:03:34 noro Exp $ |
|
|
OPENXM_CONTRIB=../../OpenXM_contrib |
OPENXM_CONTRIB=../../OpenXM_contrib |
LIBDIR=../lib |
LIBDIR=../lib |
Line 113 distclean: clean |
|
Line 113 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-gmp configure-bin configure-asir \ |
configure: configure-links configure-bin 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-pari |
Line 150 configure-oxmath: |
|
Line 150 configure-oxmath: |
|
configure-pari: |
configure-pari: |
(cd pari ; make configure) |
(cd pari ; make configure) |
|
|
configure-gmp: |
|
(cd $(OPENXM_CONTRIB)/gmp ; rm -f .gmp_configured) |
|