=================================================================== RCS file: /home/cvs/OpenXM/src/Makefile,v retrieving revision 1.28 retrieving revision 1.154 diff -u -p -r1.28 -r1.154 --- OpenXM/src/Makefile 2000/01/07 19:36:51 1.28 +++ OpenXM/src/Makefile 2008/08/08 05:41:26 1.154 @@ -1,81 +1,274 @@ -## Type in make configure and make all to build all -## $OpenXM: OpenXM/src/Makefile,v 1.27 2000/01/07 19:35:24 maekawa Exp $ -all : all1 all-tigers all-phc all4 all-pari all-asir all-gnuplot all-openmath all-oxmath +## $OpenXM: OpenXM/src/Makefile,v 1.153 2007/03/18 04:52:38 noro Exp $ -all1 : - (cd kan96xx ; make all ) - (cd kan96xx ; make install2) - (cd kxx ; make all) - (cd kxx ; make install2) +OpenXM_HOME=.. +OpenXM_contrib2=../../OpenXM_contrib2 +LIBDIR=../lib +BINDIR=../bin +DOCDIR=../doc +RCDIR=../rc +COPYRIGHTDIR=../Copyright -all-asir: - (cd asir2000 ; xmkmf -a ; make ; make install ; make install2) +all: all-util all-gc all-gmp all-asir all-gnuplot all-k097 all-kan96xx \ + all-kxx all-pari all-phc all-openmath all-oxmath all-tigers all-fep all-phcpack all-oxcdd -all-gnuplot: - (cd gnuplot ; make all ; make install) +all-gc: install-util + (cd gc; ${MAKE} all) -all-oxmath: - @if test -d /usr/local/mathematica ; then \ - (cd ox_math ; make) ; \ +all-gmp: configure-gmp + (cd gmp; ${MAKE} all) + +all-oxtoolkit: configure-oxtoolkit install-gmp install-gc install-util install-kan96xx + (cd ox_toolkit; ${MAKE} all) + +all-oxc: configure-oxc install-oxtoolkit + (cd oxc; ${MAKE} all) + +all-asir: configure-asir install-pari + (cd asir2000; ${MAKE} all) + +all-gnuplot: configure-gnuplot + -(cd gnuplot; ${MAKE} all) + +all-k097: configure-k097 all-kan96xx all-kxx install-oxtags + (cd k097; ${MAKE} all) + +all-kan96xx: configure-kan96xx install-gc install-gmp install-util install-oxtags + (cd kan96xx; ${MAKE} all) + +all-kxx: configure-kxx all-kan96xx install-util install-oxtags + (cd kxx; ${MAKE} all) + +all-openmath: + -@if ../misc/which.pl -s javac; then \ + (cd OpenMath; ${MAKE} all); \ else \ - echo -n "Warning: Mathematica is not found. " ; \ - echo "ox_math will not be compiled." ; \ + echo -n "Warning: javac (java compiler) is not found "; \ + echo "in your search path. OpenMath will not be compiled."; \ fi -all-openmath: - @if ../misc/which.pl -s javac ; then \ - (cd OpenMath ; make) ; \ +all-oxmath: configure-oxmath install-oxtoolkit install-gc + -@if test -d /usr/local/mathematica; then \ + (cd ox_math; ${MAKE} all); \ else \ - echo -n "Warning: javac (java compiler) is not found " ; \ - echo "in your search path. OpenMath will not be compiled." ; \ + echo -n "Warning: Mathematica is not found. "; \ + echo "ox_math will not be compiled."; \ fi -all-pari: - (cd pari ; make install ; make install-lib-sta) - (cd pari ; ranlib ../../OpenXM/lib/libpari.a) +all-pari: configure-pari + (cd pari; ${MAKE} all) all-phc: - (cd phc ; make all ; make install) + (cd phc; ${MAKE} all) +all-phcpack: + -@if ../misc/which.pl -s gnatmake; then \ + (cd phcpack; ${MAKE} all) ; \ + fi + all-tigers: - (cd Ti ; make all ; make install) + (cd tigers; ${MAKE} all) -all4 : - (cd k097 ; make all ; make install) +all-fep: + -(cd ${OpenXM_contrib2}/fep; ${MAKE} all) -clean : - /bin/rm -rf ../*~ *~ - (cd kan96xx ; make clean ) - (cd kxx ; make clean) - (cd Ti ; make clean) - (cd gnuplot ; make clean ) - (cd phc ; make clean ) - (cd k097 ; make clean ) - (cd asir2000 ; make clean ) -# (cd ox_math ; make clean ) - /bin/rm -rf bin/sm1 bin/ox bin/oxlog bin/ox_sm1 bin/phc6 bin/tigers bin/k0 bin/oxweave bin/gp-2.0 bin/gphelp bin/fep.linux bin/lin_phcv2p +all-misc: install-util + (cd ${RCDIR}; ${MAKE} repl) + (cd ../doc; ${MAKE} all-install all-spec) -distclean : - (cd kan96xx ; make distclean ) - (cd kxx ; make clean) - (cd Ti ; make clean) - (cd gnuplot ; make clean ) - (cd phc ; make clean ) - (cd k097 ; make clean ) - (cd asir2000 ; make clean ) -# (cd ox_math ; make clean ) - /bin/rm -rf bin/sm1 bin/ox bin/oxlog bin/ox_sm1 bin/phc6 bin/tigers bin/k0 bin/oxweave bin/gp-2.0 bin/gphelp bin/fep.linux bin/lin_phcv2p +all-rc: + (cd ${RCDIR}; ${MAKE}) +all-util: configure-util + (cd util; ${MAKE} all) +all-oxcdd: install-oxtoolkit + -(cd ox_cdd; ${MAKE} all) -configure : - ./make-links - (cd ../bin ; ./configure2 ) - (cd kxx ; make configure ) - (cd kan96xx ; make configure ) - (cd pari ; ./Configure --prefix=../../../OpenXM) - (cd asir2000; ./configure) - (cd ox_math; ./configure) +install: install-oxtags install-util install-asir install-gnuplot \ + install-k097 install-kan96xx \ + install-kxx install-openmath install-oxmath install-pari \ + install-phc install-tigers install-asir-doc install-asir-contrib \ + install-misc install-fep install-phcpack install-oxcdd +install-oxtags: + (cd ../doc/OpenXM-web; ${MAKE} install-exec) +install-util: all-util + (cd util; ${MAKE} install) +install-gc: all-gc + (cd gc; ${MAKE} install) + + +install-gmp: all-gmp + (cd gmp; ${MAKE} install) + +install-asir: all-asir + (cd asir2000; ${MAKE} install) + +install-gnuplot: all-gnuplot + -(cd gnuplot; ${MAKE} install) + +install-k097: install-kxx all-k097 install-oxc + (cd k097; ${MAKE} install) + +install-kan96xx: all-kan96xx + (cd kan96xx; ${MAKE} install) + +install-kxx: all-kxx + (cd kxx; ${MAKE} install) + +install-openmath: all-openmath + -@if ../misc/which.pl -s javac; then \ + (cd OpenMath; ${MAKE} install); \ + else \ + echo -n "Warning: javac (java compiler) is not found "; \ + echo "in your search path. OpenMath will not be installed."; \ + fi + +install-oxtoolkit: all-oxtoolkit + (cd ox_toolkit; ${MAKE} install) + +install-oxc: all-oxc + (cd oxc; ${MAKE} install) + +install-oxmath: all-oxmath + -@if test -d /usr/local/mathematica; then \ + (cd ox_math; ${MAKE} install); \ + else \ + echo -n "Warning: Mathematica is not found. "; \ + echo "ox_math will not be installed."; \ + fi + -(cd ox_math/documents; ${MAKE} install) + -(cd ox_math/lib; ${MAKE} install) + +install-pari: all-pari + (cd pari; ${MAKE} install) + +install-phc: all-phc + (cd phc; ${MAKE} install) + +install-phcpack: all-phcpack + -@if ../misc/which.pl gnatmake; then \ + (cd phcpack; ${MAKE} install) ; \ + fi + +install-tigers: all-tigers + (cd tigers; ${MAKE} install) + +install-asir-contrib: configure-asir-contrib install-asir install-util \ + install-asir-contrib-oxservers + (cd asir-contrib; ${MAKE} install) + +install-asir-contrib-oxservers: install-asir install-util \ + install-k097 install-kxx install-openmath install-oxmath \ + install-phc install-tigers install-gnuplot + +install-asir-doc: configure-asir-doc + -(cd asir-doc; ${MAKE} install) + +install-misc: + (cd ${RCDIR}; ${MAKE} install-man) + +install-fep: all-fep + -(cd ${OpenXM_contrib2}/fep; ${MAKE} PREFIX=../../OpenXM install) + +install-rc: all-rc + (cd ${RCDIR}; ${MAKE} install) + +install-asir-port: + (cd asir-port; ${MAKE} install) + +install-oxcdd: all-oxcdd + -(cd ox_cdd; ${MAKE} install) + +clean: + -rm ./.configure-links-done + -@for i in OpenMath asir-contrib asir-doc asir2000 gc gmp gnuplot \ + k097 kan96xx kxx ox_math ox_toolkit oxc pari phc phcpack tigers \ + util ${OpenXM_contrib2}/fep ; do \ + (cd $$i; ${MAKE} clean); \ + done + +distclean: clean + -@for i in OpenMath asir2000 gc gmp gnuplot kan96xx kxx ox_math \ + ox_toolkit oxc pari phc phcpack tigers ; do \ + (cd $$i; ${MAKE} distclean); \ + done + -(cd ${BINDIR} && rm -f d0 k0 ox ox_sm1 oxlog oxweave sm1) + -(cd ${LIBDIR} && rm -rf k097 sm1) + +configure: configure-util configure-asir \ + configure-gnuplot \ + configure-k097 configure-kan96xx configure-kxx configure-oxmath \ + configure-pari configure-gmp configure-asir-doc configure-asir-contrib + +configure-util: + (cd util; ./make-configure) + +configure-gmp: install-util + (cd gmp; ${MAKE} configure) + +configure-asir: install-util + (cd asir2000; ${MAKE} configure) + +configure-asir-contrib: + -(cd asir-contrib; ./make-configure) + +configure-asir-doc: + -(cd asir-doc; ./make-configure) + +configure-gnuplot: + -(cd gnuplot; ${MAKE} configure) + +configure-k097: + (cd k097; ./make-configure) + +configure-kan96xx: + (cd kan96xx; ./make-configure) + +configure-kxx: + (cd kxx; ./make-configure) + +configure-oxtoolkit: + (cd ox_toolkit; ./make-configure) + +configure-oxc: + (cd oxc; ./make-configure) + +configure-oxmath: + -@if test -d /usr/local/mathematica; then \ + (cd ox_math; ./make-configure); \ + else \ + echo -n "Warning: Mathematica is not found. "; \ + echo "ox_math will not be compiled."; \ + fi + +configure-pari: install-util + (cd pari; ${MAKE} configure) + +clean-rc: + (cd $(RCDIR); ${MAKE} clean) + +all-Copyright: + (cd $(COPYRIGHTDIR); ${MAKE} all) + +install-document: install-document-kan96xx install-document-asir-contrib + +install-document-kan96xx: install-kan96xx + (cd kan96xx; ${MAKE} install-document) + +install-document-asir-contrib: install-asir-contrib + (cd asir-contrib; ${MAKE} install-document) + +## Targets for debugging +install-for-debug: + (cd kan96xx; ${MAKE} install-for-debug) + (cd kxx; ${MAKE} install-for-debug) + (cd k097; ${MAKE} install-for-debug) + (cd ${BINDIR}; rm -f asir; ln -s ../../OpenXM_contrib2/asir2000/asir .) + +fetch: + -@for i in gc gmp gnuplot pari tigers; do \ + (cd $$i && ${MAKE} fetch); \ + done