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

Diff for /OpenXM/src/Makefile between version 1.85 and 1.86

version 1.85, 2000/03/06 14:58:00 version 1.86, 2000/03/08 04:51:37
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.84 2000/03/06 04:30:39 takayama Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.85 2000/03/06 14:58:00 takayama Exp $
   
 OPENXM_CONTRIB=../../OpenXM_contrib  OPENXM_CONTRIB=../../OpenXM_contrib
 OPENXM_CONTRIB2=../../OpenXM_contrib2  OPENXM_CONTRIB2=../../OpenXM_contrib2
Line 56  all-openmath:
Line 56  all-openmath:
         fi          fi
   
 all-oxmath: configure-oxmath  all-oxmath: configure-oxmath
         @if test -d /usr/local/mathematica ; then \          @if test -x /usr/local/bin/math ; then \
                 (cd ox_math ; make) ; \                  (cd ox_math ; make) ; \
         else \          else \
                 echo -n "Warning: Mathematica is not found. " ; \                  echo -n "Warning: Mathematica is not found. " ; \
Line 132  install-openmath: all-openmath
Line 132  install-openmath: all-openmath
   
   
 install-oxmath: all-oxmath  install-oxmath: all-oxmath
         @if test -d /usr/local/mathematica ; then \          @if test -x /usr/local/bin/math ; then \
                 (cd ox_math ; make install) ; \                  (cd ox_math ; make install) ; \
         else \          else \
                 echo -n "Warning: Mathematica is not found. " ; \                  echo -n "Warning: Mathematica is not found. " ; \

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

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