X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=otk_c%2FMakefile;h=397227ef84edfa6c9d0d3be71e57d4ec908b5ba6;hb=55b2aaf973063796a668bc758232141c3d6f5cc9;hp=f0052b411bef248a0f818fea96bdad4520f3d37f;hpb=607bf10d6df4a806cf571f9fc426eeafca21b6f9;p=chaz%2Fopenbox diff --git a/otk_c/Makefile b/otk_c/Makefile index f0052b41..397227ef 100644 --- a/otk_c/Makefile +++ b/otk_c/Makefile @@ -1,12 +1,13 @@ -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 +headers = init.h display.h screeninfo.h rect.h gccache.h color.h font.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