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

Diff for /OpenXM/src/Makefile between version 1.9 and 1.10

version 1.9, 1999/11/07 06:45:24 version 1.10, 1999/11/20 21:33:09
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.8 1999/11/02 16:29:46 tam Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.9 1999/11/07 06:45:24 takayama Exp $
 all : all1 all2 all3  all : all1 all2 all3
   
 all1 :  all1 :
Line 9  all1 :
Line 9  all1 :
         (cd kxx ; make install2)          (cd kxx ; make install2)
 all2 :  all2 :
         (cd gnuplot-diff ; make all)          (cd gnuplot-diff ; make all)
           (cd gnuplot-diff ; make install)
         (cd Ti ; make all )          (cd Ti ; make all )
         (cd phc ; make all )          (cd phc ; make all )
 all3 :  all3 :

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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