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

Diff for /OpenXM/src/Makefile between version 1.105 and 1.106

version 1.105, 2000/12/21 12:26:57 version 1.106, 2001/05/20 09:19:16
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.104 2000/12/21 09:25:23 takayama Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.105 2000/12/21 12:26:57 takayama Exp $
   
 OpenXM_HOME=../../OpenXM  OpenXM_HOME=../../OpenXM
 OPENXM_CONTRIB=../../OpenXM_contrib  OPENXM_CONTRIB=../../OpenXM_contrib
Line 308  post-install-correction-for-asir:
Line 308  post-install-correction-for-asir:
         (cd ../bin ; ln -s ./asir ox_asir)          (cd ../bin ; ln -s ./asir ox_asir)
         (cd ../lib/asir ; rm -f asir ; ln -s ../../bin/asir asir)          (cd ../lib/asir ; rm -f asir ; ln -s ../../bin/asir asir)
         (cd ../lib/asir ; rm -f ox_asir ox_launch ox_plot help ; ln -s ./asir ox_asir ; ln -s ./asir ox_launch ; ln -s ./asir ox_plot ; ln -s ./help-eg help)          (cd ../lib/asir ; rm -f ox_asir ox_launch ox_plot help ; ln -s ./asir ox_asir ; ln -s ./asir ox_launch ; ln -s ./asir ox_plot ; ln -s ./help-eg help)
           -(cd asir-doc ; make install-man-pages)
   
 install-all-asir-lib:  install-all-asir-lib:
         (cd asir2000 ; make install-lib-small)          (cd asir2000 ; make install-lib-small)

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106

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