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

Diff for /OpenXM/src/Makefile between version 1.137 and 1.138

version 1.137, 2004/03/25 01:52:18 version 1.138, 2004/06/14 09:07:32
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.136 2004/02/26 23:29:46 takayama Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.137 2004/03/25 01:52:18 takayama Exp $
   
 OpenXM_HOME=..  OpenXM_HOME=..
 OpenXM_contrib=../../OpenXM_contrib  OpenXM_contrib=../../OpenXM_contrib
Line 74  all-misc : install-util
Line 74  all-misc : install-util
   
 all-rc:  all-rc:
         (cd ../rc ; make )          (cd ../rc ; make )
 all-util:  all-util: configure-util
         (cd util ; make all)          (cd util ; make all)
   
 install: install-oxtags install-util install-asir install-gnuplot \  install: install-oxtags install-util install-asir install-gnuplot \
Line 214  distclean: clean
Line 214  distclean: clean
                $(BINDIR)/oxlog $(BINDIR)/oxweave $(BINDIR)/sm1 \                 $(BINDIR)/oxlog $(BINDIR)/oxweave $(BINDIR)/sm1 \
                $(LIBDIR)/k097 $(LIBDIR)/sm1                 $(LIBDIR)/k097 $(LIBDIR)/sm1
   
 configure: configure-asir \  configure: configure-util 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-gmp             configure-pari configure-gmp
   
   configure-util:
           (cd util; ./make-configure)
   
 configure-gmp: install-util  configure-gmp: install-util
         (cd gmp; make configure)          (cd gmp; make configure)

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138

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