]> icculus.org git repositories - mikachu/openbox.git/blob - src/Makefile.am
moved files into otk
[mikachu/openbox.git] / src / 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 LDFLAGS=`pkg-config --libs xft`
10
11 INCLUDES= -I../otk
12
13 bin_PROGRAMS= openbox
14
15 openbox_LDADD=../otk/libotk.a
16 openbox_SOURCES= basedisplay.cc configuration.cc screen.cc timer.cc util.cc window.cc workspace.cc xatom.cc blackbox.cc main.cc
17
18 MAINTAINERCLEANFILES= Makefile.in
19
20 distclean-local:
21         rm -f *\~ *.orig *.rej .\#*
22
23 # local dependencies
24 basedisplay.o: basedisplay.cc basedisplay.hh timer.hh util.hh \
25  ../otk/gccache.hh ../otk/color.hh
26 blackbox.o: blackbox.cc blackbox.hh basedisplay.hh timer.hh util.hh \
27  configuration.hh xatom.hh ../otk/gccache.hh ../otk/color.hh ../otk/image.hh screen.hh \
28  ../otk/texture.hh workspace.hh window.hh
29 configuration.o: configuration.cc configuration.hh util.hh
30 main.o: main.cc ../version.h blackbox.hh basedisplay.hh timer.hh \
31  util.hh configuration.hh xatom.hh
32 screen.o: screen.cc blackbox.hh basedisplay.hh timer.hh util.hh \
33  configuration.hh xatom.hh ../otk/font.hh screen.hh ../otk/color.hh ../otk/texture.hh \
34  ../otk/image.hh workspace.hh ../otk/gccache.hh window.hh
35 timer.o: timer.cc basedisplay.hh timer.hh util.hh
36 util.o: util.cc util.hh
37 window.o: window.cc blackbox.hh basedisplay.hh timer.hh util.hh \
38  configuration.hh xatom.hh ../otk/font.hh screen.hh ../otk/color.hh ../otk/texture.hh \
39  ../otk/image.hh workspace.hh ../otk/gccache.hh window.hh
40 workspace.o: workspace.cc blackbox.hh basedisplay.hh timer.hh util.hh \
41  configuration.hh xatom.hh ../otk/font.hh screen.hh ../otk/color.hh ../otk/texture.hh \
42  ../otk/image.hh workspace.hh window.hh
43 xatom.o: xatom.cc ../config.h xatom.hh screen.hh ../otk/color.hh ../otk/texture.hh \
44  util.hh ../otk/image.hh timer.hh basedisplay.hh workspace.hh blackbox.hh \
45  configuration.hh