(check): New target.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@757 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Thien-Thi Nguyen 2000-08-31 17:18:19 +00:00
commit 3101ccad3d
13 changed files with 31 additions and 30 deletions

View file

@ -1,7 +1,7 @@
TOP = ../../.. TOP = ../../..
SWIG = $(TOP)/../swig SWIG = $(TOP)/../swig
SWIGOPT = -I../../Include SWIGOPT = -I../../Include
SRCS = SRCS =
TARGET = gifplot TARGET = gifplot
INTERFACE = gifplot.i INTERFACE = gifplot.i
LIBS = -L../.. -lgifplot -lm LIBS = -L../.. -lgifplot -lm
@ -17,4 +17,4 @@ static::
clean:: clean::
rm -f *_wrap* *.o *~ *.so gifguile .~* core *.gif rm -f *_wrap* *.o *~ *.so gifguile .~* core *.gif
check: all

View file

@ -1,7 +1,7 @@
TOP = ../../.. TOP = ../../..
SWIG = $(TOP)/../swig SWIG = $(TOP)/../swig
SWIGOPT = SWIGOPT =
SRCS = SRCS =
TARGET = simple TARGET = simple
INTERFACE = simple.i INTERFACE = simple.i
LIBS = -L../.. -lgifplot LIBS = -L../.. -lgifplot
@ -17,4 +17,4 @@ static::
clean:: clean::
rm -f *_wrap* *.o *~ *.so gifguile .~* core *.gif rm -f *_wrap* *.o *~ *.so gifguile .~* core *.gif
check: all

View file

@ -1,7 +1,7 @@
TOP = ../.. TOP = ../..
SWIG = $(TOP)/../swig -shadow SWIG = $(TOP)/../swig -shadow
SWIGOPT = -I../Include SWIGOPT = -I../Include
SRCS = SRCS =
TARGET = libjgifplot TARGET = libjgifplot
INTERFACE = gifplot.i INTERFACE = gifplot.i
LIBS = -L.. -lgifplot -lm LIBS = -L.. -lgifplot -lm
@ -15,3 +15,4 @@ all::
clean:: clean::
rm -f *_wrap* *.o *~ *.so .~* core *.gif *.class ColorMap.java FrameBuffer.java Plot2D.java Plot3D.java gifplot.java rm -f *_wrap* *.o *~ *.so .~* core *.gif *.class ColorMap.java FrameBuffer.java Plot2D.java Plot3D.java gifplot.java
check: all

View file

@ -1,7 +1,7 @@
TOP = ../../.. TOP = ../../..
SWIG = $(TOP)/../swig SWIG = $(TOP)/../swig
SWIGOPT = -I../../Include SWIGOPT = -I../../Include
SRCS = SRCS =
TARGET = gifplot TARGET = gifplot
INTERFACE = gifplot.i INTERFACE = gifplot.i
LIBS = -L../.. -lgifplot -lm LIBS = -L../.. -lgifplot -lm
@ -20,4 +20,4 @@ static::
clean:: clean::
rm -f *_wrap* *.o *~ *.so myperl *.pm .~* core *.gif rm -f *_wrap* *.o *~ *.so myperl *.pm .~* core *.gif
check: all

View file

@ -1,7 +1,7 @@
TOP = ../../.. TOP = ../../..
SWIG = $(TOP)/../swig SWIG = $(TOP)/../swig
SWIGOPT = -I../../Interface -shadow SWIGOPT = -I../../Interface -shadow
SRCS = SRCS =
TARGET = gifplot TARGET = gifplot
INTERFACE = gifplot.i INTERFACE = gifplot.i
LIBS = -L../.. -lgifplot -lm LIBS = -L../.. -lgifplot -lm
@ -20,4 +20,4 @@ static::
clean:: clean::
rm -f *_wrap* *.o *~ *.so myperl *.pm .~* core *.gif rm -f *_wrap* *.o *~ *.so myperl *.pm .~* core *.gif
check: all

View file

@ -1,7 +1,7 @@
TOP = ../../.. TOP = ../../..
SWIG = $(TOP)/../swig SWIG = $(TOP)/../swig
SWIGOPT = SWIGOPT =
SRCS = SRCS =
TARGET = simple TARGET = simple
INTERFACE = simple.i INTERFACE = simple.i
LIBS = -L../.. -lgifplot LIBS = -L../.. -lgifplot
@ -20,4 +20,4 @@ static::
clean:: clean::
rm -f *_wrap* *.o *~ *.so myperl *.pm .~* core *.gif rm -f *_wrap* *.o *~ *.so myperl *.pm .~* core *.gif
check: all

View file

