aboutsummaryrefslogtreecommitdiff
path: root/Examples/GIFPlot/Python
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@glug.org>2000-08-31 17:18:19 +0000
committerThien-Thi Nguyen <ttn@glug.org>2000-08-31 17:18:19 +0000
commit4960338534f46fff02102e78af93849d3fce52e0 (patch)
tree927d1de6e343c3bcb0702be1b122dd9643973f71 /Examples/GIFPlot/Python
parent2a39e03463c5e00dd7b1447ced9634f5cf12a835 (diff)
downloadswig-4960338534f46fff02102e78af93849d3fce52e0.tar.gz
(check): New target.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@757 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/GIFPlot/Python')
-rw-r--r--Examples/GIFPlot/Python/full/Makefile4
-rw-r--r--Examples/GIFPlot/Python/simple/Makefile6
2 files changed, 5 insertions, 5 deletions
diff --git a/Examples/GIFPlot/Python/full/Makefile b/Examples/GIFPlot/Python/full/Makefile
index 0a438f117..361717c5c 100644
--- a/Examples/GIFPlot/Python/full/Makefile
+++ b/Examples/GIFPlot/Python/full/Makefile
@@ -1,7 +1,7 @@
TOP = ../../..
SWIG = $(TOP)/../swig
SWIGOPT = -I../../Include
-SRCS =
+SRCS =
TARGET = gifplot
INTERFACE = gifplot.i
LIBS = -L../.. -lgifplot
@@ -20,4 +20,4 @@ static::
clean::
rm -f *_wrap* *.o *~ *.so mypython *.pyc .~* core *.gif
-
+check: all
diff --git a/Examples/GIFPlot/Python/simple/Makefile b/Examples/GIFPlot/Python/simple/Makefile
index 93b846684..e9b708633 100644
--- a/Examples/GIFPlot/Python/simple/Makefile
+++ b/Examples/GIFPlot/Python/simple/Makefile
@@ -1,7 +1,7 @@
TOP = ../../..
SWIG = $(TOP)/../swig
-SWIGOPT =
-SRCS =
+SWIGOPT =
+SRCS =
TARGET = simple
INTERFACE = simple.i
LIBS = -L../.. -lgifplot
@@ -20,4 +20,4 @@ static::
clean::
rm -f *_wrap* *.o *~ *.so mypython *.pyc .~* core *.gif
-
+check: all