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 \
39 nodist_bin_SCRIPTS = \
40 data/xsession/openbox-session \
41 data/xsession/openbox-gnome-session \
42 data/xsession/openbox-kde-session
48 data/autostart/autostart
50 dist_libexec_SCRIPTS = \
51 data/autostart/openbox-xdg-autostart
53 nodist_libexec_SCRIPTS = \
54 data/autostart/openbox-autostart
59 obrender_rendertest_CPPFLAGS = \
62 -DG_LOG_DOMAIN=\"RenderTest\"
63 obrender_rendertest_LDADD = \
65 obrender/libobrender.la \
70 obrender_rendertest_SOURCES = obrender/test.c
72 obrender_libobrender_la_CPPFLAGS = \
78 -DG_LOG_DOMAIN=\"ObRender\" \
79 -DDEFAULT_THEME=\"$(theme)\"
80 obrender_libobrender_la_LDFLAGS = \
81 -version-info $(RR_CURRENT):$(RR_REVISION):$(RR_AGE)
82 obrender_libobrender_la_LIBADD = \
89 obrender_libobrender_la_SOURCES = \
103 obrender/imagecache.h \
104 obrender/imagecache.c \
105 obrender/instance.h \
106 obrender/instance.c \
116 obt_libobt_la_CPPFLAGS = \
125 -DG_LOG_DOMAIN=\"Obt\" \
126 -DLOCALEDIR=\"$(localedir)\" \
127 -DDATADIR=\"$(datadir)\" \
128 -DCONFIGDIR=\"$(configdir)\"
129 obt_libobt_la_LDFLAGS = \
130 -version-info $(OBT_CURRENT):$(OBT_REVISION):$(OBT_AGE)
131 obt_libobt_la_LIBADD = \
140 obt_libobt_la_SOURCES = \
165 openbox_openbox_CPPFLAGS = \
174 -DLOCALEDIR=\"$(localedir)\" \
175 -DDATADIR=\"$(datadir)\" \
176 -DCONFIGDIR=\"$(configdir)\" \
177 -DG_LOG_DOMAIN=\"Openbox\"
178 openbox_openbox_LDADD = \
189 obrender/libobrender.la \
191 openbox_openbox_LDFLAGS = -export-dynamic
192 openbox_openbox_SOURCES = \
194 openbox/actions/all.c \
195 openbox/actions/all.h \
196 openbox/actions/addremovedesktop.c \
197 openbox/actions/breakchroot.c \
198 openbox/actions/close.c \
199 openbox/actions/cyclewindows.c \
200 openbox/actions/debug.c \
201 openbox/actions/decorations.c \
202 openbox/actions/desktop.c \
203 openbox/actions/dock.c \
204 openbox/actions/dockautohide.c \
205 openbox/actions/directionalwindows.c \
206 openbox/actions/execute.c \
207 openbox/actions/exit.c \
208 openbox/actions/focus.c \
209 openbox/actions/focustobottom.c \
210 openbox/actions/fullscreen.c \
211 openbox/actions/growtoedge.c \
212 openbox/actions/iconify.c \
213 openbox/actions/if.c \
214 openbox/actions/kill.c \
215 openbox/actions/layer.c \
216 openbox/actions/lower.c \
217 openbox/actions/maximize.c \
218 openbox/actions/move.c \
219 openbox/actions/moverelative.c \
220 openbox/actions/moveresizeto.c \
221 openbox/actions/movetoedge.c \
222 openbox/actions/omnipresent.c \
223 openbox/actions/raise.c \
224 openbox/actions/raiselower.c \
225 openbox/actions/reconfigure.c \
226 openbox/actions/resize.c \
227 openbox/actions/resizerelative.c \
228 openbox/actions/restart.c \
229 openbox/actions/shade.c \
230 openbox/actions/shadelowerraise.c \
231 openbox/actions/showdesktop.c \
232 openbox/actions/showmenu.c \
233 openbox/actions/unfocus.c \
238 openbox/client_list_menu.c \
239 openbox/client_list_menu.h \
240 openbox/client_list_combined_menu.c \
241 openbox/client_list_combined_menu.h \
242 openbox/client_menu.c \
243 openbox/client_menu.h \
254 openbox/focus_cycle.c \
255 openbox/focus_cycle.h \
256 openbox/focus_cycle_indicator.c \
257 openbox/focus_cycle_indicator.h \
258 openbox/focus_cycle_popup.c \
259 openbox/focus_cycle_popup.h \
262 openbox/framerender.c \
263 openbox/framerender.h \
273 openbox/menuframe.c \
274 openbox/menuframe.h \
280 openbox/moveresize.c \
281 openbox/moveresize.h \
301 openbox/startupnotify.c \
302 openbox/startupnotify.h \
303 openbox/translate.c \
304 openbox/translate.h \
309 ## gnome-panel-control ##
311 tools_gnome_panel_control_gnome_panel_control_CPPFLAGS = \
313 tools_gnome_panel_control_gnome_panel_control_LDADD = \
315 tools_gnome_panel_control_gnome_panel_control_SOURCES = \
316 tools/gnome-panel-control/gnome-panel-control.c
320 tools_obxprop_obxprop_CPPFLAGS = \
323 tools_obxprop_obxprop_LDADD = \
326 tools_obxprop_obxprop_SOURCES = \
327 tools/obxprop/obxprop.c
331 tools_gdm_control_gdm_control_CPPFLAGS = \
335 tools_gdm_control_gdm_control_LDADD = \
339 tools_gdm_control_gdm_control_SOURCES = \
340 tools/gdm-control/gdm-control.c
343 ## default button masks ##
345 data/xbm/bullet.xbm \
347 data/xbm/desk_toggled.xbm \
349 data/xbm/iconify.xbm \
350 data/xbm/max_toggled.xbm \
352 data/xbm/shade_toggled.xbm \
358 clearlooks_themedir = $(themedir)/Clearlooks/openbox-3
359 dist_clearlooks_theme_DATA= \
360 themes/Clearlooks/openbox-3/themerc
362 clearlooks34_themedir = $(themedir)/Clearlooks-3.4/openbox-3
363 dist_clearlooks34_theme_DATA= \
364 themes/Clearlooks-3.4/openbox-3/themerc
366 clearlooksolive_themedir = $(themedir)/Clearlooks-Olive/openbox-3
367 dist_clearlooksolive_theme_DATA= \
368 themes/Clearlooks-Olive/openbox-3/themerc
370 mikachu_themedir = $(themedir)/Mikachu/openbox-3
371 dist_mikachu_theme_DATA= \
372 themes/Mikachu/openbox-3/bullet.xbm \
373 themes/Mikachu/openbox-3/close.xbm \
374 themes/Mikachu/openbox-3/desk.xbm \
375 themes/Mikachu/openbox-3/iconify.xbm \
376 themes/Mikachu/openbox-3/max.xbm \
377 themes/Mikachu/openbox-3/themerc
380 natura_themedir = $(themedir)/Natura/openbox-3
381 dist_natura_theme_DATA= \
382 themes/Natura/openbox-3/close_hover.xbm \
383 themes/Natura/openbox-3/close.xbm \
384 themes/Natura/openbox-3/desk_toggled.xbm \
385 themes/Natura/openbox-3/desk_hover.xbm \
386 themes/Natura/openbox-3/desk.xbm \
387 themes/Natura/openbox-3/iconify_hover.xbm \
388 themes/Natura/openbox-3/iconify.xbm \
389 themes/Natura/openbox-3/max_hover.xbm \
390 themes/Natura/openbox-3/max_toggled.xbm \
391 themes/Natura/openbox-3/max.xbm \
392 themes/Natura/openbox-3/shade.xbm \
393 themes/Natura/openbox-3/shade_hover.xbm \
394 themes/Natura/openbox-3/themerc
396 artwizboxed_themedir = $(themedir)/Artwiz-boxed/openbox-3
397 dist_artwizboxed_theme_DATA= \
398 themes/Artwiz-boxed/openbox-3/themerc
400 bear2_themedir = $(themedir)/Bear2/openbox-3
401 dist_bear2_theme_DATA= \
402 themes/Bear2/openbox-3/close_pressed.xbm \
403 themes/Bear2/openbox-3/close.xbm \
404 themes/Bear2/openbox-3/desk_toggled.xbm \
405 themes/Bear2/openbox-3/desk.xbm \
406 themes/Bear2/openbox-3/iconify_pressed.xbm \
407 themes/Bear2/openbox-3/iconify.xbm \
408 themes/Bear2/openbox-3/max_pressed.xbm \
409 themes/Bear2/openbox-3/max_toggled.xbm \
410 themes/Bear2/openbox-3/max.xbm \
411 themes/Bear2/openbox-3/shade_pressed.xbm \
412 themes/Bear2/openbox-3/shade.xbm \
413 themes/Bear2/openbox-3/themerc
415 orang_themedir = $(themedir)/Orang/openbox-3
416 dist_orang_theme_DATA= \
417 themes/Orang/openbox-3/themerc
419 onyx_themedir = $(themedir)/Onyx/openbox-3
420 dist_onyx_theme_DATA= \
421 themes/Onyx/openbox-3/themerc
423 onyxcitrus_themedir = $(themedir)/Onyx-Citrus/openbox-3
424 dist_onyxcitrus_theme_DATA= \
425 themes/Onyx-Citrus/openbox-3/themerc
427 syscrash_themedir = $(themedir)/Syscrash/openbox-3
428 dist_syscrash_theme_DATA= \
429 themes/Syscrash/openbox-3/max_disabled.xbm \
430 themes/Syscrash/openbox-3/max_pressed.xbm \
431 themes/Syscrash/openbox-3/max_toggled.xbm \
432 themes/Syscrash/openbox-3/max.xbm \
433 themes/Syscrash/openbox-3/themerc
437 rrpubinclude_HEADERS = \
441 obrender/gradient.h \
443 obrender/instance.h \
449 obtpubinclude_HEADERS = \
461 nodist_pkgconfig_DATA = \
462 obrender/obrender-3.5.pc \
478 -e 's!@version\@!$(VERSION)!' \
479 -e 's!@configdir\@!$(configdir)!' \
480 -e 's!@rcdir\@!$(rcdir)!' \
481 -e 's!@libexecdir\@!$(libexecdir)!' \
482 -e 's!@bindir\@!$(bindir)!'
484 data/autostart/autostart: $(top_srcdir)/data/autostart/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 data/autostart/openbox-autostart: $(top_srcdir)/data/autostart/openbox-autostart.in Makefile
491 @echo make: creating $@
492 @test -d $(shell dirname $(top_builddir)/$@) || \
493 mkdir $(shell dirname $(top_builddir)/$@)
494 @$(edit) $< >$(top_builddir)/$@
496 %.desktop: %.desktop.in Makefile
497 @echo make: creating $@
500 %-session: %-session.in Makefile
501 @echo make: creating $@
505 @echo make: creating $@
506 @docbook-to-man $< >$@
509 @echo make: creating $@
512 dist_gnomewmfiles_DATA = \
513 data/gnome-wm-properties/openbox.desktop
515 nodist_xsessions_DATA = \
516 data/xsession/openbox.desktop \
517 data/xsession/openbox-gnome.desktop \
518 data/xsession/openbox-kde.desktop
520 dist_gnomesession_DATA = \
521 data/gnome-session/openbox-gnome.session \
522 data/gnome-session/openbox-gnome-fallback.session
527 data/autostart/autostart.in \
528 data/autostart/openbox-autostart.in \
529 data/xsession/openbox.desktop.in \
530 data/xsession/openbox-gnome.desktop.in \
531 data/xsession/openbox-kde.desktop.in \
532 data/xsession/openbox-session.in \
533 data/xsession/openbox-gnome-session.in \
534 data/xsession/openbox-kde-session.in \
537 doc/openbox-session.1.sgml \
538 doc/openbox-session.1.in \
539 doc/openbox-gnome-session.1.sgml \
540 doc/openbox-gnome-session.1.in \
541 doc/openbox-kde-session.1.sgml \
542 doc/openbox-kde-session.1.in \
545 obrender/version.h.in \
546 obrender/obrender-3.5.pc.in \
549 tools/themeupdate/themeupdate.py \
575 doc/rc-mouse-focus.xml
579 doc/openbox-session.1 \
580 doc/openbox-gnome-session.1 \
581 doc/openbox-kde-session.1 \
587 # make clean doesn't delete these for some reason, even though they are
591 $(nodist_bin_SCRIPTS) \
592 $(nodist_xsessions_DATA) \
593 $(nodist_rc_SCRIPTS) \
594 $(nodist_libexec_SCRIPTS)
597 # $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
600 for d in . m4 po obrender parser obt openbox; do \
601 for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \