*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1042 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2001-03-03 04:39:54 +00:00
commit 6a75d99105
11 changed files with 146 additions and 133 deletions

View file

@ -14,7 +14,7 @@ TCLINCLUDE = @TCLINCLUDE@
# Location of your Perl installation
PERLINCLUDE = @PERL5EXT@
all: wad @MAKEPYTHON@ @MAKETCL@ @MAKEPERL@
all: wad @MAKEPYTHON@ @MAKETCL@ #@MAKEPERL@
wad:
@cd Wad; $(MAKE) wad
@ -23,7 +23,7 @@ python:
@cd Python; $(MAKE) SINCLUDE='$(PYINCLUDE)' python
tcl:
@cd Wad; $(MAKE) SINCLUDE='$(TCLINCLUDE)' tcl
@cd Tcl; $(MAKE) SINCLUDE='$(TCLINCLUDE)' tcl
perl:
@cd Wad; $(MAKE) SINCLUDE='$(PERLINCLUDE)' perl
@ -32,7 +32,15 @@ install:
cp libwad*.so $(LIB)
chmod a+rx $(LIB)/libwad*.so
semi:
@cd Wad; $(MAKE) semi
@cd Python; $(MAKE) semi
@cd Tcl; $(MAKE) semi
clean:
@cd Wad; $(MAKE) clean
@cd Python; $(MAKE) clean
@cd Tcl; $(MAKE) clean
@cd Test; $(MAKE) clean
rm *.so