]> icculus.org git repositories - mikachu/openbox.git/blob - otk/Makefile.am
new timer infrastructure. takes a function pointer for the timeout, with a void*...
[mikachu/openbox.git] / otk / Makefile.am
1 CPPFLAGS=`pkg-config --cflags xft` @CPPFLAGS@
2
3 INCLUDES= -I../src
4
5 noinst_LIBRARIES=libotk.a
6
7 libotk_a_SOURCES= color.cc display.cc font.cc gccache.cc image.cc \
8                   imagecontrol.cc rect.cc screeninfo.cc texture.cc timer.cc
9
10 MAINTAINERCLEANFILES= Makefile.in
11
12 distclean-local:
13         rm -f *\~ *.orig *.rej .\#*
14
15 # local dependencies
16 color.o: color.cc color.hh display.hh screeninfo.hh rect.hh
17 gccache.o: gccache.cc gccache.hh display.hh color.hh assassin.hh \
18  screeninfo.hh rect.hh
19 rect.o: rect.cc rect.hh