3 docxbmdir = $(docdir)/xbm
4 themedir = $(datadir)/themes
5 localedir = $(datadir)/locale
6 configdir = $(sysconfdir)/xdg
7 rcdir = $(configdir)/openbox
8 xsessionsdir = $(datadir)/xsessions
9 gnomewmfilesdir = $(datadir)/gnome/wm-properties
10 pkgconfigdir = $(libdir)/pkgconfig
11 pubincludedir = $(includedir)/openbox/@OB_VERSION@/openbox
12 pixmapdir = $(datadir)/pixmaps
13 xsddir = $(datadir)/openbox
17 AUTOMAKE_OPTIONS = subdir-objects foreign
19 ACLOCAL_AMFLAGS = -I m4
27 parser/libobparser.la \
32 tools/gnome-panel-control/gnome-panel-control
34 nodist_bin_SCRIPTS = \
35 data/xsession/openbox-session \
36 data/xsession/openbox-gnome-session \
37 data/xsession/openbox-kde-session
40 tools/themetoxml/themetoxml
44 render_rendertest_CPPFLAGS = \
48 -DG_LOG_DOMAIN=\"RenderTest\"
49 render_rendertest_LDADD = \
50 parser/libobparser.la \
51 render/libobrender.la \
57 render_rendertest_SOURCES = render/test.c
59 render_libobrender_la_CPPFLAGS = \
65 -DG_LOG_DOMAIN=\"ObRender\" \
66 -DDEFAULT_THEME=\"$(theme)\"
67 render_libobrender_la_LDFLAGS = \
68 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
69 render_libobrender_la_LIBADD = \
70 parser/libobparser.la \
76 render_libobrender_la_SOURCES = \
99 parser_libobparser_la_CPPFLAGS = \
102 -DG_LOG_DOMAIN=\"ObParser\" \
103 -DLOCALEDIR=\"$(localedir)\" \
104 -DDATADIR=\"$(datadir)\" \
105 -DCONFIGDIR=\"$(configdir)\"
106 parser_libobparser_la_LDFLAGS = \
107 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
108 parser_libobparser_la_LIBADD = \
111 parser_libobparser_la_SOURCES = \
117 openbox_openbox_CPPFLAGS = \
131 -DLOCALEDIR=\"$(localedir)\" \
132 -DDATADIR=\"$(datadir)\" \
133 -DCONFIGDIR=\"$(configdir)\" \
134 -DG_LOG_DOMAIN=\"Openbox\"
135 openbox_openbox_LDADD = \
149 render/libobrender.la \
150 parser/libobparser.la
151 openbox_openbox_LDFLAGS = -export-dynamic
152 openbox_openbox_SOURCES = \
158 openbox/client_list_menu.c \
159 openbox/client_list_menu.h \
160 openbox/client_list_combined_menu.c \
161 openbox/client_list_combined_menu.h \
162 openbox/client_menu.c \
163 openbox/client_menu.h \
172 openbox/extensions.c \
173 openbox/extensions.h \
176 openbox/focus_cycle.c \
177 openbox/focus_cycle.h \
178 openbox/focus_cycle_indicator.c \
179 openbox/focus_cycle_indicator.h \
180 openbox/focus_cycle_popup.c \
181 openbox/focus_cycle_popup.h \
184 openbox/framerender.c \
185 openbox/framerender.h \
197 openbox/menuframe.c \
198 openbox/menuframe.h \
206 openbox/moveresize.c \
207 openbox/moveresize.h \
227 openbox/startupnotify.c \
228 openbox/startupnotify.h \
229 openbox/translate.c \
230 openbox/translate.h \
239 tools_themetoxml_themetoxml_CPPFLAGS = \
243 tools_themetoxml_themetoxml_LDADD = \
247 tools_themetoxml_themetoxml_SOURCES = \
248 tools/themetoxml/themetoxml.c \
249 tools/themetoxml/rgb.h
252 ## gnome-panel-control ##
254 tools_gnome_panel_control_gnome_panel_control_CPPFLAGS = \
256 tools_gnome_panel_control_gnome_panel_control_LDADD = \
258 tools_gnome_panel_control_gnome_panel_control_SOURCES = \
259 tools/gnome-panel-control/gnome-panel-control.c
262 ## default button masks ##
264 data/xbm/bullet.xbm \
266 data/xbm/desk_toggled.xbm \
268 data/xbm/iconify.xbm \
269 data/xbm/max_toggled.xbm \
271 data/xbm/shade_toggled.xbm \
277 clearlooks_themedir = $(themedir)/Clearlooks/openbox-3
278 dist_clearlooks_theme_DATA= \
279 themes/Clearlooks/openbox-3/themerc.xml
281 clearlooksolive_themedir = $(themedir)/Clearlooks-Olive/openbox-3
282 dist_clearlooksolive_theme_DATA= \
283 themes/Clearlooks-Olive/openbox-3/themerc.xml
285 mikachu_themedir = $(themedir)/Mikachu/openbox-3
286 dist_mikachu_theme_DATA= \
287 themes/Mikachu/openbox-3/bullet.xbm \
288 themes/Mikachu/openbox-3/close.xbm \
289 themes/Mikachu/openbox-3/desk.xbm \
290 themes/Mikachu/openbox-3/iconify.xbm \
291 themes/Mikachu/openbox-3/max.xbm \
292 themes/Mikachu/openbox-3/themerc.xml
295 natura_themedir = $(themedir)/Natura/openbox-3
296 dist_natura_theme_DATA= \
297 themes/Natura/openbox-3/close_hover.xbm \
298 themes/Natura/openbox-3/close.xbm \
299 themes/Natura/openbox-3/desk_toggled.xbm \
300 themes/Natura/openbox-3/desk_hover.xbm \
301 themes/Natura/openbox-3/desk.xbm \
302 themes/Natura/openbox-3/iconify_hover.xbm \
303 themes/Natura/openbox-3/iconify.xbm \
304 themes/Natura/openbox-3/max_hover.xbm \
305 themes/Natura/openbox-3/max_toggled.xbm \
306 themes/Natura/openbox-3/max.xbm \
307 themes/Natura/openbox-3/shade.xbm \
308 themes/Natura/openbox-3/shade_hover.xbm \
309 themes/Natura/openbox-3/themerc.xml
311 artwizboxed_themedir = $(themedir)/Artwiz-boxed/openbox-3
312 dist_artwizboxed_theme_DATA= \
313 themes/Artwiz-boxed/openbox-3/themerc.xml
315 bear2_themedir = $(themedir)/Bear2/openbox-3
316 dist_bear2_theme_DATA= \
317 themes/Bear2/openbox-3/close_pressed.xbm \
318 themes/Bear2/openbox-3/close.xbm \
319 themes/Bear2/openbox-3/desk_toggled.xbm \
320 themes/Bear2/openbox-3/desk.xbm \
321 themes/Bear2/openbox-3/iconify_pressed.xbm \
322 themes/Bear2/openbox-3/iconify.xbm \
323 themes/Bear2/openbox-3/max_pressed.xbm \
324 themes/Bear2/openbox-3/max_toggled.xbm \
325 themes/Bear2/openbox-3/max.xbm \
326 themes/Bear2/openbox-3/shade_pressed.xbm \
327 themes/Bear2/openbox-3/shade.xbm \
328 themes/Bear2/openbox-3/themerc.xml
330 orang_themedir = $(themedir)/Orang/openbox-3
331 dist_orang_theme_DATA= \
332 themes/Orang/openbox-3/themerc.xml
334 syscrash_themedir = $(themedir)/Syscrash/openbox-3
335 dist_syscrash_theme_DATA= \
336 themes/Syscrash/openbox-3/max_disabled.xbm \
337 themes/Syscrash/openbox-3/max_pressed.xbm \
338 themes/Syscrash/openbox-3/max_toggled.xbm \
339 themes/Syscrash/openbox-3/max.xbm \
340 themes/Syscrash/openbox-3/themerc.xml
344 pubinclude_HEADERS = \
356 nodist_pubinclude_HEADERS = \
359 nodist_pkgconfig_DATA = \
360 render/obrender-3.0.pc \
361 parser/obparser-3.0.pc
374 -e 's!@version\@!$(VERSION)!' \
375 -e 's!@configdir\@!$(configdir)!' \
376 -e 's!@bindir\@!$(bindir)!'
378 data/xsession/openbox-gnome.desktop: \
379 $(srcdir)/data/xsession/openbox-gnome.desktop.in
380 @echo make: creating $@
381 @mkdir data 2>/dev/null || true
382 @mkdir data/xsession 2>/dev/null || true
385 data/xsession/openbox-kde.desktop: \
386 $(srcdir)/data/xsession/openbox-kde.desktop.in
387 @echo make: creating $@
388 @mkdir data 2>/dev/null || true
389 @mkdir data/xsession 2>/dev/null || true
392 data/xsession/openbox.desktop: \
393 $(srcdir)/data/xsession/openbox.desktop.in
394 @echo make: creating $@
395 @mkdir data 2>/dev/null || true
396 @mkdir data/xsession 2>/dev/null || true
399 data/xsession/openbox-gnome-session: \
400 $(srcdir)/data/xsession/openbox-gnome-session.in
401 @echo make: creating $@
402 @mkdir data 2>/dev/null || true
403 @mkdir data/xsession 2>/dev/null || true
407 data/xsession/openbox-kde-session: \
408 $(srcdir)/data/xsession/openbox-kde-session.in
409 @echo make: creating $@
410 @mkdir data 2>/dev/null || true
411 @mkdir data/xsession 2>/dev/null || true
415 data/xsession/openbox-session: \
416 $(srcdir)/data/xsession/openbox-session.in
417 @echo make: creating $@
418 @mkdir data 2>/dev/null || true
419 @mkdir data/xsession 2>/dev/null || true
424 @echo make: creating $@
425 @mkdir doc 2>/dev/null || true
426 @docbook-to-man $< >$@
429 @echo make: creating $@
430 @mkdir doc 2>/dev/null || true
433 dist_gnomewmfiles_DATA = \
434 data/gnome-wm-properties/openbox.desktop
436 nodist_xsessions_DATA = \
437 data/xsession/openbox.desktop \
438 data/xsession/openbox-gnome.desktop \
439 data/xsession/openbox-kde.desktop
446 data/xsession/openbox.desktop.in \
447 data/xsession/openbox-gnome.desktop.in \
448 data/xsession/openbox-kde.desktop.in \
449 data/xsession/openbox-session.in \
450 data/xsession/openbox-gnome-session.in \
451 data/xsession/openbox-kde-session.in \
454 doc/openbox-session.1.sgml \
455 doc/openbox-session.1.in \
456 doc/openbox-gnome-session.1.sgml \
457 doc/openbox-gnome-session.1.in \
458 doc/openbox-kde-session.1.sgml \
459 doc/openbox-kde-session.1.in \
460 render/obrender-3.0.pc.in \
461 parser/obparser-3.0.pc.in \
462 tools/themeupdate/themeupdate.py \
489 doc/rc-mouse-focus.xml
493 doc/openbox-session.1 \
494 doc/openbox-gnome-session.1 \
495 doc/openbox-kde-session.1
498 debian/changelog.in \
511 # $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
514 for d in . m4 po render; do \
515 for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \