]> icculus.org git repositories - dana/openbox.git/blob - otk/Makefile.am
add a cvsignore for otk.
[dana/openbox.git] / otk / Makefile.am
1 CXXFLAGS=`pkg-config --cflags xft` @CXXFLAGS@ \
2 -Dmultibyte\(\)=True
3
4 INCLUDES= -I../src
5
6 LDFLAGS=`pkg-config --libs xft`
7
8 noinst_LIBRARIES=libotk.a
9
10 libotk_a_SOURCES= color.cc font.cc gccache.cc image.cc imagecontrol.cc \
11                   texture.cc
12
13 MAINTAINERCLEANFILES= Makefile.in
14
15 distclean-local:
16         rm -f *\~ *.orig *.rej .\#*
17
18 # local dependencies
19 color.o: color.cc color.hh ../src/basedisplay.hh ../src/timer.hh ../src/util.hh
20 font.o: font.cc font.hh ../src/screen.hh color.hh texture.hh ../src/util.hh image.hh \
21  ../src/timer.hh ../src/basedisplay.hh ../src/workspace.hh ../src/xatom.hh ../src/blackbox.hh \
22  ../src/configuration.hh gccache.hh
23 gccache.o: gccache.cc gccache.hh ../src/basedisplay.hh ../src/timer.hh ../src/util.hh \
24  color.hh
25 image.o: image.cc ../src/blackbox.hh ../src/basedisplay.hh ../src/timer.hh ../src/util.hh \
26  ../src/configuration.hh ../src/xatom.hh gccache.hh color.hh image.hh texture.hh
27 imagecontrol.o: imagecontrol.cc ../src/blackbox.hh ../src/basedisplay.hh ../src/timer.hh \
28  ../src/util.hh ../src/configuration.hh ../src/xatom.hh color.hh image.hh texture.hh
29 texture.o: texture.cc texture.hh color.hh ../src/util.hh ../src/basedisplay.hh \
30  ../src/timer.hh image.hh ../src/screen.hh ../src/workspace.hh ../src/xatom.hh \
31  ../src/blackbox.hh ../src/configuration.hh