Added LINKFORSHARED option to swig13 linking.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@913 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-10-04 03:23:42 +00:00
commit 650baa6f2b

View file

@ -17,6 +17,7 @@ CXX = @CXX@
LIBS = @LIBS@
AR = @AR@
RANLIB = @RANLIB@
LINKFORSHARED = @LINKFORSHARED@
# Note: Files in `SWIG_LIB' are machine independent so we use `prefix'
# instead of `exec_prefix' or, derivatively, `libdir'.
@ -47,7 +48,7 @@ experiment: Swig Preprocessor LParse Experiment DOH Modules
swig13: Swig Preprocessor LParse SWIG1.3 DOH Modules
$(CXX) -o $(TARGET) \
$(CXX) -o $(TARGET) $(LINKFORSHARED) \
$(SOURCE)/Modules/libmodules.a \
$(SOURCE)/SWIG1.3/libswig13.a \
$(SOURCE)/LParse/liblparse.a \