Simple example of DISOWN typemap working correctly.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7411 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Kevin Ruland 2005-09-07 01:56:03 +00:00
commit 595ecd02ea
6 changed files with 179 additions and 0 deletions

View file

@ -0,0 +1,12 @@
CRUD=*.so *.o php_example.h *_wrap.c* example.php
all: check
check:
./BUILD.sh
# This one is fun! How do we know what shouldn't be there?
clean:
rm -f $(CRUD)