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

Diff for /OpenXM/src/Makefile between version 1.112 and 1.113

version 1.112, 2002/04/05 01:43:48 version 1.113, 2002/09/03 01:05:28
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.111 2002/04/05 01:28:46 takayama Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.112 2002/04/05 01:43:48 takayama Exp $
   
 OpenXM_HOME=../../OpenXM  OpenXM_HOME=../../OpenXM
 OPENXM_CONTRIB=../../OpenXM_contrib  OPENXM_CONTRIB=../../OpenXM_contrib
Line 9  RCDIR=../rc
Line 9  RCDIR=../rc
 COPYRIGHTDIR=../Copyright  COPYRIGHTDIR=../Copyright
   
 all: configure all-gc all-gmp all-asir all-gnuplot all-k097 all-kan96xx \  all: configure all-gc all-gmp all-asir all-gnuplot all-k097 all-kan96xx \
      all-kxx all-pari all-phc all-openmath all-oxmath all-tigers       all-kxx all-pari all-phc all-openmath all-oxmath all-tigers all-fep
   
 all-gc:  all-gc:
         @if test ! -f gc/.gc_make_done ; \          @if test ! -f gc/.gc_make_done ; \
Line 72  all-phc:
Line 72  all-phc:
 all-tigers:  all-tigers:
         (cd tigers ; make all)          (cd tigers ; make all)
   
   all-fep:
           -(cd ${OPENXM_CONTRIB2}/fep ; make all)
   
   
 all-misc :  all-misc :
         (cd ../rc ; make repl)          (cd ../rc ; make repl)
         (cd ../doc ; make all-install)          (cd ../doc ; make all-install)
Line 84  all-rc:
Line 87  all-rc:
 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 \
          install-phc install-tigers install-asir-doc install-asir-contrib \           install-phc install-tigers install-asir-doc install-asir-contrib \
          install-misc           install-misc install-fep
   
   
 install-gc : all-gc  install-gc : all-gc
Line 165  install-asir-doc: install-asir
Line 168  install-asir-doc: install-asir
 install-misc:  install-misc:
         (cd ../rc ; make install.man)          (cd ../rc ; make install.man)
   
   install-fep: all-fep
           -(cd ${OPENXM_CONTRIB2}/fep ; make PREFIX=../../OpenXM install)
   
 install-rc: all-rc  install-rc: all-rc
         (cd ../rc ; make install)          (cd ../rc ; make install)
   
Line 186  clean:
Line 192  clean:
         (cd tigers ; make clean)          (cd tigers ; make clean)
         (cd asir-doc ; make clean)          (cd asir-doc ; make clean)
         (cd asir-contrib ; make clean)          (cd asir-contrib ; make clean)
           -(cd ${OPENXM_CONTRIB2}/fep ; make clean)
   
 distclean: clean  distclean: clean
         (cd uuencoded ; make distclean)          (cd uuencoded ; make distclean)

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113

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