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

Diff for /OpenXM/src/Makefile between version 1.19 and 1.20

version 1.19, 2000/01/07 18:03:23 version 1.20, 2000/01/07 18:38:12
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.18 2000/01/07 16:40:53 maekawa Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.19 2000/01/07 18:03:23 maekawa Exp $
 all : all1 all3  all4 all-pari all-asir all2 all5 all6  all : all1 all3  all4 all-pari all-asir all2 all5 all6
   
 all1 :  all1 :
Line 16  all3:
Line 16  all3:
 all4 :  all4 :
         (cd k097 ; make all ; make install)          (cd k097 ; make all ; make install)
 all5 :  all5 :
         if ../misc/which.pl -s javac ; \          @if ../misc/which.pl -s javac ; then \
         then \                  (cd OpenMath ; make ) ; \
         (cd OpenMath ; make ) ; \  
         else \          else \
       echo "Warning: javac (java compiler) is not found in your search path. OpenMath will not be compiled." ; \                  echo "Warning: javac (java compiler) is not found in your search path. OpenMath will not be compiled." ; \
     fi          fi
   
   
 all6 :  all6 :

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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