version 1.4, 1999/10/30 02:19:45 |
version 1.6, 1999/11/07 06:45:25 |
|
|
## $OpenXM$ |
## $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 20 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 : |
Line 63 install-openXM-bin : |
|
Line 64 install-openXM-bin : |
|
/bin/rm -f ../bin/sm1 |
/bin/rm -f ../bin/sm1 |
cp Kan/sm1 ../bin |
cp Kan/sm1 ../bin |
install2 : |
install2 : |
ln -sf ../src/kan96xx/Kan/sm1 ../bin/sm1 |
/bin/rm -f ../bin/sm1 |
|
ln -f -s ../src/kan96xx/Kan/sm1 ../bin/sm1 |
|
|
############## |
############## |
clean : |
clean : |