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

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

version 1.138, 2004/06/14 09:07:32 version 1.139, 2004/06/21 04:50:21
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.138 2004/06/14 09:07:32 takayama Exp $
   
 OpenXM_HOME=..  OpenXM_HOME=..
 OpenXM_contrib=../../OpenXM_contrib  OpenXM_contrib=../../OpenXM_contrib
Line 157  install-asir-doc: install-asir
Line 157  install-asir-doc: install-asir
         -(cd asir-doc ; make install)          -(cd asir-doc ; 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)

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

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