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

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

version 1.1.1.1, 1999/10/08 02:12:01 version 1.5, 1999/11/02 12:28:56
Line 1 
Line 1 
 all :  ##  $OpenXM$
   ## Type in make configure and make all to build all
   all :
         (cd gc; make)          (cd gc; make)
         (cd gmp; ./configure; make)          (cd gmp;  make)
         (cd plugin; make all)          (cd plugin; make all)
         (cd Kan; make all)          (cd Kan; make all)
   
 all2 :  all2 :
         (cd gc; make)          (cd gc; make)
         (cd gmp; ./configure; make)          (cd gmp;  make)
         (cd Kan; make all)          (cd Kan; make all)
   
   
Line 14  all2 :
Line 16  all2 :
 sm1.nogc :  sm1.nogc :
         (cd Kan; make sm1.nogc)          (cd Kan; make sm1.nogc)
   
   configure : configure_symbolic_links
           (cd gmp; ./configure )
   
   configure_symbolic_links :
           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
   
 ### generate a distribution.  ### generate a distribution.
 dist :  dist :
         ./makeDist          ./makeDist
Line 49  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.1.1.1  
changed lines
  Added in v.1.5

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