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 obtpubincludedir= $(includedir)/openbox/@OBT_VERSION@/obt
12 rrpubincludedir = $(includedir)/openbox/@RR_VERSION@/obrender
13 pixmapdir = $(datadir)/pixmaps
14 xsddir = $(datadir)/openbox
15 appsdir = $(datadir)/applications
19 AUTOMAKE_OPTIONS = subdir-objects foreign
21 ACLOCAL_AMFLAGS = -I m4
30 obrender/libobrender.la
34 tools/gdm-control/gdm-control \
35 tools/gnome-panel-control/gnome-panel-control \
38 nodist_bin_SCRIPTS = \
39 data/xsession/openbox-session \
40 data/xsession/openbox-gnome-session \
41 data/xsession/openbox-kde-session
47 data/autostart/autostart
49 dist_libexec_SCRIPTS = \
50 data/autostart/openbox-xdg-autostart
52 nodist_libexec_SCRIPTS = \
53 data/autostart/openbox-autostart
58 obrender_rendertest_CPPFLAGS = \
61 -DG_LOG_DOMAIN=\"RenderTest\"
62 obrender_rendertest_LDADD = \
64 obrender/libobrender.la \
69 obrender_rendertest_SOURCES = obrender/test.c
71 obrender_libobrender_la_CPPFLAGS = \
77 -DG_LOG_DOMAIN=\"ObRender\" \
78 -DDEFAULT_THEME=\"$(theme)\"
79 obrender_libobrender_la_LDFLAGS = \
80 -version-info $(RR_CURRENT):$(RR_REVISION):$(RR_AGE)
81 obrender_libobrender_la_LIBADD = \
87 obrender_libobrender_la_SOURCES = \
99 obrender/imagecache.h \
100 obrender/imagecache.c \
101 obrender/instance.h \
102 obrender/instance.c \
112 obt_libobt_la_CPPFLAGS = \
120 -DG_LOG_DOMAIN=\"Obt\" \
121 -DLOCALEDIR=\"$(localedir)\" \
122 -DDATADIR=\"$(datadir)\" \
123 -DCONFIGDIR=\"$(configdir)\"
124 obt_libobt_la_LDFLAGS = \
125 -version-info $(OBT_CURRENT):$(OBT_REVISION):$(OBT_AGE)
126 obt_libobt_la_LIBADD = \
134 obt_libobt_la_SOURCES = \
159 openbox_openbox_CPPFLAGS = \
168 -DLOCALEDIR=\"$(localedir)\" \
169 -DDATADIR=\"$(datadir)\" \
170 -DCONFIGDIR=\"$(configdir)\" \
171 -DG_LOG_DOMAIN=\"Openbox\"
172 openbox_openbox_LDADD = \
183 obrender/libobrender.la \
185 openbox_openbox_LDFLAGS = -export-dynamic
186 openbox_openbox_SOURCES = \
188 openbox/actions/all.c \
189 openbox/actions/all.h \
190 openbox/actions/addremovedesktop.c \
191 openbox/actions/breakchroot.c \
192 openbox/actions/close.c \
193 openbox/actions/cyclewindows.c \
194 openbox/actions/debug.c \
195 openbox/actions/decorations.c \
196 openbox/actions/desktop.c \
197 openbox/actions/dock.c \
198 openbox/actions/dockautohide.c \
199 openbox/actions/directionalwindows.c \
200 openbox/actions/execute.c \
201 openbox/actions/exit.c \
202 openbox/actions/focus.c \
203 openbox/actions/focustobottom.c \
204 openbox/actions/fullscreen.c \
205 openbox/actions/growtoedge.c \
206 openbox/actions/iconify.c \
207 openbox/actions/if.c \
208 openbox/actions/kill.c \
209 openbox/actions/layer.c \
210 openbox/actions/lower.c \
211 openbox/actions/maximize.c \
212 openbox/actions/move.c \
213 openbox/actions/moverelative.c \
214 openbox/actions/moveresizeto.c \
215 openbox/actions/movetoedge.c \
216 openbox/actions/omnipresent.c \
217 openbox/actions/raise.c \
218 openbox/actions/raiselower.c \
219 openbox/actions/reconfigure.c \
220 openbox/actions/resize.c \
221 openbox/actions/resizerelative.c \
222 openbox/actions/restart.c \
223 openbox/actions/shade.c \
224 openbox/actions/shadelowerraise.c \
225 openbox/actions/showdesktop.c \
226 openbox/actions/showmenu.c \
227 openbox/actions/unfocus.c \
232 openbox/client_list_menu.c \
233 openbox/client_list_menu.h \
234 openbox/client_list_combined_menu.c \
235 openbox/client_list_combined_menu.h \
236 openbox/client_menu.c \
237 openbox/client_menu.h \
248 openbox/focus_cycle.c \
249 openbox/focus_cycle.h \
250 openbox/focus_cycle_indicator.c \
251 openbox/focus_cycle_indicator.h \
252 openbox/focus_cycle_popup.c \
253 openbox/focus_cycle_popup.h \
256 openbox/framerender.c \
257 openbox/framerender.h \
267 openbox/menuframe.c \
268 openbox/menuframe.h \
274 openbox/moveresize.c \
275 openbox/moveresize.h \
295 openbox/startupnotify.c \
296 openbox/startupnotify.h \
297 openbox/translate.c \
298 openbox/translate.h \
303 ## gnome-panel-control ##
305 tools_gnome_panel_control_gnome_panel_control_CPPFLAGS = \
307 tools_gnome_panel_control_gnome_panel_control_LDADD = \
309 tools_gnome_panel_control_gnome_panel_control_SOURCES = \
310 tools/gnome-panel-control/gnome-panel-control.c
314 tools_obxprop_obxprop_CPPFLAGS = \
317 tools_obxprop_obxprop_LDADD = \
320 tools_obxprop_obxprop_SOURCES = \
321 tools/obxprop/obxprop.c
325 tools_gdm_control_gdm_control_CPPFLAGS = \
329 tools_gdm_control_gdm_control_LDADD = \
333 tools_gdm_control_gdm_control_SOURCES = \
334 tools/gdm-control/gdm-control.c
337 ## default button masks ##
339 data/xbm/bullet.xbm \
341 data/xbm/desk_toggled.xbm \
343 data/xbm/iconify.xbm \
344 data/xbm/max_toggled.xbm \
346 data/xbm/shade_toggled.xbm \
352 clearlooks_themedir = $(themedir)/Clearlooks/openbox-3
353 dist_clearlooks_theme_DATA= \
354 themes/Clearlooks/openbox-3/themerc
356 clearlooks34_themedir = $(themedir)/Clearlooks-3.4/openbox-3
357 dist_clearlooks34_theme_DATA= \
358 themes/Clearlooks-3.4/openbox-3/themerc
360 clearlooksolive_themedir = $(themedir)/Clearlooks-Olive/openbox-3
361 dist_clearlooksolive_theme_DATA= \
362 themes/Clearlooks-Olive/openbox-3/themerc
364 mikachu_themedir = $(themedir)/Mikachu/openbox-3
365 dist_mikachu_theme_DATA= \
366 themes/Mikachu/openbox-3/bullet.xbm \
367 themes/Mikachu/openbox-3/close.xbm \
368 themes/Mikachu/openbox-3/desk.xbm \
369 themes/Mikachu/openbox-3/iconify.xbm \
370 themes/Mikachu/openbox-3/max.xbm \
371 themes/Mikachu/openbox-3/themerc
374 natura_themedir = $(themedir)/Natura/openbox-3
375 dist_natura_theme_DATA= \
376 themes/Natura/openbox-3/close_hover.xbm \
377 themes/Natura/openbox-3/close.xbm \
378 themes/Natura/openbox-3/desk_toggled.xbm \
379 themes/Natura/openbox-3/desk_hover.xbm \
380 themes/Natura/openbox-3/desk.xbm \
381 themes/Natura/openbox-3/iconify_hover.xbm \
382 themes/Natura/openbox-3/iconify.xbm \
383 themes/Natura/openbox-3/max_hover.xbm \
384 themes/Natura/openbox-3/max_toggled.xbm \
385 themes/Natura/openbox-3/max.xbm \
386 themes/Natura/openbox-3/shade.xbm \
387 themes/Natura/openbox-3/shade_hover.xbm \
388 themes/Natura/openbox-3/themerc
390 artwizboxed_themedir = $(themedir)/Artwiz-boxed/openbox-3
391 dist_artwizboxed_theme_DATA= \
392 themes/Artwiz-boxed/openbox-3/themerc
394 bear2_themedir = $(themedir)/Bear2/openbox-3
395 dist_bear2_theme_DATA= \
396 themes/Bear2/openbox-3/close_pressed.xbm \
397 themes/Bear2/openbox-3/close.xbm \
398 themes/Bear2/openbox-3/desk_toggled.xbm \
399 themes/Bear2/openbox-3/desk.xbm \
400 themes/Bear2/openbox-3/iconify_pressed.xbm \
401 themes/Bear2/openbox-3/iconify.xbm \
402 themes/Bear2/openbox-3/max_pressed.xbm \
403 themes/Bear2/openbox-3/max_toggled.xbm \
404 themes/Bear2/openbox-3/max.xbm \
405 themes/Bear2/openbox-3/shade_pressed.xbm \
406 themes/Bear2/openbox-3/shade.xbm \
407 themes/Bear2/openbox-3/themerc
409 orang_themedir = $(themedir)/Orang/openbox-3
410 dist_orang_theme_DATA= \
411 themes/Orang/openbox-3/themerc
413 onyx_themedir = $(themedir)/Onyx/openbox-3
414 dist_onyx_theme_DATA= \
415 themes/Onyx/openbox-3/themerc
417 onyxcitrus_themedir = $(themedir)/Onyx-Citrus/openbox-3
418 dist_onyxcitrus_theme_DATA= \
419 themes/Onyx-Citrus/openbox-3/themerc
421 syscrash_themedir = $(themedir)/Syscrash/openbox-3
422 dist_syscrash_theme_DATA= \
423 themes/Syscrash/openbox-3/max_disabled.xbm \
424 themes/Syscrash/openbox-3/max_pressed.xbm \
425 themes/Syscrash/openbox-3/max_toggled.xbm \
426 themes/Syscrash/openbox-3/max.xbm \
427 themes/Syscrash/openbox-3/themerc
431 rrpubinclude_HEADERS = \
435 obrender/gradient.h \
437 obrender/instance.h \
443 obtpubinclude_HEADERS = \
455 nodist_pkgconfig_DATA = \
456 obrender/obrender-3.5.pc \
472 -e 's!@version\@!$(VERSION)!' \
473 -e 's!@configdir\@!$(configdir)!' \
474 -e 's!@rcdir\@!$(rcdir)!' \
475 -e 's!@libexecdir\@!$(libexecdir)!' \
476 -e 's!@bindir\@!$(bindir)!'
478 data/autostart/autostart: $(top_srcdir)/data/autostart/autostart.in Makefile
479 @echo make: creating $@
480 @test -d $(shell dirname $(top_builddir)/$@) || \
481 mkdir $(shell dirname $(top_builddir)/$@)
482 @$(edit) $< >$(top_builddir)/$@
484 data/autostart/openbox-autostart: $(top_srcdir)/data/autostart/openbox-autostart.in Makefile
485 @echo make: creating $@
486 @test -d $(shell dirname $(top_builddir)/$@) || \
487 mkdir $(shell dirname $(top_builddir)/$@)
488 @$(edit) $< >$(top_builddir)/$@
490 %.desktop: %.desktop.in Makefile
491 @echo make: creating $@
494 %-session: %-session.in Makefile
495 @echo make: creating $@
499 @echo make: creating $@
500 @docbook-to-man $< >$@
503 @echo make: creating $@
506 dist_gnomewmfiles_DATA = \
507 data/gnome-wm-properties/openbox.desktop
509 nodist_xsessions_DATA = \
510 data/xsession/openbox.desktop \
511 data/xsession/openbox-gnome.desktop \
512 data/xsession/openbox-kde.desktop
517 data/autostart/autostart.in \
518 data/autostart/openbox-autostart.in \
519 data/xsession/openbox.desktop.in \
520 data/xsession/openbox-gnome.desktop.in \
521 data/xsession/openbox-kde.desktop.in \
522 data/xsession/openbox-session.in \
523 data/xsession/openbox-gnome-session.in \
524 data/xsession/openbox-kde-session.in \
527 doc/openbox-session.1.sgml \
528 doc/openbox-session.1.in \
529 doc/openbox-gnome-session.1.sgml \
530 doc/openbox-gnome-session.1.in \
531 doc/openbox-kde-session.1.sgml \
532 doc/openbox-kde-session.1.in \
535 obrender/version.h.in \
536 obrender/obrender-3.5.pc.in \
539 tools/themeupdate/themeupdate.py \
565 doc/rc-mouse-focus.xml
569 doc/openbox-session.1 \
570 doc/openbox-gnome-session.1 \
571 doc/openbox-kde-session.1 \
577 # make clean doesn't delete these for some reason, even though they are
581 $(nodist_bin_SCRIPTS) \
582 $(nodist_xsessions_DATA) \
583 $(nodist_rc_SCRIPTS) \
584 $(nodist_libexec_SCRIPTS)
587 # $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
590 for d in . m4 po obrender parser obt openbox; do \
591 for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \