]> Dogcows Code - chaz/openbox/blobdiff - otk_c/Makefile
check for the python cflags and libs
[chaz/openbox] / otk_c / Makefile
index f0052b411bef248a0f818fea96bdad4520f3d37f..f6cb0c54020b4b8d3732249721f4ea034bce8a96 100644 (file)
@@ -1,12 +1,15 @@
-prefix=/tmp/ob
-exec_prefix=$(prefix)
-libdir=$(exec_prefix)/lib
+prefix = /tmp/ob
+exec_prefix = $(prefix)
+libdir = $(exec_prefix)/lib
 
 targets = libotk.so libotk.a
-sources = display.c screeninfo.c rect.c gccache.c color.c
-headers = display.h screeninfo.h rect.h gccache.h color.h
+sources = init.c display.c screeninfo.c rect.c gccache.c color.c font.c \
+          timer.c timerqueue.c imagecontrol.c
+headers = init.h display.h screeninfo.h rect.h gccache.h color.h font.h \
+          timer.h timerqueue.h imagecontrol.h
 
-CFLAGS+=-I/usr/gwar/include/python2.2
+CFLAGS += -g -W -Wall -I/usr/gwar/include/python2.2 `pkg-config --cflags xft`
+LDFLAGS += `pkg-config --libs xft`
 
 .PHONY: all install clean
 
This page took 0.021285 seconds and 4 git commands to generate.