swig13 target.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@896 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c8674e1f2e
commit
a2561bccc1
1 changed files with 13 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue