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

Diff for /OpenXM/src/Makefile between version 1.111 and 1.112

version 1.111, 2002/04/05 01:28:46 version 1.112, 2002/04/05 01:43:48
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.110 2002/02/25 08:18:40 takayama Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.111 2002/04/05 01:28:46 takayama Exp $
   
 OpenXM_HOME=../../OpenXM  OpenXM_HOME=../../OpenXM
 OPENXM_CONTRIB=../../OpenXM_contrib  OPENXM_CONTRIB=../../OpenXM_contrib
Line 137  install-oxtoolkit: all-oxtoolkit
Line 137  install-oxtoolkit: all-oxtoolkit
 install-oxc: all-oxc  install-oxc: all-oxc
         (cd oxc; make install)          (cd oxc; make install)
   
 install-oxmath: all-oxmath install-kxx  install-oxmath: all-oxmath configure-util
         -@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 \
Line 259  configure-k097: configure-links
Line 259  configure-k097: configure-links
 configure-kan96xx: configure-links  configure-kan96xx: configure-links
         (cd kan96xx ; make configure)          (cd kan96xx ; make configure)
   
 configure-kxx:  configure-kxx: configure-util
         ( cd kxx ; ./make-configure)          ( cd kxx ; ./make-configure)
   
 configure-links: configure-directory  configure-links: configure-directory

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112

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