]> icculus.org git repositories - dana/openbox.git/blob - otk/Makefile.am
gettext is ready to rock and roll
[dana/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 font.cc gccache.cc image.cc imagecontrol.cc \
8                   texture.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 ../src/basedisplay.hh ../src/timer.hh ../src/util.hh
17 font.o: font.cc font.hh ../src/screen.hh color.hh texture.hh ../src/util.hh image.hh \
18  ../src/timer.hh ../src/basedisplay.hh ../src/workspace.hh ../src/xatom.hh ../src/blackbox.hh \
19  ../src/configuration.hh gccache.hh
20 gccache.o: gccache.cc gccache.hh ../src/basedisplay.hh ../src/timer.hh ../src/util.hh \
21  color.hh
22 image.o: image.cc ../src/blackbox.hh ../src/basedisplay.hh ../src/timer.hh ../src/util.hh \
23  ../src/configuration.hh ../src/xatom.hh gccache.hh color.hh image.hh texture.hh
24 imagecontrol.o: imagecontrol.cc ../src/blackbox.hh ../src/basedisplay.hh ../src/timer.hh \
25  ../src/util.hh ../src/configuration.hh ../src/xatom.hh color.hh image.hh texture.hh
26 texture.o: texture.cc texture.hh color.hh ../src/util.hh ../src/basedisplay.hh \
27  ../src/timer.hh image.hh ../src/screen.hh ../src/workspace.hh ../src/xatom.hh \
28  ../src/blackbox.hh ../src/configuration.hh