git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@768 626c5289-ae23-0410-ae9c-e8d60b6d4f22
16 lines
296 B
Makefile
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)
|