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
45 data/autostart/autostart
47 dist_libexec_SCRIPTS = \
48 data/autostart/openbox-xdg-autostart \
49 data/autostart/openbox-autostart
54 obrender_rendertest_CPPFLAGS = \
57 -DG_LOG_DOMAIN=\"RenderTest\"
58 obrender_rendertest_LDADD = \
60 obrender/libobrender.la \
65 obrender_rendertest_SOURCES = obrender/test.c
67 obrender_libobrender_la_CPPFLAGS = \
72 -DG_LOG_DOMAIN=\"ObRender\" \
73 -DDEFAULT_THEME=\"$(theme)\"
74 obrender_libobrender_la_LDFLAGS = \
75 -version-info $(RR_CURRENT):$(RR_REVISION):$(RR_AGE)
76 obrender_libobrender_la_LIBADD = \
81 obrender_libobrender_la_SOURCES = \
93 obrender/imagecache.h \
94 obrender/imagecache.c \
106 obt_libobt_la_CPPFLAGS = \
114 -DG_LOG_DOMAIN=\"Obt\" \
115 -DLOCALEDIR=\"$(localedir)\" \
116 -DDATADIR=\"$(datadir)\" \
117 -DCONFIGDIR=\"$(configdir)\"
118 obt_libobt_la_LDFLAGS = \
119 -version-info $(OBT_CURRENT):$(OBT_REVISION):$(OBT_AGE)
120 obt_libobt_la_LIBADD = \
128 obt_libobt_la_SOURCES = \
150 openbox_openbox_CPPFLAGS = \
160 -DLOCALEDIR=\"$(localedir)\" \
161 -DDATADIR=\"$(datadir)\" \
162 -DCONFIGDIR=\"$(configdir)\" \
163 -DG_LOG_DOMAIN=\"Openbox\"
164 openbox_openbox_LDADD = \
174 obrender/libobrender.la \
176 openbox_openbox_LDFLAGS = -export-dynamic
177 openbox_openbox_SOURCES = \
179 openbox/actions/all.c \
180 openbox/actions/all.h \
181 openbox/actions/addremovedesktop.c \
182 openbox/actions/breakchroot.c \
183 openbox/actions/close.c \
184 openbox/actions/cyclewindows.c \
185 openbox/actions/debug.c \
186 openbox/actions/decorations.c \
187 openbox/actions/desktop.c \
188 openbox/actions/dockautohide.c \
189 openbox/actions/directionalwindows.c \
190 openbox/actions/execute.c \
191 openbox/actions/exit.c \
192 openbox/actions/focus.c \
193 openbox/actions/focustobottom.c \
194 openbox/actions/fullscreen.c \
195 openbox/actions/growtoedge.c \
196 openbox/actions/iconify.c \
197 openbox/actions/if.c \
198 openbox/actions/kill.c \
199 openbox/actions/layer.c \
200 openbox/actions/lower.c \
201 openbox/actions/maximize.c \
202 openbox/actions/move.c \
203 openbox/actions/moverelative.c \
204 openbox/actions/moveresizeto.c \
205 openbox/actions/movetoedge.c \
206 openbox/actions/omnipresent.c \
207 openbox/actions/raise.c \
208 openbox/actions/raiselower.c \
209 openbox/actions/reconfigure.c \
210 openbox/actions/resize.c \
211 openbox/actions/resizerelative.c \
212 openbox/actions/restart.c \
213 openbox/actions/shade.c \
214 openbox/actions/shadelowerraise.c \
215 openbox/actions/showdesktop.c \
216 openbox/actions/showmenu.c \
217 openbox/actions/unfocus.c \
222 openbox/client_list_menu.c \
223 openbox/client_list_menu.h \
224 openbox/client_list_combined_menu.c \
225 openbox/client_list_combined_menu.h \
226 openbox/client_menu.c \
227 openbox/client_menu.h \
238 openbox/focus_cycle.c \
239 openbox/focus_cycle.h \
240 openbox/focus_cycle_indicator.c \
241 openbox/focus_cycle_indicator.h \
242 openbox/focus_cycle_popup.c \
243 openbox/focus_cycle_popup.h \
246 openbox/framerender.c \
247 openbox/framerender.h \
257 openbox/menuframe.c \
258 openbox/menuframe.h \
264 openbox/moveresize.c \
265 openbox/moveresize.h \
285 openbox/startupnotify.c \
286 openbox/startupnotify.h \
287 openbox/translate.c \
288 openbox/translate.h \
293 ## gnome-panel-control ##
295 tools_gnome_panel_control_gnome_panel_control_CPPFLAGS = \
297 tools_gnome_panel_control_gnome_panel_control_LDADD = \
299 tools_gnome_panel_control_gnome_panel_control_SOURCES = \
300 tools/gnome-panel-control/gnome-panel-control.c
304 tools_obxprop_obxprop_CPPFLAGS = \
307 tools_obxprop_obxprop_LDADD = \
310 tools_obxprop_obxprop_SOURCES = \
311 tools/obxprop/obxprop.c
315 tools_gdm_control_gdm_control_CPPFLAGS = \
318 tools_gdm_control_gdm_control_LDADD = \
321 tools_gdm_control_gdm_control_SOURCES = \
322 tools/gdm-control/gdm-control.c
325 ## default button masks ##
327 data/xbm/bullet.xbm \
329 data/xbm/desk_toggled.xbm \
331 data/xbm/iconify.xbm \
332 data/xbm/max_toggled.xbm \
334 data/xbm/shade_toggled.xbm \
340 clearlooks_themedir = $(themedir)/Clearlooks/openbox-3
341 dist_clearlooks_theme_DATA= \
342 themes/Clearlooks/openbox-3/themerc
344 clearlooks34_themedir = $(themedir)/Clearlooks/openbox-3
345 dist_clearlooks34_theme_DATA= \
346 themes/Clearlooks-3.4/openbox-3/themerc
348 clearlooksolive_themedir = $(themedir)/Clearlooks-Olive/openbox-3
349 dist_clearlooksolive_theme_DATA= \
350 themes/Clearlooks-Olive/openbox-3/themerc
352 mikachu_themedir = $(themedir)/Mikachu/openbox-3
353 dist_mikachu_theme_DATA= \
354 themes/Mikachu/openbox-3/bullet.xbm \
355 themes/Mikachu/openbox-3/close.xbm \
356 themes/Mikachu/openbox-3/desk.xbm \
357 themes/Mikachu/openbox-3/iconify.xbm \
358 themes/Mikachu/openbox-3/max.xbm \
359 themes/Mikachu/openbox-3/themerc
362 natura_themedir = $(themedir)/Natura/openbox-3
363 dist_natura_theme_DATA= \
364 themes/Natura/openbox-3/close_hover.xbm \
365 themes/Natura/openbox-3/close.xbm \
366 themes/Natura/openbox-3/desk_toggled.xbm \
367 themes/Natura/openbox-3/desk_hover.xbm \
368 themes/Natura/openbox-3/desk.xbm \
369 themes/Natura/openbox-3/iconify_hover.xbm \
370 themes/Natura/openbox-3/iconify.xbm \
371 themes/Natura/openbox-3/max_hover.xbm \
372 themes/Natura/openbox-3/max_toggled.xbm \
373 themes/Natura/openbox-3/max.xbm \
374 themes/Natura/openbox-3/shade.xbm \
375 themes/Natura/openbox-3/shade_hover.xbm \
376 themes/Natura/openbox-3/themerc
378 artwizboxed_themedir = $(themedir)/Artwiz-boxed/openbox-3
379 dist_artwizboxed_theme_DATA= \
380 themes/Artwiz-boxed/openbox-3/themerc
382 bear2_themedir = $(themedir)/Bear2/openbox-3
383 dist_bear2_theme_DATA= \
384 themes/Bear2/openbox-3/close_pressed.xbm \
385 themes/Bear2/openbox-3/close.xbm \
386 themes/Bear2/openbox-3/desk_toggled.xbm \
387 themes/Bear2/openbox-3/desk.xbm \
388 themes/Bear2/openbox-3/iconify_pressed.xbm \
389 themes/Bear2/openbox-3/iconify.xbm \
390 themes/Bear2/openbox-3/max_pressed.xbm \
391 themes/Bear2/openbox-3/max_toggled.xbm \
392 themes/Bear2/openbox-3/max.xbm \
393 themes/Bear2/openbox-3/shade_pressed.xbm \
394 themes/Bear2/openbox-3/shade.xbm \
395 themes/Bear2/openbox-3/themerc
397 orang_themedir = $(themedir)/Orang/openbox-3
398 dist_orang_theme_DATA= \
399 themes/Orang/openbox-3/themerc
401 onyx_themedir = $(themedir)/Onyx/openbox-3
402 dist_onyx_theme_DATA= \
403 themes/Onyx/openbox-3/themerc
405 onyxcitrus_themedir = $(themedir)/Onyx-Citrus/openbox-3
406 dist_onyxcitrus_theme_DATA= \
407 themes/Onyx-Citrus/openbox-3/themerc
409 syscrash_themedir = $(themedir)/Syscrash/openbox-3
410 dist_syscrash_theme_DATA= \
411 themes/Syscrash/openbox-3/max_disabled.xbm \
412 themes/Syscrash/openbox-3/max_pressed.xbm \
413 themes/Syscrash/openbox-3/max_toggled.xbm \
414 themes/Syscrash/openbox-3/max.xbm \
415 themes/Syscrash/openbox-3/themerc
419 rrpubinclude_HEADERS = \
423 obrender/gradient.h \
425 obrender/instance.h \
431 obtpubinclude_HEADERS = \
442 nodist_pkgconfig_DATA = \
443 obrender/obrender-3.5.pc \
459 -e 's!@version\@!$(VERSION)!' \
460 -e 's!@configdir\@!$(configdir)!' \
461 -e 's!@libexecdir\@!$(libexecdir)!' \
462 -e 's!@bindir\@!$(bindir)!'
464 data/autostart/autostart: $(srcdir)/data/autostart/autostart.in Makefile
465 @echo make: creating $@
468 data/autostart/openbox-autostart: $(srcdir)/data/autostart/openbox-autostart.in Makefile
469 @echo make: creating $@
472 %.desktop: %.desktop.in Makefile
473 @echo make: creating $@
476 %-session: %-session.in Makefile
477 @echo make: creating $@
481 @echo make: creating $@
482 @docbook-to-man $< >$@
485 @echo make: creating $@
488 dist_gnomewmfiles_DATA = \
489 data/gnome-wm-properties/openbox.desktop
491 nodist_xsessions_DATA = \
492 data/xsession/openbox.desktop \
493 data/xsession/openbox-gnome.desktop \
494 data/xsession/openbox-kde.desktop
499 data/autostart/autostart.in \
500 data/autostart/openbox-autostart.in \
501 data/xsession/openbox.desktop.in \
502 data/xsession/openbox-gnome.desktop.in \
503 data/xsession/openbox-kde.desktop.in \
504 data/xsession/openbox-session.in \
505 data/xsession/openbox-gnome-session.in \
506 data/xsession/openbox-kde-session.in \
509 doc/openbox-session.1.sgml \
510 doc/openbox-session.1.in \
511 doc/openbox-gnome-session.1.sgml \
512 doc/openbox-gnome-session.1.in \
513 doc/openbox-kde-session.1.sgml \
514 doc/openbox-kde-session.1.in \
517 obrender/version.h.in \
518 obrender/obrender-3.5.pc.in \
521 tools/themeupdate/themeupdate.py \
547 doc/rc-mouse-focus.xml
551 doc/openbox-session.1 \
552 doc/openbox-gnome-session.1 \
553 doc/openbox-kde-session.1 \
559 # make clean doesn't delete these for some reason, even though they are
563 doc/openbox-session.1 \
564 doc/openbox-gnome-session.1 \
565 doc/openbox-kde-session.1 \
566 data/xsession/openbox-session \
567 data/xsession/openbox-gnome-session \
568 data/xsession/openbox-kde-session \
569 data/xsession/openbox.desktop \
570 data/xsession/openbox-gnome.desktop \
571 data/xsession/openbox-kde.desktop
574 # $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
577 for d in . m4 po obrender parser obt openbox; do \
578 for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \