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

Diff for /OpenXM/src/Makefile between version 1.107 and 1.108

version 1.107, 2001/05/31 08:04:34 version 1.108, 2001/08/21 00:47:17
Line 1 
Line 1 
 ## $OpenXM: OpenXM/src/Makefile,v 1.106 2001/05/20 09:19:16 takayama Exp $  ## $OpenXM: OpenXM/src/Makefile,v 1.107 2001/05/31 08:04:34 ohara Exp $
   
 OpenXM_HOME=../../OpenXM  OpenXM_HOME=../../OpenXM
 OPENXM_CONTRIB=../../OpenXM_contrib  OPENXM_CONTRIB=../../OpenXM_contrib
Line 188  clean:
Line 188  clean:
         (cd asir-contrib ; make clean)          (cd asir-contrib ; make clean)
   
 distclean: clean  distclean: clean
         (cd $(BINDIR) ; make distclean)          (cd uuencoded ; make distclean)
         -(cd $(OPENXM_CONTRIB)/gmp ; make distclean)          -(cd $(OPENXM_CONTRIB)/gmp ; make distclean)
         (cd $(OPENXM_CONTRIB)/gc ; make clean ; /bin/rm -f *.a)          (cd $(OPENXM_CONTRIB)/gc ; make clean ; /bin/rm -f *.a)
         (cd asir2000 ; make distclean)          (cd asir2000 ; make distclean)
Line 245  configure-asir:
Line 245  configure-asir:
         fi          fi
   
 configure-bin:  configure-bin:
         (cd $(BINDIR) ; make configure)          (cd uuencoded ; make configure)
   
 configure-gnuplot:  configure-gnuplot:
         -(cd gnuplot ; make configure)          -(cd gnuplot ; make configure)

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108

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