=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Attic/Makefile,v retrieving revision 1.3 retrieving revision 1.7 diff -u -p -r1.3 -r1.7 --- OpenXM/src/kan96xx/Attic/Makefile 1999/10/27 10:22:19 1.3 +++ OpenXM/src/kan96xx/Attic/Makefile 1999/11/07 13:24:19 1.7 @@ -1,3 +1,4 @@ +## $OpenXM: OpenXM/src/kan96xx/Makefile,v 1.6 1999/11/07 06:45:25 takayama Exp $ ## Type in make configure and make all to build all all : (cd gc; make) @@ -19,10 +20,12 @@ configure : configure_symbolic_links (cd gmp; ./configure ) configure_symbolic_links : - ln -fs ./gc-4.14 gc -# ln -fs ./gmp-2.0.2 gmp - ln -fs ./gmp-2.0.2-ssh-2 gmp - ln -fs ./Doc lib + /bin/rm -f gc gmp lib Doc/var.sm1 + ln -f -s ./gc-4.14 gc +# ln -f -s ./gmp-2.0.2 gmp + ln -f -s ./gmp-2.0.2-ssh-2 gmp + ln -f -s ./Doc lib + (cd Doc; ln -f -s ../Kan/var.sm1 var.sm1) ### generate a distribution. dist : @@ -59,7 +62,11 @@ clean-binary : echo "after 10 seconds. To cancel type in ctrl-C." ( sleep 10 ; /bin/rm -rf ../kanbinary* ) install-openXM-bin : + /bin/rm -f ../bin/sm1 cp Kan/sm1 ../bin +install2 : + /bin/rm -f ../bin/sm1 + ln -f -s ../src/kan96xx/Kan/sm1 ../bin/sm1 ############## clean :