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
17 AUTOMAKE_OPTIONS = subdir-objects foreign
19 ACLOCAL_AMFLAGS = -I m4
27 parser/libobparser.la \
32 tools/gnome-panel-control/gnome-panel-control
34 nodist_bin_SCRIPTS = \
35 data/xsession/openbox-session \
36 data/xsession/openbox-gnome-session \
37 data/xsession/openbox-kde-session
40 tools/themetoxml/themetoxml
44 render_rendertest_CPPFLAGS = \
48 -DG_LOG_DOMAIN=\"RenderTest\"
49 render_rendertest_LDADD = \
50 parser/libobparser.la \
51 render/libobrender.la \
57 render_rendertest_SOURCES = render/test.c
59 render_libobrender_la_CPPFLAGS = \
65 -DG_LOG_DOMAIN=\"ObRender\" \
66 -DDEFAULT_THEME=\"$(theme)\"
67 render_libobrender_la_LDFLAGS = \
68 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
69 render_libobrender_la_LIBADD = \
70 parser/libobparser.la \
76 render_libobrender_la_SOURCES = \
99 parser_libobparser_la_CPPFLAGS = \
102 -DG_LOG_DOMAIN=\"ObParser\" \
103 -DLOCALEDIR=\"$(localedir)\" \
104 -DDATADIR=\"$(datadir)\" \
105 -DCONFIGDIR=\"$(configdir)\"
106 parser_libobparser_la_LDFLAGS = \
107 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
108 parser_libobparser_la_LIBADD = \
111 parser_libobparser_la_SOURCES = \
117 openbox_openbox_CPPFLAGS = \
131 -DLOCALEDIR=\"$(localedir)\" \
132 -DDATADIR=\"$(datadir)\" \
133 -DCONFIGDIR=\"$(configdir)\" \
134 -DG_LOG_DOMAIN=\"Openbox\"
135 openbox_openbox_LDADD = \
149 render/libobrender.la \
150 parser/libobparser.la
151 openbox_openbox_LDFLAGS = -export-dynamic
152 openbox_openbox_SOURCES = \
158 openbox/client_list_menu.c \
159 openbox/client_list_menu.h \
160 openbox/client_list_combined_menu.c \
161 openbox/client_list_combined_menu.h \
162 openbox/client_menu.c \
163 openbox/client_menu.h \
172 openbox/extensions.c \
173 openbox/extensions.h \
176 openbox/focus_cycle.c \
177 openbox/focus_cycle.h \
178 openbox/focus_cycle_indicator.c \
179 openbox/focus_cycle_indicator.h \
180 openbox/focus_cycle_popup.c \
181 openbox/focus_cycle_popup.h \
184 openbox/framerender.c \
185 openbox/framerender.h \
197 openbox/menuframe.c \
198 openbox/menuframe.h \
206 openbox/moveresize.c \
207 openbox/moveresize.h \
227 openbox/startupnotify.c \
228 openbox/startupnotify.h \
229 openbox/translate.c \
230 openbox/translate.h \
239 tools_themetoxml_themetoxml_CPPFLAGS = \
243 tools_themetoxml_themetoxml_LDADD = \
247 tools_themetoxml_themetoxml_SOURCES = \
248 tools/themetoxml/themetoxml.c \
249 tools/themetoxml/rgb.h
252 ## gnome-panel-control ##
254 tools_gnome_panel_control_gnome_panel_control_CPPFLAGS = \
256 tools_gnome_panel_control_gnome_panel_control_LDADD = \
258 tools_gnome_panel_control_gnome_panel_control_SOURCES = \
259 tools/gnome-panel-control/gnome-panel-control.c
262 ## default button masks ##
264 data/xbm/bullet.xbm \
266 data/xbm/desk_toggled.xbm \
268 data/xbm/iconify.xbm \
269 data/xbm/max_toggled.xbm \
271 data/xbm/shade_toggled.xbm \
277 clearlooks_themedir = $(themedir)/Clearlooks/openbox-3
278 dist_clearlooks_theme_DATA= \
279 themes/Clearlooks/openbox-3/themerc.xml
281 clearlooksolive_themedir = $(themedir)/Clearlooks-Olive/openbox-3
282 dist_clearlooksolive_theme_DATA= \
283 themes/Clearlooks-Olive/openbox-3/themerc.xml
285 mikachu_themedir = $(themedir)/Mikachu/openbox-3
286 dist_mikachu_theme_DATA= \
287 themes/Mikachu/openbox-3/bullet.xbm \
288 themes/Mikachu/openbox-3/close.xbm \
289 themes/Mikachu/openbox-3/desk.xbm \
290 themes/Mikachu/openbox-3/iconify.xbm \
291 themes/Mikachu/openbox-3/max.xbm \
292 themes/Mikachu/openbox-3/themerc.xml
295 natura_themedir = $(themedir)/Natura/openbox-3
296 dist_natura_theme_DATA= \
297 themes/Natura/openbox-3/close_hover.xbm \
298 themes/Natura/openbox-3/close.xbm \
299 themes/Natura/openbox-3/desk_toggled.xbm \
300 themes/Natura/openbox-3/desk_hover.xbm \
301 themes/Natura/openbox-3/desk.xbm \
302 themes/Natura/openbox-3/iconify_hover.xbm \
303 themes/Natura/openbox-3/iconify.xbm \
304 themes/Natura/openbox-3/max_hover.xbm \
305 themes/Natura/openbox-3/max_toggled.xbm \
306 themes/Natura/openbox-3/max.xbm \
307 themes/Natura/openbox-3/shade.xbm \
308 themes/Natura/openbox-3/shade_hover.xbm \
309 themes/Natura/openbox-3/themerc.xml
311 artwizboxed_themedir = $(themedir)/Artwiz-boxed/openbox-3
312 dist_artwizboxed_theme_DATA= \
313 themes/Artwiz-boxed/openbox-3/themerc.xml
315 bear2_themedir = $(themedir)/Bear2/openbox-3
316 dist_bear2_theme_DATA= \
317 themes/Bear2/openbox-3/close_pressed.xbm \
318 themes/Bear2/openbox-3/close.xbm \
319 themes/Bear2/openbox-3/desk_toggled.xbm \
320 themes/Bear2/openbox-3/desk.xbm \
321 themes/Bear2/openbox-3/iconify_pressed.xbm \
322 themes/Bear2/openbox-3/iconify.xbm \
323 themes/Bear2/openbox-3/max_pressed.xbm \
324 themes/Bear2/openbox-3/max_toggled.xbm \
325 themes/Bear2/openbox-3/max.xbm \
326 themes/Bear2/openbox-3/shade_pressed.xbm \
327 themes/Bear2/openbox-3/shade.xbm \
328 themes/Bear2/openbox-3/themerc.xml
330 orang_themedir = $(themedir)/Orang/openbox-3
331 dist_orang_theme_DATA= \
332 themes/Orang/openbox-3/themerc.xml
334 syscrash_themedir = $(themedir)/Syscrash/openbox-3
335 dist_syscrash_theme_DATA= \
336 themes/Syscrash/openbox-3/max_disabled.xbm \
337 themes/Syscrash/openbox-3/max_pressed.xbm \
338 themes/Syscrash/openbox-3/max_toggled.xbm \
339 themes/Syscrash/openbox-3/max.xbm \
340 themes/Syscrash/openbox-3/themerc.xml
344 pubinclude_HEADERS = \
356 nodist_pubinclude_HEADERS = \
359 nodist_pkgconfig_DATA = \
360 render/obrender-3.0.pc \
361 parser/obparser-3.0.pc
374 -e 's!@version\@!$(VERSION)!' \
375 -e 's!@configdir\@!$(configdir)!' \
376 -e 's!@bindir\@!$(bindir)!'
378 %.desktop: %.desktop.in Makefile
379 @echo make: creating $@
382 %-session: %-session.in Makefile
383 @echo make: creating $@
387 @echo make: creating $@
388 @docbook-to-man $< >$@
391 @echo make: creating $@
394 dist_gnomewmfiles_DATA = \
395 data/gnome-wm-properties/openbox.desktop
397 nodist_xsessions_DATA = \
398 data/xsession/openbox.desktop \
399 data/xsession/openbox-gnome.desktop \
400 data/xsession/openbox-kde.desktop
407 data/xsession/openbox.desktop.in \
408 data/xsession/openbox-gnome.desktop.in \
409 data/xsession/openbox-kde.desktop.in \
410 data/xsession/openbox-session.in \
411 data/xsession/openbox-gnome-session.in \
412 data/xsession/openbox-kde-session.in \
415 doc/openbox-session.1.sgml \
416 doc/openbox-session.1.in \
417 doc/openbox-gnome-session.1.sgml \
418 doc/openbox-gnome-session.1.in \
419 doc/openbox-kde-session.1.sgml \
420 doc/openbox-kde-session.1.in \
421 render/obrender-3.0.pc.in \
422 parser/obparser-3.0.pc.in \
423 tools/themeupdate/themeupdate.py \
450 doc/rc-mouse-focus.xml
454 doc/openbox-session.1 \
455 doc/openbox-gnome-session.1 \
456 doc/openbox-kde-session.1
459 debian/changelog.in \
471 # make clean doesn't delete these for some reason, even though they are
475 doc/openbox-session.1 \
476 doc/openbox-gnome-session.1 \
477 doc/openbox-kde-session.1 \
478 data/xsession/openbox-session \
479 data/xsession/openbox-gnome-session \
480 data/xsession/openbox-kde-session \
481 data/xsession/openbox.desktop \
482 data/xsession/openbox-gnome.desktop \
483 data/xsession/openbox-kde.desktop
486 # $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
489 for d in . m4 po render; do \
490 for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \