From ed8579d68fec3890e52111e45c5f682dd7829d74 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Wed, 27 Sep 2000 02:22:23 +0000 Subject: [PATCH] swig13 target. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@896 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Makefile.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Makefile.in b/Makefile.in index 7e097277f..de6ce3b75 100644 --- a/Makefile.in +++ b/Makefile.in @@ -45,9 +45,22 @@ experiment: Swig Preprocessor LParse Experiment DOH Modules $(SOURCE)/DOH/libdoh.a \ $(LIBS) + +swig13: Swig Preprocessor LParse SWIG1.3 DOH Modules + $(CXX) -o $(TARGET) \ + $(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)