Created template for point pixel filters.
[gfxprim.git] / config.mk
blobb37929da8f4054e4b8815b52bf43a45871789a96
1 CFLAGS+=-W -Wall -Wextra -fPIC -O2
2 CFLAGS+=-I$(TOPDIR)/include/
3 LDLIBS+=-ldl
5 # path to local module directory
6 PYLIBSDIR=$(TOPDIR)/pylib
8 # Python binary/version
9 PYTHON_BIN=python
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