(check): New target.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@621 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Thien-Thi Nguyen 2000-08-04 19:48:49 +00:00
commit aaf2b747d1
14 changed files with 17 additions and 11 deletions

View file

@ -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

View file

@ -15,3 +15,4 @@ static::
clean::
rm -f *_wrap* *.o core *~ *.so *.pm myperl
check: all