]> Dogcows Code - chaz/openbox/blob - src/Makefile.am
oops
[chaz/openbox] / 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 bin_PROGRAMS= openbox
12
13 openbox_SOURCES= basedisplay.cc color.cc configuration.cc font.cc gccache.cc image.cc imagecontrol.cc screen.cc texture.cc timer.cc util.cc window.cc workspace.cc xatom.cc blackbox.cc main.cc
14
15 MAINTAINERCLEANFILES= Makefile.in
16
17 distclean-local:
18 rm -f *\~ *.orig *.rej .\#*
19
20 # local dependencies
21 basedisplay.o: basedisplay.cc basedisplay.hh timer.hh util.hh \
22 gccache.hh color.hh
23 blackbox.o: blackbox.cc blackbox.hh basedisplay.hh timer.hh util.hh \
24 configuration.hh xatom.hh gccache.hh color.hh image.hh screen.hh \
25 texture.hh workspace.hh window.hh
26 color.o: color.cc color.hh basedisplay.hh timer.hh util.hh
27 configuration.o: configuration.cc configuration.hh util.hh
28 font.o: font.cc font.hh screen.hh color.hh texture.hh util.hh image.hh \
29 timer.hh basedisplay.hh workspace.hh xatom.hh blackbox.hh \
30 configuration.hh gccache.hh
31 gccache.o: gccache.cc gccache.hh basedisplay.hh timer.hh util.hh \
32 color.hh
33 image.o: image.cc blackbox.hh basedisplay.hh timer.hh util.hh \
34 configuration.hh xatom.hh gccache.hh color.hh image.hh texture.hh
35 imagecontrol.o: imagecontrol.cc blackbox.hh basedisplay.hh timer.hh \
36 util.hh configuration.hh xatom.hh color.hh image.hh texture.hh
37 main.o: main.cc ../version.h blackbox.hh basedisplay.hh timer.hh \
38 util.hh configuration.hh xatom.hh
39 screen.o: screen.cc blackbox.hh basedisplay.hh timer.hh util.hh \
40 configuration.hh xatom.hh font.hh screen.hh color.hh texture.hh \
41 image.hh workspace.hh gccache.hh window.hh
42 texture.o: texture.cc texture.hh color.hh util.hh basedisplay.hh \
43 timer.hh image.hh screen.hh workspace.hh xatom.hh blackbox.hh \
44 configuration.hh
45 timer.o: timer.cc basedisplay.hh timer.hh util.hh
46 util.o: util.cc util.hh
47 window.o: window.cc blackbox.hh basedisplay.hh timer.hh util.hh \
48 configuration.hh xatom.hh font.hh screen.hh color.hh texture.hh \
49 image.hh workspace.hh gccache.hh window.hh
50 workspace.o: workspace.cc blackbox.hh basedisplay.hh timer.hh util.hh \
51 configuration.hh xatom.hh font.hh screen.hh color.hh texture.hh \
52 image.hh workspace.hh window.hh
53 xatom.o: xatom.cc ../config.h xatom.hh screen.hh color.hh texture.hh \
54 util.hh image.hh timer.hh basedisplay.hh workspace.hh blackbox.hh \
55 configuration.hh
This page took 0.033312 seconds and 4 git commands to generate.