]> Dogcows Code - chaz/openbox/blob - otk/Makefile.am
e9193ebac6985be97c06c57ad15d1b3418e802be
[chaz/openbox] / otk / Makefile.am
1 CXXFLAGS=`pkg-config --cflags xft` @CXXFLAGS@ \
2 -Dmultibyte\(\)=True
3
4 INCLUDES= -I../src
5
6 noinst_LIBRARIES=libotk.a
7
8 libotk_a_SOURCES= color.cc font.cc gccache.cc image.cc imagecontrol.cc \
9 texture.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 ../src/basedisplay.hh ../src/timer.hh ../src/util.hh
18 font.o: font.cc font.hh ../src/screen.hh color.hh texture.hh ../src/util.hh image.hh \
19 ../src/timer.hh ../src/basedisplay.hh ../src/workspace.hh ../src/xatom.hh ../src/blackbox.hh \
20 ../src/configuration.hh gccache.hh
21 gccache.o: gccache.cc gccache.hh ../src/basedisplay.hh ../src/timer.hh ../src/util.hh \
22 color.hh
23 image.o: image.cc ../src/blackbox.hh ../src/basedisplay.hh ../src/timer.hh ../src/util.hh \
24 ../src/configuration.hh ../src/xatom.hh gccache.hh color.hh image.hh texture.hh
25 imagecontrol.o: imagecontrol.cc ../src/blackbox.hh ../src/basedisplay.hh ../src/timer.hh \
26 ../src/util.hh ../src/configuration.hh ../src/xatom.hh color.hh image.hh texture.hh
27 texture.o: texture.cc texture.hh color.hh ../src/util.hh ../src/basedisplay.hh \
28 ../src/timer.hh image.hh ../src/screen.hh ../src/workspace.hh ../src/xatom.hh \
29 ../src/blackbox.hh ../src/configuration.hh
This page took 0.034542 seconds and 3 git commands to generate.