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

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

version 1.97, 2000/11/17 04:47:20 version 1.100, 2000/12/20 11:12:52
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.96 2000/09/17 03:12:09 takayama 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 24  all-gmp: configure-gmp
Line 24  all-gmp: configure-gmp
 all-oxtoolkit: configure-oxtoolkit install-gmp install-kxx  all-oxtoolkit: configure-oxtoolkit install-gmp install-kxx
         (cd ox_toolkit; make)          (cd ox_toolkit; make)
   
   all-oxc: configure-oxc install-oxtoolkit
           (cd oxc; make)
   
 all-asir: configure-asir  all-asir: configure-asir
         @if test -d $(OPENXM_CONTRIB2) ; then \          @if test -d $(OPENXM_CONTRIB2) ; then \
                 (cd asir2000 ; make all) ; \                  (cd asir2000 ; make all) ; \
Line 33  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 53  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. " ; \
Line 105  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 127  install-openmath: all-openmath
Line 130  install-openmath: all-openmath
 install-oxtoolkit: all-oxtoolkit  install-oxtoolkit: all-oxtoolkit
         (cd ox_toolkit; make install)          (cd ox_toolkit; make install)
   
   install-oxc: all-oxc
           (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. " ; \
Line 232  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:
   
Line 254  configure-links:
Line 260  configure-links:
   
 configure-oxtoolkit:  configure-oxtoolkit:
         (cd ox_toolkit; ./make-configure)          (cd ox_toolkit; ./make-configure)
   
   configure-oxc:
           (cd oxc; ./make-configure)
   
 configure-oxmath:  configure-oxmath:
         (cd ox_math; ./make-configure)          (cd ox_math; ./make-configure)

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

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