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

Diff for /OpenXM/src/Makefile between version 1.61 and 1.62

version 1.61, 2000/01/18 02:03:42 version 1.62, 2000/01/19 00:26:20
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.60 2000/01/17 10:41:50 tam Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.61 2000/01/18 02:03:42 noro Exp $
   
 OPENXM_CONTRIB=../../OpenXM_contrib  OPENXM_CONTRIB=../../OpenXM_contrib
 LIBDIR=../lib  LIBDIR=../lib
Line 109  distclean: clean
Line 109  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-bin configure-asir configure-gnuplot \  configure: configure-links configure-gmp configure-bin configure-asir \
              configure-gnuplot \
            configure-k097 configure-kan96xx configure-kxx configure-oxmath \             configure-k097 configure-kan96xx configure-kxx configure-oxmath \
            configure-pari             configure-pari
   
Line 144  configure-oxmath:
Line 145  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.61  
changed lines
  Added in v.1.62

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