version 1.78, 2000/02/01 10:12:47 |
version 1.80, 2000/02/08 21:16:15 |
|
|
## $OpenXM: OpenXM/src/Makefile,v 1.77 2000/02/01 09:59:42 takayama Exp $ |
## $OpenXM: OpenXM/src/Makefile,v 1.79 2000/02/08 12:03:39 takayama Exp $ |
|
|
OPENXM_CONTRIB=../../OpenXM_contrib |
OPENXM_CONTRIB=../../OpenXM_contrib |
LIBDIR=../lib |
LIBDIR=../lib |
Line 167 configure-links: |
|
Line 167 configure-links: |
|
ln -f -s $(OPENXM_CONTRIB)/gmp gmp |
ln -f -s $(OPENXM_CONTRIB)/gmp gmp |
|
|
configure-oxmath: |
configure-oxmath: |
(cd ox_math; ./configure) |
(cd ox_math; ./make-configure) |
|
|
configure-pari: |
configure-pari: |
(cd pari ; make configure) |
(cd pari ; make configure) |
|
|
generate-source-distribution : generate-source-distribution-kxx |
generate-source-distribution : generate-source-distribution-kxx \ |
|
generate-source-distribution-ox_toolkit |
|
|
generate-source-distribution-kxx : |
generate-source-distribution-kxx : |
(cd kxx ; rm -f .configure_done Makefile ; autoconf) |
(cd kxx ; rm -f .configure_done Makefile ; autoconf) |
|
generate-source-distribution-ox_toolkit : |
|
(cd ox_toolkit ; rm -f Makefile ; autoconf) |
|
|
clean-rc : |
clean-rc : |
(cd $(RCDIR) ; make clean ) |
(cd $(RCDIR) ; make clean ) |