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

Diff for /OpenXM/src/Makefile between version 1.99 and 1.100

version 1.99, 2000/12/16 05:58:34 version 1.100, 2000/12/20 11:12:52
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.98 2000/12/15 06:20:37 ohara Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.99 2000/12/16 05:58:34 takayama Exp $
   
 OpenXM_HOME=../../OpenXM  OpenXM_HOME=../../OpenXM
 OPENXM_CONTRIB=../../OpenXM_contrib  OPENXM_CONTRIB=../../OpenXM_contrib
Line 36  all-asir: configure-asir
Line 36  all-asir: configure-asir
         fi          fi
   
 all-gnuplot: configure-gnuplot  all-gnuplot: configure-gnuplot
         (cd gnuplot ; make all)          -(cd gnuplot ; make all)
   
 all-k097: configure-k097 all-kan96xx  all-k097: configure-k097 all-kan96xx
         (cd k097 ; make all)          (cd k097 ; make all)
Line 56  all-openmath:
Line 56  all-openmath:
         fi          fi
   
 all-oxmath: configure-oxmath install-oxtoolkit  all-oxmath: configure-oxmath install-oxtoolkit
         @if test -x /usr/local/bin/math ; 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. " ; \
                 echo "ox_math will not be compiled." ; \                  echo "ox_math will not be compiled." ; \
Line 108  install-asir: all-asir
Line 108  install-asir: all-asir
         fi          fi
   
 install-gnuplot: all-gnuplot  install-gnuplot: all-gnuplot
         (cd gnuplot ; make install)          -(cd gnuplot ; make install)
   
 install-k097: all-k097  install-k097: all-k097
         (cd k097 ; make install)          (cd k097 ; make install)
Line 134  install-oxc: all-oxc
Line 134  install-oxc: all-oxc
         (cd oxc; make install)          (cd oxc; make install)
   
 install-oxmath: all-oxmath install-kxx  install-oxmath: all-oxmath install-kxx
         @if test -x /usr/local/bin/math ; 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. " ; \
                 echo "ox_math will not be installed." ; \                  echo "ox_math will not be installed." ; \
Line 238  configure-bin:
Line 238  configure-bin:
         (cd $(BINDIR) ; make configure)          (cd $(BINDIR) ; make configure)
   
 configure-gnuplot:  configure-gnuplot:
         (cd gnuplot ; make configure)          -(cd gnuplot ; make configure)
   
 configure-k097:  configure-k097:
   

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100

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