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 gnomesessiondir = $(datadir)/gnome-session/sessions
10 gnomewmfilesdir = $(datadir)/gnome/wm-properties
11 pkgconfigdir = $(libdir)/pkgconfig
12 obtpubincludedir= $(includedir)/openbox/@OBT_VERSION@/obt
13 rrpubincludedir = $(includedir)/openbox/@RR_VERSION@/obrender
14 pixmapdir = $(datadir)/pixmaps
15 xsddir = $(datadir)/openbox
16 appsdir = $(datadir)/applications
20 AUTOMAKE_OPTIONS = subdir-objects foreign
22 ACLOCAL_AMFLAGS = -I m4
31 obrender/libobrender.la
35 tools/gdm-control/gdm-control \
36 tools/gnome-panel-control/gnome-panel-control \
42 nodist_bin_SCRIPTS = \
43 data/xsession/openbox-session \
44 data/xsession/openbox-gnome-session \
45 data/xsession/openbox-kde-session
51 data/autostart/autostart
53 dist_libexec_SCRIPTS = \
54 data/autostart/openbox-xdg-autostart
56 nodist_libexec_SCRIPTS = \
57 data/autostart/openbox-autostart
62 obrender_rendertest_CPPFLAGS = \
65 -DG_LOG_DOMAIN=\"RenderTest\"
66 obrender_rendertest_LDADD = \
68 obrender/libobrender.la \
73 obrender_rendertest_SOURCES = obrender/test.c
75 obrender_libobrender_la_CPPFLAGS = \
82 -DG_LOG_DOMAIN=\"ObRender\" \
83 -DDEFAULT_THEME=\"$(theme)\"
84 obrender_libobrender_la_LDFLAGS = \
85 -version-info $(RR_CURRENT):$(RR_REVISION):$(RR_AGE)
86 obrender_libobrender_la_LIBADD = \
94 obrender_libobrender_la_SOURCES = \
102 obrender/gradient.h \
103 obrender/gradient.c \
107 obrender/imagecache.h \
108 obrender/imagecache.c \
109 obrender/instance.h \
110 obrender/instance.c \
120 obt_libobt_la_CPPFLAGS = \
129 -DG_LOG_DOMAIN=\"Obt\" \
130 -DLOCALEDIR=\"$(localedir)\" \
131 -DDATADIR=\"$(datadir)\" \
132 -DCONFIGDIR=\"$(configdir)\"
133 obt_libobt_la_LDFLAGS = \
134 -version-info $(OBT_CURRENT):$(OBT_REVISION):$(OBT_AGE)
135 obt_libobt_la_LIBADD = \
144 obt_libobt_la_SOURCES = \
169 openbox_openbox_CPPFLAGS = \
178 -DLOCALEDIR=\"$(localedir)\" \
179 -DDATADIR=\"$(datadir)\" \
180 -DCONFIGDIR=\"$(configdir)\" \
181 -DG_LOG_DOMAIN=\"Openbox\"
182 openbox_openbox_LDADD = \
193 obrender/libobrender.la \
195 openbox_openbox_LDFLAGS = -export-dynamic
196 openbox_openbox_SOURCES = \
198 openbox/actions/all.c \
199 openbox/actions/all.h \
200 openbox/actions/addremovedesktop.c \
201 openbox/actions/breakchroot.c \
202 openbox/actions/close.c \
203 openbox/actions/cyclewindows.c \
204 openbox/actions/debug.c \
205 openbox/actions/decorations.c \
206 openbox/actions/desktop.c \
207 openbox/actions/dock.c \
208 openbox/actions/dockautohide.c \
209 openbox/actions/directionalwindows.c \
210 openbox/actions/execute.c \
211 openbox/actions/exit.c \
212 openbox/actions/focus.c \
213 openbox/actions/focustobottom.c \
214 openbox/actions/fullscreen.c \
215 openbox/actions/growtoedge.c \
216 openbox/actions/iconify.c \
217 openbox/actions/if.c \
218 openbox/actions/kill.c \
219 openbox/actions/layer.c \
220 openbox/actions/lower.c \
221 openbox/actions/maximize.c \
222 openbox/actions/move.c \
223 openbox/actions/moverelative.c \
224 openbox/actions/moveresizeto.c \
225 openbox/actions/movetoedge.c \
226 openbox/actions/omnipresent.c \
227 openbox/actions/raise.c \
228 openbox/actions/raiselower.c \
229 openbox/actions/reconfigure.c \
230 openbox/actions/resize.c \
231 openbox/actions/resizerelative.c \
232 openbox/actions/restart.c \
233 openbox/actions/shade.c \
234 openbox/actions/shadelowerraise.c \
235 openbox/actions/showdesktop.c \
236 openbox/actions/showmenu.c \
237 openbox/actions/unfocus.c \
242 openbox/client_list_menu.c \
243 openbox/client_list_menu.h \
244 openbox/client_list_combined_menu.c \
245 openbox/client_list_combined_menu.h \
246 openbox/client_menu.c \
247 openbox/client_menu.h \
258 openbox/focus_cycle.c \
259 openbox/focus_cycle.h \
260 openbox/focus_cycle_indicator.c \
261 openbox/focus_cycle_indicator.h \
262 openbox/focus_cycle_popup.c \
263 openbox/focus_cycle_popup.h \
266 openbox/framerender.c \
267 openbox/framerender.h \
277 openbox/menuframe.c \
278 openbox/menuframe.h \
284 openbox/moveresize.c \
285 openbox/moveresize.h \
293 openbox/place_overlap.c \
294 openbox/place_overlap.h \
307 openbox/startupnotify.c \
308 openbox/startupnotify.h \
309 openbox/translate.c \
310 openbox/translate.h \
316 obt_obt_unittests_CPPFLAGS = \
318 -DLOCALEDIR=\"$(localedir)\" \
319 -DDATADIR=\"$(datadir)\" \
320 -DCONFIGDIR=\"$(configdir)\" \
321 -DG_LOG_DOMAIN=\"Obt-Unittests\"
322 obt_obt_unittests_LDADD = \
325 obt_obt_unittests_LDFLAGS = -export-dynamic
326 obt_obt_unittests_SOURCES = \
327 obt/unittest_base.c \
328 obt/bsearch_unittest.c
330 ## gnome-panel-control ##
332 tools_gnome_panel_control_gnome_panel_control_CPPFLAGS = \
334 tools_gnome_panel_control_gnome_panel_control_LDADD = \
336 tools_gnome_panel_control_gnome_panel_control_SOURCES = \
337 tools/gnome-panel-control/gnome-panel-control.c
341 tools_obxprop_obxprop_CPPFLAGS = \
344 tools_obxprop_obxprop_LDADD = \
347 tools_obxprop_obxprop_SOURCES = \
348 tools/obxprop/obxprop.c
352 tools_gdm_control_gdm_control_CPPFLAGS = \
356 tools_gdm_control_gdm_control_LDADD = \
360 tools_gdm_control_gdm_control_SOURCES = \
361 tools/gdm-control/gdm-control.c
364 ## default button masks ##
366 data/xbm/bullet.xbm \
368 data/xbm/desk_toggled.xbm \
370 data/xbm/iconify.xbm \
371 data/xbm/max_toggled.xbm \
373 data/xbm/shade_toggled.xbm \
379 clearlooks_themedir = $(themedir)/Clearlooks/openbox-3
380 dist_clearlooks_theme_DATA= \
381 themes/Clearlooks/openbox-3/themerc
383 clearlooks34_themedir = $(themedir)/Clearlooks-3.4/openbox-3
384 dist_clearlooks34_theme_DATA= \
385 themes/Clearlooks-3.4/openbox-3/themerc
387 clearlooksolive_themedir = $(themedir)/Clearlooks-Olive/openbox-3
388 dist_clearlooksolive_theme_DATA= \
389 themes/Clearlooks-Olive/openbox-3/themerc
391 mikachu_themedir = $(themedir)/Mikachu/openbox-3
392 dist_mikachu_theme_DATA= \
393 themes/Mikachu/openbox-3/bullet.xbm \
394 themes/Mikachu/openbox-3/close.xbm \
395 themes/Mikachu/openbox-3/desk.xbm \
396 themes/Mikachu/openbox-3/iconify.xbm \
397 themes/Mikachu/openbox-3/max.xbm \
398 themes/Mikachu/openbox-3/themerc
401 natura_themedir = $(themedir)/Natura/openbox-3
402 dist_natura_theme_DATA= \
403 themes/Natura/openbox-3/close_hover.xbm \
404 themes/Natura/openbox-3/close.xbm \
405 themes/Natura/openbox-3/desk_toggled.xbm \
406 themes/Natura/openbox-3/desk_hover.xbm \
407 themes/Natura/openbox-3/desk.xbm \
408 themes/Natura/openbox-3/iconify_hover.xbm \
409 themes/Natura/openbox-3/iconify.xbm \
410 themes/Natura/openbox-3/max_hover.xbm \
411 themes/Natura/openbox-3/max_toggled.xbm \
412 themes/Natura/openbox-3/max.xbm \
413 themes/Natura/openbox-3/shade.xbm \
414 themes/Natura/openbox-3/shade_hover.xbm \
415 themes/Natura/openbox-3/themerc
417 artwizboxed_themedir = $(themedir)/Artwiz-boxed/openbox-3
418 dist_artwizboxed_theme_DATA= \
419 themes/Artwiz-boxed/openbox-3/themerc
421 bear2_themedir = $(themedir)/Bear2/openbox-3
422 dist_bear2_theme_DATA= \
423 themes/Bear2/openbox-3/close_pressed.xbm \
424 themes/Bear2/openbox-3/close.xbm \
425 themes/Bear2/openbox-3/desk_toggled.xbm \
426 themes/Bear2/openbox-3/desk.xbm \
427 themes/Bear2/openbox-3/iconify_pressed.xbm \
428 themes/Bear2/openbox-3/iconify.xbm \
429 themes/Bear2/openbox-3/max_pressed.xbm \
430 themes/Bear2/openbox-3/max_toggled.xbm \
431 themes/Bear2/openbox-3/max.xbm \
432 themes/Bear2/openbox-3/shade_pressed.xbm \
433 themes/Bear2/openbox-3/shade.xbm \
434 themes/Bear2/openbox-3/themerc
436 orang_themedir = $(themedir)/Orang/openbox-3
437 dist_orang_theme_DATA= \
438 themes/Orang/openbox-3/themerc
440 onyx_themedir = $(themedir)/Onyx/openbox-3
441 dist_onyx_theme_DATA= \
442 themes/Onyx/openbox-3/themerc
444 onyxcitrus_themedir = $(themedir)/Onyx-Citrus/openbox-3
445 dist_onyxcitrus_theme_DATA= \
446 themes/Onyx-Citrus/openbox-3/themerc
448 syscrash_themedir = $(themedir)/Syscrash/openbox-3
449 dist_syscrash_theme_DATA= \
450 themes/Syscrash/openbox-3/max_disabled.xbm \
451 themes/Syscrash/openbox-3/max_pressed.xbm \
452 themes/Syscrash/openbox-3/max_toggled.xbm \
453 themes/Syscrash/openbox-3/max.xbm \
454 themes/Syscrash/openbox-3/themerc
458 rrpubinclude_HEADERS = \
462 obrender/gradient.h \
464 obrender/instance.h \
470 obtpubinclude_HEADERS = \
482 nodist_pkgconfig_DATA = \
483 obrender/obrender-3.5.pc \
499 -e 's!@version\@!$(VERSION)!' \
500 -e 's!@configdir\@!$(configdir)!' \
501 -e 's!@rcdir\@!$(rcdir)!' \
502 -e 's!@libexecdir\@!$(libexecdir)!' \
503 -e 's!@bindir\@!$(bindir)!'
505 data/autostart/autostart: $(top_srcdir)/data/autostart/autostart.in Makefile
506 @echo make: creating $@
507 @test -d $(shell dirname $(top_builddir)/$@) || \
508 mkdir $(shell dirname $(top_builddir)/$@)
509 @$(edit) $< >$(top_builddir)/$@
511 data/autostart/openbox-autostart: $(top_srcdir)/data/autostart/openbox-autostart.in Makefile
512 @echo make: creating $@
513 @test -d $(shell dirname $(top_builddir)/$@) || \
514 mkdir $(shell dirname $(top_builddir)/$@)
515 @$(edit) $< >$(top_builddir)/$@
517 %.desktop: %.desktop.in Makefile
518 @echo make: creating $@
521 %-session: %-session.in Makefile
522 @echo make: creating $@
526 @echo make: creating $@
527 @docbook-to-man $< >$@
530 @echo make: creating $@
533 dist_gnomewmfiles_DATA = \
534 data/gnome-wm-properties/openbox.desktop
536 nodist_xsessions_DATA = \
537 data/xsession/openbox.desktop \
538 data/xsession/openbox-gnome.desktop \
539 data/xsession/openbox-kde.desktop
541 dist_gnomesession_DATA = \
542 data/gnome-session/openbox-gnome.session \
543 data/gnome-session/openbox-gnome-fallback.session
548 data/autostart/autostart.in \
549 data/autostart/openbox-autostart.in \
550 data/xsession/openbox.desktop.in \
551 data/xsession/openbox-gnome.desktop.in \
552 data/xsession/openbox-kde.desktop.in \
553 data/xsession/openbox-session.in \
554 data/xsession/openbox-gnome-session.in \
555 data/xsession/openbox-kde-session.in \
558 doc/openbox-session.1.sgml \
559 doc/openbox-session.1.in \
560 doc/openbox-gnome-session.1.sgml \
561 doc/openbox-gnome-session.1.in \
562 doc/openbox-kde-session.1.sgml \
563 doc/openbox-kde-session.1.in \
566 obrender/version.h.in \
567 obrender/obrender-3.5.pc.in \
570 tools/themeupdate/themeupdate.py \
596 doc/rc-mouse-focus.xml
600 doc/openbox-session.1 \
601 doc/openbox-gnome-session.1 \
602 doc/openbox-kde-session.1 \
608 # make clean doesn't delete these for some reason, even though they are
612 $(nodist_bin_SCRIPTS) \
613 $(nodist_xsessions_DATA) \
614 $(nodist_rc_SCRIPTS) \
615 $(nodist_libexec_SCRIPTS)
618 # $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
621 for d in . m4 po obrender parser obt openbox; do \
622 for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \