]> icculus.org git repositories - dana/openbox.git/blob - src/Makefile.am
gettext is ready to rock and roll
[dana/openbox.git] / src / Makefile.am
1 localedir=$(datadir)/locale
2 DEFAULT_MENU=$(pkgdatadir)/menu
3 DEFAULT_STYLE=$(pkgdatadir)/styles/mbdtex
4
5 CPPFLAGS=`pkg-config --cflags xft` @CPPFLAGS@ \
6 -DDEFAULTMENU=\"$(DEFAULT_MENU)\" \
7 -DDEFAULTSTYLE=\"$(DEFAULT_STYLE)\" \
8 -DLOCALEDIR=\"$(localedir)\"
9
10 LDFLAGS=`pkg-config --libs xft`
11
12 INCLUDES= -I../otk
13
14 bin_PROGRAMS= openbox
15
16 openbox_LDADD=../otk/libotk.a @LIBINTL@
17
18 openbox_SOURCES= basedisplay.cc configuration.cc screen.cc timer.cc util.cc \
19                  window.cc workspace.cc xatom.cc blackbox.cc main.cc
20
21 MAINTAINERCLEANFILES= Makefile.in
22
23 distclean-local:
24         rm -f *\~ *.orig *.rej .\#*
25
26 # local dependencies
27 basedisplay.o: basedisplay.cc basedisplay.hh timer.hh util.hh \
28  ../otk/gccache.hh ../otk/color.hh
29 blackbox.o: blackbox.cc blackbox.hh basedisplay.hh timer.hh util.hh \
30  configuration.hh xatom.hh ../otk/gccache.hh ../otk/color.hh ../otk/image.hh screen.hh \
31  ../otk/texture.hh workspace.hh window.hh
32 configuration.o: configuration.cc configuration.hh util.hh
33 main.o: main.cc ../version.h blackbox.hh basedisplay.hh timer.hh \
34  util.hh configuration.hh xatom.hh
35 screen.o: screen.cc blackbox.hh basedisplay.hh timer.hh util.hh \
36  configuration.hh xatom.hh ../otk/font.hh screen.hh ../otk/color.hh ../otk/texture.hh \
37  ../otk/image.hh workspace.hh ../otk/gccache.hh window.hh
38 timer.o: timer.cc basedisplay.hh timer.hh util.hh
39 util.o: util.cc util.hh
40 window.o: window.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 ../otk/gccache.hh window.hh
43 workspace.o: workspace.cc blackbox.hh basedisplay.hh timer.hh util.hh \
44  configuration.hh xatom.hh ../otk/font.hh screen.hh ../otk/color.hh ../otk/texture.hh \
45  ../otk/image.hh workspace.hh window.hh
46 xatom.o: xatom.cc ../config.h xatom.hh screen.hh ../otk/color.hh ../otk/texture.hh \
47  util.hh ../otk/image.hh timer.hh basedisplay.hh workspace.hh blackbox.hh \
48  configuration.hh