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

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

version 1.70, 2000/01/21 09:38:36 version 1.74, 2000/01/25 02:52:23
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.69 2000/01/20 09:17:44 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 51  all-tigers:
Line 51  all-tigers:
   
 all-misc :  all-misc :
         (cd ../rc ; make repl)          (cd ../rc ; make repl)
         (cd ../doc ; make all)          (cd ../doc ; make all-install)
           (cd ../doc ; make all-spec)
   
 install: install-asir install-gnuplot install-k097 install-kan96xx \  install: install-asir install-gnuplot install-k097 install-kan96xx \
          install-kxx install-openmath install-oxmath install-pari \           install-kxx install-openmath install-oxmath install-pari \
Line 175  clean-rc :
Line 176  clean-rc :
 all-Copyright :  all-Copyright :
         (cd $(COPYRIGHTDIR) ; make copy-copyright )          (cd $(COPYRIGHTDIR) ; make copy-copyright )
   
 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 ../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.70  
changed lines
  Added in v.1.74

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