version 1.174, 2016/09/23 03:04:22 |
version 1.175, 2016/09/23 05:37:43 |
|
|
## $OpenXM: OpenXM/src/Makefile,v 1.173 2016/09/22 10:26:30 ohara Exp $ |
## $OpenXM: OpenXM/src/Makefile,v 1.174 2016/09/23 03:04:22 takayama Exp $ |
|
|
OpenXM_HOME=.. |
OpenXM_HOME=.. |
OpenXM_contrib2=../../OpenXM_contrib2 |
OpenXM_contrib2=../../OpenXM_contrib2 |
Line 258 configure: configure-util configure-asir \ |
|
Line 258 configure: configure-util configure-asir \ |
|
configure-static: configure |
configure-static: configure |
make configure-asir-static |
make configure-asir-static |
make configure-oxpari-static |
make configure-oxpari-static |
|
make configure-oxc-static |
|
|
configure-util: |
configure-util: |
(cd util; ./make-configure) |
(cd util; ./make-configure) |
Line 304 configure-oxpari-static: install-oxtoolkit install-par |
|
Line 305 configure-oxpari-static: install-oxtoolkit install-par |
|
|
|
configure-oxc: |
configure-oxc: |
(cd oxc; ./make-configure) |
(cd oxc; ./make-configure) |
|
configure-oxc-static: |
|
(cd oxc; rm -f .configure_done ; ./make-configure --disable-shared) |
|
|
configure-oxmath: |
configure-oxmath: |
-@if test -d /usr/local/mathematica; then \ |
-@if test -d /usr/local/mathematica; then \ |