summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@glug.org>2001-01-17 02:07:09 +0000
committerThien-Thi Nguyen <ttn@glug.org>2001-01-17 02:07:09 +0000
commitff596ace9889edce966eba40996ef1d6bb44481e (patch)
tree22105ab43eaec8b43f3486aeec72dce51653470a /Makefile.in
parent0df83d6d7ba3a7c60bac9e411ac4445df1d8a477 (diff)
downloadswig-ff596ace9889edce966eba40996ef1d6bb44481e.tar.gz
(check-xml): New target.
(check): Depend on `check-xml'. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@999 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 7e18bdf42..5a7e0b5ec 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -55,7 +55,7 @@ DOH:
Modules:
@cd $(SOURCE)/Modules; $(MAKE)
-.PHONY: Modules1.1 Modules Swig Preprocessor LParse DOH
+.PHONY: Modules1.1 Modules Swig Preprocessor LParse DOH
#####################################################################
# Runtime libraries
@@ -150,7 +150,12 @@ check-c++-examples:
$(skip-python) || (cd Examples/C++/Python && $(chk))
$(skip-java) || (cd Examples/C++/Java && $(chk))
-check: check-aliveness check-examples check-gifplot-example check-c++-examples
+check-xml:
+ cd Examples/xml && $(chk)
+
+check: check-aliveness \
+ check-examples check-gifplot-example check-c++-examples \
+ check-xml
#####################################################################
# CLEAN