[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 and 1.3

version 1.1, 1999/10/08 02:12:01 version 1.3, 1999/10/27 10:22:19
Line 1 
Line 1 
 all :  ## 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)
   
   
 ### When you make sm1 without the garbage collector, type in make sm1.nogc  ### When you make sm1 without the garbage collector, type in make sm1.nogc
 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 -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
   
 ### generate a distribution.  ### generate a distribution.
 dist :  dist :

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

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