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

Diff for /OpenXM/src/Makefile between version 1.3 and 1.8

version 1.3, 1999/10/30 11:28:37 version 1.8, 1999/11/02 16:29:46
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/src/Makefile,v 1.7 1999/11/02 12:33:56 takayama Exp $
 all : all1 all2 all3  all : all1 all2 all3
   
 all1 :  all1 :
Line 12  all2 :
Line 13  all2 :
         (cd phc ; make all )          (cd phc ; make all )
 all3 :  all3 :
         (cd k097 ; make all ; cp k0 ../../bin)          (cd k097 ; make all ; cp k0 ../../bin)
   all4 :
           (cd OpenMath ; make )
   
   
 clean :  clean :
         /bin/rm -rf ../*~  *~          /bin/rm -rf ../*~  *~
Line 29  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
         (cd ../lib ; ln -fs ../src/k097 k097 ; ln -fs ../src/kan96xx/Doc sm1)          ln -f -s ./kan96xx/gc gc
           (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.3  
changed lines
  Added in v.1.8

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