X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk_c%2FMakefile;h=b9253343e6a1f6e741a7779771351f9f17aa5874;hb=187e7db9c039d7369766aeae7dfdf87f191ac446;hp=fd51ae57f45a16442df7f1ee840898d20ded9eba;hpb=54524ace9779d90ae3c4a18eeb70193daea2fb0a;p=chaz%2Fopenbox diff --git a/otk_c/Makefile b/otk_c/Makefile index fd51ae57..b9253343 100644 --- a/otk_c/Makefile +++ b/otk_c/Makefile @@ -3,10 +3,10 @@ exec_prefix=$(prefix) libdir=$(exec_prefix)/lib targets = libotk.so libotk.a -sources = display.c -headers = display.h +sources = display.c screeninfo.c rect.c gccache.c color.c +headers = display.h screeninfo.h rect.h gccache.h color.h -CFLAGS+=-I/usr/gwar/include/python2.2 +CFLAGS+=-g -I/usr/gwar/include/python2.2 -W -Wall .PHONY: all install clean @@ -17,7 +17,7 @@ install: $(targets) install $^ $(libdir) clean: - $(RM) $(targets) *.o core + $(RM) $(targets) *.o core *\~ .\#* libotk.so: $(sources:.c=.o) $(CC) -shared -o $@ $^ $(LDFLAGS)