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

Diff for /OpenXM/src/Makefile between version 1.16 and 1.17

version 1.16, 1999/12/04 02:20:08 version 1.17, 1999/12/11 12:57:03
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.15 1999/12/03 12:56:39 takayama Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.16 1999/12/04 02:20:08 takayama 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 test -d /usr/local/jdk1.1.7 ; \          if ../misc/which.pl -s javac ; \
         then \          then \
         (cd OpenMath ; make ) ; \          (cd OpenMath ; make ) ; \
         fi          else \
         echo "Warning: javac (java compiler) is not found in your search path. OpenMath will not be compiled." ; \
       fi
   
   
 all6 :  all6 :
         if test -d /usr/local/mathematica ; \          if test -d /usr/local/mathematica ; \

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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