version 1.183, 2019/03/29 08:07:32 |
version 1.185, 2019/04/05 12:05:56 |
|
|
## $OpenXM: OpenXM/src/Makefile,v 1.182 2019/03/29 04:54:39 ohara Exp $ |
## $OpenXM: OpenXM/src/Makefile,v 1.184 2019/03/29 08:10:17 takayama Exp $ |
|
|
OpenXM_HOME=.. |
OpenXM_HOME=.. |
OpenXM_contrib2=../../OpenXM_contrib2 |
OpenXM_contrib2=../../OpenXM_contrib2 |
|
|
-rm ./.configure-links-done |
-rm ./.configure-links-done |
-@for i in OpenMath asir-contrib asir-doc asir2000 asir2018 gc gmp gnuplot \ |
-@for i in OpenMath asir-contrib asir-doc asir2000 asir2018 gc gmp gnuplot \ |
k097 kan96xx kxx ox_math ox_toolkit oxc pari phc phcpack tigers \ |
k097 kan96xx kxx ox_math ox_toolkit oxc pari phc phcpack tigers \ |
oxmgraph pcc mpfr \ |
oxmgraph pcc mpfr ox_cdd ox_pari \ |
util ${OpenXM_contrib2}/fep ; do \ |
util ${OpenXM_contrib2}/fep ; do \ |
(cd $$i; ${MAKE} clean); \ |
(cd $$i; ${MAKE} clean); \ |
done |
done |
|
|
distclean: clean |
distclean: clean |
-@for i in OpenMath asir2000 asir2018 gc gmp gnuplot kan96xx kxx ox_math \ |
-@for i in OpenMath asir2000 asir2018 gc gmp gnuplot kan96xx kxx ox_math \ |
ox_toolkit oxc pari phc phcpack tigers oxmgraph pcc \ |
ox_toolkit oxc pari phc phcpack tigers oxmgraph pcc \ |
asir-doc k097 ox_cdd util mpc mpfr; do \ |
asir-doc k097 ox_cdd util mpc mpfr ox_pari ; do \ |
(cd $$i; ${MAKE} distclean); \ |
(cd $$i; ${MAKE} distclean); \ |
done |
done |
-(cd ${BINDIR} && rm -f d0 k0 ox ox_sm1 oxlog oxweave sm1) |
-(cd ${BINDIR} && rm -f d0 k0 ox ox_sm1 oxlog oxweave sm1) |
Line 356 install-for-debug: |
|
Line 356 install-for-debug: |
|
(cd kan96xx; ${MAKE} install-for-debug) |
(cd kan96xx; ${MAKE} install-for-debug) |
(cd kxx; ${MAKE} install-for-debug) |
(cd kxx; ${MAKE} install-for-debug) |
(cd k097; ${MAKE} install-for-debug) |
(cd k097; ${MAKE} install-for-debug) |
(cd ${BINDIR}; rm -f asir; ln -s ../../OpenXM_contrib2/asir2000/asir .) |
(cd ${BINDIR}; rm -f asir; ln -s ../../OpenXM_contrib2/asir2018/asir .) |
(cd ${BINDIR}; rm -f ox_pari; ln -s ../../OpenXM/src/ox_pari/ox_pari .) |
(cd ${BINDIR}; rm -f ox_pari; ln -s ../../OpenXM/src/ox_pari/ox_pari .) |
|
|
fetch: |
fetch: |