filters: Cleanup GP_FilterParams API a little.
[gfxprim.git] / config.mk
blobc65c19d51fd45e328738ecca9a004f649836e1e4
1 include $(TOPDIR)/config.gen.mk
2 CFLAGS+=-I$(TOPDIR)/include/
4 # path to local module directory
5 PYLIBSDIR=$(TOPDIR)/pylib
7 PYTHON_INCLUDE=`python-config --include`
9 # To test with other python versions (example):
10 #PYTHON_BIN=${TOPDIR}/virtualpy2.4/bin/python
12 # Command to run Python with pylib/ modules
13 PYTHON=PYTHONPATH=$$PYTHONPATH:${PYLIBSDIR} ${PYTHON_BIN} -Werror
15 SWIGOPTS=-w322,314 -I/usr/include/
18 # If set to yes, rebuilds libGP* after typing make
19 # in any of the libs/*/ directories that are linked
20 # to libGP*.
22 REBUILD_LIBGP=yes