X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=otk_c%2FMakefile;h=f6cb0c54020b4b8d3732249721f4ea034bce8a96;hb=7b20aad5bde2d5338e42dadcfe1175b4390744db;hp=2e0589d6ee76a9cf52a7f941a80b0cf6c85aecd0;hpb=cca7a6762d273815947bd5c7cc58ab6713693e8e;p=chaz%2Fopenbox diff --git a/otk_c/Makefile b/otk_c/Makefile index 2e0589d6..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 = init.c display.c screeninfo.c rect.c gccache.c color.c -headers = init.h 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+=-g -I/usr/gwar/include/python2.2 -W -Wall +CFLAGS += -g -W -Wall -I/usr/gwar/include/python2.2 `pkg-config --cflags xft` +LDFLAGS += `pkg-config --libs xft` .PHONY: all install clean