@ -1,7 +1,7 @@
TOP = ../../.. TOP = ../../..
SWIG = $(TOP)/../swig SWIG = $(TOP)/../swig
SWIGOPT = -I../../Include SWIGOPT = -I../../Include
SRCS = SRCS =
TARGET = gifplot TARGET = gifplot
INTERFACE = gifplot.i INTERFACE = gifplot.i
LIBS = -L../.. -lgifplot LIBS = -L../.. -lgifplot
@ -20,4 +20,4 @@ static::
clean:: clean::
rm -f *_wrap* *.o *~ *.so mypython *.pyc .~* core *.gif rm -f *_wrap* *.o *~ *.so mypython *.pyc .~* core *.gif
check: all

View file

@ -1,7 +1,7 @@
TOP = ../../.. TOP = ../../..
SWIG = $(TOP)/../swig SWIG = $(TOP)/../swig
SWIGOPT = SWIGOPT =
SRCS = SRCS =
TARGET = simple TARGET = simple
INTERFACE = simple.i INTERFACE = simple.i
LIBS = -L../.. -lgifplot LIBS = -L../.. -lgifplot
@ -20,4 +20,4 @@ static::
clean:: clean::
rm -f *_wrap* *.o *~ *.so mypython *.pyc .~* core *.gif rm -f *_wrap* *.o *~ *.so mypython *.pyc .~* core *.gif
check: all

View file

@ -1,7 +1,7 @@
TOP = ../../.. TOP = ../../..
SWIG = $(TOP)/../swig SWIG = $(TOP)/../swig
SWIGOPT = -I../../Include SWIGOPT = -I../../Include
SRCS = SRCS =
TARGET = gifplot TARGET = gifplot
INTERFACE = gifplot.i INTERFACE = gifplot.i
LIBS = -L../.. -lgifplot LIBS = -L../.. -lgifplot
@ -20,4 +20,4 @@ static::
clean:: clean::
rm -f *_wrap* *.o *~ *.so myruby .~* core *.gif rm -f *_wrap* *.o *~ *.so myruby .~* core *.gif
check: all

View file

@ -1,7 +1,7 @@
TOP = ../../.. TOP = ../../..
SWIG = $(TOP)/../swig SWIG = $(TOP)/../swig
SWIGOPT = SWIGOPT =
SRCS = SRCS =
TARGET = simple TARGET = simple
INTERFACE = simple.i INTERFACE = simple.i
LIBS = -L../.. -lgifplot LIBS = -L../.. -lgifplot
@ -20,4 +20,4 @@ static::
clean:: clean::
rm -f *_wrap* *.o *~ *.so myruby .~* core *.gif rm -f *_wrap* *.o *~ *.so myruby .~* core *.gif
check: all

View file

@ -1,7 +1,7 @@
TOP = ../../.. TOP = ../../..
SWIG = $(TOP)/../swig SWIG = $(TOP)/../swig
SWIGOPT = -I../../Include SWIGOPT = -I../../Include
SRCS = SRCS =
TARGET = gifplot TARGET = gifplot
INTERFACE = gifplot.i INTERFACE = gifplot.i
LIBS = -L../.. -lgifplot LIBS = -L../.. -lgifplot
@ -20,4 +20,4 @@ static::
clean:: clean::
rm -f *_wrap* *.o *~ *.so mytclsh .~* core *.gif rm -f *_wrap* *.o *~ *.so mytclsh .~* core *.gif
check: all

View file

@ -1,7 +1,7 @@
TOP = ../../.. TOP = ../../..
SWIG = $(TOP)/../swig SWIG = $(TOP)/../swig
SWIGOPT = -I../../Interface SWIGOPT = -I../../Interface
SRCS = SRCS =
TARGET = gifplot TARGET = gifplot
INTERFACE = mandel.i INTERFACE = mandel.i
LIBS = -L../.. -lgifplot LIBS = -L../.. -lgifplot
@ -20,4 +20,4 @@ static::
clean:: clean::
rm -f *_wrap* *.o *~ *.so mywish .~* core *.gif rm -f *_wrap* *.o *~ *.so mywish .~* core *.gif
check: all

View file

@ -1,7 +1,7 @@
TOP = ../../.. TOP = ../../..
SWIG = $(TOP)/../swig SWIG = $(TOP)/../swig
SWIGOPT = SWIGOPT =
SRCS = SRCS =
TARGET = simple TARGET = simple
INTERFACE = simple.i INTERFACE = simple.i
LIBS = -L../.. -lgifplot LIBS = -L../.. -lgifplot
@ -20,4 +20,4 @@ static::
clean:: clean::
rm -f *_wrap* *.o *~ *.so mytclsh .~* core *.gif rm -f *_wrap* *.o *~ *.so mytclsh .~* core *.gif
check: all