From a05e172cac2d89d7ce117faff50f596413dce275 Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Wed, 25 Sep 2002 02:52:06 +0000 Subject: remove local file --- tcl/Makefile.in | 67 --------------------------------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 tcl/Makefile.in diff --git a/tcl/Makefile.in b/tcl/Makefile.in deleted file mode 100644 index 983d674c32a..00000000000 --- a/tcl/Makefile.in +++ /dev/null @@ -1,67 +0,0 @@ -# Minimal top-level Makefile. Just pass everything to the $(CONFIGDIR) -# subdir. -# Tom Tromey - -CONFIGDIR=@CONFIGDIR@ - -VPATH = @srcdir@ -SHELL = @SHELL@ -SRC_DIR = @srcdir@ - -@SET_MAKE@ - -all install test install-binaries install-libraries install-minimal: - @cd $(CONFIGDIR) && $(MAKE) $@ - -mostlyclean-recursive clean-recursive distclean-recursive \ -maintainer-clean-recursive: - @cd $(CONFIGDIR) && $(MAKE) `echo $@ | sed 's/-recursive//'` - -configure: - cd $(SRC_DIR) && autoconf - -mostlyclean: mostlyclean-recursive - -clean: clean-recursive - -distclean-local: - rm -f Makefile config.status config.cache config.log - -distclean: distclean-recursive distclean-local - -maintainer-clean: distclean-local maintainer-clean-recursive - - -#---------------------------------------------------------------- -# These let the DejaGnu test suite run when DejaGnu isn't -# installed yet, so run it from the srcdir and objdir. -#---------------------------------------------------------------- -EXPECT = ` \ - if [ -f $${rootme}/../expect/expect ] ; then \ - echo $${rootme}/../expect/expect ; \ - else echo expect ; fi` - -RUNTESTFLAGS = -RUNTEST = ` \ - if [ -f $(SRC_DIR)/../dejagnu/runtest ] ; then \ - echo $(SRC_DIR)/../dejagnu/runtest ; \ - else echo runtest ; fi` - -check: - cd $(CONFIGDIR) && $(MAKE) tcltest - rootme=`pwd`; export rootme; \ - srcdir=${SRC_DIR}; export srcdir ; \ - EXPECT=${EXPECT} ; export EXPECT ; \ - if [ -f $${rootme}/../expect/expect ] ; then \ - TCL_LIBRARY=`cd $${srcdir}/library && pwd` ; \ - export TCL_LIBRARY ; fi ; \ - $(RUNTEST) $(RUNTESTFLAGS) --tool tcl --srcdir $(SRC_DIR)/testsuite - -install-info info installcheck: - -Makefile: Makefile.in config.status - CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status - -config.status: configure - $(SHELL) config.status --recheck - -- cgit v1.2.1