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

Diff for /OpenXM/src/Makefile between version 1.109 and 1.110

version 1.109, 2001/12/18 04:24:04 version 1.110, 2002/02/25 08:18:40
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.108 2001/08/21 00:47:17 takayama Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.109 2001/12/18 04:24:04 takayama Exp $
   
 OpenXM_HOME=../../OpenXM  OpenXM_HOME=../../OpenXM
 OPENXM_CONTRIB=../../OpenXM_contrib  OPENXM_CONTRIB=../../OpenXM_contrib
Line 48  all-kxx: configure-kxx all-kan96xx
Line 48  all-kxx: configure-kxx all-kan96xx
         (cd kxx ; make all)          (cd kxx ; make all)
   
 all-openmath:  all-openmath:
         @if ../misc/which.pl -s javac ; then \          -@if ../misc/which.pl -s javac ; then \
                 (cd OpenMath ; make all) ; \                  (cd OpenMath ; make all) ; \
         else \          else \
                 echo -n "Warning: javac (java compiler) is not found " ; \                  echo -n "Warning: javac (java compiler) is not found " ; \
Line 124  install-kxx: all-kxx
Line 124  install-kxx: all-kxx
         (cd kxx ; make install)          (cd kxx ; make install)
   
 install-openmath: all-openmath  install-openmath: all-openmath
         @if ../misc/which.pl -s javac ; then \          -@if ../misc/which.pl -s javac ; then \
                 (cd OpenMath ; make install) ; \                  (cd OpenMath ; make install) ; \
         else \          else \
                 echo -n "Warning: javac (java compiler) is not found " ; \                  echo -n "Warning: javac (java compiler) is not found " ; \

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110

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