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

Diff for /OpenXM/src/Makefile between version 1.81 and 1.82

version 1.81, 2000/02/28 08:03:08 version 1.82, 2000/03/01 00:15:46
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.80 2000/02/08 21:16:15 ohara Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.81 2000/02/28 08:03:08 takayama Exp $
   
 OPENXM_CONTRIB=../../OpenXM_contrib  OPENXM_CONTRIB=../../OpenXM_contrib
 OPENXM_CONTRIB2=../../OpenXM_contrib2  OPENXM_CONTRIB2=../../OpenXM_contrib2
Line 201  clean-rc :
Line 201  clean-rc :
 all-Copyright :  all-Copyright :
         (cd $(COPYRIGHTDIR) ; make copy-copyright )          (cd $(COPYRIGHTDIR) ; make copy-copyright )
   
 binary-dist : all-Copyright clean-rc all install all-misc  post-install-correction: install
         (cd ../bin ; rm -f asir ; ln -s ./ox_asir asir)          (cd ../bin ; rm -f asir ; ln -s ./ox_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)
   
   binary-dist : all-Copyright clean-rc all all-misc post-install-correction
   
   

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

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