version 1.117, 2003/05/17 08:24:56 |
version 1.121, 2003/08/25 14:24:45 |
|
|
## $OpenXM: OpenXM/src/Makefile,v 1.116 2003/03/06 10:36:03 ohara Exp $ |
## $OpenXM: OpenXM/src/Makefile,v 1.120 2003/07/21 11:36:09 takayama Exp $ |
|
|
OpenXM_HOME=../../OpenXM |
OpenXM_HOME=../../OpenXM |
OPENXM_CONTRIB=../../OpenXM_contrib |
OPENXM_CONTRIB=../../OpenXM_contrib |
|
|
@touch gc/.gc_make_done |
@touch gc/.gc_make_done |
|
|
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/.gmp_make_done ; then \ |
|
(cd gmp ; make) ; \ |
|
fi |
|
@touch gmp/.gmp_make_done |
|
|
all-oxtoolkit: configure-oxtoolkit install-gmp install-gc configure-util |
all-oxtoolkit: configure-oxtoolkit install-gmp install-gc configure-util |
(cd ox_toolkit; make) |
(cd ox_toolkit; make) |
Line 95 install-gc : all-gc |
|
Line 98 install-gc : all-gc |
|
then \ |
then \ |
if test ! -d ../lib ; then mkdir ../lib ; fi ; \ |
if test ! -d ../lib ; then mkdir ../lib ; fi ; \ |
cp gc/gc.a ../lib/libgc.a ; \ |
cp gc/gc.a ../lib/libgc.a ; \ |
|
if test ! -d ../include/gc ; then mkdir -p ../include/gc ; fi ; \ |
|
cp gc/include/gc.h gc/include/gc_cpp.h ../include/gc ; \ |
fi |
fi |
@touch gc/.gc_installed |
@touch gc/.gc_installed |
|
|
|
install-asir-gc : configure-asir |
|
@if test ! -f gc/.asir-gc_installed ; \ |
|
then \ |
|
if test ! -d ../lib ; then mkdir ../lib ; fi ; \ |
|
(cd asir2000 ; make install-libasir-gc) ; \ |
|
rm -f ../lib/libgc.a ; \ |
|
ln -s ../lib/libasir-gc.a ../lib/libgc.a ; \ |
|
echo "libasir-gc.a (modifed for asir) is installed as libgc.a instead of libgc.a" ; \ |
|
touch gc/.asir-gc_installed ; \ |
|
fi |
|
|
|
|
install-gmp : all-gmp |
install-gmp : all-gmp |
-@if test ! -f gmp/.gmp_installed ; \ |
-@if test ! -f gmp/.gmp_installed ; \ |
then \ |
then \ |
|
|
configure-gnuplot: |
configure-gnuplot: |
-(cd gnuplot ; make configure) |
-(cd gnuplot ; make configure) |
|
|
configure-k097: configure-links |
configure-k097: configure-links configure-util |
|
|
configure-kan96xx: configure-links |
configure-kan96xx: configure-links configure-util |
(cd kan96xx ; make configure) |
(cd kan96xx ; make configure) |
|
|
configure-kxx: configure-util |
configure-kxx: configure-util |