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

Diff for /OpenXM/src/Makefile between version 1.49 and 1.50

version 1.49, 2000/01/09 16:16:20 version 1.50, 2000/01/09 16:25:20
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.48 2000/01/09 16:15:05 maekawa Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.49 2000/01/09 16:16: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 73  distclean: clean
Line 73  distclean: clean
         (cd tigers ; make distclean)          (cd tigers ; make distclean)
   
 configure: configure-links configure-asir configure-bin configure-gnuplot \  configure: configure-links configure-asir configure-bin configure-gnuplot \
            configure-kan96xx configure-kxx configure-oxmath configure-pari             configure-k097 configure-kan96xx configure-kxx configure-oxmath \
              configure-pari
   
 configure-asir: install-pari  configure-asir: install-pari
         (cd asir2000; make configure)          (cd asir2000; make configure)

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

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