From 785adb0a5568c72cbc0bd9a3bb3a8e2bb45ba8e4 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Wed, 9 Aug 2000 14:53:16 +0000 Subject: [PATCH] Removed SWIG1.3 target (it's not really applicable anymore) git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@632 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Makefile.in | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/SWIG/Makefile.in b/SWIG/Makefile.in index b3fa3aad4..1d60dbc4b 100644 --- a/SWIG/Makefile.in +++ b/SWIG/Makefile.in @@ -35,16 +35,6 @@ swig: SWIG1.1 Modules1.1 Swig Preprocessor DOH $(SOURCE)/DOH/libdoh.a \ $(LIBS) -swig13: SWIG1.3 Modules1.1 Swig LParse Preprocessor DOH - $(CXX) -o $(TARGET) \ - $(SOURCE)/Modules1.1/libmodules11.a \ - $(SOURCE)/SWIG1.3/libswig13.a \ - $(SOURCE)/Preprocessor/libcpp.a \ - $(SOURCE)/LParse/liblparse.a \ - $(SOURCE)/Swig/libswig.a \ - $(SOURCE)/DOH/libdoh.a \ - $(LIBS) - experiment: Swig Preprocessor LParse Experiment DOH Modules $(CXX) -o $(TARGET) \ $(SOURCE)/Experiment/libexp.a \ @@ -58,9 +48,6 @@ experiment: Swig Preprocessor LParse Experiment DOH Modules SWIG1.1: @cd $(SOURCE)/SWIG1.1; $(MAKE) -SWIG1.3: - @cd $(SOURCE)/SWIG1.3; $(MAKE) - Modules1.1: @cd $(SOURCE)/Modules1.1; $(MAKE)