summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@glug.org>2000-08-04 19:48:49 +0000
committerThien-Thi Nguyen <ttn@glug.org>2000-08-04 19:48:49 +0000
commitf59346e730ffc937d5fc8d024d2fe121d2b93a5b (patch)
tree290ef95212849ef6366a7454c9f87b90a9621877
parenteca11a84992f09aff56f464f14410aca42aa19d4 (diff)
downloadswig-f59346e730ffc937d5fc8d024d2fe121d2b93a5b.tar.gz
(check): New target.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@621 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--Examples/guile/matrix/Makefile1
-rw-r--r--Examples/guile/simple/Makefile2
-rw-r--r--Examples/java/native/Makefile2
-rw-r--r--Examples/java/simple/Makefile1
-rw-r--r--Examples/java/typemap/Makefile1
-rw-r--r--Examples/mzscheme/simple/Makefile1
-rw-r--r--Examples/perl5/constants/Makefile5
-rw-r--r--Examples/perl5/simple/Makefile1
-rw-r--r--Examples/python/constants/Makefile2
-rw-r--r--Examples/python/simple/Makefile2
-rw-r--r--Examples/ruby/constants/Makefile2
-rw-r--r--Examples/ruby/simple/Makefile2
-rw-r--r--Examples/tcl/constants/Makefile4
-rw-r--r--Examples/tcl/simple/Makefile2
14 files changed, 17 insertions, 11 deletions
diff --git a/Examples/guile/matrix/Makefile b/Examples/guile/matrix/Makefile
index 37a4ff608..bbe78539a 100644
--- a/Examples/guile/matrix/Makefile
+++ b/Examples/guile/matrix/Makefile
@@ -17,3 +17,4 @@ all::
clean::
rm -f matrix *_wrap* *~ .~* core
+check: all
diff --git a/Examples/guile/simple/Makefile b/Examples/guile/simple/Makefile
index b442e6e6f..151dcc4b3 100644
--- a/Examples/guile/simple/Makefile
+++ b/Examples/guile/simple/Makefile
@@ -15,4 +15,4 @@ all::
clean::
rm -f *_wrap* my-guile *~ .~* core
-
+check: all
diff --git a/Examples/java/native/Makefile b/Examples/java/native/Makefile
index dfe05eb94..1bd5ddd3a 100644
--- a/Examples/java/native/Makefile
+++ b/Examples/java/native/Makefile
@@ -14,4 +14,4 @@ java::
clean::
rm -f *_wrap* example.java *.class *.o *~ .~* core *.so *.sl so_locations
-
+check: all
diff --git a/Examples/java/simple/Makefile b/Examples/java/simple/Makefile
index f6d0dc3d4..f55601b9c 100644
--- a/Examples/java/simple/Makefile
+++ b/Examples/java/simple/Makefile
@@ -14,3 +14,4 @@ java::
clean::
rm -f *_wrap* *.o core *~ *.so *.class example.java
+check: all
diff --git a/Examples/java/typemap/Makefile b/Examples/java/typemap/Makefile
index 0826bbd7f..ddba664d9 100644
--- a/Examples/java/typemap/Makefile
+++ b/Examples/java/typemap/Makefile
@@ -14,3 +14,4 @@ java::
clean::
rm -f *_wrap* *.o core *~ *.so *.class example.java
+check: all
diff --git a/Examples/mzscheme/simple/Makefile b/Examples/mzscheme/simple/Makefile
index b0cd5ae03..c8e5242b3 100644
--- a/Examples/mzscheme/simple/Makefile
+++ b/Examples/mzscheme/simple/Makefile
@@ -10,3 +10,4 @@ all::
clean::
rm -f *_wrap* *.o core *~ *.so
+check: all
diff --git a/Examples/perl5/constants/Makefile b/Examples/perl5/constants/Makefile
index 47fd1eb6d..428f9f5cd 100644
--- a/Examples/perl5/constants/Makefile
+++ b/Examples/perl5/constants/Makefile
@@ -1,9 +1,9 @@
TOP = ../..
SWIG = $(TOP)/../swig
-SRCS =
+SRCS =
TARGET = example
INTERFACE = example.i
-SWIGOPT =
+SWIGOPT =
all::
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
SWIGOPT='$(SWIGOPT)' TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' perl5
@@ -15,3 +15,4 @@ static::
clean::
rm -f *_wrap* *.o core *~ *.so *.pm myperl
+check: all
diff --git a/Examples/perl5/simple/Makefile b/Examples/perl5/simple/Makefile
index c533f9aa9..e5944f9af 100644
--- a/Examples/perl5/simple/Makefile
+++ b/Examples/perl5/simple/Makefile
@@ -15,3 +15,4 @@ static::
clean::
rm -f *_wrap* *.o core *~ *.so *.pm myperl
+check: all
diff --git a/Examples/python/constants/Makefile b/Examples/python/constants/Makefile
index d7dbbc99f..453bbc6ee 100644
--- a/Examples/python/constants/Makefile
+++ b/Examples/python/constants/Makefile
@@ -15,4 +15,4 @@ static::
clean::
rm -f *_wrap* *.o *~ *.so mypython *.pyc .~* core
-
+check: all
diff --git a/Examples/python/simple/Makefile b/Examples/python/simple/Makefile
index ecfeef983..e495cfa9a 100644
--- a/Examples/python/simple/Makefile
+++ b/Examples/python/simple/Makefile
@@ -15,4 +15,4 @@ static::
clean::
rm -f *_wrap* *.o *~ *.so mypython *.pyc .~* core
-
+check: all
diff --git a/Examples/ruby/constants/Makefile b/Examples/ruby/constants/Makefile
index 540dfbf2b..f6ec694b7 100644
--- a/Examples/ruby/constants/Makefile
+++ b/Examples/ruby/constants/Makefile
@@ -15,4 +15,4 @@ static::
clean::
rm -f *_wrap* *.o *~ *.so myruby .~* core
-
+check: all
diff --git a/Examples/ruby/simple/Makefile b/Examples/ruby/simple/Makefile
index 38117263b..cd0fdf300 100644
--- a/Examples/ruby/simple/Makefile
+++ b/Examples/ruby/simple/Makefile
@@ -15,4 +15,4 @@ static::
clean::
rm -f *_wrap* *.o *~ *.so myruby .~* core
-
+check: all
diff --git a/Examples/tcl/constants/Makefile b/Examples/tcl/constants/Makefile
index 2d2b95df6..bb509b03f 100644
--- a/Examples/tcl/constants/Makefile
+++ b/Examples/tcl/constants/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../swig
-SRCS =
+SRCS =
TARGET = my_tclsh
DLTARGET = example
INTERFACE = example.i
@@ -16,4 +16,4 @@ static::
clean::
rm -f *_wrap* *.o my_tclsh *~ .~* core *.so *.sl
-
+check: all
diff --git a/Examples/tcl/simple/Makefile b/Examples/tcl/simple/Makefile
index 7efdff42c..fcb994d09 100644
--- a/Examples/tcl/simple/Makefile
+++ b/Examples/tcl/simple/Makefile
@@ -16,4 +16,4 @@ static::
clean::
rm -f *_wrap* *.o my_tclsh *~ .~* core *.so *.sl
-
+check: all