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

Diff for /OpenXM/src/Makefile between version 1.64 and 1.66

version 1.64, 2000/01/19 03:03:34 version 1.66, 2000/01/19 07:30:34
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.63 2000/01/19 01:15:45 noro Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.65 2000/01/19 06:06:30 takayama Exp $
   
 OPENXM_CONTRIB=../../OpenXM_contrib  OPENXM_CONTRIB=../../OpenXM_contrib
 LIBDIR=../lib  LIBDIR=../lib
Line 67  install-kxx: all-kxx
Line 67  install-kxx: all-kxx
         (cd kxx ; make install)          (cd kxx ; make install)
   
 install-openmath: all-openmath  install-openmath: all-openmath
         (cd OpenMath ; make install)          @if ../misc/which.pl -s javac ; then \
                   (cd OpenMath ; make install) ; \
           else \
                   echo -n "Warning: javac (java compiler) is not found " ; \
                   echo "in your search path. OpenMath will not be installed." ; \
           fi
   
   
 install-oxmath: all-oxmath  install-oxmath: all-oxmath
   
 install-pari: all-pari  install-pari: all-pari
Line 113  distclean: clean
Line 119  distclean: clean
                $(BINDIR)/oxlog $(BINDIR)/oxweave $(BINDIR)/sm1 \                 $(BINDIR)/oxlog $(BINDIR)/oxweave $(BINDIR)/sm1 \
                $(LIBDIR)/k097 $(LIBDIR)/sm1 SSkan bin gc gmp                 $(LIBDIR)/k097 $(LIBDIR)/sm1 SSkan bin gc gmp
   
 configure: configure-links configure-gmp configure-bin configure-asir \  configure: configure-links configure-bin configure-asir \
            configure-gnuplot \             configure-gnuplot \
            configure-k097 configure-kan96xx configure-kxx configure-oxmath \             configure-k097 configure-kan96xx configure-kxx configure-oxmath \
            configure-pari             configure-pari
Line 150  configure-oxmath:
Line 156  configure-oxmath:
 configure-pari:  configure-pari:
         (cd pari ; make configure)          (cd pari ; make configure)
   
 configure-gmp:  
         (cd $(OPENXM_CONTRIB)/gmp ; rm -f .gmp_configured)  

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.66

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