3 themedir = $(datadir)/openbox/themes
4 localedir = $(datadir)/locale
5 rcdir = $(datadir)/openbox
6 desktopfilesdir = $(datadir)/gnome/wm-properties
7 pixmapdir = $(datadir)/pixmaps
11 AUTOMAKE_OPTIONS = subdir-objects
12 ACLOCAL_AMFLAGS = -I m4
20 render/libobrender.la \
25 tools/kdetrayproxy/kdetrayproxy
34 render_rendertest_CPPFLAGS = \
37 -DG_LOG_DOMAIN=\"RenderTest\"
38 render_rendertest_LDADD = render/libobrender.la
39 render_rendertest_SOURCES = render/test.c
41 render_libobrender_la_CPPFLAGS = \
45 -DG_LOG_DOMAIN=\"ObRender\" \
46 -DDEFAULT_THEME=\"$(theme)\" \
47 -DTHEMEDIR=\"$(themedir)\"
48 render_libobrender_la_LIBADD = \
52 render_libobrender_la_SOURCES = \
74 parser_libobparser_la_CPPFLAGS = \
77 -DG_LOG_DOMAIN=\"ObParser\" \
78 -DLOCALEDIR=\"$(localedir)\" \
80 parser_libobparser_la_LIBADD = \
83 parser_libobparser_la_SOURCES = \
89 openbox_openbox_CPPFLAGS = \
96 -DLOCALEDIR=\"$(localedir)\" \
97 -DRCDIR=\"$(rcdir)\" \
98 -DG_LOG_DOMAIN=\"Openbox\"
99 openbox_openbox_LDADD = \
111 render/libobrender.la \
112 parser/libobparser.la
113 openbox_openbox_LDFLAGS = -export-dynamic
114 openbox_openbox_SOURCES = \
120 openbox/client_list_menu.c \
121 openbox/client_list_menu.h \
122 openbox/client_menu.c \
123 openbox/client_menu.h \
132 openbox/extensions.c \
133 openbox/extensions.h \
138 openbox/framerender.c \
139 openbox/framerender.h \
151 openbox/menuframe.c \
152 openbox/menuframe.h \
158 openbox/moveresize.c \
159 openbox/moveresize.h \
179 openbox/translate.c \
180 openbox/translate.h \
188 tools_obconf_obconf_CPPFLAGS = \
190 $(GDK_PIXBUF_CFLAGS) \
192 -DLOCALEDIR=\"$(localedir)\" \
193 -DRCDIR=\"$(rcdir)\" \
194 -DPIXMAPDIR=\"$(pixmapdir)\" \
195 -DG_LOG_DOMAIN=\"Obconf\"
196 tools_obconf_obconf_LDADD = \
200 render/libobrender.la \
201 parser/libobparser.la
202 tools_obconf_obconf_SOURCES = \
209 tools_kdetrayproxy_kdetrayproxy_CPPFLAGS = \
211 tools_kdetrayproxy_kdetrayproxy_LDADD = \
213 tools_kdetrayproxy_kdetrayproxy_SOURCES = \
214 tools/kdetrayproxy/kdetrayproxy.c
219 thebear_themedir = $(themedir)/thebear
220 dist_thebear_theme_DATA = \
221 themes/thebear/themerc
223 planton_themedir = $(themedir)/planton
224 dist_planton_theme_DATA = \
225 themes/planton/themerc \
226 themes/planton/max.xbm \
227 themes/planton/max_toggled.xbm \
228 themes/planton/desk.xbm \
229 themes/planton/desk_toggled.xbm \
230 themes/planton/shade.xbm \
231 themes/planton/shade_toggled.xbm \
232 themes/planton/iconify.xbm \
233 themes/planton/close.xbm
235 lightindustry_themedir = $(themedir)/Light-Industry
236 dist_lightindustry_theme_DATA = \
237 themes/Light-Industry/themerc \
238 themes/Light-Industry/max.xbm \
239 themes/Light-Industry/iconify.xbm \
240 themes/Light-Industry/close.xbm
242 lightindustrybig_themedir = $(themedir)/Light-Industry-big
243 dist_lightindustrybig_theme_DATA = \
244 themes/Light-Industry-big/themerc \
245 themes/Light-Industry-big/max.xbm \
246 themes/Light-Industry-big/iconify.xbm \
247 themes/Light-Industry-big/close.xbm
249 imerry_themedir = $(themedir)/I-merry
250 dist_imerry_theme_DATA = \
251 themes/I-merry/themerc \
252 themes/I-merry/max.xbm \
253 themes/I-merry/iconify.xbm \
254 themes/I-merry/close.xbm
256 greenz_themedir = $(themedir)/greenz
257 dist_greenz_theme_DATA = \
258 themes/greenz/themerc
260 bbstyle_themedir = $(themedir)/BBstylE
261 dist_bbstyle_theme_DATA = \
262 themes/BBstylE/themerc \
263 themes/BBstylE/max.xbm \
264 themes/BBstylE/max_toggled.xbm \
265 themes/BBstylE/desk.xbm \
266 themes/BBstylE/desk_toggled.xbm \
267 themes/BBstylE/shade.xbm \
268 themes/BBstylE/shade_toggled.xbm \
269 themes/BBstylE/iconify.xbm \
270 themes/BBstylE/close.xbm
272 om4ob_themedir = $(themedir)/om4ob
273 dist_om4ob_theme_DATA = \
274 themes/om4ob/themerc \
275 themes/om4ob/close_hover.xbm \
276 themes/om4ob/close.xbm \
277 themes/om4ob/desk_hover.xbm \
278 themes/om4ob/desk_toggled.xbm \
279 themes/om4ob/desk.xbm \
280 themes/om4ob/iconify_hover.xbm \
281 themes/om4ob/iconify_pressed.xbm \
282 themes/om4ob/iconify.xbm \
283 themes/om4ob/max_disabled.xbm \
284 themes/om4ob/max_hover.xbm \
285 themes/om4ob/max_pressed.xbm \
286 themes/om4ob/max_toggled.xbm \
287 themes/om4ob/max.xbm \
288 themes/om4ob/shade_disabled.xbm \
289 themes/om4ob/shade_hover.xbm \
290 themes/om4ob/shade_toggled.xbm \
291 themes/om4ob/shade.xbm
300 dist_desktopfiles_DATA = \
311 # $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
314 for d in . m4 po render; do \
315 for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \