1 CFLAGS
+=-W
-Wall
-Wextra
-fPIC
-O2
2 CFLAGS
+=-I
$(TOPDIR
)/include/
5 # path to local module directory
6 PYLIBSDIR
=$(TOPDIR
)/pylib
8 # Python binary/version
10 # To test with other python versions (example):
11 #PYTHON_BIN=${TOPDIR}/virtualpy2.4/bin/python
13 # Command to run Python with pylib/ modules
14 PYTHON
=PYTHONPATH
=$$PYTHONPATH:${PYLIBSDIR} ${PYTHON_BIN} -Werror