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

Diff for /OpenXM/src/Makefile between version 1.44 and 1.45

version 1.44, 2000/01/08 20:46:20 version 1.45, 2000/01/08 20:54:57
Line 1 
Line 1 
 ## Type in make configure and make all to build all  ## Type in make configure and make all to build all
 ## $OpenXM: OpenXM/src/Makefile,v 1.43 2000/01/08 20:13:30 maekawa Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.44 2000/01/08 20:46:20 maekawa Exp $
   
 all: configure all-kan96xx all-kxx all-tigers all-phc all-k097 \  all: configure all-kan96xx all-kxx all-tigers all-phc all-k097 \
      all-pari all-asir all-gnuplot all-openmath all-oxmath       all-pari all-asir all-gnuplot all-openmath all-oxmath
Line 10  all-asir: configure-asir
Line 10  all-asir: configure-asir
 all-gnuplot: configure-gnuplot  all-gnuplot: configure-gnuplot
         (cd gnuplot ; make all ; make install)          (cd gnuplot ; make all ; make install)
   
 all-kan96xx:  all-kan96xx: configure-kan96xx
         (cd kan96xx ; make all ; make install2)          (cd kan96xx ; make all ; make install2)
   
 all-kxx:  all-kxx: configure-kxx
         (cd kxx ; make all ; make install2)          (cd kxx ; make all ; make install2)
   
 all-k097:  all-k097:
Line 27  all-openmath:
Line 27  all-openmath:
                 echo "in your search path. OpenMath will not be compiled." ; \                  echo "in your search path. OpenMath will not be compiled." ; \
         fi          fi
   
 all-oxmath:  all-oxmath: configure-oxmath
         @if test -d /usr/local/mathematica ; then \          @if test -d /usr/local/mathematica ; then \
                 (cd ox_math ; make) ; \                  (cd ox_math ; make) ; \
         else \          else \
Line 47  all-tigers:
Line 47  all-tigers:
 install: install-pari  install: install-pari
   
 install-pari: all-pari  install-pari: all-pari
         (cd pari ; make install ; ranlib ../../../OpenXM/lib/libpari.a)          (cd pari ; make install)
   
 clean:  clean:
         (cd kan96xx ; make clean)          (cd kan96xx ; make clean)
Line 68  distclean: clean
Line 68  distclean: clean
         (cd phc ; make distclean)          (cd phc ; make distclean)
         (cd tigers ; make distclean)          (cd tigers ; make distclean)
   
 configure: configure-links configure-asir configure-gnuplot  configure: configure-links configure-asir configure-bin configure-gnuplot \
         (cd ../bin ; ./configure2)             configure-kan96xx configure-kxx configure-oxmath configure-pari
         (cd kxx ; make configure)  
         (cd kan96xx ; make configure)  
         (cd ox_math; ./configure)  
   
 configure-asir: install-pari  configure-asir: install-pari
         (cd asir2000; make configure)          (cd asir2000; make configure)
   
   configure-bin:
           (cd ../bin ; ./configure2)
   
 configure-gnuplot:  configure-gnuplot:
         (cd gnuplot ; make configure)          (cd gnuplot ; make configure)
   
   configure-kan96xx:
           (cd kan96xx ; make configure)
   
   configure-kxx:
           (cd kxx ; make configure)
   
 configure-links:  configure-links:
         ./make-links          ./make-links
   
   configure-oxmath:
           (cd ox_math; ./configure)
   
 configure-pari:  configure-pari:
         (cd pari ; make configure)          (cd pari ; make configure)

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

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