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

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

version 1.73, 2000/01/25 02:10:02 version 1.74, 2000/01/25 02:52:23
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.72 2000/01/24 11:20:29 takayama Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.73 2000/01/25 02:10:02 takayama Exp $
   
 OPENXM_CONTRIB=../../OpenXM_contrib  OPENXM_CONTRIB=../../OpenXM_contrib
 LIBDIR=../lib  LIBDIR=../lib
Line 176  clean-rc :
Line 176  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  binary-dist : all-Copyright clean-rc all install all-misc
         (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)
   
   

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

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