3 themedir = $(datadir)/openbox/themes
4 localedir = $(datadir)/locale
5 rcdir = $(datadir)/openbox
6 desktopfilesdir = $(datadir)/gnome/wm-properties
7 pixmapdir = $(datadir)/pixmaps
11 AUTOMAKE_OPTIONS = subdir-objects
12 ACLOCAL_AMFLAGS = -I m4
20 render/libobrender.la \
25 tools/kdetrayproxy/kdetrayproxy
34 render_rendertest_CPPFLAGS = \
37 -DG_LOG_DOMAIN=\"RenderTest\"
38 render_rendertest_LDADD = render/libobrender.la
39 render_rendertest_SOURCES = render/test.c
41 render_libobrender_la_CPPFLAGS = \
45 -DG_LOG_DOMAIN=\"ObRender\" \
46 -DDEFAULT_THEME=\"$(theme)\" \
47 -DTHEMEDIR=\"$(themedir)\"
48 render_libobrender_la_LIBADD = \
52 render_libobrender_la_SOURCES = \
74 parser_libobparser_la_CPPFLAGS = \
77 -DG_LOG_DOMAIN=\"ObParser\" \
78 -DLOCALEDIR=\"$(localedir)\" \
80 parser_libobparser_la_LIBADD = \
83 parser_libobparser_la_SOURCES = \
89 openbox_openbox_CPPFLAGS = \
96 -DLOCALEDIR=\"$(localedir)\" \
97 -DRCDIR=\"$(rcdir)\" \
98 -DG_LOG_DOMAIN=\"Openbox\"
99 openbox_openbox_LDADD = \
111 render/libobrender.la \
112 parser/libobparser.la
113 openbox_openbox_LDFLAGS = -export-dynamic
114 openbox_openbox_SOURCES = \
120 openbox/client_list_menu.c \
121 openbox/client_list_menu.h \
122 openbox/client_menu.c \
123 openbox/client_menu.h \
132 openbox/extensions.c \
133 openbox/extensions.h \
138 openbox/framerender.c \
139 openbox/framerender.h \
151 openbox/menuframe.c \
152 openbox/menuframe.h \
158 openbox/moveresize.c \
159 openbox/moveresize.h \
179 openbox/translate.c \
180 openbox/translate.h \
188 tools_obconf_obconf_CPPFLAGS = \
190 $(GDK_PIXBUF_CFLAGS) \
192 -DLOCALEDIR=\"$(localedir)\" \
193 -DPLUGINDIR=\"$(plugindir)\" \
194 -DRCDIR=\"$(rcdir)\" \
195 -DPIXMAPDIR=\"$(pixmapdir)\" \
196 -DG_LOG_DOMAIN=\"Obconf\"
197 tools_obconf_obconf_LDADD = \
201 render/libobrender.la \
202 parser/libobparser.la
203 tools_obconf_obconf_SOURCES = \
205 tools/obconf/main.c \
206 plugins/obconf_interface.h
211 tools_kdetrayproxy_kdetrayproxy_CPPFLAGS = \
213 tools_kdetrayproxy_kdetrayproxy_LDADD = \
215 tools_kdetrayproxy_kdetrayproxy_SOURCES = \
216 tools/kdetrayproxy/kdetrayproxy.c
221 thebear_themedir = $(themedir)/thebear
222 dist_thebear_theme_DATA = \
223 themes/thebear/themerc
225 planton_themedir = $(themedir)/planton
226 dist_planton_theme_DATA = \
227 themes/planton/themerc \
228 themes/planton/max.xbm \
229 themes/planton/max_toggled.xbm \
230 themes/planton/desk.xbm \
231 themes/planton/desk_toggled.xbm \
232 themes/planton/shade.xbm \
233 themes/planton/shade_toggled.xbm \
234 themes/planton/iconify.xbm \
235 themes/planton/close.xbm
237 lightindustry_themedir = $(themedir)/Light-Industry
238 dist_lightindustry_theme_DATA = \
239 themes/Light-Industry/themerc \
240 themes/Light-Industry/max.xbm \
241 themes/Light-Industry/iconify.xbm \
242 themes/Light-Industry/close.xbm
244 lightindustrybig_themedir = $(themedir)/Light-Industry-big
245 dist_lightindustrybig_theme_DATA = \
246 themes/Light-Industry-big/themerc \
247 themes/Light-Industry-big/max.xbm \
248 themes/Light-Industry-big/iconify.xbm \
249 themes/Light-Industry-big/close.xbm
251 imerry_themedir = $(themedir)/I-merry
252 dist_imerry_theme_DATA = \
253 themes/I-merry/themerc \
254 themes/I-merry/max.xbm \
255 themes/I-merry/iconify.xbm \
256 themes/I-merry/close.xbm
258 greenz_themedir = $(themedir)/greenz
259 dist_greenz_theme_DATA = \
260 themes/greenz/themerc
262 bbstyle_themedir = $(themedir)/BBstylE
263 dist_bbstyle_theme_DATA = \
264 themes/BBstylE/themerc \
265 themes/BBstylE/max.xbm \
266 themes/BBstylE/max_toggled.xbm \
267 themes/BBstylE/desk.xbm \
268 themes/BBstylE/desk_toggled.xbm \
269 themes/BBstylE/shade.xbm \
270 themes/BBstylE/shade_toggled.xbm \
271 themes/BBstylE/iconify.xbm \
272 themes/BBstylE/close.xbm
274 om4ob_themedir = $(themedir)/om4ob
275 dist_om4ob_theme_DATA = \
276 themes/om4ob/themerc \
277 themes/om4ob/close_hover.xbm \
278 themes/om4ob/close.xbm \
279 themes/om4ob/desk_hover.xbm \
280 themes/om4ob/desk_toggled.xbm \
281 themes/om4ob/desk.xbm \
282 themes/om4ob/iconify_hover.xbm \
283 themes/om4ob/iconify_pressed.xbm \
284 themes/om4ob/iconify.xbm \
285 themes/om4ob/max_disabled.xbm \
286 themes/om4ob/max_hover.xbm \
287 themes/om4ob/max_pressed.xbm \
288 themes/om4ob/max_toggled.xbm \
289 themes/om4ob/max.xbm \
290 themes/om4ob/shade_disabled.xbm \
291 themes/om4ob/shade_hover.xbm \
292 themes/om4ob/shade_toggled.xbm \
293 themes/om4ob/shade.xbm
302 dist_desktopfiles_DATA = \
313 # $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
316 for d in . m4 po render; do \
317 for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \