=================================================================== RCS file: /home/cvs/OpenXM/src/Makefile,v retrieving revision 1.105 retrieving revision 1.108 diff -u -p -r1.105 -r1.108 --- OpenXM/src/Makefile 2000/12/21 12:26:57 1.105 +++ OpenXM/src/Makefile 2001/08/21 00:47:17 1.108 @@ -1,4 +1,4 @@ -## $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_CONTRIB=../../OpenXM_contrib @@ -21,7 +21,7 @@ all-gc: all-gmp: configure-gmp (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) all-oxc: configure-oxc install-oxtoolkit @@ -188,7 +188,7 @@ clean: (cd asir-contrib ; make clean) distclean: clean - (cd $(BINDIR) ; make distclean) + (cd uuencoded ; make distclean) -(cd $(OPENXM_CONTRIB)/gmp ; make distclean) (cd $(OPENXM_CONTRIB)/gc ; make clean ; /bin/rm -f *.a) (cd asir2000 ; make distclean) @@ -245,7 +245,7 @@ configure-asir: fi configure-bin: - (cd $(BINDIR) ; make configure) + (cd uuencoded ; make configure) configure-gnuplot: -(cd gnuplot ; make configure) @@ -308,6 +308,7 @@ post-install-correction-for-asir: (cd ../bin ; ln -s ./asir ox_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 asir-doc ; make install-man-pages) install-all-asir-lib: (cd asir2000 ; make install-lib-small)