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 pubincludedir = $(includedir)/openbox/@OB_VERSION@/openbox
12 pixmapdir = $(datadir)/pixmaps
13 xsddir = $(datadir)/openbox
14 secretbindir = $(libdir)/openbox
15 appsdir = $(datadir)/applications
19 AUTOMAKE_OPTIONS = subdir-objects foreign
21 ACLOCAL_AMFLAGS = -I m4
29 parser/libobparser.la \
34 tools/gdm-control/gdm-control \
35 tools/gnome-panel-control/gnome-panel-control \
38 dist_secretbin_SCRIPTS = \
39 tools/xdg-autostart/xdg-autostart
41 nodist_bin_SCRIPTS = \
42 data/xsession/openbox-session \
43 data/xsession/openbox-gnome-session \
44 data/xsession/openbox-kde-session
48 render_rendertest_CPPFLAGS = \
52 -DG_LOG_DOMAIN=\"RenderTest\"
53 render_rendertest_LDADD = \
54 parser/libobparser.la \
55 render/libobrender.la \
61 render_rendertest_SOURCES = render/test.c
63 render_libobrender_la_CPPFLAGS = \
69 -DG_LOG_DOMAIN=\"ObRender\" \
70 -DDEFAULT_THEME=\"$(theme)\"
71 render_libobrender_la_LDFLAGS = \
72 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
73 render_libobrender_la_LIBADD = \
74 parser/libobparser.la \
80 render_libobrender_la_SOURCES = \
105 parser_libobparser_la_CPPFLAGS = \
108 -DG_LOG_DOMAIN=\"ObParser\" \
109 -DLOCALEDIR=\"$(localedir)\" \
110 -DDATADIR=\"$(datadir)\" \
111 -DCONFIGDIR=\"$(configdir)\"
112 parser_libobparser_la_LDFLAGS = \
113 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
114 parser_libobparser_la_LIBADD = \
117 parser_libobparser_la_SOURCES = \
123 openbox_openbox_CPPFLAGS = \
137 -DLOCALEDIR=\"$(localedir)\" \
138 -DDATADIR=\"$(datadir)\" \
139 -DCONFIGDIR=\"$(configdir)\" \
140 -DG_LOG_DOMAIN=\"Openbox\"
141 openbox_openbox_LDADD = \
155 render/libobrender.la \
156 parser/libobparser.la
157 openbox_openbox_LDFLAGS = -export-dynamic
158 openbox_openbox_SOURCES = \
160 openbox/actions/all.c \
161 openbox/actions/all.h \
162 openbox/actions/addremovedesktop.c \
163 openbox/actions/breakchroot.c \
164 openbox/actions/close.c \
165 openbox/actions/cyclewindows.c \
166 openbox/actions/debug.c \
167 openbox/actions/decorations.c \
168 openbox/actions/desktop.c \
169 openbox/actions/dockautohide.c \
170 openbox/actions/directionalwindows.c \
171 openbox/actions/execute.c \
172 openbox/actions/exit.c \
173 openbox/actions/focus.c \
174 openbox/actions/focustobottom.c \
175 openbox/actions/fullscreen.c \
176 openbox/actions/growtoedge.c \
177 openbox/actions/iconify.c \
178 openbox/actions/if.c \
179 openbox/actions/kill.c \
180 openbox/actions/layer.c \
181 openbox/actions/lower.c \
182 openbox/actions/maximize.c \
183 openbox/actions/move.c \
184 openbox/actions/moverelative.c \
185 openbox/actions/moveresizeto.c \
186 openbox/actions/movetoedge.c \
187 openbox/actions/omnipresent.c \
188 openbox/actions/raise.c \
189 openbox/actions/raiselower.c \
190 openbox/actions/reconfigure.c \
191 openbox/actions/resize.c \
192 openbox/actions/resizerelative.c \
193 openbox/actions/restart.c \
194 openbox/actions/shade.c \
195 openbox/actions/showdesktop.c \
196 openbox/actions/showmenu.c \
197 openbox/actions/unfocus.c \
202 openbox/client_list_menu.c \
203 openbox/client_list_menu.h \
204 openbox/client_list_combined_menu.c \
205 openbox/client_list_combined_menu.h \
206 openbox/client_menu.c \
207 openbox/client_menu.h \
216 openbox/extensions.c \
217 openbox/extensions.h \
220 openbox/focus_cycle.c \
221 openbox/focus_cycle.h \
222 openbox/focus_cycle_indicator.c \
223 openbox/focus_cycle_indicator.h \
224 openbox/focus_cycle_popup.c \
225 openbox/focus_cycle_popup.h \
228 openbox/framerender.c \
229 openbox/framerender.h \
241 openbox/menuframe.c \
242 openbox/menuframe.h \
250 openbox/moveresize.c \
251 openbox/moveresize.h \
273 openbox/startupnotify.c \
274 openbox/startupnotify.h \
275 openbox/translate.c \
276 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_obprop_obprop_CPPFLAGS = \
297 tools_obprop_obprop_LDADD = \
300 tools_obprop_obprop_SOURCES = \
301 tools/obprop/obprop.c
305 tools_gdm_control_gdm_control_CPPFLAGS = \
308 tools_gdm_control_gdm_control_LDADD = \
311 tools_gdm_control_gdm_control_SOURCES = \
312 tools/gdm-control/gdm-control.c
315 ## default button masks ##
317 data/xbm/bullet.xbm \
319 data/xbm/desk_toggled.xbm \
321 data/xbm/iconify.xbm \
322 data/xbm/max_toggled.xbm \
324 data/xbm/shade_toggled.xbm \
330 clearlooks_themedir = $(themedir)/Clearlooks/openbox-3
331 dist_clearlooks_theme_DATA= \
332 themes/Clearlooks/openbox-3/themerc
334 clearlooks34_themedir = $(themedir)/Clearlooks/openbox-3
335 dist_clearlooks34_theme_DATA= \
336 themes/Clearlooks-3.4/openbox-3/themerc
338 clearlooksolive_themedir = $(themedir)/Clearlooks-Olive/openbox-3
339 dist_clearlooksolive_theme_DATA= \
340 themes/Clearlooks-Olive/openbox-3/themerc
342 mikachu_themedir = $(themedir)/Mikachu/openbox-3
343 dist_mikachu_theme_DATA= \
344 themes/Mikachu/openbox-3/bullet.xbm \
345 themes/Mikachu/openbox-3/close.xbm \
346 themes/Mikachu/openbox-3/desk.xbm \
347 themes/Mikachu/openbox-3/iconify.xbm \
348 themes/Mikachu/openbox-3/max.xbm \
349 themes/Mikachu/openbox-3/themerc
352 natura_themedir = $(themedir)/Natura/openbox-3
353 dist_natura_theme_DATA= \
354 themes/Natura/openbox-3/close_hover.xbm \
355 themes/Natura/openbox-3/close.xbm \
356 themes/Natura/openbox-3/desk_toggled.xbm \
357 themes/Natura/openbox-3/desk_hover.xbm \
358 themes/Natura/openbox-3/desk.xbm \
359 themes/Natura/openbox-3/iconify_hover.xbm \
360 themes/Natura/openbox-3/iconify.xbm \
361 themes/Natura/openbox-3/max_hover.xbm \
362 themes/Natura/openbox-3/max_toggled.xbm \
363 themes/Natura/openbox-3/max.xbm \
364 themes/Natura/openbox-3/shade.xbm \
365 themes/Natura/openbox-3/shade_hover.xbm \
366 themes/Natura/openbox-3/themerc
368 artwizboxed_themedir = $(themedir)/Artwiz-boxed/openbox-3
369 dist_artwizboxed_theme_DATA= \
370 themes/Artwiz-boxed/openbox-3/themerc
372 bear2_themedir = $(themedir)/Bear2/openbox-3
373 dist_bear2_theme_DATA= \
374 themes/Bear2/openbox-3/close_pressed.xbm \
375 themes/Bear2/openbox-3/close.xbm \
376 themes/Bear2/openbox-3/desk_toggled.xbm \
377 themes/Bear2/openbox-3/desk.xbm \
378 themes/Bear2/openbox-3/iconify_pressed.xbm \
379 themes/Bear2/openbox-3/iconify.xbm \
380 themes/Bear2/openbox-3/max_pressed.xbm \
381 themes/Bear2/openbox-3/max_toggled.xbm \
382 themes/Bear2/openbox-3/max.xbm \
383 themes/Bear2/openbox-3/shade_pressed.xbm \
384 themes/Bear2/openbox-3/shade.xbm \
385 themes/Bear2/openbox-3/themerc
387 orang_themedir = $(themedir)/Orang/openbox-3
388 dist_orang_theme_DATA= \
389 themes/Orang/openbox-3/themerc
391 onyx_themedir = $(themedir)/Onyx/openbox-3
392 dist_onyx_theme_DATA= \
393 themes/Onyx/openbox-3/themerc
395 onyxcitrus_themedir = $(themedir)/Onyx-Citrus/openbox-3
396 dist_onyxcitrus_theme_DATA= \
397 themes/Onyx-Citrus/openbox-3/themerc
399 syscrash_themedir = $(themedir)/Syscrash/openbox-3
400 dist_syscrash_theme_DATA= \
401 themes/Syscrash/openbox-3/max_disabled.xbm \
402 themes/Syscrash/openbox-3/max_pressed.xbm \
403 themes/Syscrash/openbox-3/max_toggled.xbm \
404 themes/Syscrash/openbox-3/max.xbm \
405 themes/Syscrash/openbox-3/themerc
409 pubinclude_HEADERS = \
421 nodist_pubinclude_HEADERS = \
424 nodist_pkgconfig_DATA = \
425 render/obrender-3.0.pc \
426 parser/obparser-3.0.pc
444 -e 's!@version\@!$(VERSION)!' \
445 -e 's!@configdir\@!$(configdir)!' \
446 -e 's!@secretbindir\@!$(secretbindir)!' \
447 -e 's!@bindir\@!$(bindir)!'
449 data/autostart.sh: $(srcdir)/data/autostart.sh.in Makefile
450 @echo make: creating $@
453 %.desktop: %.desktop.in Makefile
454 @echo make: creating $@
457 %-session: %-session.in Makefile
458 @echo make: creating $@
462 @echo make: creating $@
463 @docbook-to-man $< >$@
466 @echo make: creating $@
469 dist_gnomewmfiles_DATA = \
470 data/gnome-wm-properties/openbox.desktop
472 nodist_xsessions_DATA = \
473 data/xsession/openbox.desktop \
474 data/xsession/openbox-gnome.desktop \
475 data/xsession/openbox-kde.desktop
479 data/autostart.sh.in \
482 data/xsession/openbox.desktop.in \
483 data/xsession/openbox-gnome.desktop.in \
484 data/xsession/openbox-kde.desktop.in \
485 data/xsession/openbox-session.in \
486 data/xsession/openbox-gnome-session.in \
487 data/xsession/openbox-kde-session.in \
490 doc/openbox-session.1.sgml \
491 doc/openbox-session.1.in \
492 doc/openbox-gnome-session.1.sgml \
493 doc/openbox-gnome-session.1.in \
494 doc/openbox-kde-session.1.sgml \
495 doc/openbox-kde-session.1.in \
496 render/obrender-3.0.pc.in \
497 parser/obparser-3.0.pc.in \
498 tools/themeupdate/themeupdate.py \
524 doc/rc-mouse-focus.xml
528 doc/openbox-session.1 \
529 doc/openbox-gnome-session.1 \
530 doc/openbox-kde-session.1
535 # make clean doesn't delete these for some reason, even though they are
539 doc/openbox-session.1 \
540 doc/openbox-gnome-session.1 \
541 doc/openbox-kde-session.1 \
542 data/xsession/openbox-session \
543 data/xsession/openbox-gnome-session \
544 data/xsession/openbox-kde-session \
545 data/xsession/openbox.desktop \
546 data/xsession/openbox-gnome.desktop \
547 data/xsession/openbox-kde.desktop
550 # $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
553 for d in . m4 po render; do \
554 for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \