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

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

version 1.6, 1999/11/02 09:17:08 version 1.7, 1999/11/02 12:33:56
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$  ## $OpenXM: OpenXM/src/Makefile,v 1.6 1999/11/02 09:17:08 takayama Exp $
 all : all1 all2 all3  all : all1 all2 all3
   
 all1 :  all1 :
Line 33  clean :
Line 33  clean :
         /bin/rm -rf bin/sm1 bin/ox bin/oxlog bin/ox_sm1 bin/phc6          /bin/rm -rf bin/sm1 bin/ox bin/oxlog bin/ox_sm1 bin/phc6
   
 configure :  configure :
         ln -fs ../bin bin          ln -f -s ../bin bin
         ln -fs ./kan96xx SSkan          ln -f -s ./kan96xx SSkan
         ln -fs ./kan96xx/gmp gmp          ln -f -s ./kan96xx/gmp gmp
         ln -fs ./kan96xx/gc gc          ln -f -s ./kan96xx/gc gc
         (cd ../lib ; ln -fs ../src/k097 k097 ; ln -fs ../src/kan96xx/Doc sm1)          (cd ../lib ; ln -f -s ../src/k097 k097 ; ln -f -s ../src/kan96xx/Doc sm1)
         (cd ../bin ; ./configure2 )          (cd ../bin ; ./configure2 )
         (cd kan96xx ; make configure )          (cd kan96xx ; make configure )
         (cd kxx ; ln -fs  ../SSkan/plugin/ox_kan.h ox_kan.h)          (cd kxx ; ln -f -s  ../SSkan/plugin/ox_kan.h ox_kan.h)
         (cd ../lib/asir ; ./configure2 )          (cd ../lib/asir ; ./configure2 )
   
 install-usr-local :  install-usr-local :

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

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