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/resistance/resistance.la \
30 plugins/placement/placement.la \
31 plugins/mouse/mouse.la \
32 plugins/keyboard/keyboard.la \
33 plugins/menu/timed_menu.la \
34 plugins/menu/fifo_menu.la \
35 plugins/menu/client_menu.la \
36 plugins/menu/include_menu.la
42 #plugin_LTLIBRARIES += \
43 # plugins/resistance/resistance-config.la
48 render_rendertest_CPPFLAGS = \
51 -DG_LOG_DOMAIN=\"RenderTest\"
52 render_rendertest_LDADD = render/libobrender.la
53 render_rendertest_SOURCES = render/test.c
55 render_libobrender_la_CPPFLAGS = \
59 -DG_LOG_DOMAIN=\"ObRender\" \
60 -DDEFAULT_THEME=\"$(theme)\" \
61 -DTHEMEDIR=\"$(themedir)\"
62 render_libobrender_la_LIBADD = \
66 render_libobrender_la_SOURCES = \
88 parser_libobparser_la_CPPFLAGS = \
91 -DG_LOG_DOMAIN=\"ObParser\" \
92 -DLOCALEDIR=\"$(localedir)\" \
94 parser_libobparser_la_LIBADD = \
97 parser_libobparser_la_SOURCES = \
103 kernel_openbox_CPPFLAGS = \
111 -DLOCALEDIR=\"$(localedir)\" \
112 -DPLUGINDIR=\"$(plugindir)\" \
113 -DRCDIR=\"$(rcdir)\" \
114 -DG_LOG_DOMAIN=\"Openbox\"
115 kernel_openbox_LDADD = \
128 render/libobrender.la \
129 parser/libobparser.la
130 kernel_openbox_LDFLAGS = -export-dynamic
131 kernel_openbox_SOURCES = \
147 kernel/extensions.c \
148 kernel/extensions.h \
153 kernel/framerender.c \
154 kernel/framerender.h \
162 kernel/menu_render.c \
164 kernel/moveresize.c \
165 kernel/moveresize.h \
191 ## plugins/resistance ##
193 plugins_resistance_resistance_la_CPPFLAGS = \
198 -DPLUGINDIR=\"$(plugindir)\" \
199 -DG_LOG_DOMAIN=\"Plugin-Resistance\"
200 plugins_resistance_resistance_la_LDFLAGS = \
203 plugins_resistance_resistance_la_SOURCES = \
204 plugins/resistance/resistance.c \
205 plugins/resistance/resistance.h
208 plugins_resistance_resistance_config_la_CPPFLAGS = \
213 -DPLUGINDIR=\"$(plugindir)\" \
214 -DG_LOG_DOMAIN=\"Plugin-Resistance\" \
217 plugins_resistance_resistance_config_la_LDFLAGS = \
220 plugins_resistance_resistance_config_la_SOURCES = \
221 plugins/resistance/resistance_config.c
224 ## plugins/placement ##
226 plugins_placement_placement_la_CPPFLAGS = \
231 -DPLUGINDIR=\"$(plugindir)\" \
232 -DG_LOG_DOMAIN=\"Plugin-Placement\"
233 plugins_placement_placement_la_LDFLAGS = \
236 plugins_placement_placement_la_SOURCES = \
237 plugins/placement/placement.c \
238 plugins/placement/history.c \
239 plugins/placement/history.h
243 plugins_mouse_mouse_la_CPPFLAGS = \
248 -DPLUGINDIR=\"$(plugindir)\" \
249 -DG_LOG_DOMAIN=\"Plugin-Mouse\"
250 plugins_mouse_mouse_la_LDFLAGS = \
253 plugins_mouse_mouse_la_SOURCES = \
254 plugins/mouse/mouse.c \
255 plugins/mouse/mouse.h \
256 plugins/mouse/translate.c \
257 plugins/mouse/translate.h
261 plugins_keyboard_keyboard_la_CPPFLAGS = \
266 -DPLUGINDIR=\"$(plugindir)\" \
267 -DG_LOG_DOMAIN=\"Plugin-Keyboard\"
268 plugins_keyboard_keyboard_la_LDFLAGS = \
271 plugins_keyboard_keyboard_la_SOURCES = \
272 plugins/keyboard/keyboard.c \
273 plugins/keyboard/keyboard.h \
274 plugins/keyboard/tree.c \
275 plugins/keyboard/tree.h \
276 plugins/keyboard/translate.c \
277 plugins/keyboard/translate.h
281 plugins_menu_timed_menu_la_CPPFLAGS = \
286 -DPLUGINDIR=\"$(plugindir)\" \
287 -DG_LOG_DOMAIN=\"Plugin-Timed-Menu\"
288 plugins_menu_timed_menu_la_LDFLAGS = \
291 plugins_menu_timed_menu_la_SOURCES = \
292 plugins/menu/timed_menu.c \
293 plugins/menu/timed_menu.h
295 plugins_menu_fifo_menu_la_CPPFLAGS = \
300 -DPLUGINDIR=\"$(plugindir)\" \
301 -DG_LOG_DOMAIN=\"Plugin-Fifo-Menu\"
302 plugins_menu_fifo_menu_la_LDFLAGS = \
305 plugins_menu_fifo_menu_la_SOURCES = \
306 plugins/menu/fifo_menu.c \
307 plugins/menu/fifo_menu.h
309 plugins_menu_client_menu_la_CPPFLAGS = \
314 -DPLUGINDIR=\"$(plugindir)\" \
315 -DG_LOG_DOMAIN=\"Plugin-Client-Menu\"
316 plugins_menu_client_menu_la_LDFLAGS = \
319 plugins_menu_client_menu_la_SOURCES = \
320 plugins/menu/client_menu.c
322 plugins_menu_include_menu_la_CPPFLAGS = \
327 -DPLUGINDIR=\"$(plugindir)\" \
328 -DG_LOG_DOMAIN=\"Plugin-Include-Menu\"
329 plugins_menu_include_menu_la_LDFLAGS = \
332 plugins_menu_include_menu_la_SOURCES = \
333 plugins/menu/include_menu.c
338 tools_obconf_obconf_CPPFLAGS = \
340 $(GDK_PIXBUF_CFLAGS) \
342 -DLOCALEDIR=\"$(localedir)\" \
343 -DPLUGINDIR=\"$(plugindir)\" \
344 -DRCDIR=\"$(rcdir)\" \
345 -DPIXMAPDIR=\"$(pixmapdir)\" \
346 -DG_LOG_DOMAIN=\"Obconf\"
347 tools_obconf_obconf_LDADD = \
351 render/libobrender.la \
352 parser/libobparser.la
353 tools_obconf_obconf_SOURCES = \
355 tools/obconf/main.c \
356 plugins/obconf_interface.h
361 tools_kdetrayproxy_kdetrayproxy_CPPFLAGS = \
363 tools_kdetrayproxy_kdetrayproxy_LDADD = \
365 tools_kdetrayproxy_kdetrayproxy_SOURCES = \
366 tools/kdetrayproxy/kdetrayproxy.c
371 thebear_themedir = $(themedir)/thebear
372 dist_thebear_theme_DATA = \
373 themes/thebear/themerc
375 planton_themedir = $(themedir)/planton
376 dist_planton_theme_DATA = \
377 themes/planton/themerc \
378 themes/planton/max.xbm \
379 themes/planton/max_toggled.xbm \
380 themes/planton/desk.xbm \
381 themes/planton/desk_toggled.xbm \
382 themes/planton/shade.xbm \
383 themes/planton/shade_toggled.xbm \
384 themes/planton/iconify.xbm \
385 themes/planton/close.xbm
387 lightindustry_themedir = $(themedir)/Light-Industry
388 dist_lightindustry_theme_DATA = \
389 themes/Light-Industry/themerc \
390 themes/Light-Industry/max.xbm \
391 themes/Light-Industry/iconify.xbm \
392 themes/Light-Industry/close.xbm
394 lightindustrybig_themedir = $(themedir)/Light-Industry-big
395 dist_lightindustrybig_theme_DATA = \
396 themes/Light-Industry-big/themerc \
397 themes/Light-Industry-big/max.xbm \
398 themes/Light-Industry-big/iconify.xbm \
399 themes/Light-Industry-big/close.xbm
401 imerry_themedir = $(themedir)/I-merry
402 dist_imerry_theme_DATA = \
403 themes/I-merry/themerc \
404 themes/I-merry/max.xbm \
405 themes/I-merry/iconify.xbm \
406 themes/I-merry/close.xbm
408 greenz_themedir = $(themedir)/greenz
409 dist_greenz_theme_DATA = \
410 themes/greenz/themerc
412 bbstyle_themedir = $(themedir)/BBstylE
413 dist_bbstyle_theme_DATA = \
414 themes/BBstylE/themerc \
415 themes/BBstylE/max.xbm \
416 themes/BBstylE/max_toggled.xbm \
417 themes/BBstylE/desk.xbm \
418 themes/BBstylE/desk_toggled.xbm \
419 themes/BBstylE/shade.xbm \
420 themes/BBstylE/shade_toggled.xbm \
421 themes/BBstylE/iconify.xbm \
422 themes/BBstylE/close.xbm
424 om4ob_themedir = $(themedir)/om4ob
425 dist_om4ob_theme_DATA = \
426 themes/om4ob/themerc \
427 themes/om4ob/close_hover.xbm \
428 themes/om4ob/close.xbm \
429 themes/om4ob/desk_hover.xbm \
430 themes/om4ob/desk_toggled.xbm \
431 themes/om4ob/desk.xbm \
432 themes/om4ob/iconify_hover.xbm \
433 themes/om4ob/iconify_pressed.xbm \
434 themes/om4ob/iconify.xbm \
435 themes/om4ob/max_disabled.xbm \
436 themes/om4ob/max_hover.xbm \
437 themes/om4ob/max_pressed.xbm \
438 themes/om4ob/max_toggled.xbm \
439 themes/om4ob/max.xbm \
440 themes/om4ob/shade_disabled.xbm \
441 themes/om4ob/shade_hover.xbm \
442 themes/om4ob/shade_toggled.xbm \
443 themes/om4ob/shade.xbm
451 dist_desktopfiles_DATA = \
462 # $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
465 for d in . m4 po render; do \
466 for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \