swig/Examples/C++/Python/Makefile
Thien-Thi Nguyen 11cb5aa8a6 Initial revision
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@768 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-08-31 19:18:56 +00:00

16 lines
296 B
Makefile

TARGETS = python_cpp
include ../common.mk
SWIGOPT = -o cpptest_wrap.c -shadow $(INCLUDE)
SRCS =
TARGET = cpptestc
INTERFACE = ../interface/cpptest.i
clean:
rm -f *_wrap* *.py *.pyc *.o *~ .~* core *.so *.sl so_locations
PYTHON = python
TESTS = $(wildcard ../test_repo/*.py)