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

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

version 1.2, 1999/10/25 01:39:03 version 1.3, 1999/10/27 10:22:19
Line 1 
Line 1 
 all :   configure_symbolic_links  ## 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 15  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 :  configure_symbolic_links :
         ln -s ./gc-4.14 gc          ln -fs ./gc-4.14 gc
 #       ln -s ./gmp-2.0.2 gmp  #       ln -fs ./gmp-2.0.2 gmp
         ln -s ./gmp-2.0.2-ssh-2 gmp          ln -fs ./gmp-2.0.2-ssh-2 gmp
         ln -s ./Doc lib          ln -fs ./Doc lib
   
 ### generate a distribution.  ### generate a distribution.
 dist :  dist :

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

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