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

Diff for /OpenXM/src/Makefile between version 1.138 and 1.141

version 1.138, 2004/06/14 09:07:32 version 1.141, 2004/06/30 12:13:05
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.137 2004/03/25 01:52:18 takayama Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.140 2004/06/24 12:45:15 takayama Exp $
   
 OpenXM_HOME=..  OpenXM_HOME=..
 OpenXM_contrib=../../OpenXM_contrib  OpenXM_contrib=../../OpenXM_contrib
Line 154  install-asir-contrib-asir-progs: install-asir install-
Line 154  install-asir-contrib-asir-progs: install-asir install-
   
   
 install-asir-doc: install-asir  install-asir-doc: install-asir
         -(cd asir-doc ; make install)          -(cd asir-doc ; ./make-configure; make install)
   
 install-misc:  install-misc:
         (cd ../rc ; make install.man)          (cd ../rc ; make install-man)
   
 install-fep: all-fep  install-fep: all-fep
         -(cd ${OpenXM_contrib2}/fep ; make PREFIX=../../OpenXM install)          -(cd ${OpenXM_contrib2}/fep ; make PREFIX=../../OpenXM install)
Line 235  configure-k097:
Line 235  configure-k097:
         (cd k097 ; ./make-configure)          (cd k097 ; ./make-configure)
   
 configure-kan96xx:  configure-kan96xx:
         (cd kan96xx ; make configure)          (cd kan96xx ; ./make-configure)
   
 configure-kxx:  configure-kxx:
         ( cd kxx ; ./make-configure)          ( cd kxx ; ./make-configure)

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.141

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