X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=99d58b884e542c26714926ed49b5d573c4138c99;hb=4ccc4c5ed7d5cffc4bf733191f7bc30fbbf069c8;hp=6d447a60e8ca5fee636b94b53075fef5b0a25d98;hpb=de4f92ccc66c1dad1a2820a07d1f0161bd61a855;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 6d447a60..99d58b88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,8 @@ themedir = $(datadir)/openbox/themes localedir = $(datadir)/locale rcdir = $(datadir)/openbox desktopfilesdir = $(datadir)/gnome/wm-properties +pkgconfigdir = $(libdir)/pkgconfig +pubincludedir = $(includedir)/openbox/@OB_VERSION@/openbox pixmapdir = $(datadir)/pixmaps theme = thebear @@ -24,11 +26,6 @@ bin_PROGRAMS = \ openbox/openbox \ tools/kdetrayproxy/kdetrayproxy -if OBCONF -bin_PROGRAMS += \ - tools/obconf/obconf -endif - ## render ## render_rendertest_CPPFLAGS = \ @@ -58,6 +55,7 @@ render_libobrender_la_SOURCES = \ render/geom.h \ render/gradient.h \ render/gradient.c \ + render/icon.h \ render/image.h \ render/image.c \ render/instance.h \ @@ -174,8 +172,8 @@ openbox_openbox_SOURCES = \ openbox/session.h \ openbox/stacking.c \ openbox/stacking.h \ - openbox/startup.c \ - openbox/startup.h \ + openbox/startupnotify.c \ + openbox/startupnotify.h \ openbox/translate.c \ openbox/translate.h \ openbox/window.c \ @@ -183,28 +181,6 @@ openbox_openbox_SOURCES = \ openbox/xerror.c \ openbox/xerror.h -## obconf ## - -tools_obconf_obconf_CPPFLAGS = \ - $(GTK_CFLAGS) \ - $(GDK_PIXBUF_CFLAGS) \ - $(XML_CFLAGS) \ - -DLOCALEDIR=\"$(localedir)\" \ - -DPLUGINDIR=\"$(plugindir)\" \ - -DRCDIR=\"$(rcdir)\" \ - -DPIXMAPDIR=\"$(pixmapdir)\" \ - -DG_LOG_DOMAIN=\"Obconf\" -tools_obconf_obconf_LDADD = \ - $(GTK_LIBS) \ - $(GDK_PIXBUF_LIBS) \ - $(LIBINTL) \ - render/libobrender.la \ - parser/libobparser.la -tools_obconf_obconf_SOURCES = \ - gettext.h \ - tools/obconf/main.c \ - plugins/obconf_interface.h - ## kdetrayproxy ## @@ -218,58 +194,18 @@ tools_kdetrayproxy_kdetrayproxy_SOURCES = \ ## themes ## -thebear_themedir = $(themedir)/thebear -dist_thebear_theme_DATA = \ - themes/thebear/themerc +allegro_themedir = $(themedir)/allegro +dist_allegro_theme_DATA = \ + themes/allegro/themerc \ + themes/allegro/bullet.xbm -planton_themedir = $(themedir)/planton -dist_planton_theme_DATA = \ - themes/planton/themerc \ - themes/planton/max.xbm \ - themes/planton/max_toggled.xbm \ - themes/planton/desk.xbm \ - themes/planton/desk_toggled.xbm \ - themes/planton/shade.xbm \ - themes/planton/shade_toggled.xbm \ - themes/planton/iconify.xbm \ - themes/planton/close.xbm - -lightindustry_themedir = $(themedir)/Light-Industry -dist_lightindustry_theme_DATA = \ - themes/Light-Industry/themerc \ - themes/Light-Industry/max.xbm \ - themes/Light-Industry/iconify.xbm \ - themes/Light-Industry/close.xbm - -lightindustrybig_themedir = $(themedir)/Light-Industry-big -dist_lightindustrybig_theme_DATA = \ - themes/Light-Industry-big/themerc \ - themes/Light-Industry-big/max.xbm \ - themes/Light-Industry-big/iconify.xbm \ - themes/Light-Industry-big/close.xbm - -imerry_themedir = $(themedir)/I-merry -dist_imerry_theme_DATA = \ - themes/I-merry/themerc \ - themes/I-merry/max.xbm \ - themes/I-merry/iconify.xbm \ - themes/I-merry/close.xbm - -greenz_themedir = $(themedir)/greenz -dist_greenz_theme_DATA = \ - themes/greenz/themerc - -bbstyle_themedir = $(themedir)/BBstylE -dist_bbstyle_theme_DATA = \ - themes/BBstylE/themerc \ - themes/BBstylE/max.xbm \ - themes/BBstylE/max_toggled.xbm \ - themes/BBstylE/desk.xbm \ - themes/BBstylE/desk_toggled.xbm \ - themes/BBstylE/shade.xbm \ - themes/BBstylE/shade_toggled.xbm \ - themes/BBstylE/iconify.xbm \ - themes/BBstylE/close.xbm +artwiz_themedir = $(themedir)/artwiz +dist_artwiz_theme_DATA = \ + themes/artwiz/themerc + +blah41_themedir = $(themedir)/blah41 +dist_blah41_theme_DATA = \ + themes/blah41/themerc om4ob_themedir = $(themedir)/om4ob dist_om4ob_theme_DATA = \ @@ -292,16 +228,39 @@ dist_om4ob_theme_DATA = \ themes/om4ob/shade_toggled.xbm \ themes/om4ob/shade.xbm +thebear_themedir = $(themedir)/thebear +dist_thebear_theme_DATA = \ + themes/thebear/themerc + + +## 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 ## data ## +dist_pixmap_DATA = \ + data/openbox.png + dist_rc_DATA = \ - data/rc3 \ - data/menu + data/rc.xml \ + data/menu.xml dist_desktopfiles_DATA = \ data/openbox.desktop +dist_noinst_DATA = \ + render/obrender-3.0.pc.in \ + parser/obparser-3.0.pc.in \ + tools/themeupdate/themeupdate.py + EXTRA_DIST = \ config.rpath \ mkinstalldirs \