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

Diff for /OpenXM/src/Makefile between version 1.48 and 1.49

version 1.48, 2000/01/09 16:15:05 version 1.49, 2000/01/09 16:16:20
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.47 2000/01/09 16:10:08 maekawa Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.48 2000/01/09 16:15:05 maekawa Exp $
   
 all: configure all-kan96xx all-kxx all-tigers all-phc all-k097 \  all: configure all-kan96xx all-kxx all-tigers all-phc all-k097 \
      all-pari all-asir all-gnuplot all-openmath all-oxmath       all-pari all-asir all-gnuplot all-openmath all-oxmath
Line 10  all-asir: configure-asir
Line 10  all-asir: configure-asir
 all-gnuplot: configure-gnuplot  all-gnuplot: configure-gnuplot
         (cd gnuplot ; make all ; make install)          (cd gnuplot ; make all ; make install)
   
   all-k097: configure-k097
           (cd k097 ; make all ; make install)
   
 all-kan96xx: configure-kan96xx  all-kan96xx: configure-kan96xx
         (cd kan96xx ; make all)          (cd kan96xx ; make all)
   
 all-kxx: configure-kxx  all-kxx: configure-kxx
         (cd kxx ; make all ; make install2)          (cd kxx ; make all ; make install2)
   
 all-k097: configure-k097  
         (cd k097 ; make all ; make install)  
   
 all-openmath:  all-openmath:
         @if ../misc/which.pl -s javac ; then \          @if ../misc/which.pl -s javac ; then \

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

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