1 include $(TOPDIR
)/config.gen.mk
2 CFLAGS
+=-I
$(TOPDIR
)/include/
4 # path to local module directory
5 PYLIBSDIR
=$(TOPDIR
)/pylib
7 # To test with other python versions (example):
8 #PYTHON_BIN=${TOPDIR}/virtualpy2.4/bin/python
10 # Command to run Python with pylib/ modules
11 PYTHON
=PYTHONPATH
=$$PYTHONPATH:${PYLIBSDIR} ${PYTHON_BIN} -Werror