1 include $(TOPDIR
)/config.gen.mk
3 CFLAGS
+=-I
$(TOPDIR
)/include/
5 # path to local module directory
6 PYLIBSDIR
=$(TOPDIR
)/pylib
9 PYTHON_INCLUDE
=$(shell $(PYTHON_CONFIG
) --include)
12 # To test with other python versions (example):
13 #PYTHON_BIN=${TOPDIR}/virtualpy2.4/bin/python
15 # Command to run Python with pylib/ modules
16 PYTHON
=PYTHONPATH
=$$PYTHONPATH:${PYLIBSDIR} ${PYTHON_BIN} -Werror
18 SWIGOPTS
=-w322
,314 -I
/usr
/include/