Rename GP_Pixel_Access to GP_GetPutPixel
[gfxprim.git] / config.mk
blobd9a784de7b95414a20f7d24e6ad1b77362cf2fcd
1 CFLAGS+=-W -Wall -Wextra -fPIC -ggdb -O2 -std=gnu99
2 CFLAGS+=-I$(TOPDIR)/include/
3 LDLIBS+=-ldl
5 # path to local module directory
6 PYLIBSDIR=$(TOPDIR)/pylib
8 # Command to run Python with pylib/ modules
9 PYTHON=PYTHONPATH=$$PYTHONPATH:${PYLIBSDIR} python