2003-07-10 04:31:05 +00:00
|
|
|
SUBDIRS = m4 po
|
2003-04-13 21:17:02 +00:00
|
|
|
|
2003-09-15 19:20:05 +00:00
|
|
|
themedir = $(datadir)/themes
|
2003-07-10 04:31:05 +00:00
|
|
|
localedir = $(datadir)/locale
|
2003-09-15 19:20:05 +00:00
|
|
|
configdir = $(sysconfdir)/xdg
|
|
|
|
rcdir = $(configdir)/openbox
|
2003-07-10 04:31:05 +00:00
|
|
|
desktopfilesdir = $(datadir)/gnome/wm-properties
|
2003-09-07 23:33:11 +00:00
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pubincludedir = $(includedir)/openbox/@OB_VERSION@/openbox
|
2003-09-14 21:10:16 +00:00
|
|
|
pixmapdir = $(datadir)/pixmaps
|
2003-09-19 19:17:26 +00:00
|
|
|
xsddir = $(datadir)/openbox
|
2003-09-17 06:46:16 +00:00
|
|
|
userscriptdir = $(datadir)/openbox
|
2003-04-13 21:17:02 +00:00
|
|
|
|
2003-09-15 19:20:05 +00:00
|
|
|
theme = TheBear
|
2003-04-13 21:17:02 +00:00
|
|
|
|
2003-09-23 19:28:58 +00:00
|
|
|
AUTOMAKE_OPTIONS = subdir-objects foreign
|
2003-09-23 19:39:48 +00:00
|
|
|
|
2003-04-13 21:17:02 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
2003-07-10 04:31:05 +00:00
|
|
|
INCLUDES = -I.
|
|
|
|
|
|
|
|
noinst_PROGRAMS = \
|
|
|
|
render/rendertest
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = \
|
2003-09-22 15:17:22 +00:00
|
|
|
parser/libobparser.la \
|
|
|
|
render/libobrender.la
|
2003-07-10 04:31:05 +00:00
|
|
|
|
|
|
|
bin_PROGRAMS = \
|
2003-08-29 08:04:58 +00:00
|
|
|
openbox/openbox \
|
2003-09-18 07:43:33 +00:00
|
|
|
tools/kdetrayproxy/kdetrayproxy \
|
2003-09-18 07:47:58 +00:00
|
|
|
tools/gnome-panel-control/gnome-panel-control
|
2003-07-10 04:31:05 +00:00
|
|
|
|
|
|
|
## render ##
|
|
|
|
|
|
|
|
render_rendertest_CPPFLAGS = \
|
|
|
|
$(XFT_CFLAGS) \
|
|
|
|
$(GLIB_CFLAGS) \
|
|
|
|
-DG_LOG_DOMAIN=\"RenderTest\"
|
2003-09-25 21:58:10 +00:00
|
|
|
render_rendertest_LDADD = \
|
|
|
|
parser/libobparser.la \
|
|
|
|
render/libobrender.la \
|
|
|
|
$(XFT_LIBS) \
|
|
|
|
$(GLIB_LIBS) \
|
|
|
|
$(XML_LIBS)
|
2003-07-10 04:31:05 +00:00
|
|
|
render_rendertest_SOURCES = render/test.c
|
|
|
|
|
|
|
|
render_libobrender_la_CPPFLAGS = \
|
|
|
|
$(X_CFLAGS) \
|
|
|
|
$(XFT_CFLAGS) \
|
|
|
|
$(GLIB_CFLAGS) \
|
2003-09-15 19:20:05 +00:00
|
|
|
$(XML_CFLAGS) \
|
2003-07-10 04:31:05 +00:00
|
|
|
-DG_LOG_DOMAIN=\"ObRender\" \
|
2003-09-15 19:20:05 +00:00
|
|
|
-DDEFAULT_THEME=\"$(theme)\"
|
2003-07-10 04:31:05 +00:00
|
|
|
render_libobrender_la_LIBADD = \
|
2003-09-25 21:58:10 +00:00
|
|
|
$(X_LIBS)
|
2003-09-16 04:49:04 +00:00
|
|
|
render_libobrender_la_LDFLAGS = \
|
|
|
|
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
2003-07-10 04:31:05 +00:00
|
|
|
render_libobrender_la_SOURCES = \
|
|
|
|
gettext.h \
|
|
|
|
render/color.h \
|
|
|
|
render/color.c \
|
|
|
|
render/font.h \
|
|
|
|
render/font.c \
|
|
|
|
render/geom.h \
|
|
|
|
render/gradient.h \
|
|
|
|
render/gradient.c \
|
2003-09-12 01:11:33 +00:00
|
|
|
render/icon.h \
|
2003-07-10 04:31:05 +00:00
|
|
|
render/image.h \
|
|
|
|
render/image.c \
|
|
|
|
render/instance.h \
|
|
|
|
render/instance.c \
|
|
|
|
render/mask.h \
|
|
|
|
render/mask.c \
|
|
|
|
render/render.h \
|
|
|
|
render/render.c \
|
|
|
|
render/theme.h \
|
|
|
|
render/theme.c
|
|
|
|
|
|
|
|
## parser ##
|
|
|
|
|
|
|
|
parser_libobparser_la_CPPFLAGS = \
|
|
|
|
$(GLIB_CFLAGS) \
|
|
|
|
$(XML_CFLAGS) \
|
|
|
|
-DG_LOG_DOMAIN=\"ObParser\" \
|
|
|
|
-DLOCALEDIR=\"$(localedir)\" \
|
2003-09-15 19:20:05 +00:00
|
|
|
-DDATADIR=\"$(datadir)\" \
|
|
|
|
-DCONFIGDIR=\"$(configdir)\"
|
2003-09-16 04:49:04 +00:00
|
|
|
parser_libobparser_la_LDFLAGS = \
|
|
|
|
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
2003-07-10 04:31:05 +00:00
|
|
|
parser_libobparser_la_SOURCES = \
|
|
|
|
parser/parse.h \
|
|
|
|
parser/parse.c
|
|
|
|
|
2003-08-29 08:04:58 +00:00
|
|
|
## openbox ##
|
2003-07-10 04:31:05 +00:00
|
|
|
|
2003-08-29 08:04:58 +00:00
|
|
|
openbox_openbox_CPPFLAGS = \
|
2003-07-10 04:31:05 +00:00
|
|
|
$(X_CFLAGS) \
|
|
|
|
$(SM_CFLAGS) \
|
|
|
|
$(XFT_CFLAGS) \
|
|
|
|
$(GLIB_CFLAGS) \
|
|
|
|
$(LIBSN_CFLAGS) \
|
|
|
|
$(XML_CFLAGS) \
|
|
|
|
-DLOCALEDIR=\"$(localedir)\" \
|
2003-09-15 19:20:05 +00:00
|
|
|
-DDATADIR=\"$(datadir)\" \
|
|
|
|
-DCONFIGDIR=\"$(configdir)\" \
|
2003-07-10 04:31:05 +00:00
|
|
|
-DG_LOG_DOMAIN=\"Openbox\"
|
2003-08-29 08:04:58 +00:00
|
|
|
openbox_openbox_LDADD = \
|
2003-07-10 04:31:05 +00:00
|
|
|
$(SM_LIBS) \
|
2003-09-25 21:58:10 +00:00
|
|
|
$(XFT_LIBS) \
|
2003-07-10 04:31:05 +00:00
|
|
|
$(XINERAMA_LIBS) \
|
|
|
|
$(XKB_LIBS) \
|
|
|
|
$(XRANDR_LIBS) \
|
|
|
|
$(VIDMODE_LIBS) \
|
|
|
|
$(XSHAPE_LIBS) \
|
|
|
|
$(GLIB_LIBS) \
|
|
|
|
$(LIBSN_LIBS) \
|
|
|
|
$(XML_LIBS) \
|
|
|
|
$(EFENCE_LIBS) \
|
|
|
|
$(LIBINTL) \
|
|
|
|
render/libobrender.la \
|
|
|
|
parser/libobparser.la
|
2003-08-29 08:04:58 +00:00
|
|
|
openbox_openbox_LDFLAGS = -export-dynamic
|
|
|
|
openbox_openbox_SOURCES = \
|
2003-07-10 04:31:05 +00:00
|
|
|
gettext.h \
|
2003-08-29 08:04:58 +00:00
|
|
|
openbox/action.c \
|
|
|
|
openbox/action.h \
|
|
|
|
openbox/client.c \
|
|
|
|
openbox/client.h \
|
|
|
|
openbox/client_list_menu.c \
|
|
|
|
openbox/client_list_menu.h \
|
|
|
|
openbox/client_menu.c \
|
|
|
|
openbox/client_menu.h \
|
|
|
|
openbox/config.c \
|
|
|
|
openbox/config.h \
|
|
|
|
openbox/debug.c \
|
|
|
|
openbox/debug.h \
|
|
|
|
openbox/dock.c \
|
|
|
|
openbox/dock.h \
|
|
|
|
openbox/event.c \
|
|
|
|
openbox/event.h \
|
|
|
|
openbox/extensions.c \
|
|
|
|
openbox/extensions.h \
|
|
|
|
openbox/focus.c \
|
|
|
|
openbox/focus.h \
|
|
|
|
openbox/frame.c \
|
|
|
|
openbox/frame.h \
|
|
|
|
openbox/framerender.c \
|
|
|
|
openbox/framerender.h \
|
|
|
|
openbox/geom.h \
|
|
|
|
openbox/grab.c \
|
|
|
|
openbox/grab.h \
|
|
|
|
openbox/group.c \
|
|
|
|
openbox/group.h \
|
|
|
|
openbox/keyboard.c \
|
|
|
|
openbox/keyboard.h \
|
|
|
|
openbox/keytree.c \
|
|
|
|
openbox/keytree.h \
|
2003-08-30 07:20:16 +00:00
|
|
|
openbox/mainloop.c \
|
|
|
|
openbox/mainloop.h \
|
2003-08-29 08:04:58 +00:00
|
|
|
openbox/menuframe.c \
|
|
|
|
openbox/menuframe.h \
|
|
|
|
openbox/menu.c \
|
|
|
|
openbox/menu.h \
|
|
|
|
openbox/misc.h \
|
|
|
|
openbox/mouse.c \
|
|
|
|
openbox/mouse.h \
|
|
|
|
openbox/moveresize.c \
|
|
|
|
openbox/moveresize.h \
|
|
|
|
openbox/mwm.h \
|
|
|
|
openbox/openbox.c \
|
|
|
|
openbox/openbox.h \
|
|
|
|
openbox/place.c \
|
|
|
|
openbox/place.h \
|
|
|
|
openbox/popup.c \
|
|
|
|
openbox/popup.h \
|
|
|
|
openbox/prop.c \
|
|
|
|
openbox/prop.h \
|
|
|
|
openbox/resist.c \
|
|
|
|
openbox/resist.h \
|
|
|
|
openbox/screen.c \
|
|
|
|
openbox/screen.h \
|
|
|
|
openbox/session.c \
|
|
|
|
openbox/session.h \
|
|
|
|
openbox/stacking.c \
|
|
|
|
openbox/stacking.h \
|
2003-09-03 20:36:37 +00:00
|
|
|
openbox/startupnotify.c \
|
|
|
|
openbox/startupnotify.h \
|
2003-08-29 08:04:58 +00:00
|
|
|
openbox/translate.c \
|
|
|
|
openbox/translate.h \
|
|
|
|
openbox/window.c \
|
|
|
|
openbox/window.h \
|
|
|
|
openbox/xerror.c \
|
|
|
|
openbox/xerror.h
|
2003-07-23 02:01:56 +00:00
|
|
|
|
2003-07-26 07:44:15 +00:00
|
|
|
|
2003-08-01 05:00:23 +00:00
|
|
|
## kdetrayproxy ##
|
|
|
|
|
|
|
|
tools_kdetrayproxy_kdetrayproxy_CPPFLAGS = \
|
|
|
|
$(X_CFLAGS)
|
|
|
|
tools_kdetrayproxy_kdetrayproxy_LDADD = \
|
|
|
|
$(X_LIBS)
|
|
|
|
tools_kdetrayproxy_kdetrayproxy_SOURCES = \
|
|
|
|
tools/kdetrayproxy/kdetrayproxy.c
|
|
|
|
|
|
|
|
|
2003-09-18 07:47:58 +00:00
|
|
|
## gnome-panel-control ##
|
2003-09-18 07:43:33 +00:00
|
|
|
|
2003-09-18 07:47:58 +00:00
|
|
|
tools_gnome_panel_control_gnome_panel_control_CPPFLAGS = \
|
2003-09-18 07:43:33 +00:00
|
|
|
$(X_CFLAGS)
|
2003-09-18 07:47:58 +00:00
|
|
|
tools_gnome_panel_control_gnome_panel_control_LDADD = \
|
2003-09-18 07:43:33 +00:00
|
|
|
$(X_LIBS)
|
2003-09-18 07:47:58 +00:00
|
|
|
tools_gnome_panel_control_gnome_panel_control_SOURCES = \
|
|
|
|
tools/gnome-panel-control/gnome-panel-control.c
|
2003-09-18 07:43:33 +00:00
|
|
|
|
|
|
|
|
2003-07-10 04:31:05 +00:00
|
|
|
## themes ##
|
|
|
|
|
2003-09-15 19:20:05 +00:00
|
|
|
allegro_themedir = $(themedir)/Allegro/openbox-3
|
2003-09-01 16:49:34 +00:00
|
|
|
dist_allegro_theme_DATA = \
|
2003-09-15 19:20:05 +00:00
|
|
|
themes/Allegro/openbox-3/themerc \
|
|
|
|
themes/Allegro/openbox-3/bullet.xbm
|
2003-09-01 16:49:34 +00:00
|
|
|
|
2003-09-15 19:20:05 +00:00
|
|
|
artwiz_themedir = $(themedir)/Artwiz/openbox-3
|
2003-09-01 16:49:34 +00:00
|
|
|
dist_artwiz_theme_DATA = \
|
2003-09-15 19:20:05 +00:00
|
|
|
themes/Artwiz/openbox-3/themerc
|
2003-08-01 06:10:59 +00:00
|
|
|
|
2003-09-15 19:20:05 +00:00
|
|
|
blah41_themedir = $(themedir)/Blah41/openbox-3
|
2003-09-01 16:49:34 +00:00
|
|
|
dist_blah41_theme_DATA = \
|
2003-09-15 19:20:05 +00:00
|
|
|
themes/Blah41/openbox-3/themerc
|
2003-08-01 06:10:59 +00:00
|
|
|
|
2003-09-15 19:20:05 +00:00
|
|
|
om4ob_themedir = $(themedir)/Om4Ob/openbox-3
|
2003-08-02 08:43:51 +00:00
|
|
|
dist_om4ob_theme_DATA = \
|
2003-09-15 19:20:05 +00:00
|
|
|
themes/Om4Ob/openbox-3/themerc \
|
|
|
|
themes/Om4Ob/openbox-3/close_hover.xbm \
|
|
|
|
themes/Om4Ob/openbox-3/close.xbm \
|
|
|
|
themes/Om4Ob/openbox-3/desk_hover.xbm \
|
|
|
|
themes/Om4Ob/openbox-3/desk_toggled.xbm \
|
|
|
|
themes/Om4Ob/openbox-3/desk.xbm \
|
|
|
|
themes/Om4Ob/openbox-3/iconify_hover.xbm \
|
|
|
|
themes/Om4Ob/openbox-3/iconify_pressed.xbm \
|
|
|
|
themes/Om4Ob/openbox-3/iconify.xbm \
|
|
|
|
themes/Om4Ob/openbox-3/max_disabled.xbm \
|
|
|
|
themes/Om4Ob/openbox-3/max_hover.xbm \
|
|
|
|
themes/Om4Ob/openbox-3/max_pressed.xbm \
|
|
|
|
themes/Om4Ob/openbox-3/max_toggled.xbm \
|
|
|
|
themes/Om4Ob/openbox-3/max.xbm \
|
|
|
|
themes/Om4Ob/openbox-3/shade_disabled.xbm \
|
|
|
|
themes/Om4Ob/openbox-3/shade_hover.xbm \
|
|
|
|
themes/Om4Ob/openbox-3/shade_toggled.xbm \
|
|
|
|
themes/Om4Ob/openbox-3/shade.xbm
|
|
|
|
|
2003-09-16 04:49:58 +00:00
|
|
|
thebear_themedir = $(themedir)/TheBear/openbox-3
|
2003-09-01 16:49:34 +00:00
|
|
|
dist_thebear_theme_DATA = \
|
2003-09-15 19:20:05 +00:00
|
|
|
themes/TheBear/openbox-3/themerc
|
2003-09-01 16:49:34 +00:00
|
|
|
|
2003-07-10 04:31:05 +00:00
|
|
|
|
2003-09-07 23:33:11 +00:00
|
|
|
## public headers ##
|
|
|
|
|
|
|
|
pubinclude_HEADERS = \
|
|
|
|
render/render.h \
|
|
|
|
render/theme.h \
|
|
|
|
parser/parse.h
|
|
|
|
|
|
|
|
nodist_pkgconfig_DATA = \
|
|
|
|
render/obrender-3.0.pc \
|
|
|
|
parser/obparser-3.0.pc
|
|
|
|
|
2003-07-10 04:31:05 +00:00
|
|
|
## data ##
|
|
|
|
|
2003-09-14 21:10:16 +00:00
|
|
|
dist_pixmap_DATA = \
|
|
|
|
data/openbox.png
|
|
|
|
|
2003-09-19 19:17:26 +00:00
|
|
|
nodist_rc_DATA = \
|
2003-09-01 17:01:21 +00:00
|
|
|
data/rc.xml \
|
2003-09-02 17:46:37 +00:00
|
|
|
data/menu.xml
|
2003-07-10 04:31:05 +00:00
|
|
|
|
2003-09-19 19:17:26 +00:00
|
|
|
dist_xsd_DATA = \
|
2003-09-19 19:19:52 +00:00
|
|
|
data/rc.xsd \
|
2003-09-19 19:17:26 +00:00
|
|
|
data/menu.xsd
|
|
|
|
|
2003-09-22 07:45:36 +00:00
|
|
|
edit = $(SED) \
|
|
|
|
-e 's!@version\@!$(VERSION)!' \
|
|
|
|
-e 's!@xsddir\@!$(xsddir)!'
|
|
|
|
|
|
|
|
data/rc.xml: Makefile $(srcdir)/data/rc.xml.in data
|
|
|
|
@echo make: creating $@
|
|
|
|
@rm -f $@
|
|
|
|
@mkdir data 2>/dev/null || true
|
|
|
|
@$(edit) $(srcdir)/data/rc.xml.in >$@
|
|
|
|
|
|
|
|
data/menu.xml: Makefile $(srcdir)/data/menu.xml.in data
|
2003-09-19 19:17:26 +00:00
|
|
|
@echo make: creating $@
|
2003-09-22 07:45:36 +00:00
|
|
|
@rm -f $@
|
|
|
|
@mkdir data 2>/dev/null || true
|
|
|
|
@$(edit) $(srcdir)/data/menu.xml.in >$@
|
2003-09-19 19:17:26 +00:00
|
|
|
|
2003-09-17 06:46:16 +00:00
|
|
|
dist_userscript_DATA = \
|
|
|
|
tools/themeupdate/themeupdate.py
|
|
|
|
|
2003-09-17 06:51:30 +00:00
|
|
|
install-data-hook:
|
2003-09-20 13:53:38 +00:00
|
|
|
chmod +x $(DESTDIR)$(userscriptdir)/themeupdate.py
|
2003-09-17 06:51:30 +00:00
|
|
|
|
2003-08-01 15:00:09 +00:00
|
|
|
dist_desktopfiles_DATA = \
|
|
|
|
data/openbox.desktop
|
|
|
|
|
2003-09-03 08:08:00 +00:00
|
|
|
dist_noinst_DATA = \
|
2003-09-19 19:17:26 +00:00
|
|
|
data/rc.xml.in \
|
|
|
|
data/menu.xml.in \
|
2003-09-10 17:40:57 +00:00
|
|
|
render/obrender-3.0.pc.in \
|
2003-09-17 06:46:16 +00:00
|
|
|
parser/obparser-3.0.pc.in
|
2003-09-03 08:08:00 +00:00
|
|
|
|
2003-06-29 08:47:24 +00:00
|
|
|
EXTRA_DIST = \
|
2003-07-10 04:31:05 +00:00
|
|
|
config.rpath \
|
|
|
|
mkinstalldirs \
|
2003-09-26 05:44:42 +00:00
|
|
|
CHANGELOG \
|
2003-07-10 04:31:05 +00:00
|
|
|
README \
|
|
|
|
COPYING \
|
2003-08-01 15:09:33 +00:00
|
|
|
AUTHORS
|
2003-07-10 04:31:05 +00:00
|
|
|
|
2003-09-22 07:45:36 +00:00
|
|
|
CLEANFILES = \
|
|
|
|
data/rc.xml \
|
|
|
|
data/menu.xml
|
|
|
|
|
2003-07-10 04:31:05 +00:00
|
|
|
#doc:
|
|
|
|
# $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
|
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
for d in . m4 po render; do \
|
|
|
|
for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \
|
2003-07-23 18:42:29 +00:00
|
|
|
rm -f "$$d/$$p"; \
|
2003-07-10 04:31:05 +00:00
|
|
|
done \
|
|
|
|
done
|
2003-04-13 21:17:02 +00:00
|
|
|
|
|
|
|
.PHONY: doc
|