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