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

Diff for /OpenXM/src/Makefile between version 1.74 and 1.75

version 1.74, 2000/01/25 02:52:23 version 1.75, 2000/02/01 04:24:18
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.73 2000/01/25 02:10:02 takayama Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.74 2000/01/25 02:52:23 takayama Exp $
   
 OPENXM_CONTRIB=../../OpenXM_contrib  OPENXM_CONTRIB=../../OpenXM_contrib
 LIBDIR=../lib  LIBDIR=../lib
Line 15  all-asir: configure-asir
Line 15  all-asir: configure-asir
 all-gnuplot: configure-gnuplot  all-gnuplot: configure-gnuplot
         (cd gnuplot ; make all)          (cd gnuplot ; make all)
   
 all-k097: configure-k097  all-k097: configure-k097 all-kan96xx
         (cd k097 ; make all)          (cd k097 ; make all)
   
 all-kan96xx: configure-kan96xx  all-kan96xx: configure-kan96xx
         (cd kan96xx ; make all)          (cd kan96xx ; make all)
   
 all-kxx: configure-kxx  all-kxx: configure-kxx all-kan96xx
         (cd kxx ; make all)          (cd kxx ; make all)
   
 all-openmath:  all-openmath:
Line 148  configure-bin:
Line 148  configure-bin:
 configure-gnuplot:  configure-gnuplot:
         (cd gnuplot ; make configure)          (cd gnuplot ; make configure)
   
 configure-k097: install-kan96xx  configure-k097:
   
 configure-kan96xx:  configure-kan96xx:
         (cd kan96xx ; make configure)          (cd kan96xx ; make configure)
   
 configure-kxx: install-kan96xx  configure-kxx:
         (cd kxx ; make configure)          (cd kxx ; make configure)
   
 configure-links:  configure-links:

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

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