(check): New target.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@621 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
eca11a8499
commit
f59346e730
14 changed files with 17 additions and 11 deletions
|
|
@ -17,3 +17,4 @@ all::
|
||||||
clean::
|
clean::
|
||||||
rm -f matrix *_wrap* *~ .~* core
|
rm -f matrix *_wrap* *~ .~* core
|
||||||
|
|
||||||
|
check: all
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,4 @@ all::
|
||||||
clean::
|
clean::
|
||||||
rm -f *_wrap* my-guile *~ .~* core
|
rm -f *_wrap* my-guile *~ .~* core
|
||||||
|
|
||||||
|
check: all
|
||||||
|
|
|
||||||
|
|
@ -14,4 +14,4 @@ java::
|
||||||
clean::
|
clean::
|
||||||
rm -f *_wrap* example.java *.class *.o *~ .~* core *.so *.sl so_locations
|
rm -f *_wrap* example.java *.class *.o *~ .~* core *.so *.sl so_locations
|
||||||
|
|
||||||
|
check: all
|
||||||
|
|
|
||||||
|
|
@ -14,3 +14,4 @@ java::
|
||||||
clean::
|
clean::
|
||||||
rm -f *_wrap* *.o core *~ *.so *.class example.java
|
rm -f *_wrap* *.o core *~ *.so *.class example.java
|
||||||
|
|
||||||
|
check: all
|
||||||
|
|
|
||||||
|
|
@ -14,3 +14,4 @@ java::
|
||||||
clean::
|
clean::
|
||||||
rm -f *_wrap* *.o core *~ *.so *.class example.java
|
rm -f *_wrap* *.o core *~ *.so *.class example.java
|
||||||
|
|
||||||
|
check: all
|
||||||
|
|
|
||||||
|
|
@ -10,3 +10,4 @@ all::
|
||||||
clean::
|
clean::
|
||||||
rm -f *_wrap* *.o core *~ *.so
|
rm -f *_wrap* *.o core *~ *.so
|
||||||
|
|
||||||
|
check: all
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
TOP = ../..
|
TOP = ../..
|
||||||
SWIG = $(TOP)/../swig
|
SWIG = $(TOP)/../swig
|
||||||
SRCS =
|
SRCS =
|
||||||
TARGET = example
|
TARGET = example
|
||||||
INTERFACE = example.i
|
INTERFACE = example.i
|
||||||
SWIGOPT =
|
SWIGOPT =
|
||||||
all::
|
all::
|
||||||
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
|
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
|
||||||
SWIGOPT='$(SWIGOPT)' TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' perl5
|
SWIGOPT='$(SWIGOPT)' TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' perl5
|
||||||
|
|
@ -15,3 +15,4 @@ static::
|
||||||
clean::
|
clean::
|
||||||
rm -f *_wrap* *.o core *~ *.so *.pm myperl
|
rm -f *_wrap* *.o core *~ *.so *.pm myperl
|
||||||
|
|
||||||
|
check: all
|
||||||
|
|
|
||||||
|
|
@ -15,3 +15,4 @@ static::
|
||||||
clean::
|
clean::
|
||||||
rm -f *_wrap* *.o core *~ *.so *.pm myperl
|
rm -f *_wrap* *.o core *~ *.so *.pm myperl
|
||||||
|
|
||||||
|
check: all
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,4 @@ static::
|
||||||
clean::
|
clean::
|
||||||
rm -f *_wrap* *.o *~ *.so mypython *.pyc .~* core
|
rm -f *_wrap* *.o *~ *.so mypython *.pyc .~* core
|
||||||
|
|
||||||
|
check: all
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,4 @@ static::
|
||||||
clean::
|
clean::
|
||||||
rm -f *_wrap* *.o *~ *.so mypython *.pyc .~* core
|
rm -f *_wrap* *.o *~ *.so mypython *.pyc .~* core
|
||||||
|
|
||||||
|
check: all
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,4 @@ static::
|
||||||
clean::
|
clean::
|
||||||
rm -f *_wrap* *.o *~ *.so myruby .~* core
|
rm -f *_wrap* *.o *~ *.so myruby .~* core
|
||||||
|
|
||||||
|
check: all
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,4 @@ static::
|
||||||
clean::
|
clean::
|
||||||
rm -f *_wrap* *.o *~ *.so myruby .~* core
|
rm -f *_wrap* *.o *~ *.so myruby .~* core
|
||||||
|
|
||||||
|
check: all
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
TOP = ../..
|
TOP = ../..
|
||||||
SWIG = $(TOP)/../swig
|
SWIG = $(TOP)/../swig
|
||||||
SRCS =
|
SRCS =
|
||||||
TARGET = my_tclsh
|
TARGET = my_tclsh
|
||||||
DLTARGET = example
|
DLTARGET = example
|
||||||
INTERFACE = example.i
|
INTERFACE = example.i
|
||||||
|
|
@ -16,4 +16,4 @@ static::
|
||||||
clean::
|
clean::
|
||||||
rm -f *_wrap* *.o my_tclsh *~ .~* core *.so *.sl
|
rm -f *_wrap* *.o my_tclsh *~ .~* core *.so *.sl
|
||||||
|
|
||||||
|
check: all
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ static::
|
||||||
clean::
|
clean::
|
||||||
rm -f *_wrap* *.o my_tclsh *~ .~* core *.so *.sl
|
rm -f *_wrap* *.o my_tclsh *~ .~* core *.so *.sl
|
||||||
|
|
||||||
|
check: all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue