From e699ee5a9df53fa85d71f7ac62576c4cc4923617 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Wed, 20 Dec 2000 04:28:49 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@965 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Makefile.in | 33 +-------------------------------- configure.in | 2 -- 2 files changed, 1 insertion(+), 34 deletions(-) diff --git a/Makefile.in b/Makefile.in index 75d570871..7e18bdf42 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,33 +37,6 @@ swig: Modules1.1 Swig Modules Preprocessor LParse DOH $(SOURCE)/DOH/libdoh.a \ $(LIBS) -experiment: Swig Preprocessor LParse Experiment DOH Modules - $(CXX) -o $(TARGET) \ - $(SOURCE)/Experiment/libexp.a \ - $(SOURCE)/LParse/liblparse.a \ - $(SOURCE)/Preprocessor/libcpp.a \ - $(SOURCE)/Modules/libmodules.a \ - $(SOURCE)/Swig/libswig.a \ - $(SOURCE)/DOH/libdoh.a \ - $(LIBS) - - -swig13: Swig Preprocessor LParse SWIG1.3 DOH Modules - $(CXX) -o $(TARGET) $(LINKFORSHARED) \ - $(SOURCE)/Modules/libmodules.a \ - $(SOURCE)/SWIG1.3/libswig13.a \ - $(SOURCE)/LParse/liblparse.a \ - $(SOURCE)/Preprocessor/libcpp.a \ - $(SOURCE)/Swig/libswig.a \ - $(SOURCE)/DOH/libdoh.a \ - $(LIBS) - -SWIG1.1: - @cd $(SOURCE)/SWIG1.1; $(MAKE) - -SWIG1.3: - @cd $(SOURCE)/SWIG1.3; $(MAKE) - Modules1.1: @cd $(SOURCE)/Modules1.1; $(MAKE) @@ -76,17 +49,13 @@ Preprocessor: LParse: @cd $(SOURCE)/LParse; $(MAKE) -Experiment: - @cd $(SOURCE)/Experiment; $(MAKE) - DOH: @cd $(SOURCE)/DOH; $(MAKE) Modules: @cd $(SOURCE)/Modules; $(MAKE) -.PHONY: SWIG1.1 Modules1.1 Swig Preprocessor LParse \ - Experiment Swim SWILL DOH Swithe +.PHONY: Modules1.1 Modules Swig Preprocessor LParse DOH ##################################################################### # Runtime libraries diff --git a/configure.in b/configure.in index d56e7e3ad..d4afef7b7 100644 --- a/configure.in +++ b/configure.in @@ -723,14 +723,12 @@ configure_substituted_files=`echo \ Examples/guile/Makefile \ Makefile \ Runtime/Makefile \ - Source/Experiment/Makefile \ Source/Include/swigconfig.h \ Source/Include/swigver.h \ Source/LParse/Makefile \ Source/Modules/Makefile \ Source/Modules1.1/Makefile \ Source/Preprocessor/Makefile \ - Source/SWIG1.3/Makefile \ Source/Swig/Makefile \ ` AC_SUBST(configure_substituted_files)