version 1.115, 2003/02/02 01:36:31 |
version 1.119, 2003/06/26 08:59:12 |
|
|
## $OpenXM: OpenXM/src/Makefile,v 1.114 2003/01/13 14:10:59 ohara Exp $ |
## $OpenXM: OpenXM/src/Makefile,v 1.118 2003/06/02 20:26:58 ohara Exp $ |
|
|
OpenXM_HOME=../../OpenXM |
OpenXM_HOME=../../OpenXM |
OPENXM_CONTRIB=../../OpenXM_contrib |
OPENXM_CONTRIB=../../OpenXM_contrib |
Line 38 all-asir: configure-asir |
|
Line 38 all-asir: configure-asir |
|
all-gnuplot: configure-gnuplot |
all-gnuplot: configure-gnuplot |
-(cd gnuplot ; make all) |
-(cd gnuplot ; make all) |
|
|
all-k097: configure-k097 all-kan96xx |
all-k097: configure-k097 all-kan96xx all-kxx |
(cd k097 ; make all) |
(cd k097 ; make all) |
|
|
all-kan96xx: configure-kan96xx install-gc install-gmp |
all-kan96xx: configure-kan96xx install-gc install-gmp |
Line 95 install-gc : all-gc |
|
Line 95 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 \ |
Line 247 configure-gmp: configure-links |
|
Line 260 configure-gmp: configure-links |
|
(cd gmp ; ./configure --prefix=`pwd`/../../OpenXM; touch .gmp_configured) ; \ |
(cd gmp ; ./configure --prefix=`pwd`/../../OpenXM; touch .gmp_configured) ; \ |
fi |
fi |
|
|
configure-asir: configure-directory |
configure-asir: configure-directory configure-util |
@if test -d $(OPENXM_CONTRIB2) ; then \ |
@if test -d $(OPENXM_CONTRIB2) ; then \ |
(cd asir2000 ; make configure) ; \ |
(cd asir2000 ; make configure) ; \ |
else \ |
else \ |