git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@978 626c5289-ae23-0410-ae9c-e8d60b6d4f22
31 lines
530 B
Makefile
31 lines
530 B
Makefile
# Generated automatically from Makefile.in by configure.
|
|
|
|
|
|
# Location of your Python installation
|
|
PYINCLUDE = @PYINCLUDE@
|
|
|
|
# Location of your Tcl installation
|
|
TCLINCLUDE = @TCLINCLUDE@
|
|
|
|
# Location of your Perl installation
|
|
PERLINCLUDE = @PERL5EXT@
|
|
|
|
all: wad @MAKEPYTHON@ @MAKETCL@ @MAKEPERL@
|
|
|
|
wad:
|
|
@cd Wad; $(MAKE) wad
|
|
|
|
python:
|
|
@cd Wad; $(MAKE) SINCLUDE='$(PYINCLUDE)' python
|
|
|
|
tcl:
|
|
@cd Wad; $(MAKE) SINCLUDE='$(TCLINCLUDE)' tcl
|
|
|
|
perl:
|
|
@cd Wad; $(MAKE) SINCLUDE='$(PERLINCLUDE)' perl
|
|
|
|
|
|
clean:
|
|
@cd Wad; $(MAKE) clean
|
|
rm *.so
|
|
|