X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk_c%2FMakefile;h=f6cb0c54020b4b8d3732249721f4ea034bce8a96;hb=703ef4df2278adef66a65bcfc9455da41d0413e6;hp=9a93825d32b15c6869a1b32f5d18a5b90d70d28b;hpb=8d3d9ae75c3b023288af18492713b00ca8244fe1;p=chaz%2Fopenbox diff --git a/otk_c/Makefile b/otk_c/Makefile index 9a93825d..f6cb0c54 100644 --- a/otk_c/Makefile +++ b/otk_c/Makefile @@ -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 -headers = display.h screeninfo.h rect.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