version 1.76, 2000/02/01 05:11:09 |
version 1.78, 2000/02/01 10:12:47 |
|
|
## $OpenXM: OpenXM/src/Makefile,v 1.75 2000/02/01 04:24:18 takayama Exp $ |
## $OpenXM: OpenXM/src/Makefile,v 1.77 2000/02/01 09:59:42 takayama Exp $ |
|
|
OPENXM_CONTRIB=../../OpenXM_contrib |
OPENXM_CONTRIB=../../OpenXM_contrib |
LIBDIR=../lib |
LIBDIR=../lib |
|
|
(cd gnuplot ; make clean) |
(cd gnuplot ; make clean) |
(cd k097 ; make clean) |
(cd k097 ; make clean) |
(cd kan96xx ; make clean) |
(cd kan96xx ; make clean) |
(cd kxx ; make clean) |
-(cd kxx ; make clean) |
(cd OpenMath ; make clean) |
(cd OpenMath ; make clean) |
# (cd ox_math ; make clean) |
-(cd ox_math ; make clean) |
(cd pari ; make clean) |
(cd pari ; make clean) |
(cd phc ; make clean) |
(cd phc ; make clean) |
(cd tigers ; make clean) |
(cd tigers ; make clean) |
Line 126 distclean: clean |
|
Line 126 distclean: clean |
|
(cd asir2000 ; make distclean) |
(cd asir2000 ; make distclean) |
(cd gnuplot ; make distclean) |
(cd gnuplot ; make distclean) |
(cd kan96xx ; make distclean) |
(cd kan96xx ; make distclean) |
|
-(cd kxx ; make distclean) |
(cd OpenMath ; make distclean) |
(cd OpenMath ; make distclean) |
(cd pari ; make distclean) |
(cd pari ; make distclean) |
(cd phc ; make distclean) |
(cd phc ; make distclean) |
Line 154 configure-kan96xx: |
|
Line 155 configure-kan96xx: |
|
(cd kan96xx ; make configure) |
(cd kan96xx ; make configure) |
|
|
configure-kxx: |
configure-kxx: |
(cd kxx ; make configure) |
( cd kxx ; ./make-configure) |
|
|
configure-links: |
configure-links: |
rm -f -r $(LIBDIR)/k097 $(LIBDIR)/sm1 SSkan bin gc gmp |
rm -f -r $(LIBDIR)/k097 $(LIBDIR)/sm1 SSkan bin gc gmp |
Line 170 configure-oxmath: |
|
Line 171 configure-oxmath: |
|
|
|
configure-pari: |
configure-pari: |
(cd pari ; make configure) |
(cd pari ; make configure) |
|
|
|
generate-source-distribution : generate-source-distribution-kxx |
|
|
|
generate-source-distribution-kxx : |
|
(cd kxx ; rm -f .configure_done Makefile ; autoconf) |
|
|
clean-rc : |
clean-rc : |
(cd $(RCDIR) ; make clean ) |
(cd $(RCDIR) ; make clean ) |