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@/render
13 pixmapdir = $(datadir)/pixmaps
14 xsddir = $(datadir)/openbox
15 secretbindir = $(libdir)/openbox
19 AUTOMAKE_OPTIONS = subdir-objects foreign
21 ACLOCAL_AMFLAGS = -I m4
34 tools/gdm-control/gdm-control \
35 tools/gnome-panel-control/gnome-panel-control
37 dist_secretbin_SCRIPTS = \
38 tools/xdg-autostart/xdg-autostart
40 nodist_bin_SCRIPTS = \
41 data/xsession/openbox-session \
42 data/xsession/openbox-gnome-session \
43 data/xsession/openbox-kde-session
47 render_rendertest_CPPFLAGS = \
50 -DG_LOG_DOMAIN=\"RenderTest\"
51 render_rendertest_LDADD = \
53 render/libobrender.la \
58 render_rendertest_SOURCES = render/test.c
60 render_libobrender_la_CPPFLAGS = \
65 -DG_LOG_DOMAIN=\"ObRender\" \
66 -DDEFAULT_THEME=\"$(theme)\"
67 render_libobrender_la_LDFLAGS = \
68 -version-info $(RR_CURRENT):$(RR_REVISION):$(RR_AGE)
69 render_libobrender_la_LIBADD = \
75 render_libobrender_la_SOURCES = \
100 obt_libobt_la_CPPFLAGS = \
108 -DG_LOG_DOMAIN=\"Obt\" \
109 -DLOCALEDIR=\"$(localedir)\" \
110 -DDATADIR=\"$(datadir)\" \
111 -DCONFIGDIR=\"$(configdir)\"
112 obt_libobt_la_LDFLAGS = \
113 -version-info $(OBT_CURRENT):$(OBT_REVISION):$(OBT_AGE)
114 obt_libobt_la_LIBADD = \
122 obt_libobt_la_SOURCES = \
142 openbox_openbox_CPPFLAGS = \
151 -DLOCALEDIR=\"$(localedir)\" \
152 -DDATADIR=\"$(datadir)\" \
153 -DCONFIGDIR=\"$(configdir)\" \
154 -DG_LOG_DOMAIN=\"Openbox\"
155 openbox_openbox_LDADD = \
164 render/libobrender.la \
166 openbox_openbox_LDFLAGS = -export-dynamic
167 openbox_openbox_SOURCES = \
169 openbox/actions/all.c \
170 openbox/actions/all.h \
171 openbox/actions/addremovedesktop.c \
172 openbox/actions/breakchroot.c \
173 openbox/actions/close.c \
174 openbox/actions/cyclewindows.c \
175 openbox/actions/debug.c \
176 openbox/actions/decorations.c \
177 openbox/actions/desktop.c \
178 openbox/actions/dockautohide.c \
179 openbox/actions/directionalwindows.c \
180 openbox/actions/execute.c \
181 openbox/actions/exit.c \
182 openbox/actions/focus.c \
183 openbox/actions/focustobottom.c \
184 openbox/actions/fullscreen.c \
185 openbox/actions/growtoedge.c \
186 openbox/actions/iconify.c \
187 openbox/actions/if.c \
188 openbox/actions/kill.c \
189 openbox/actions/layer.c \
190 openbox/actions/session.c \
191 openbox/actions/lower.c \
192 openbox/actions/maximize.c \
193 openbox/actions/move.c \
194 openbox/actions/moverelative.c \
195 openbox/actions/moveresizeto.c \
196 openbox/actions/movetoedge.c \
197 openbox/actions/omnipresent.c \
198 openbox/actions/raise.c \
199 openbox/actions/raiselower.c \
200 openbox/actions/reconfigure.c \
201 openbox/actions/resize.c \
202 openbox/actions/resizerelative.c \
203 openbox/actions/restart.c \
204 openbox/actions/shade.c \
205 openbox/actions/shadelowerraise.c \
206 openbox/actions/showdesktop.c \
207 openbox/actions/showmenu.c \
208 openbox/actions/unfocus.c \
213 openbox/client_list_menu.c \
214 openbox/client_list_menu.h \
215 openbox/client_list_combined_menu.c \
216 openbox/client_list_combined_menu.h \
217 openbox/client_menu.c \
218 openbox/client_menu.h \
229 openbox/focus_cycle.c \
230 openbox/focus_cycle.h \
231 openbox/focus_cycle_indicator.c \
232 openbox/focus_cycle_indicator.h \
233 openbox/focus_cycle_popup.c \
234 openbox/focus_cycle_popup.h \
237 openbox/framerender.c \
238 openbox/framerender.h \
250 openbox/menuframe.c \
251 openbox/menuframe.h \
257 openbox/moveresize.c \
258 openbox/moveresize.h \
278 openbox/startupnotify.c \
279 openbox/startupnotify.h \
280 openbox/translate.c \
281 openbox/translate.h \
285 ## gnome-panel-control ##
287 tools_gnome_panel_control_gnome_panel_control_CPPFLAGS = \
289 tools_gnome_panel_control_gnome_panel_control_LDADD = \
291 tools_gnome_panel_control_gnome_panel_control_SOURCES = \
292 tools/gnome-panel-control/gnome-panel-control.c
296 tools_gdm_control_gdm_control_CPPFLAGS = \
299 tools_gdm_control_gdm_control_LDADD = \
302 tools_gdm_control_gdm_control_SOURCES = \
303 tools/gdm-control/gdm-control.c
306 ## default button masks ##
308 data/xbm/bullet.xbm \
310 data/xbm/desk_toggled.xbm \
312 data/xbm/iconify.xbm \
313 data/xbm/max_toggled.xbm \
315 data/xbm/shade_toggled.xbm \
321 clearlooks_themedir = $(themedir)/Clearlooks/openbox-3
322 dist_clearlooks_theme_DATA= \
323 themes/Clearlooks/openbox-3/themerc
325 clearlooks34_themedir = $(themedir)/Clearlooks/openbox-3
326 dist_clearlooks34_theme_DATA= \
327 themes/Clearlooks-3.4/openbox-3/themerc
329 clearlooksolive_themedir = $(themedir)/Clearlooks-Olive/openbox-3
330 dist_clearlooksolive_theme_DATA= \
331 themes/Clearlooks-Olive/openbox-3/themerc
333 mikachu_themedir = $(themedir)/Mikachu/openbox-3
334 dist_mikachu_theme_DATA= \
335 themes/Mikachu/openbox-3/bullet.xbm \
336 themes/Mikachu/openbox-3/close.xbm \
337 themes/Mikachu/openbox-3/desk.xbm \
338 themes/Mikachu/openbox-3/iconify.xbm \
339 themes/Mikachu/openbox-3/max.xbm \
340 themes/Mikachu/openbox-3/themerc
343 natura_themedir = $(themedir)/Natura/openbox-3
344 dist_natura_theme_DATA= \
345 themes/Natura/openbox-3/close_hover.xbm \
346 themes/Natura/openbox-3/close.xbm \
347 themes/Natura/openbox-3/desk_toggled.xbm \
348 themes/Natura/openbox-3/desk_hover.xbm \
349 themes/Natura/openbox-3/desk.xbm \
350 themes/Natura/openbox-3/iconify_hover.xbm \
351 themes/Natura/openbox-3/iconify.xbm \
352 themes/Natura/openbox-3/max_hover.xbm \
353 themes/Natura/openbox-3/max_toggled.xbm \
354 themes/Natura/openbox-3/max.xbm \
355 themes/Natura/openbox-3/shade.xbm \
356 themes/Natura/openbox-3/shade_hover.xbm \
357 themes/Natura/openbox-3/themerc
359 artwizboxed_themedir = $(themedir)/Artwiz-boxed/openbox-3
360 dist_artwizboxed_theme_DATA= \
361 themes/Artwiz-boxed/openbox-3/themerc
363 bear2_themedir = $(themedir)/Bear2/openbox-3
364 dist_bear2_theme_DATA= \
365 themes/Bear2/openbox-3/close_pressed.xbm \
366 themes/Bear2/openbox-3/close.xbm \
367 themes/Bear2/openbox-3/desk_toggled.xbm \
368 themes/Bear2/openbox-3/desk.xbm \
369 themes/Bear2/openbox-3/iconify_pressed.xbm \
370 themes/Bear2/openbox-3/iconify.xbm \
371 themes/Bear2/openbox-3/max_pressed.xbm \
372 themes/Bear2/openbox-3/max_toggled.xbm \
373 themes/Bear2/openbox-3/max.xbm \
374 themes/Bear2/openbox-3/shade_pressed.xbm \
375 themes/Bear2/openbox-3/shade.xbm \
376 themes/Bear2/openbox-3/themerc
378 orang_themedir = $(themedir)/Orang/openbox-3
379 dist_orang_theme_DATA= \
380 themes/Orang/openbox-3/themerc
382 onyx_themedir = $(themedir)/Onyx/openbox-3
383 dist_onyx_theme_DATA= \
384 themes/Onyx/openbox-3/themerc
386 onyxcitrus_themedir = $(themedir)/Onyx-Citrus/openbox-3
387 dist_onyxcitrus_theme_DATA= \
388 themes/Onyx-Citrus/openbox-3/themerc
390 syscrash_themedir = $(themedir)/Syscrash/openbox-3
391 dist_syscrash_theme_DATA= \
392 themes/Syscrash/openbox-3/max_disabled.xbm \
393 themes/Syscrash/openbox-3/max_pressed.xbm \
394 themes/Syscrash/openbox-3/max_toggled.xbm \
395 themes/Syscrash/openbox-3/max.xbm \
396 themes/Syscrash/openbox-3/themerc
400 rrpubinclude_HEADERS = \
412 obtpubinclude_HEADERS = \
423 nodist_pkgconfig_DATA = \
424 render/obrender-4.0.pc \
440 -e 's!@version\@!$(VERSION)!' \
441 -e 's!@configdir\@!$(configdir)!' \
442 -e 's!@secretbindir\@!$(secretbindir)!' \
443 -e 's!@bindir\@!$(bindir)!'
445 data/autostart.sh: $(srcdir)/data/autostart.sh.in Makefile
446 @echo make: creating $@
449 %.desktop: %.desktop.in Makefile
450 @echo make: creating $@
453 %-session: %-session.in Makefile
454 @echo make: creating $@
458 @echo make: creating $@
459 @docbook-to-man $< >$@
462 @echo make: creating $@
465 dist_gnomewmfiles_DATA = \
466 data/gnome-wm-properties/openbox.desktop
468 nodist_xsessions_DATA = \
469 data/xsession/openbox.desktop \
470 data/xsession/openbox-gnome.desktop \
471 data/xsession/openbox-kde.desktop
474 data/autostart.sh.in \
477 data/xsession/openbox.desktop.in \
478 data/xsession/openbox-gnome.desktop.in \
479 data/xsession/openbox-kde.desktop.in \
480 data/xsession/openbox-session.in \
481 data/xsession/openbox-gnome-session.in \
482 data/xsession/openbox-kde-session.in \
485 doc/openbox-session.1.sgml \
486 doc/openbox-session.1.in \
487 doc/openbox-gnome-session.1.sgml \
488 doc/openbox-gnome-session.1.in \
489 doc/openbox-kde-session.1.sgml \
490 doc/openbox-kde-session.1.in \
491 render/version.h.in \
492 render/obrender-4.0.pc.in \
495 tools/themeupdate/themeupdate.py \
521 doc/rc-mouse-focus.xml
525 doc/openbox-session.1 \
526 doc/openbox-gnome-session.1 \
527 doc/openbox-kde-session.1
532 # make clean doesn't delete these for some reason, even though they are
536 doc/openbox-session.1 \
537 doc/openbox-gnome-session.1 \
538 doc/openbox-kde-session.1 \
539 data/xsession/openbox-session \
540 data/xsession/openbox-gnome-session \
541 data/xsession/openbox-kde-session \
542 data/xsession/openbox.desktop \
543 data/xsession/openbox-gnome.desktop \
544 data/xsession/openbox-kde.desktop
547 # $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
550 for d in . m4 po render parser obt openbox; do \
551 for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \