summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDave Beazley <dave-swig@dabeaz.com>2000-08-09 14:53:16 +0000
committerDave Beazley <dave-swig@dabeaz.com>2000-08-09 14:53:16 +0000
commit27665408b86cdf330dfdeb2ab9e69353718b98fd (patch)
tree0d12bcb30ddad0fa0c1e192b1a59d21012d68740 /Makefile.in
parente35d1e417f678cd239ce167cd9d2789c63f45664 (diff)
downloadswig-27665408b86cdf330dfdeb2ab9e69353718b98fd.tar.gz
Removed SWIG1.3 target (it's not really applicable anymore)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@632 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile.in b/Makefile.in
index b3fa3aad4..1d60dbc4b 100644
--- a/Makefile.in
+++ b/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)