version 1.105, 2000/12/21 12:26:57 |
version 1.108, 2001/08/21 00:47:17 |
|
|
## $OpenXM: OpenXM/src/Makefile,v 1.104 2000/12/21 09:25:23 takayama Exp $ |
## $OpenXM: OpenXM/src/Makefile,v 1.107 2001/05/31 08:04:34 ohara Exp $ |
|
|
OpenXM_HOME=../../OpenXM |
OpenXM_HOME=../../OpenXM |
OPENXM_CONTRIB=../../OpenXM_contrib |
OPENXM_CONTRIB=../../OpenXM_contrib |
|
|
all-gmp: configure-gmp |
all-gmp: configure-gmp |
(if test ! -f .gmp_make_done ; then cd gmp ; make ; touch .gmp_make_done ; fi) ; |
(if test ! -f .gmp_make_done ; then cd gmp ; make ; touch .gmp_make_done ; fi) ; |
|
|
all-oxtoolkit: configure-oxtoolkit install-gmp install-kxx |
all-oxtoolkit: configure-oxtoolkit install-gmp install-gc install-kxx |
(cd ox_toolkit; make) |
(cd ox_toolkit; make) |
|
|
all-oxc: configure-oxc install-oxtoolkit |
all-oxc: configure-oxc install-oxtoolkit |
|
|
(cd asir-contrib ; make clean) |
(cd asir-contrib ; make clean) |
|
|
distclean: clean |
distclean: clean |
(cd $(BINDIR) ; make distclean) |
(cd uuencoded ; make distclean) |
-(cd $(OPENXM_CONTRIB)/gmp ; make distclean) |
-(cd $(OPENXM_CONTRIB)/gmp ; make distclean) |
(cd $(OPENXM_CONTRIB)/gc ; make clean ; /bin/rm -f *.a) |
(cd $(OPENXM_CONTRIB)/gc ; make clean ; /bin/rm -f *.a) |
(cd asir2000 ; make distclean) |
(cd asir2000 ; make distclean) |
|
|
fi |
fi |
|
|
configure-bin: |
configure-bin: |
(cd $(BINDIR) ; make configure) |
(cd uuencoded ; make configure) |
|
|
configure-gnuplot: |
configure-gnuplot: |
-(cd gnuplot ; make configure) |
-(cd gnuplot ; make configure) |
Line 308 post-install-correction-for-asir: |
|
Line 308 post-install-correction-for-asir: |
|
(cd ../bin ; ln -s ./asir ox_asir) |
(cd ../bin ; ln -s ./asir ox_asir) |
(cd ../lib/asir ; rm -f asir ; ln -s ../../bin/asir asir) |
(cd ../lib/asir ; rm -f asir ; ln -s ../../bin/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) |
(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) |
|
-(cd asir-doc ; make install-man-pages) |
|
|
install-all-asir-lib: |
install-all-asir-lib: |
(cd asir2000 ; make install-lib-small) |
(cd asir2000 ; make install-lib-small) |