version 1.3, 1999/10/27 10:22:19 |
version 1.6, 1999/11/07 06:45:25 |
|
|
|
## $OpenXM: OpenXM/src/kan96xx/Makefile,v 1.5 1999/11/02 12:28:56 takayama Exp $ |
## Type in make configure and make all to build all |
## Type in make configure and make all to build all |
all : |
all : |
(cd gc; make) |
(cd gc; make) |
Line 19 configure : configure_symbolic_links |
|
Line 20 configure : configure_symbolic_links |
|
(cd gmp; ./configure ) |
(cd gmp; ./configure ) |
|
|
configure_symbolic_links : |
configure_symbolic_links : |
ln -fs ./gc-4.14 gc |
/bin/rm -f gc gmp lib |
# ln -fs ./gmp-2.0.2 gmp |
ln -f -s ./gc-4.14 gc |
ln -fs ./gmp-2.0.2-ssh-2 gmp |
# ln -f -s ./gmp-2.0.2 gmp |
ln -fs ./Doc lib |
ln -f -s ./gmp-2.0.2-ssh-2 gmp |
|
ln -f -s ./Doc lib |
|
|
### generate a distribution. |
### generate a distribution. |
dist : |
dist : |
|
|
echo "after 10 seconds. To cancel type in ctrl-C." |
echo "after 10 seconds. To cancel type in ctrl-C." |
( sleep 10 ; /bin/rm -rf ../kanbinary* ) |
( sleep 10 ; /bin/rm -rf ../kanbinary* ) |
install-openXM-bin : |
install-openXM-bin : |
|
/bin/rm -f ../bin/sm1 |
cp Kan/sm1 ../bin |
cp Kan/sm1 ../bin |
|
install2 : |
|
/bin/rm -f ../bin/sm1 |
|
ln -f -s ../src/kan96xx/Kan/sm1 ../bin/sm1 |
|
|
############## |
############## |
clean : |
clean : |