]> icculus.org git repositories - mikachu/openbox.git/blob - otk/Makefile.am
add OBProperty to otk, which was formerly known as ob::XAtom
[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 property.cc \
8                   imagecontrol.cc rect.cc screeninfo.cc texture.cc timer.cc \
9                   timerqueuemanager.cc
10
11 MAINTAINERCLEANFILES= Makefile.in
12
13 distclean-local:
14         rm -f *\~ *.orig *.rej .\#*
15
16 # local dependencies
17 color.o: color.cc color.hh display.hh screeninfo.hh rect.hh
18 gccache.o: gccache.cc gccache.hh display.hh color.hh assassin.hh \
19  screeninfo.hh rect.hh
20 rect.o: rect.cc rect.hh