Modules directory

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4153 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2002-12-03 20:37:14 +00:00
commit dfe94c7af1
2 changed files with 6 additions and 6 deletions

View file

@ -29,16 +29,16 @@ TARGET = swig$(RELEASESUFFIX)
SOURCE = Source
SOURCEDIRS = `ls $(SOURCE)`
swig: Modules1.1 Swig Preprocessor CParse DOH runtime swig.spec
swig: Modules Swig Preprocessor CParse DOH runtime swig.spec
$(CXX) -o $(TARGET) \
$(SOURCE)/Modules1.1/libmodules11.a \
$(SOURCE)/Modules/libmodules.a \
$(SOURCE)/CParse/libcparse.a \
$(SOURCE)/Preprocessor/libcpp.a \
$(SOURCE)/Swig/libswig.a \
$(SOURCE)/DOH/libdoh.a @SWIGLIBS@
Modules1.1: Source/Include/swigconfig.h
@cd $(SOURCE)/Modules1.1; $(MAKE)
Modules: Source/Include/swigconfig.h
@cd $(SOURCE)/Modules; $(MAKE)
Swig: Source/Include/swigconfig.h
@cd $(SOURCE)/Swig; $(MAKE)
@ -55,7 +55,7 @@ swig.spec: swig.spec.in config.status
DOH: Source/Include/swigconfig.h
@cd $(SOURCE)/DOH; $(MAKE)
.PHONY: SWIG1.1 Modules1.1 Swig Preprocessor DOH runtime
.PHONY: SWIG1.1 Modules Swig Preprocessor DOH runtime
# Config file must be generated at make time, rather than at configure
# time because it paths need to be substituted.

View file

@ -1066,7 +1066,7 @@ configure_substituted_files=`echo \
Source/CParse/Makefile \
Source/DOH/Makefile \
Source/DOH/Doh/Makefile \
Source/Modules1.1/Makefile \
Source/Modules/Makefile \
Source/Preprocessor/Makefile \
Source/Swig/Makefile \
`