filters: FilterMirrorH: Small fixes, more to come.
[gfxprim.git] / config.mk
blobc149a0ce6e79049a7144240c01908d643e3d32bd
1 include $(TOPDIR)/config.gen.mk
3 CFLAGS+=-I$(TOPDIR)/include/
5 # path to local module directory
6 PYLIBSDIR=$(TOPDIR)/pylib
8 ifdef PYTHON_CONFIG
9 PYTHON_INCLUDE=$(shell $(PYTHON_CONFIG) --include)
10 endif
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/