[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx

Diff for /OpenXM/src/kan96xx/Attic/Makefile between version 1.3 and 1.5

version 1.3, 1999/10/27 10:22:19 version 1.5, 1999/11/02 12:28:56
Line 1 
Line 1 
   ##  $OpenXM$
 ## 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          ln -f -s ./gc-4.14 gc
 #       ln -fs ./gmp-2.0.2 gmp  #       ln -f -s ./gmp-2.0.2 gmp
         ln -fs ./gmp-2.0.2-ssh-2 gmp          ln -f -s ./gmp-2.0.2-ssh-2 gmp
         ln -fs ./Doc lib          ln -f -s ./Doc lib
   
 ### generate a distribution.  ### generate a distribution.
 dist :  dist :
Line 59  clean-binary :
Line 60  clean-binary :
         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 :
           ln -sf ../src/kan96xx/Kan/sm1 ../bin/sm1
   
 ##############  ##############
 clean :  clean :

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>