version 1.70, 2000/01/21 09:38:36 |
version 1.74, 2000/01/25 02:52:23 |
|
|
## $OpenXM: OpenXM/src/Makefile,v 1.69 2000/01/20 09:17:44 takayama Exp $ |
## $OpenXM: OpenXM/src/Makefile,v 1.73 2000/01/25 02:10:02 takayama Exp $ |
|
|
OPENXM_CONTRIB=../../OpenXM_contrib |
OPENXM_CONTRIB=../../OpenXM_contrib |
LIBDIR=../lib |
LIBDIR=../lib |
|
|
|
|
all-misc : |
all-misc : |
(cd ../rc ; make repl) |
(cd ../rc ; make repl) |
(cd ../doc ; make all) |
(cd ../doc ; make all-install) |
|
(cd ../doc ; make all-spec) |
|
|
install: install-asir install-gnuplot install-k097 install-kan96xx \ |
install: install-asir install-gnuplot install-k097 install-kan96xx \ |
install-kxx install-openmath install-oxmath install-pari \ |
install-kxx install-openmath install-oxmath install-pari \ |
|
|
all-Copyright : |
all-Copyright : |
(cd $(COPYRIGHTDIR) ; make copy-copyright ) |
(cd $(COPYRIGHTDIR) ; make copy-copyright ) |
|
|
dist : all-Copyright clean-rc all install all-misc |
binary-dist : all-Copyright clean-rc all install all-misc |
|
(cd ../bin ; rm -f asir ; ln -s ./ox_asir asir) |
|
(cd ../lib/asir ; rm -f ox_asir ox_launch ox_plot help ; ln -s ./asir ox_asir ; ln -s ./asir ox_launch ; ln -s ./asir ox_plot ; ln -s ./help-eg help) |
|
|
|
|