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 \
248 openbox/menuframe.c \
249 openbox/menuframe.h \
255 openbox/moveresize.c \
256 openbox/moveresize.h \
276 openbox/startupnotify.c \
277 openbox/startupnotify.h \
278 openbox/translate.c \
279 openbox/translate.h \
283 ## gnome-panel-control ##
285 tools_gnome_panel_control_gnome_panel_control_CPPFLAGS = \
287 tools_gnome_panel_control_gnome_panel_control_LDADD = \
289 tools_gnome_panel_control_gnome_panel_control_SOURCES = \
290 tools/gnome-panel-control/gnome-panel-control.c
294 tools_gdm_control_gdm_control_CPPFLAGS = \
297 tools_gdm_control_gdm_control_LDADD = \
300 tools_gdm_control_gdm_control_SOURCES = \
301 tools/gdm-control/gdm-control.c
304 ## default button masks ##
306 data/xbm/bullet.xbm \
308 data/xbm/desk_toggled.xbm \
310 data/xbm/iconify.xbm \
311 data/xbm/max_toggled.xbm \
313 data/xbm/shade_toggled.xbm \
319 clearlooks_themedir = $(themedir)/Clearlooks/openbox-3
320 dist_clearlooks_theme_DATA= \
321 themes/Clearlooks/openbox-3/themerc
323 clearlooks34_themedir = $(themedir)/Clearlooks/openbox-3
324 dist_clearlooks34_theme_DATA= \
325 themes/Clearlooks-3.4/openbox-3/themerc
327 clearlooksolive_themedir = $(themedir)/Clearlooks-Olive/openbox-3
328 dist_clearlooksolive_theme_DATA= \
329 themes/Clearlooks-Olive/openbox-3/themerc
331 mikachu_themedir = $(themedir)/Mikachu/openbox-3
332 dist_mikachu_theme_DATA= \
333 themes/Mikachu/openbox-3/bullet.xbm \
334 themes/Mikachu/openbox-3/close.xbm \
335 themes/Mikachu/openbox-3/desk.xbm \
336 themes/Mikachu/openbox-3/iconify.xbm \
337 themes/Mikachu/openbox-3/max.xbm \
338 themes/Mikachu/openbox-3/themerc
341 natura_themedir = $(themedir)/Natura/openbox-3
342 dist_natura_theme_DATA= \
343 themes/Natura/openbox-3/close_hover.xbm \
344 themes/Natura/openbox-3/close.xbm \
345 themes/Natura/openbox-3/desk_toggled.xbm \
346 themes/Natura/openbox-3/desk_hover.xbm \
347 themes/Natura/openbox-3/desk.xbm \
348 themes/Natura/openbox-3/iconify_hover.xbm \
349 themes/Natura/openbox-3/iconify.xbm \
350 themes/Natura/openbox-3/max_hover.xbm \
351 themes/Natura/openbox-3/max_toggled.xbm \
352 themes/Natura/openbox-3/max.xbm \
353 themes/Natura/openbox-3/shade.xbm \
354 themes/Natura/openbox-3/shade_hover.xbm \
355 themes/Natura/openbox-3/themerc
357 artwizboxed_themedir = $(themedir)/Artwiz-boxed/openbox-3
358 dist_artwizboxed_theme_DATA= \
359 themes/Artwiz-boxed/openbox-3/themerc
361 bear2_themedir = $(themedir)/Bear2/openbox-3
362 dist_bear2_theme_DATA= \
363 themes/Bear2/openbox-3/close_pressed.xbm \
364 themes/Bear2/openbox-3/close.xbm \
365 themes/Bear2/openbox-3/desk_toggled.xbm \
366 themes/Bear2/openbox-3/desk.xbm \
367 themes/Bear2/openbox-3/iconify_pressed.xbm \
368 themes/Bear2/openbox-3/iconify.xbm \
369 themes/Bear2/openbox-3/max_pressed.xbm \
370 themes/Bear2/openbox-3/max_toggled.xbm \
371 themes/Bear2/openbox-3/max.xbm \
372 themes/Bear2/openbox-3/shade_pressed.xbm \
373 themes/Bear2/openbox-3/shade.xbm \
374 themes/Bear2/openbox-3/themerc
376 orang_themedir = $(themedir)/Orang/openbox-3
377 dist_orang_theme_DATA= \
378 themes/Orang/openbox-3/themerc
380 onyx_themedir = $(themedir)/Onyx/openbox-3
381 dist_onyx_theme_DATA= \
382 themes/Onyx/openbox-3/themerc
384 onyxcitrus_themedir = $(themedir)/Onyx-Citrus/openbox-3
385 dist_onyxcitrus_theme_DATA= \
386 themes/Onyx-Citrus/openbox-3/themerc
388 syscrash_themedir = $(themedir)/Syscrash/openbox-3
389 dist_syscrash_theme_DATA= \
390 themes/Syscrash/openbox-3/max_disabled.xbm \
391 themes/Syscrash/openbox-3/max_pressed.xbm \
392 themes/Syscrash/openbox-3/max_toggled.xbm \
393 themes/Syscrash/openbox-3/max.xbm \
394 themes/Syscrash/openbox-3/themerc
398 rrpubinclude_HEADERS = \
410 obtpubinclude_HEADERS = \
421 nodist_pkgconfig_DATA = \
422 render/obrender-4.0.pc \
438 -e 's!@version\@!$(VERSION)!' \
439 -e 's!@configdir\@!$(configdir)!' \
440 -e 's!@secretbindir\@!$(secretbindir)!' \
441 -e 's!@bindir\@!$(bindir)!'
443 data/autostart.sh: $(srcdir)/data/autostart.sh.in Makefile
444 @echo make: creating $@
447 %.desktop: %.desktop.in Makefile
448 @echo make: creating $@
451 %-session: %-session.in Makefile
452 @echo make: creating $@
456 @echo make: creating $@
457 @docbook-to-man $< >$@
460 @echo make: creating $@
463 dist_gnomewmfiles_DATA = \
464 data/gnome-wm-properties/openbox.desktop
466 nodist_xsessions_DATA = \
467 data/xsession/openbox.desktop \
468 data/xsession/openbox-gnome.desktop \
469 data/xsession/openbox-kde.desktop
472 data/autostart.sh.in \
475 data/xsession/openbox.desktop.in \
476 data/xsession/openbox-gnome.desktop.in \
477 data/xsession/openbox-kde.desktop.in \
478 data/xsession/openbox-session.in \
479 data/xsession/openbox-gnome-session.in \
480 data/xsession/openbox-kde-session.in \
483 doc/openbox-session.1.sgml \
484 doc/openbox-session.1.in \
485 doc/openbox-gnome-session.1.sgml \
486 doc/openbox-gnome-session.1.in \
487 doc/openbox-kde-session.1.sgml \
488 doc/openbox-kde-session.1.in \
489 render/version.h.in \
490 render/obrender-4.0.pc.in \
493 tools/themeupdate/themeupdate.py \
519 doc/rc-mouse-focus.xml
523 doc/openbox-session.1 \
524 doc/openbox-gnome-session.1 \
525 doc/openbox-kde-session.1
530 # make clean doesn't delete these for some reason, even though they are
534 doc/openbox-session.1 \
535 doc/openbox-gnome-session.1 \
536 doc/openbox-kde-session.1 \
537 data/xsession/openbox-session \
538 data/xsession/openbox-gnome-session \
539 data/xsession/openbox-kde-session \
540 data/xsession/openbox.desktop \
541 data/xsession/openbox-gnome.desktop \
542 data/xsession/openbox-kde.desktop
545 # $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
548 for d in . m4 po render parser obt openbox; do \
549 for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \