3 themedir = $(datadir)/openbox/themes
4 localedir = $(datadir)/locale
5 rcdir = $(datadir)/openbox
6 plugindir = $(libdir)/openbox/plugins
7 desktopfilesdir = $(datadir)/gnome/wm-properties
8 pixmapdir = $(datadir)/pixmaps
12 AUTOMAKE_OPTIONS = subdir-objects
13 ACLOCAL_AMFLAGS = -I m4
21 render/libobrender.la \
26 tools/kdetrayproxy/kdetrayproxy
28 plugin_LTLIBRARIES = \
29 plugins/placement/placement.la \
30 plugins/menu/timed_menu.la \
31 plugins/menu/fifo_menu.la \
32 plugins/menu/client_menu.la \
33 plugins/menu/include_menu.la \
34 plugins/menu/client_list_menu.la
43 render_rendertest_CPPFLAGS = \
46 -DG_LOG_DOMAIN=\"RenderTest\"
47 render_rendertest_LDADD = render/libobrender.la
48 render_rendertest_SOURCES = render/test.c
50 render_libobrender_la_CPPFLAGS = \
54 -DG_LOG_DOMAIN=\"ObRender\" \
55 -DDEFAULT_THEME=\"$(theme)\" \
56 -DTHEMEDIR=\"$(themedir)\"
57 render_libobrender_la_LIBADD = \
61 render_libobrender_la_SOURCES = \
83 parser_libobparser_la_CPPFLAGS = \
86 -DG_LOG_DOMAIN=\"ObParser\" \
87 -DLOCALEDIR=\"$(localedir)\" \
89 parser_libobparser_la_LIBADD = \
92 parser_libobparser_la_SOURCES = \
98 kernel_openbox_CPPFLAGS = \
106 -DLOCALEDIR=\"$(localedir)\" \
107 -DPLUGINDIR=\"$(plugindir)\" \
108 -DRCDIR=\"$(rcdir)\" \
109 -DG_LOG_DOMAIN=\"Openbox\"
110 kernel_openbox_LDADD = \
123 render/libobrender.la \
124 parser/libobparser.la
125 kernel_openbox_LDFLAGS = -export-dynamic
126 kernel_openbox_SOURCES = \
142 kernel/extensions.c \
143 kernel/extensions.h \
148 kernel/framerender.c \
149 kernel/framerender.h \
161 kernel/menu_render.c \
165 kernel/moveresize.c \
166 kernel/moveresize.h \
196 ## plugins/placement ##
198 plugins_placement_placement_la_CPPFLAGS = \
203 -DPLUGINDIR=\"$(plugindir)\" \
204 -DG_LOG_DOMAIN=\"Plugin-Placement\"
205 plugins_placement_placement_la_LDFLAGS = \
208 plugins_placement_placement_la_SOURCES = \
209 plugins/placement/placement.c \
210 plugins/placement/history.c \
211 plugins/placement/history.h
215 plugins_menu_timed_menu_la_CPPFLAGS = \
220 -DPLUGINDIR=\"$(plugindir)\" \
221 -DG_LOG_DOMAIN=\"Plugin-Timed-Menu\"
222 plugins_menu_timed_menu_la_LDFLAGS = \
225 plugins_menu_timed_menu_la_SOURCES = \
226 plugins/menu/timed_menu.c \
227 plugins/menu/timed_menu.h
229 plugins_menu_fifo_menu_la_CPPFLAGS = \
234 -DPLUGINDIR=\"$(plugindir)\" \
235 -DG_LOG_DOMAIN=\"Plugin-Fifo-Menu\"
236 plugins_menu_fifo_menu_la_LDFLAGS = \
239 plugins_menu_fifo_menu_la_SOURCES = \
240 plugins/menu/fifo_menu.c \
241 plugins/menu/fifo_menu.h
243 plugins_menu_client_menu_la_CPPFLAGS = \
248 -DPLUGINDIR=\"$(plugindir)\" \
249 -DG_LOG_DOMAIN=\"Plugin-Client-Menu\"
250 plugins_menu_client_menu_la_LDFLAGS = \
253 plugins_menu_client_menu_la_SOURCES = \
254 plugins/menu/client_menu.c
256 plugins_menu_include_menu_la_CPPFLAGS = \
261 -DPLUGINDIR=\"$(plugindir)\" \
262 -DG_LOG_DOMAIN=\"Plugin-Include-Menu\"
263 plugins_menu_include_menu_la_LDFLAGS = \
266 plugins_menu_include_menu_la_SOURCES = \
267 plugins/menu/include_menu.c
269 plugins_menu_client_list_menu_la_CPPFLAGS = \
274 -DPLUGINDIR=\"$(plugindir)\" \
275 -DG_LOG_DOMAIN=\"Plugin-Client-List-Menu\"
276 plugins_menu_client_list_menu_la_LDFLAGS = \
279 plugins_menu_client_list_menu_la_SOURCES = \
280 plugins/menu/client_list_menu.c
285 tools_obconf_obconf_CPPFLAGS = \
287 $(GDK_PIXBUF_CFLAGS) \
289 -DLOCALEDIR=\"$(localedir)\" \
290 -DPLUGINDIR=\"$(plugindir)\" \
291 -DRCDIR=\"$(rcdir)\" \
292 -DPIXMAPDIR=\"$(pixmapdir)\" \
293 -DG_LOG_DOMAIN=\"Obconf\"
294 tools_obconf_obconf_LDADD = \
298 render/libobrender.la \
299 parser/libobparser.la
300 tools_obconf_obconf_SOURCES = \
302 tools/obconf/main.c \
303 plugins/obconf_interface.h
308 tools_kdetrayproxy_kdetrayproxy_CPPFLAGS = \
310 tools_kdetrayproxy_kdetrayproxy_LDADD = \
312 tools_kdetrayproxy_kdetrayproxy_SOURCES = \
313 tools/kdetrayproxy/kdetrayproxy.c
318 thebear_themedir = $(themedir)/thebear
319 dist_thebear_theme_DATA = \
320 themes/thebear/themerc
322 planton_themedir = $(themedir)/planton
323 dist_planton_theme_DATA = \
324 themes/planton/themerc \
325 themes/planton/max.xbm \
326 themes/planton/max_toggled.xbm \
327 themes/planton/desk.xbm \
328 themes/planton/desk_toggled.xbm \
329 themes/planton/shade.xbm \
330 themes/planton/shade_toggled.xbm \
331 themes/planton/iconify.xbm \
332 themes/planton/close.xbm
334 lightindustry_themedir = $(themedir)/Light-Industry
335 dist_lightindustry_theme_DATA = \
336 themes/Light-Industry/themerc \
337 themes/Light-Industry/max.xbm \
338 themes/Light-Industry/iconify.xbm \
339 themes/Light-Industry/close.xbm
341 lightindustrybig_themedir = $(themedir)/Light-Industry-big
342 dist_lightindustrybig_theme_DATA = \
343 themes/Light-Industry-big/themerc \
344 themes/Light-Industry-big/max.xbm \
345 themes/Light-Industry-big/iconify.xbm \
346 themes/Light-Industry-big/close.xbm
348 imerry_themedir = $(themedir)/I-merry
349 dist_imerry_theme_DATA = \
350 themes/I-merry/themerc \
351 themes/I-merry/max.xbm \
352 themes/I-merry/iconify.xbm \
353 themes/I-merry/close.xbm
355 greenz_themedir = $(themedir)/greenz
356 dist_greenz_theme_DATA = \
357 themes/greenz/themerc
359 bbstyle_themedir = $(themedir)/BBstylE
360 dist_bbstyle_theme_DATA = \
361 themes/BBstylE/themerc \
362 themes/BBstylE/max.xbm \
363 themes/BBstylE/max_toggled.xbm \
364 themes/BBstylE/desk.xbm \
365 themes/BBstylE/desk_toggled.xbm \
366 themes/BBstylE/shade.xbm \
367 themes/BBstylE/shade_toggled.xbm \
368 themes/BBstylE/iconify.xbm \
369 themes/BBstylE/close.xbm
371 om4ob_themedir = $(themedir)/om4ob
372 dist_om4ob_theme_DATA = \
373 themes/om4ob/themerc \
374 themes/om4ob/close_hover.xbm \
375 themes/om4ob/close.xbm \
376 themes/om4ob/desk_hover.xbm \
377 themes/om4ob/desk_toggled.xbm \
378 themes/om4ob/desk.xbm \
379 themes/om4ob/iconify_hover.xbm \
380 themes/om4ob/iconify_pressed.xbm \
381 themes/om4ob/iconify.xbm \
382 themes/om4ob/max_disabled.xbm \
383 themes/om4ob/max_hover.xbm \
384 themes/om4ob/max_pressed.xbm \
385 themes/om4ob/max_toggled.xbm \
386 themes/om4ob/max.xbm \
387 themes/om4ob/shade_disabled.xbm \
388 themes/om4ob/shade_hover.xbm \
389 themes/om4ob/shade_toggled.xbm \
390 themes/om4ob/shade.xbm
399 dist_desktopfiles_DATA = \
410 # $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
413 for d in . m4 po render; do \
414 for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \