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

Diff for /OpenXM/src/Makefile between version 1.4 and 1.6

version 1.4, 1999/11/01 06:39:57 version 1.6, 1999/11/02 09:17:08
Line 1 
Line 1 
 ## Type in make configure and make all to build all  ## Type in make configure and make all to build all
   ## $OpenXM$
 all : all1 all2 all3  all : all1 all2 all3
   
 all1 :  all1 :
Line 35  configure :
Line 36  configure :
         ln -fs ../bin bin          ln -fs ../bin bin
         ln -fs ./kan96xx SSkan          ln -fs ./kan96xx SSkan
         ln -fs ./kan96xx/gmp gmp          ln -fs ./kan96xx/gmp gmp
           ln -fs ./kan96xx/gc gc
         (cd ../lib ; ln -fs ../src/k097 k097 ; ln -fs ../src/kan96xx/Doc sm1)          (cd ../lib ; ln -fs ../src/k097 k097 ; ln -fs ../src/kan96xx/Doc sm1)
         (cd ../bin ; ./configure2 )          (cd ../bin ; ./configure2 )
         (cd kan96xx ; make configure )          (cd kan96xx ; make configure )

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.6

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