Index: radix-1.9/X11/app/openbox/3.6.1/PATCHES
===================================================================
--- radix-1.9/X11/app/openbox/3.6.1/PATCHES (revision 190)
+++ radix-1.9/X11/app/openbox/3.6.1/PATCHES (revision 191)
@@ -1,3 +1,4 @@
../../../../sources/packages/x/openbox/patches/openbox-3.6.1-mkdir-autostart.patch -p0
../../../../sources/packages/x/openbox/patches/openbox-3.6.1-xdg-autostart.patch -p0
+../../../../sources/packages/x/openbox/patches/openbox-3.6.1-darkred-theme.patch -p0
Index: radix-1.9/base/radix-system/etc/skel/.config/openbox/rc.xml
===================================================================
--- radix-1.9/base/radix-system/etc/skel/.config/openbox/rc.xml (revision 190)
+++ radix-1.9/base/radix-system/etc/skel/.config/openbox/rc.xml (revision 191)
@@ -42,7 +42,7 @@
'Active' - where the active window is -->
</placement>
<theme>
- <name>Onyx-Citrus</name>
+ <name>Onyx-DarkRed</name>
<titleLayout>NLIMC</titleLayout>
<!--
available characters are NDSLIMC, each can occur at most once.
Index: radix-1.9/sources/packages/x/openbox/Makefile
===================================================================
--- radix-1.9/sources/packages/x/openbox/Makefile (revision 190)
+++ radix-1.9/sources/packages/x/openbox/Makefile (revision 191)
@@ -16,6 +16,7 @@
patches = $(CURDIR)/patches/openbox-3.6.1-mkdir-autostart.patch
patches += $(CURDIR)/patches/openbox-3.6.1-xdg-autostart.patch
+patches += $(CURDIR)/patches/openbox-3.6.1-darkred-theme.patch
.NOTPARALLEL: $(patches)
@@ -52,6 +53,7 @@
@echo -e "\n======= Create Patches =======\n" ; \
( cd create-3.6.1-mkdir-autostart-patch ; ./create.patch.sh ) ; \
( cd create-3.6.1-xdg-autostart-patch ; ./create.patch.sh ) ; \
+ ( cd create-3.6.1-darkred-theme-patch ; ./create.patch.sh ) ; \
echo -e "\n"
download_clean:
Index: radix-1.9/sources/packages/x/openbox/create-3.6.1-darkred-theme-patch/create.patch.sh
===================================================================
--- radix-1.9/sources/packages/x/openbox/create-3.6.1-darkred-theme-patch/create.patch.sh (nonexistent)
+++ radix-1.9/sources/packages/x/openbox/create-3.6.1-darkred-theme-patch/create.patch.sh (revision 191)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+VERSION=3.6.1
+
+tar --files-from=file.list -xJvf ../openbox-$VERSION.tar.xz
+mv openbox-$VERSION openbox-$VERSION-orig
+
+cp -rf ./openbox-$VERSION-new ./openbox-$VERSION
+
+diff --unified -Nr openbox-$VERSION-orig openbox-$VERSION > openbox-$VERSION-darkred-theme.patch
+
+mv openbox-$VERSION-darkred-theme.patch ../patches
+
+rm -rf ./openbox-$VERSION
+rm -rf ./openbox-$VERSION-orig
Property changes on: radix-1.9/sources/packages/x/openbox/create-3.6.1-darkred-theme-patch/create.patch.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: radix-1.9/sources/packages/x/openbox/create-3.6.1-darkred-theme-patch/file.list
===================================================================
--- radix-1.9/sources/packages/x/openbox/create-3.6.1-darkred-theme-patch/file.list (nonexistent)
+++ radix-1.9/sources/packages/x/openbox/create-3.6.1-darkred-theme-patch/file.list (revision 191)
@@ -0,0 +1,2 @@
+openbox-3.6.1/Makefile.am
+openbox-3.6.1/Makefile.in
Index: radix-1.9/sources/packages/x/openbox/create-3.6.1-darkred-theme-patch/openbox-3.6.1-new/Makefile.am
===================================================================
--- radix-1.9/sources/packages/x/openbox/create-3.6.1-darkred-theme-patch/openbox-3.6.1-new/Makefile.am (nonexistent)
+++ radix-1.9/sources/packages/x/openbox/create-3.6.1-darkred-theme-patch/openbox-3.6.1-new/Makefile.am (revision 191)
@@ -0,0 +1,632 @@
+SUBDIRS = m4 po
+
+docxbmdir = $(docdir)/xbm
+themedir = $(datadir)/themes
+localedir = $(datadir)/locale
+configdir = $(sysconfdir)/xdg
+rcdir = $(configdir)/openbox
+xsessionsdir = $(datadir)/xsessions
+gnomesessiondir = $(datadir)/gnome-session/sessions
+gnomewmfilesdir = $(datadir)/gnome/wm-properties
+pkgconfigdir = $(libdir)/pkgconfig
+obtpubincludedir= $(includedir)/openbox/@OBT_VERSION@/obt
+rrpubincludedir = $(includedir)/openbox/@RR_VERSION@/obrender
+pixmapdir = $(datadir)/pixmaps
+xsddir = $(datadir)/openbox
+appsdir = $(datadir)/applications
+
+theme = Clearlooks
+
+AUTOMAKE_OPTIONS = subdir-objects foreign
+
+ACLOCAL_AMFLAGS = -I m4
+
+INCLUDES = -I.
+
+check_PROGRAMS = \
+ obrender/rendertest
+
+lib_LTLIBRARIES = \
+ obt/libobt.la \
+ obrender/libobrender.la
+
+bin_PROGRAMS = \
+ openbox/openbox \
+ tools/gdm-control/gdm-control \
+ tools/gnome-panel-control/gnome-panel-control \
+ tools/obxprop/obxprop
+
+noinst_PROGRAMS = \
+ obt/obt_unittests
+
+nodist_bin_SCRIPTS = \
+ data/xsession/openbox-session \
+ data/xsession/openbox-gnome-session \
+ data/xsession/openbox-kde-session
+
+dist_rc_SCRIPTS = \
+ data/environment
+
+nodist_rc_SCRIPTS = \
+ data/autostart/autostart
+
+dist_libexec_SCRIPTS = \
+ data/autostart/openbox-xdg-autostart
+
+nodist_libexec_SCRIPTS = \
+ data/autostart/openbox-autostart
+
+
+## obrender ##
+
+obrender_rendertest_CPPFLAGS = \
+ $(PANGO_CFLAGS) \
+ $(GLIB_CFLAGS) \
+ -DG_LOG_DOMAIN=\"RenderTest\"
+obrender_rendertest_LDADD = \
+ obt/libobt.la \
+ obrender/libobrender.la \
+ $(GLIB_LIBS) \
+ $(PANGO_LIBS) \
+ $(XML_LIBS) \
+ $(X_LIBS)
+obrender_rendertest_SOURCES = obrender/test.c
+
+obrender_libobrender_la_CPPFLAGS = \
+ $(X_CFLAGS) \
+ $(GLIB_CFLAGS) \
+ $(XML_CFLAGS) \
+ $(PANGO_CFLAGS) \
+ $(IMLIB2_CFLAGS) \
+ $(LIBRSVG_CFLAGS) \
+ -DG_LOG_DOMAIN=\"ObRender\" \
+ -DDEFAULT_THEME=\"$(theme)\"
+obrender_libobrender_la_LDFLAGS = \
+ -version-info $(RR_CURRENT):$(RR_REVISION):$(RR_AGE)
+obrender_libobrender_la_LIBADD = \
+ obt/libobt.la \
+ $(X_LIBS) \
+ $(PANGO_LIBS) \
+ $(GLIB_LIBS) \
+ $(IMLIB2_LIBS) \
+ $(LIBRSVG_LIBS) \
+ $(XML_LIBS)
+obrender_libobrender_la_SOURCES = \
+ gettext.h \
+ obrender/button.c \
+ obrender/color.h \
+ obrender/color.c \
+ obrender/font.h \
+ obrender/font.c \
+ obrender/geom.h \
+ obrender/gradient.h \
+ obrender/gradient.c \
+ obrender/icon.h \
+ obrender/image.h \
+ obrender/image.c \
+ obrender/imagecache.h \
+ obrender/imagecache.c \
+ obrender/instance.h \
+ obrender/instance.c \
+ obrender/mask.h \
+ obrender/mask.c \
+ obrender/render.h \
+ obrender/render.c \
+ obrender/theme.h \
+ obrender/theme.c
+
+## obt ##
+
+obt_libobt_la_CPPFLAGS = \
+ $(X_CFLAGS) \
+ $(XINERAMA_CFLAGS) \
+ $(XKB_CFLAGS) \
+ $(XRANDR_CFLAGS) \
+ $(XSHAPE_CFLAGS) \
+ $(XSYNC_CFLAGS) \
+ $(GLIB_CFLAGS) \
+ $(XML_CFLAGS) \
+ -DG_LOG_DOMAIN=\"Obt\" \
+ -DLOCALEDIR=\"$(localedir)\" \
+ -DDATADIR=\"$(datadir)\" \
+ -DCONFIGDIR=\"$(configdir)\"
+obt_libobt_la_LDFLAGS = \
+ -version-info $(OBT_CURRENT):$(OBT_REVISION):$(OBT_AGE)
+obt_libobt_la_LIBADD = \
+ $(X_LIBS) \
+ $(XINERAMA_LIBS) \
+ $(XKB_LIBS) \
+ $(XRANDR_LIBS) \
+ $(XSHAPE_LIBS) \
+ $(XSYNC_LIBS) \
+ $(GLIB_LIBS) \
+ $(XML_LIBS)
+obt_libobt_la_SOURCES = \
+ obt/bsearch.h \
+ obt/display.h \
+ obt/display.c \
+ obt/internal.h \
+ obt/keyboard.h \
+ obt/keyboard.c \
+ obt/xml.h \
+ obt/xml.c \
+ obt/ddparse.h \
+ obt/ddparse.c \
+ obt/link.h \
+ obt/link.c \
+ obt/paths.h \
+ obt/paths.c \
+ obt/prop.h \
+ obt/prop.c \
+ obt/signal.h \
+ obt/signal.c \
+ obt/util.h \
+ obt/xqueue.h \
+ obt/xqueue.c
+
+## openbox ##
+
+openbox_openbox_CPPFLAGS = \
+ $(SM_CFLAGS) \
+ $(X_CFLAGS) \
+ $(XCURSOR_CFLAGS) \
+ $(SM_CFLAGS) \
+ $(PANGO_CFLAGS) \
+ $(GLIB_CFLAGS) \
+ $(LIBSN_CFLAGS) \
+ $(XML_CFLAGS) \
+ -DLOCALEDIR=\"$(localedir)\" \
+ -DDATADIR=\"$(datadir)\" \
+ -DCONFIGDIR=\"$(configdir)\" \
+ -DG_LOG_DOMAIN=\"Openbox\"
+openbox_openbox_LDADD = \
+ $(XINERAMA_LIBS) \
+ $(XRANDR_LIBS) \
+ $(SM_LIBS) \
+ $(GLIB_LIBS) \
+ $(X_LIBS) \
+ $(XCURSOR_LIBS) \
+ $(LIBSN_LIBS) \
+ $(XML_LIBS) \
+ $(EFENCE_LIBS) \
+ $(LIBINTL) \
+ obrender/libobrender.la \
+ obt/libobt.la
+openbox_openbox_LDFLAGS = -export-dynamic
+openbox_openbox_SOURCES = \
+ gettext.h \
+ openbox/actions/all.c \
+ openbox/actions/all.h \
+ openbox/actions/addremovedesktop.c \
+ openbox/actions/breakchroot.c \
+ openbox/actions/close.c \
+ openbox/actions/cyclewindows.c \
+ openbox/actions/debug.c \
+ openbox/actions/decorations.c \
+ openbox/actions/desktop.c \
+ openbox/actions/dock.c \
+ openbox/actions/dockautohide.c \
+ openbox/actions/directionalwindows.c \
+ openbox/actions/execute.c \
+ openbox/actions/exit.c \
+ openbox/actions/focus.c \
+ openbox/actions/focustobottom.c \
+ openbox/actions/fullscreen.c \
+ openbox/actions/growtoedge.c \
+ openbox/actions/iconify.c \
+ openbox/actions/if.c \
+ openbox/actions/kill.c \
+ openbox/actions/layer.c \
+ openbox/actions/lower.c \
+ openbox/actions/maximize.c \
+ openbox/actions/move.c \
+ openbox/actions/moverelative.c \
+ openbox/actions/moveresizeto.c \
+ openbox/actions/movetoedge.c \
+ openbox/actions/omnipresent.c \
+ openbox/actions/raise.c \
+ openbox/actions/raiselower.c \
+ openbox/actions/reconfigure.c \
+ openbox/actions/resize.c \
+ openbox/actions/resizerelative.c \
+ openbox/actions/restart.c \
+ openbox/actions/shade.c \
+ openbox/actions/shadelowerraise.c \
+ openbox/actions/showdesktop.c \
+ openbox/actions/showmenu.c \
+ openbox/actions/unfocus.c \
+ openbox/actions.c \
+ openbox/actions.h \
+ openbox/client.c \
+ openbox/client.h \
+ openbox/client_list_menu.c \
+ openbox/client_list_menu.h \
+ openbox/client_list_combined_menu.c \
+ openbox/client_list_combined_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/focus.c \
+ openbox/focus.h \
+ openbox/focus_cycle.c \
+ openbox/focus_cycle.h \
+ openbox/focus_cycle_indicator.c \
+ openbox/focus_cycle_indicator.h \
+ openbox/focus_cycle_popup.c \
+ openbox/focus_cycle_popup.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 \
+ 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/ping.c \
+ openbox/ping.h \
+ openbox/place.c \
+ openbox/place.h \
+ openbox/place_overlap.c \
+ openbox/place_overlap.h \
+ openbox/prompt.c \
+ openbox/prompt.h \
+ openbox/popup.c \
+ openbox/popup.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 \
+ openbox/startupnotify.c \
+ openbox/startupnotify.h \
+ openbox/translate.c \
+ openbox/translate.h \
+ openbox/window.c \
+ openbox/window.h
+
+## obt_unittests ##
+
+obt_obt_unittests_CPPFLAGS = \
+ $(GLIB_CFLAGS) \
+ -DLOCALEDIR=\"$(localedir)\" \
+ -DDATADIR=\"$(datadir)\" \
+ -DCONFIGDIR=\"$(configdir)\" \
+ -DG_LOG_DOMAIN=\"Obt-Unittests\"
+obt_obt_unittests_LDADD = \
+ $(GLIB_LIBS) \
+ obt/libobt.la
+obt_obt_unittests_LDFLAGS = -export-dynamic
+obt_obt_unittests_SOURCES = \
+ obt/unittest_base.h \
+ obt/unittest_base.c \
+ obt/bsearch_unittest.c
+
+## gnome-panel-control ##
+
+tools_gnome_panel_control_gnome_panel_control_CPPFLAGS = \
+ $(X_CFLAGS)
+tools_gnome_panel_control_gnome_panel_control_LDADD = \
+ $(X_LIBS)
+tools_gnome_panel_control_gnome_panel_control_SOURCES = \
+ tools/gnome-panel-control/gnome-panel-control.c
+
+## obxprop ##
+
+tools_obxprop_obxprop_CPPFLAGS = \
+ $(GLIB_CFLAGS) \
+ $(X_CFLAGS)
+tools_obxprop_obxprop_LDADD = \
+ $(GLIB_LIBS) \
+ $(X_LIBS)
+tools_obxprop_obxprop_SOURCES = \
+ tools/obxprop/obxprop.c
+
+## gdm-control ##
+
+tools_gdm_control_gdm_control_CPPFLAGS = \
+ $(XAUTH_CFLAGS) \
+ $(X_CFLAGS) \
+ $(GLIB_CFLAGS)
+tools_gdm_control_gdm_control_LDADD = \
+ $(XAUTH_LIBS) \
+ $(X_LIBS) \
+ $(GLIB_LIBS)
+tools_gdm_control_gdm_control_SOURCES = \
+ tools/gdm-control/gdm-control.c
+
+
+## default button masks ##
+dist_docxbm_DATA = \
+ data/xbm/bullet.xbm \
+ data/xbm/close.xbm \
+ data/xbm/desk_toggled.xbm \
+ data/xbm/desk.xbm \
+ data/xbm/iconify.xbm \
+ data/xbm/max_toggled.xbm \
+ data/xbm/max.xbm \
+ data/xbm/shade_toggled.xbm \
+ data/xbm/shade.xbm
+
+
+## themes ##
+
+clearlooks_themedir = $(themedir)/Clearlooks/openbox-3
+dist_clearlooks_theme_DATA= \
+ themes/Clearlooks/openbox-3/themerc
+
+clearlooks34_themedir = $(themedir)/Clearlooks-3.4/openbox-3
+dist_clearlooks34_theme_DATA= \
+ themes/Clearlooks-3.4/openbox-3/themerc
+
+clearlooksolive_themedir = $(themedir)/Clearlooks-Olive/openbox-3
+dist_clearlooksolive_theme_DATA= \
+ themes/Clearlooks-Olive/openbox-3/themerc
+
+mikachu_themedir = $(themedir)/Mikachu/openbox-3
+dist_mikachu_theme_DATA= \
+ themes/Mikachu/openbox-3/bullet.xbm \
+ themes/Mikachu/openbox-3/close.xbm \
+ themes/Mikachu/openbox-3/desk.xbm \
+ themes/Mikachu/openbox-3/iconify.xbm \
+ themes/Mikachu/openbox-3/max.xbm \
+ themes/Mikachu/openbox-3/themerc
+
+
+natura_themedir = $(themedir)/Natura/openbox-3
+dist_natura_theme_DATA= \
+ themes/Natura/openbox-3/close_hover.xbm \
+ themes/Natura/openbox-3/close.xbm \
+ themes/Natura/openbox-3/desk_toggled.xbm \
+ themes/Natura/openbox-3/desk_hover.xbm \
+ themes/Natura/openbox-3/desk.xbm \
+ themes/Natura/openbox-3/iconify_hover.xbm \
+ themes/Natura/openbox-3/iconify.xbm \
+ themes/Natura/openbox-3/max_hover.xbm \
+ themes/Natura/openbox-3/max_toggled.xbm \
+ themes/Natura/openbox-3/max.xbm \
+ themes/Natura/openbox-3/shade.xbm \
+ themes/Natura/openbox-3/shade_hover.xbm \
+ themes/Natura/openbox-3/themerc
+
+artwizboxed_themedir = $(themedir)/Artwiz-boxed/openbox-3
+dist_artwizboxed_theme_DATA= \
+ themes/Artwiz-boxed/openbox-3/themerc
+
+bear2_themedir = $(themedir)/Bear2/openbox-3
+dist_bear2_theme_DATA= \
+ themes/Bear2/openbox-3/close_pressed.xbm \
+ themes/Bear2/openbox-3/close.xbm \
+ themes/Bear2/openbox-3/desk_toggled.xbm \
+ themes/Bear2/openbox-3/desk.xbm \
+ themes/Bear2/openbox-3/iconify_pressed.xbm \
+ themes/Bear2/openbox-3/iconify.xbm \
+ themes/Bear2/openbox-3/max_pressed.xbm \
+ themes/Bear2/openbox-3/max_toggled.xbm \
+ themes/Bear2/openbox-3/max.xbm \
+ themes/Bear2/openbox-3/shade_pressed.xbm \
+ themes/Bear2/openbox-3/shade.xbm \
+ themes/Bear2/openbox-3/themerc
+
+orang_themedir = $(themedir)/Orang/openbox-3
+dist_orang_theme_DATA= \
+ themes/Orang/openbox-3/themerc
+
+onyx_themedir = $(themedir)/Onyx/openbox-3
+dist_onyx_theme_DATA= \
+ themes/Onyx/openbox-3/themerc
+
+onyxcitrus_themedir = $(themedir)/Onyx-Citrus/openbox-3
+dist_onyxcitrus_theme_DATA= \
+ themes/Onyx-Citrus/openbox-3/themerc
+
+onyxdarkred_themedir = $(themedir)/Onyx-DarkRed/openbox-3
+dist_onyxdarkred_theme_DATA= \
+ themes/Onyx-DarkRed/openbox-3/themerc
+
+syscrash_themedir = $(themedir)/Syscrash/openbox-3
+dist_syscrash_theme_DATA= \
+ themes/Syscrash/openbox-3/max_disabled.xbm \
+ themes/Syscrash/openbox-3/max_pressed.xbm \
+ themes/Syscrash/openbox-3/max_toggled.xbm \
+ themes/Syscrash/openbox-3/max.xbm \
+ themes/Syscrash/openbox-3/themerc
+
+## public headers ##
+
+rrpubinclude_HEADERS = \
+ obrender/color.h \
+ obrender/font.h \
+ obrender/geom.h \
+ obrender/gradient.h \
+ obrender/image.h \
+ obrender/instance.h \
+ obrender/mask.h \
+ obrender/render.h \
+ obrender/theme.h \
+ obrender/version.h
+
+obtpubinclude_HEADERS = \
+ obt/link.h \
+ obt/display.h \
+ obt/keyboard.h \
+ obt/xml.h \
+ obt/paths.h \
+ obt/prop.h \
+ obt/signal.h \
+ obt/util.h \
+ obt/version.h \
+ obt/xqueue.h
+
+nodist_pkgconfig_DATA = \
+ obrender/obrender-3.5.pc \
+ obt/obt-3.5.pc
+
+## data ##
+
+dist_apps_DATA = \
+ data/openbox.desktop
+
+dist_pixmap_DATA = \
+ data/openbox.png
+
+dist_rc_DATA = \
+ data/rc.xml \
+ data/menu.xml
+
+edit = $(SED) \
+ -e 's!@version\@!$(VERSION)!' \
+ -e 's!@configdir\@!$(configdir)!' \
+ -e 's!@rcdir\@!$(rcdir)!' \
+ -e 's!@libexecdir\@!$(libexecdir)!' \
+ -e 's!@bindir\@!$(bindir)!'
+
+data/autostart/autostart: $(top_srcdir)/data/autostart/autostart.in Makefile
+ @echo make: creating $@
+ @test -d $(shell dirname $(top_builddir)/$@) || \
+ mkdir $(shell dirname $(top_builddir)/$@)
+ @$(edit) $< >$(top_builddir)/$@
+
+data/autostart/openbox-autostart: $(top_srcdir)/data/autostart/openbox-autostart.in Makefile
+ @echo make: creating $@
+ @test -d $(shell dirname $(top_builddir)/$@) || \
+ mkdir $(shell dirname $(top_builddir)/$@)
+ @$(edit) $< >$(top_builddir)/$@
+
+%.desktop: %.desktop.in Makefile
+ @echo make: creating $@
+ @$(edit) $< >$@
+
+%-session: %-session.in Makefile
+ @echo make: creating $@
+ @$(edit) $< >$@
+
+%.1.in: %.1.sgml
+ @echo make: creating $@
+ @docbook-to-man $< >$@
+
+%.1: %.1.in Makefile
+ @echo make: creating $@
+ @$(edit) $< >$@
+
+dist_gnomewmfiles_DATA = \
+ data/gnome-wm-properties/openbox.desktop
+
+nodist_xsessions_DATA = \
+ data/xsession/openbox.desktop \
+ data/xsession/openbox-gnome.desktop \
+ data/xsession/openbox-kde.desktop
+
+dist_gnomesession_DATA = \
+ data/gnome-session/openbox-gnome.session \
+ data/gnome-session/openbox-gnome-fallback.session
+
+dist_noinst_DATA = \
+ data/rc.xsd \
+ data/menu.xsd \
+ data/autostart/autostart.in \
+ data/autostart/openbox-autostart.in \
+ data/xsession/openbox.desktop.in \
+ data/xsession/openbox-gnome.desktop.in \
+ data/xsession/openbox-kde.desktop.in \
+ data/xsession/openbox-session.in \
+ data/xsession/openbox-gnome-session.in \
+ data/xsession/openbox-kde-session.in \
+ doc/openbox.1.sgml \
+ doc/openbox.1.in \
+ doc/openbox-session.1.sgml \
+ doc/openbox-session.1.in \
+ doc/openbox-gnome-session.1.sgml \
+ doc/openbox-gnome-session.1.in \
+ doc/openbox-kde-session.1.sgml \
+ doc/openbox-kde-session.1.in \
+ doc/obxprop.1.sgml \
+ doc/obxprop.1.in \
+ obrender/version.h.in \
+ obrender/obrender-3.5.pc.in \
+ obt/obt-3.5.pc.in \
+ obt/version.h.in \
+ tools/themeupdate/themeupdate.py \
+ tests/hideshow.py \
+ tests/Makefile \
+ tests/aspect.c \
+ tests/fullscreen.c \
+ tests/grav.c \
+ tests/grouptran.c \
+ tests/icons.c \
+ tests/modal2.c \
+ tests/modal3.c \
+ tests/modal.c \
+ tests/noresize.c \
+ tests/override.c \
+ tests/positioned.c \
+ tests/strut.c \
+ tests/title.c \
+ tests/urgent.c
+
+dist_doc_DATA = \
+ COMPLIANCE \
+ README \
+ AUTHORS \
+ CHANGELOG \
+ COPYING \
+ data/rc.xsd \
+ data/menu.xsd \
+ doc/rc-mouse-focus.xml
+
+nodist_man_MANS = \
+ doc/openbox.1 \
+ doc/openbox-session.1 \
+ doc/openbox-gnome-session.1 \
+ doc/openbox-kde-session.1 \
+ doc/obxprop.1
+
+EXTRA_DIST = \
+ config.rpath
+
+# make clean doesn't delete these for some reason, even though they are
+# built by make
+CLEANFILES = \
+ $(nodist_man_MANS) \
+ $(nodist_bin_SCRIPTS) \
+ $(nodist_xsessions_DATA) \
+ $(nodist_rc_SCRIPTS) \
+ $(nodist_libexec_SCRIPTS)
+
+#doc:
+# $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
+
+distclean-local:
+ for d in . m4 po obrender parser obt openbox; do \
+ for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \
+ rm -f "$$d/$$p"; \
+ done \
+ done
+
+.PHONY: doc
Index: radix-1.9/sources/packages/x/openbox/create-3.6.1-darkred-theme-patch/openbox-3.6.1-new/Makefile.in
===================================================================
--- radix-1.9/sources/packages/x/openbox/create-3.6.1-darkred-theme-patch/openbox-3.6.1-new/Makefile.in (nonexistent)
+++ radix-1.9/sources/packages/x/openbox/create-3.6.1-darkred-theme-patch/openbox-3.6.1-new/Makefile.in (revision 191)
@@ -0,0 +1,4718 @@
+# Makefile.in generated by automake 1.16.5 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994-2021 Free Software Foundation, Inc.
+
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+
+
+
+
+VPATH = @srcdir@
+am__is_gnu_make = { \
+ if test -z '$(MAKELEVEL)'; then \
+ false; \
+ elif test -n '$(MAKE_HOST)'; then \
+ true; \
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+ true; \
+ else \
+ false; \
+ fi; \
+}
+am__make_running_with_option = \
+ case $${target_option-} in \
+ ?) ;; \
+ *) echo "am__make_running_with_option: internal error: invalid" \
+ "target option '$${target_option-}' specified" >&2; \
+ exit 1;; \
+ esac; \
+ has_opt=no; \
+ sane_makeflags=$$MAKEFLAGS; \
+ if $(am__is_gnu_make); then \
+ sane_makeflags=$$MFLAGS; \
+ else \
+ case $$MAKEFLAGS in \
+ *\\[\ \ ]*) \
+ bs=\\; \
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
+ esac; \
+ fi; \
+ skip_next=no; \
+ strip_trailopt () \
+ { \
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+ }; \
+ for flg in $$sane_makeflags; do \
+ test $$skip_next = yes && { skip_next=no; continue; }; \
+ case $$flg in \
+ *=*|--*) continue;; \
+ -*I) strip_trailopt 'I'; skip_next=yes;; \
+ -*I?*) strip_trailopt 'I';; \
+ -*O) strip_trailopt 'O'; skip_next=yes;; \
+ -*O?*) strip_trailopt 'O';; \
+ -*l) strip_trailopt 'l'; skip_next=yes;; \
+ -*l?*) strip_trailopt 'l';; \
+ -[dEDm]) skip_next=yes;; \
+ -[JT]) skip_next=yes;; \
+ esac; \
+ case $$flg in \
+ *$$target_option*) has_opt=yes; break;; \
+ esac; \
+ done; \
+ test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+check_PROGRAMS = obrender/rendertest$(EXEEXT)
+bin_PROGRAMS = openbox/openbox$(EXEEXT) \
+ tools/gdm-control/gdm-control$(EXEEXT) \
+ tools/gnome-panel-control/gnome-panel-control$(EXEEXT) \
+ tools/obxprop/obxprop$(EXEEXT)
+noinst_PROGRAMS = obt/obt_unittests$(EXEEXT)
+subdir = .
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
+ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
+ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
+ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
+ $(top_srcdir)/m4/openbox.m4 $(top_srcdir)/m4/po.m4 \
+ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/x11.m4 \
+ $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
+ $(am__configure_deps) $(dist_libexec_SCRIPTS) \
+ $(dist_rc_SCRIPTS) $(dist_apps_DATA) \
+ $(dist_artwizboxed_theme_DATA) $(dist_bear2_theme_DATA) \
+ $(dist_clearlooks34_theme_DATA) $(dist_clearlooks_theme_DATA) \
+ $(dist_clearlooksolive_theme_DATA) $(dist_doc_DATA) \
+ $(dist_docxbm_DATA) $(dist_gnomesession_DATA) \
+ $(dist_gnomewmfiles_DATA) $(dist_mikachu_theme_DATA) \
+ $(dist_natura_theme_DATA) $(dist_noinst_DATA) \
+ $(dist_onyx_theme_DATA) $(dist_onyxcitrus_theme_DATA) $(dist_onyxdarkred_theme_DATA) \
+ $(dist_orang_theme_DATA) $(dist_pixmap_DATA) $(dist_rc_DATA) \
+ $(dist_syscrash_theme_DATA) $(obtpubinclude_HEADERS) \
+ $(rrpubinclude_HEADERS) $(am__DIST_COMMON)
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno config.status.lineno
+mkinstalldirs = $(install_sh) -d
+CONFIG_CLEAN_FILES = obrender/obrender-3.5.pc obt/obt-3.5.pc \
+ obrender/version.h obt/version.h version.h
+CONFIG_CLEAN_VPATH_FILES =
+am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" \
+ "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(rcdir)" \
+ "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
+ "$(DESTDIR)$(rcdir)" "$(DESTDIR)$(man1dir)" \
+ "$(DESTDIR)$(appsdir)" "$(DESTDIR)$(artwizboxed_themedir)" \
+ "$(DESTDIR)$(bear2_themedir)" \
+ "$(DESTDIR)$(clearlooks34_themedir)" \
+ "$(DESTDIR)$(clearlooks_themedir)" \
+ "$(DESTDIR)$(clearlooksolive_themedir)" "$(DESTDIR)$(docdir)" \
+ "$(DESTDIR)$(docxbmdir)" "$(DESTDIR)$(gnomesessiondir)" \
+ "$(DESTDIR)$(gnomewmfilesdir)" "$(DESTDIR)$(mikachu_themedir)" \
+ "$(DESTDIR)$(natura_themedir)" "$(DESTDIR)$(onyx_themedir)" \
+ "$(DESTDIR)$(onyxcitrus_themedir)" \
+ "$(DESTDIR)$(onyxdarkred_themedir)" \
+ "$(DESTDIR)$(orang_themedir)" "$(DESTDIR)$(pixmapdir)" \
+ "$(DESTDIR)$(rcdir)" "$(DESTDIR)$(syscrash_themedir)" \
+ "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xsessionsdir)" \
+ "$(DESTDIR)$(obtpubincludedir)" "$(DESTDIR)$(rrpubincludedir)"
+PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+ test -z "$$files" \
+ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+ $(am__cd) "$$dir" && rm -f $$files; }; \
+ }
+LTLIBRARIES = $(lib_LTLIBRARIES)
+am__DEPENDENCIES_1 =
+obrender_libobrender_la_DEPENDENCIES = obt/libobt.la \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
+am__dirstamp = $(am__leading_dot)dirstamp
+am_obrender_libobrender_la_OBJECTS = \
+ obrender/libobrender_la-button.lo \
+ obrender/libobrender_la-color.lo \
+ obrender/libobrender_la-font.lo \
+ obrender/libobrender_la-gradient.lo \
+ obrender/libobrender_la-image.lo \
+ obrender/libobrender_la-imagecache.lo \
+ obrender/libobrender_la-instance.lo \
+ obrender/libobrender_la-mask.lo \
+ obrender/libobrender_la-render.lo \
+ obrender/libobrender_la-theme.lo
+obrender_libobrender_la_OBJECTS = \
+ $(am_obrender_libobrender_la_OBJECTS)
+AM_V_lt = $(am__v_lt_@AM_V@)
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
+am__v_lt_0 = --silent
+am__v_lt_1 =
+obrender_libobrender_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+ $(AM_CFLAGS) $(CFLAGS) $(obrender_libobrender_la_LDFLAGS) \
+ $(LDFLAGS) -o $@
+obt_libobt_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1)
+am_obt_libobt_la_OBJECTS = obt/libobt_la-display.lo \
+ obt/libobt_la-keyboard.lo obt/libobt_la-xml.lo \
+ obt/libobt_la-ddparse.lo obt/libobt_la-link.lo \
+ obt/libobt_la-paths.lo obt/libobt_la-prop.lo \
+ obt/libobt_la-signal.lo obt/libobt_la-xqueue.lo
+obt_libobt_la_OBJECTS = $(am_obt_libobt_la_OBJECTS)
+obt_libobt_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+ $(obt_libobt_la_LDFLAGS) $(LDFLAGS) -o $@
+am_obrender_rendertest_OBJECTS = obrender/rendertest-test.$(OBJEXT)
+obrender_rendertest_OBJECTS = $(am_obrender_rendertest_OBJECTS)
+obrender_rendertest_DEPENDENCIES = obt/libobt.la \
+ obrender/libobrender.la $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1)
+am_obt_obt_unittests_OBJECTS = \
+ obt/obt_unittests-unittest_base.$(OBJEXT) \
+ obt/obt_unittests-bsearch_unittest.$(OBJEXT)
+obt_obt_unittests_OBJECTS = $(am_obt_obt_unittests_OBJECTS)
+obt_obt_unittests_DEPENDENCIES = $(am__DEPENDENCIES_1) obt/libobt.la
+obt_obt_unittests_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+ $(AM_CFLAGS) $(CFLAGS) $(obt_obt_unittests_LDFLAGS) $(LDFLAGS) \
+ -o $@
+am_openbox_openbox_OBJECTS = openbox/actions/openbox-all.$(OBJEXT) \
+ openbox/actions/openbox-addremovedesktop.$(OBJEXT) \
+ openbox/actions/openbox-breakchroot.$(OBJEXT) \
+ openbox/actions/openbox-close.$(OBJEXT) \
+ openbox/actions/openbox-cyclewindows.$(OBJEXT) \
+ openbox/actions/openbox-debug.$(OBJEXT) \
+ openbox/actions/openbox-decorations.$(OBJEXT) \
+ openbox/actions/openbox-desktop.$(OBJEXT) \
+ openbox/actions/openbox-dock.$(OBJEXT) \
+ openbox/actions/openbox-dockautohide.$(OBJEXT) \
+ openbox/actions/openbox-directionalwindows.$(OBJEXT) \
+ openbox/actions/openbox-execute.$(OBJEXT) \
+ openbox/actions/openbox-exit.$(OBJEXT) \
+ openbox/actions/openbox-focus.$(OBJEXT) \
+ openbox/actions/openbox-focustobottom.$(OBJEXT) \
+ openbox/actions/openbox-fullscreen.$(OBJEXT) \
+ openbox/actions/openbox-growtoedge.$(OBJEXT) \
+ openbox/actions/openbox-iconify.$(OBJEXT) \
+ openbox/actions/openbox-if.$(OBJEXT) \
+ openbox/actions/openbox-kill.$(OBJEXT) \
+ openbox/actions/openbox-layer.$(OBJEXT) \
+ openbox/actions/openbox-lower.$(OBJEXT) \
+ openbox/actions/openbox-maximize.$(OBJEXT) \
+ openbox/actions/openbox-move.$(OBJEXT) \
+ openbox/actions/openbox-moverelative.$(OBJEXT) \
+ openbox/actions/openbox-moveresizeto.$(OBJEXT) \
+ openbox/actions/openbox-movetoedge.$(OBJEXT) \
+ openbox/actions/openbox-omnipresent.$(OBJEXT) \
+ openbox/actions/openbox-raise.$(OBJEXT) \
+ openbox/actions/openbox-raiselower.$(OBJEXT) \
+ openbox/actions/openbox-reconfigure.$(OBJEXT) \
+ openbox/actions/openbox-resize.$(OBJEXT) \
+ openbox/actions/openbox-resizerelative.$(OBJEXT) \
+ openbox/actions/openbox-restart.$(OBJEXT) \
+ openbox/actions/openbox-shade.$(OBJEXT) \
+ openbox/actions/openbox-shadelowerraise.$(OBJEXT) \
+ openbox/actions/openbox-showdesktop.$(OBJEXT) \
+ openbox/actions/openbox-showmenu.$(OBJEXT) \
+ openbox/actions/openbox-unfocus.$(OBJEXT) \
+ openbox/openbox-actions.$(OBJEXT) \
+ openbox/openbox-client.$(OBJEXT) \
+ openbox/openbox-client_list_menu.$(OBJEXT) \
+ openbox/openbox-client_list_combined_menu.$(OBJEXT) \
+ openbox/openbox-client_menu.$(OBJEXT) \
+ openbox/openbox-config.$(OBJEXT) \
+ openbox/openbox-debug.$(OBJEXT) openbox/openbox-dock.$(OBJEXT) \
+ openbox/openbox-event.$(OBJEXT) \
+ openbox/openbox-focus.$(OBJEXT) \
+ openbox/openbox-focus_cycle.$(OBJEXT) \
+ openbox/openbox-focus_cycle_indicator.$(OBJEXT) \
+ openbox/openbox-focus_cycle_popup.$(OBJEXT) \
+ openbox/openbox-frame.$(OBJEXT) \
+ openbox/openbox-framerender.$(OBJEXT) \
+ openbox/openbox-grab.$(OBJEXT) openbox/openbox-group.$(OBJEXT) \
+ openbox/openbox-keyboard.$(OBJEXT) \
+ openbox/openbox-keytree.$(OBJEXT) \
+ openbox/openbox-menuframe.$(OBJEXT) \
+ openbox/openbox-menu.$(OBJEXT) openbox/openbox-mouse.$(OBJEXT) \
+ openbox/openbox-moveresize.$(OBJEXT) \
+ openbox/openbox-openbox.$(OBJEXT) \
+ openbox/openbox-ping.$(OBJEXT) openbox/openbox-place.$(OBJEXT) \
+ openbox/openbox-place_overlap.$(OBJEXT) \
+ openbox/openbox-prompt.$(OBJEXT) \
+ openbox/openbox-popup.$(OBJEXT) \
+ openbox/openbox-resist.$(OBJEXT) \
+ openbox/openbox-screen.$(OBJEXT) \
+ openbox/openbox-session.$(OBJEXT) \
+ openbox/openbox-stacking.$(OBJEXT) \
+ openbox/openbox-startupnotify.$(OBJEXT) \
+ openbox/openbox-translate.$(OBJEXT) \
+ openbox/openbox-window.$(OBJEXT)
+openbox_openbox_OBJECTS = $(am_openbox_openbox_OBJECTS)
+openbox_openbox_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) obrender/libobrender.la obt/libobt.la
+openbox_openbox_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+ $(AM_CFLAGS) $(CFLAGS) $(openbox_openbox_LDFLAGS) $(LDFLAGS) \
+ -o $@
+am_tools_gdm_control_gdm_control_OBJECTS = \
+ tools/gdm-control/gdm_control-gdm-control.$(OBJEXT)
+tools_gdm_control_gdm_control_OBJECTS = \
+ $(am_tools_gdm_control_gdm_control_OBJECTS)
+tools_gdm_control_gdm_control_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
+am_tools_gnome_panel_control_gnome_panel_control_OBJECTS = tools/gnome-panel-control/gnome_panel_control-gnome-panel-control.$(OBJEXT)
+tools_gnome_panel_control_gnome_panel_control_OBJECTS = \
+ $(am_tools_gnome_panel_control_gnome_panel_control_OBJECTS)
+tools_gnome_panel_control_gnome_panel_control_DEPENDENCIES = \
+ $(am__DEPENDENCIES_1)
+am_tools_obxprop_obxprop_OBJECTS = \
+ tools/obxprop/obxprop-obxprop.$(OBJEXT)
+tools_obxprop_obxprop_OBJECTS = $(am_tools_obxprop_obxprop_OBJECTS)
+tools_obxprop_obxprop_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1)
+SCRIPTS = $(dist_libexec_SCRIPTS) $(dist_rc_SCRIPTS) \
+ $(nodist_bin_SCRIPTS) $(nodist_libexec_SCRIPTS) \
+ $(nodist_rc_SCRIPTS)
+AM_V_P = $(am__v_P_@AM_V@)
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
+am__v_GEN_0 = @echo " GEN " $@;
+am__v_GEN_1 =
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 =
+DEFAULT_INCLUDES = -I.@am__isrc@
+depcomp = $(SHELL) $(top_srcdir)/depcomp
+am__maybe_remake_depfiles = depfiles
+am__depfiles_remade = obrender/$(DEPDIR)/libobrender_la-button.Plo \
+ obrender/$(DEPDIR)/libobrender_la-color.Plo \
+ obrender/$(DEPDIR)/libobrender_la-font.Plo \
+ obrender/$(DEPDIR)/libobrender_la-gradient.Plo \
+ obrender/$(DEPDIR)/libobrender_la-image.Plo \
+ obrender/$(DEPDIR)/libobrender_la-imagecache.Plo \
+ obrender/$(DEPDIR)/libobrender_la-instance.Plo \
+ obrender/$(DEPDIR)/libobrender_la-mask.Plo \
+ obrender/$(DEPDIR)/libobrender_la-render.Plo \
+ obrender/$(DEPDIR)/libobrender_la-theme.Plo \
+ obrender/$(DEPDIR)/rendertest-test.Po \
+ obt/$(DEPDIR)/libobt_la-ddparse.Plo \
+ obt/$(DEPDIR)/libobt_la-display.Plo \
+ obt/$(DEPDIR)/libobt_la-keyboard.Plo \
+ obt/$(DEPDIR)/libobt_la-link.Plo \
+ obt/$(DEPDIR)/libobt_la-paths.Plo \
+ obt/$(DEPDIR)/libobt_la-prop.Plo \
+ obt/$(DEPDIR)/libobt_la-signal.Plo \
+ obt/$(DEPDIR)/libobt_la-xml.Plo \
+ obt/$(DEPDIR)/libobt_la-xqueue.Plo \
+ obt/$(DEPDIR)/obt_unittests-bsearch_unittest.Po \
+ obt/$(DEPDIR)/obt_unittests-unittest_base.Po \
+ openbox/$(DEPDIR)/openbox-actions.Po \
+ openbox/$(DEPDIR)/openbox-client.Po \
+ openbox/$(DEPDIR)/openbox-client_list_combined_menu.Po \
+ openbox/$(DEPDIR)/openbox-client_list_menu.Po \
+ openbox/$(DEPDIR)/openbox-client_menu.Po \
+ openbox/$(DEPDIR)/openbox-config.Po \
+ openbox/$(DEPDIR)/openbox-debug.Po \
+ openbox/$(DEPDIR)/openbox-dock.Po \
+ openbox/$(DEPDIR)/openbox-event.Po \
+ openbox/$(DEPDIR)/openbox-focus.Po \
+ openbox/$(DEPDIR)/openbox-focus_cycle.Po \
+ openbox/$(DEPDIR)/openbox-focus_cycle_indicator.Po \
+ openbox/$(DEPDIR)/openbox-focus_cycle_popup.Po \
+ openbox/$(DEPDIR)/openbox-frame.Po \
+ openbox/$(DEPDIR)/openbox-framerender.Po \
+ openbox/$(DEPDIR)/openbox-grab.Po \
+ openbox/$(DEPDIR)/openbox-group.Po \
+ openbox/$(DEPDIR)/openbox-keyboard.Po \
+ openbox/$(DEPDIR)/openbox-keytree.Po \
+ openbox/$(DEPDIR)/openbox-menu.Po \
+ openbox/$(DEPDIR)/openbox-menuframe.Po \
+ openbox/$(DEPDIR)/openbox-mouse.Po \
+ openbox/$(DEPDIR)/openbox-moveresize.Po \
+ openbox/$(DEPDIR)/openbox-openbox.Po \
+ openbox/$(DEPDIR)/openbox-ping.Po \
+ openbox/$(DEPDIR)/openbox-place.Po \
+ openbox/$(DEPDIR)/openbox-place_overlap.Po \
+ openbox/$(DEPDIR)/openbox-popup.Po \
+ openbox/$(DEPDIR)/openbox-prompt.Po \
+ openbox/$(DEPDIR)/openbox-resist.Po \
+ openbox/$(DEPDIR)/openbox-screen.Po \
+ openbox/$(DEPDIR)/openbox-session.Po \
+ openbox/$(DEPDIR)/openbox-stacking.Po \
+ openbox/$(DEPDIR)/openbox-startupnotify.Po \
+ openbox/$(DEPDIR)/openbox-translate.Po \
+ openbox/$(DEPDIR)/openbox-window.Po \
+ openbox/actions/$(DEPDIR)/openbox-addremovedesktop.Po \
+ openbox/actions/$(DEPDIR)/openbox-all.Po \
+ openbox/actions/$(DEPDIR)/openbox-breakchroot.Po \
+ openbox/actions/$(DEPDIR)/openbox-close.Po \
+ openbox/actions/$(DEPDIR)/openbox-cyclewindows.Po \
+ openbox/actions/$(DEPDIR)/openbox-debug.Po \
+ openbox/actions/$(DEPDIR)/openbox-decorations.Po \
+ openbox/actions/$(DEPDIR)/openbox-desktop.Po \
+ openbox/actions/$(DEPDIR)/openbox-directionalwindows.Po \
+ openbox/actions/$(DEPDIR)/openbox-dock.Po \
+ openbox/actions/$(DEPDIR)/openbox-dockautohide.Po \
+ openbox/actions/$(DEPDIR)/openbox-execute.Po \
+ openbox/actions/$(DEPDIR)/openbox-exit.Po \
+ openbox/actions/$(DEPDIR)/openbox-focus.Po \
+ openbox/actions/$(DEPDIR)/openbox-focustobottom.Po \
+ openbox/actions/$(DEPDIR)/openbox-fullscreen.Po \
+ openbox/actions/$(DEPDIR)/openbox-growtoedge.Po \
+ openbox/actions/$(DEPDIR)/openbox-iconify.Po \
+ openbox/actions/$(DEPDIR)/openbox-if.Po \
+ openbox/actions/$(DEPDIR)/openbox-kill.Po \
+ openbox/actions/$(DEPDIR)/openbox-layer.Po \
+ openbox/actions/$(DEPDIR)/openbox-lower.Po \
+ openbox/actions/$(DEPDIR)/openbox-maximize.Po \
+ openbox/actions/$(DEPDIR)/openbox-move.Po \
+ openbox/actions/$(DEPDIR)/openbox-moverelative.Po \
+ openbox/actions/$(DEPDIR)/openbox-moveresizeto.Po \
+ openbox/actions/$(DEPDIR)/openbox-movetoedge.Po \
+ openbox/actions/$(DEPDIR)/openbox-omnipresent.Po \
+ openbox/actions/$(DEPDIR)/openbox-raise.Po \
+ openbox/actions/$(DEPDIR)/openbox-raiselower.Po \
+ openbox/actions/$(DEPDIR)/openbox-reconfigure.Po \
+ openbox/actions/$(DEPDIR)/openbox-resize.Po \
+ openbox/actions/$(DEPDIR)/openbox-resizerelative.Po \
+ openbox/actions/$(DEPDIR)/openbox-restart.Po \
+ openbox/actions/$(DEPDIR)/openbox-shade.Po \
+ openbox/actions/$(DEPDIR)/openbox-shadelowerraise.Po \
+ openbox/actions/$(DEPDIR)/openbox-showdesktop.Po \
+ openbox/actions/$(DEPDIR)/openbox-showmenu.Po \
+ openbox/actions/$(DEPDIR)/openbox-unfocus.Po \
+ tools/gdm-control/$(DEPDIR)/gdm_control-gdm-control.Po \
+ tools/gnome-panel-control/$(DEPDIR)/gnome_panel_control-gnome-panel-control.Po \
+ tools/obxprop/$(DEPDIR)/obxprop-obxprop.Po
+am__mv = mv -f
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
+ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+ $(AM_CFLAGS) $(CFLAGS)
+AM_V_CC = $(am__v_CC_@AM_V@)
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
+am__v_CC_0 = @echo " CC " $@;
+am__v_CC_1 =
+CCLD = $(CC)
+LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
+am__v_CCLD_0 = @echo " CCLD " $@;
+am__v_CCLD_1 =
+SOURCES = $(obrender_libobrender_la_SOURCES) $(obt_libobt_la_SOURCES) \
+ $(obrender_rendertest_SOURCES) $(obt_obt_unittests_SOURCES) \
+ $(openbox_openbox_SOURCES) \
+ $(tools_gdm_control_gdm_control_SOURCES) \
+ $(tools_gnome_panel_control_gnome_panel_control_SOURCES) \
+ $(tools_obxprop_obxprop_SOURCES)
+DIST_SOURCES = $(obrender_libobrender_la_SOURCES) \
+ $(obt_libobt_la_SOURCES) $(obrender_rendertest_SOURCES) \
+ $(obt_obt_unittests_SOURCES) $(openbox_openbox_SOURCES) \
+ $(tools_gdm_control_gdm_control_SOURCES) \
+ $(tools_gnome_panel_control_gnome_panel_control_SOURCES) \
+ $(tools_obxprop_obxprop_SOURCES)
+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
+ ctags-recursive dvi-recursive html-recursive info-recursive \
+ install-data-recursive install-dvi-recursive \
+ install-exec-recursive install-html-recursive \
+ install-info-recursive install-pdf-recursive \
+ install-ps-recursive install-recursive installcheck-recursive \
+ installdirs-recursive pdf-recursive ps-recursive \
+ tags-recursive uninstall-recursive
+am__can_run_installinfo = \
+ case $$AM_UPDATE_INFO_DIR in \
+ n|no|NO) false;; \
+ *) (install-info --version) >/dev/null 2>&1;; \
+ esac
+man1dir = $(mandir)/man1
+NROFF = nroff
+MANS = $(nodist_man_MANS)
+DATA = $(dist_apps_DATA) $(dist_artwizboxed_theme_DATA) \
+ $(dist_bear2_theme_DATA) $(dist_clearlooks34_theme_DATA) \
+ $(dist_clearlooks_theme_DATA) \
+ $(dist_clearlooksolive_theme_DATA) $(dist_doc_DATA) \
+ $(dist_docxbm_DATA) $(dist_gnomesession_DATA) \
+ $(dist_gnomewmfiles_DATA) $(dist_mikachu_theme_DATA) \
+ $(dist_natura_theme_DATA) $(dist_noinst_DATA) \
+ $(dist_onyx_theme_DATA) $(dist_onyxcitrus_theme_DATA) $(dist_onyxdarkred_theme_DATA) \
+ $(dist_orang_theme_DATA) $(dist_pixmap_DATA) $(dist_rc_DATA) \
+ $(dist_syscrash_theme_DATA) $(nodist_pkgconfig_DATA) \
+ $(nodist_xsessions_DATA)
+HEADERS = $(obtpubinclude_HEADERS) $(rrpubinclude_HEADERS)
+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
+ distclean-recursive maintainer-clean-recursive
+am__recursive_targets = \
+ $(RECURSIVE_TARGETS) \
+ $(RECURSIVE_CLEAN_TARGETS) \
+ $(am__extra_recursive_targets)
+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
+ cscope distdir distdir-am dist dist-all distcheck
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
+# Read a list of newline-separated strings from the standard input,
+# and print each of them once, without duplicates. Input order is
+# *not* preserved.
+am__uniquify_input = $(AWK) '\
+ BEGIN { nonempty = 0; } \
+ { items[$$0] = 1; nonempty = 1; } \
+ END { if (nonempty) { for (i in items) print i; }; } \
+'
+# Make sure the list of sources is unique. This is necessary because,
+# e.g., the same source file might be shared among _SOURCES variables
+# for different programs/libraries.
+am__define_uniq_tagged_files = \
+ list='$(am__tagged_files)'; \
+ unique=`for i in $$list; do \
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+ done | $(am__uniquify_input)`
+DIST_SUBDIRS = $(SUBDIRS)
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/version.h.in \
+ $(top_srcdir)/obrender/obrender-3.5.pc.in \
+ $(top_srcdir)/obrender/version.h.in \
+ $(top_srcdir)/obt/obt-3.5.pc.in $(top_srcdir)/obt/version.h.in \
+ ABOUT-NLS AUTHORS COPYING README compile config.guess \
+ config.rpath config.sub depcomp install-sh ltmain.sh missing
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+distdir = $(PACKAGE)-$(VERSION)
+top_distdir = $(distdir)
+am__remove_distdir = \
+ if test -d "$(distdir)"; then \
+ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
+ && rm -rf "$(distdir)" \
+ || { sleep 5 && rm -rf "$(distdir)"; }; \
+ else :; fi
+am__post_remove_distdir = $(am__remove_distdir)
+am__relativize = \
+ dir0=`pwd`; \
+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+ sed_rest='s,^[^/]*/*,,'; \
+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+ sed_butlast='s,/*[^/]*$$,,'; \
+ while test -n "$$dir1"; do \
+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+ if test "$$first" != "."; then \
+ if test "$$first" = ".."; then \
+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+ else \
+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+ if test "$$first2" = "$$first"; then \
+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+ else \
+ dir2="../$$dir2"; \
+ fi; \
+ dir0="$$dir0"/"$$first"; \
+ fi; \
+ fi; \
+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+ done; \
+ reldir="$$dir2"
+DIST_ARCHIVES = $(distdir).tar.gz
+GZIP_ENV = --best
+DIST_TARGETS = dist-gzip
+# Exists only to be overridden by the user if desired.
+AM_DISTCHECK_DVI_TARGET = dvi
+distuninstallcheck_listfiles = find . -type f -print
+am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
+ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
+distcleancheck_listfiles = find . -type f -print
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AR = @AR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CSCOPE = @CSCOPE@
+CTAGS = @CTAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DIRNAME = @DIRNAME@
+DLLTOOL = @DLLTOOL@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EFENCE_LIBS = @EFENCE_LIBS@
+EGREP = @EGREP@
+ETAGS = @ETAGS@
+EXEEXT = @EXEEXT@
+FGREP = @FGREP@
+FILECMD = @FILECMD@
+GLIB_CFLAGS = @GLIB_CFLAGS@
+GLIB_LIBS = @GLIB_LIBS@
+GMSGFMT = @GMSGFMT@
+GMSGFMT_015 = @GMSGFMT_015@
+GREP = @GREP@
+IMLIB2_CFLAGS = @IMLIB2_CFLAGS@
+IMLIB2_LIBS = @IMLIB2_LIBS@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INTLLIBS = @INTLLIBS@
+INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBICONV = @LIBICONV@
+LIBINTL = @LIBINTL@
+LIBOBJS = @LIBOBJS@
+LIBRSVG_CFLAGS = @LIBRSVG_CFLAGS@
+LIBRSVG_LIBS = @LIBRSVG_LIBS@
+LIBS = @LIBS@
+LIBSN_CFLAGS = @LIBSN_CFLAGS@
+LIBSN_LIBS = @LIBSN_LIBS@
+LIBTOOL = @LIBTOOL@
+LIBTOOL_DEPS = @LIBTOOL_DEPS@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBICONV = @LTLIBICONV@
+LTLIBINTL = @LTLIBINTL@
+LTLIBOBJS = @LTLIBOBJS@
+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MKDIR_P = @MKDIR_P@
+MSGFMT = @MSGFMT@
+MSGFMT_015 = @MSGFMT_015@
+MSGMERGE = @MSGMERGE@
+NM = @NM@
+NMEDIT = @NMEDIT@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OBT_AGE = @OBT_AGE@
+OBT_BINARY_AGE = @OBT_BINARY_AGE@
+OBT_CURRENT = @OBT_CURRENT@
+OBT_CURRENT_MINUS_AGE = @OBT_CURRENT_MINUS_AGE@
+OBT_INTERFACE_AGE = @OBT_INTERFACE_AGE@
+OBT_MAJOR_VERSION = @OBT_MAJOR_VERSION@
+OBT_MICRO_VERSION = @OBT_MICRO_VERSION@
+OBT_MINOR_VERSION = @OBT_MINOR_VERSION@
+OBT_RELEASE = @OBT_RELEASE@
+OBT_REVISION = @OBT_REVISION@
+OBT_VERSION = @OBT_VERSION@
+OB_VERSION = @OB_VERSION@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PANGO_CFLAGS = @PANGO_CFLAGS@
+PANGO_LIBS = @PANGO_LIBS@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_IMLIB = @PKG_CONFIG_IMLIB@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_LIBRSVG = @PKG_CONFIG_LIBRSVG@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+POSUB = @POSUB@
+RANLIB = @RANLIB@
+RR_AGE = @RR_AGE@
+RR_BINARY_AGE = @RR_BINARY_AGE@
+RR_CURRENT = @RR_CURRENT@
+RR_CURRENT_MINUS_AGE = @RR_CURRENT_MINUS_AGE@
+RR_INTERFACE_AGE = @RR_INTERFACE_AGE@
+RR_MAJOR_VERSION = @RR_MAJOR_VERSION@
+RR_MICRO_VERSION = @RR_MICRO_VERSION@
+RR_MINOR_VERSION = @RR_MINOR_VERSION@
+RR_RELEASE = @RR_RELEASE@
+RR_REVISION = @RR_REVISION@
+RR_VERSION = @RR_VERSION@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+SM_CFLAGS = @SM_CFLAGS@
+SM_LIBS = @SM_LIBS@
+STRIP = @STRIP@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+XAUTH_CFLAGS = @XAUTH_CFLAGS@
+XAUTH_LIBS = @XAUTH_LIBS@
+XCURSOR_CFLAGS = @XCURSOR_CFLAGS@
+XCURSOR_LIBS = @XCURSOR_LIBS@
+XGETTEXT = @XGETTEXT@
+XGETTEXT_015 = @XGETTEXT_015@
+XINERAMA_LIBS = @XINERAMA_LIBS@
+XKB_CFLAGS = @XKB_CFLAGS@
+XKB_LIBS = @XKB_LIBS@
+XMKMF = @XMKMF@
+XML_CFLAGS = @XML_CFLAGS@
+XML_LIBS = @XML_LIBS@
+XRANDR_CFLAGS = @XRANDR_CFLAGS@
+XRANDR_LIBS = @XRANDR_LIBS@
+XSHAPE_CFLAGS = @XSHAPE_CFLAGS@
+XSHAPE_LIBS = @XSHAPE_LIBS@
+XSYNC_CFLAGS = @XSYNC_CFLAGS@
+XSYNC_LIBS = @XSYNC_LIBS@
+X_CFLAGS = @X_CFLAGS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = $(datadir)/locale
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+runstatedir = @runstatedir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+SUBDIRS = m4 po
+docxbmdir = $(docdir)/xbm
+themedir = $(datadir)/themes
+configdir = $(sysconfdir)/xdg
+rcdir = $(configdir)/openbox
+xsessionsdir = $(datadir)/xsessions
+gnomesessiondir = $(datadir)/gnome-session/sessions
+gnomewmfilesdir = $(datadir)/gnome/wm-properties
+pkgconfigdir = $(libdir)/pkgconfig
+obtpubincludedir = $(includedir)/openbox/@OBT_VERSION@/obt
+rrpubincludedir = $(includedir)/openbox/@RR_VERSION@/obrender
+pixmapdir = $(datadir)/pixmaps
+xsddir = $(datadir)/openbox
+appsdir = $(datadir)/applications
+theme = Clearlooks
+AUTOMAKE_OPTIONS = subdir-objects foreign
+ACLOCAL_AMFLAGS = -I m4
+INCLUDES = -I.
+lib_LTLIBRARIES = \
+ obt/libobt.la \
+ obrender/libobrender.la
+
+nodist_bin_SCRIPTS = \
+ data/xsession/openbox-session \
+ data/xsession/openbox-gnome-session \
+ data/xsession/openbox-kde-session
+
+dist_rc_SCRIPTS = \
+ data/environment
+
+nodist_rc_SCRIPTS = \
+ data/autostart/autostart
+
+dist_libexec_SCRIPTS = \
+ data/autostart/openbox-xdg-autostart
+
+nodist_libexec_SCRIPTS = \
+ data/autostart/openbox-autostart
+
+obrender_rendertest_CPPFLAGS = \
+ $(PANGO_CFLAGS) \
+ $(GLIB_CFLAGS) \
+ -DG_LOG_DOMAIN=\"RenderTest\"
+
+obrender_rendertest_LDADD = \
+ obt/libobt.la \
+ obrender/libobrender.la \
+ $(GLIB_LIBS) \
+ $(PANGO_LIBS) \
+ $(XML_LIBS) \
+ $(X_LIBS)
+
+obrender_rendertest_SOURCES = obrender/test.c
+obrender_libobrender_la_CPPFLAGS = \
+ $(X_CFLAGS) \
+ $(GLIB_CFLAGS) \
+ $(XML_CFLAGS) \
+ $(PANGO_CFLAGS) \
+ $(IMLIB2_CFLAGS) \
+ $(LIBRSVG_CFLAGS) \
+ -DG_LOG_DOMAIN=\"ObRender\" \
+ -DDEFAULT_THEME=\"$(theme)\"
+
+obrender_libobrender_la_LDFLAGS = \
+ -version-info $(RR_CURRENT):$(RR_REVISION):$(RR_AGE)
+
+obrender_libobrender_la_LIBADD = \
+ obt/libobt.la \
+ $(X_LIBS) \
+ $(PANGO_LIBS) \
+ $(GLIB_LIBS) \
+ $(IMLIB2_LIBS) \
+ $(LIBRSVG_LIBS) \
+ $(XML_LIBS)
+
+obrender_libobrender_la_SOURCES = \
+ gettext.h \
+ obrender/button.c \
+ obrender/color.h \
+ obrender/color.c \
+ obrender/font.h \
+ obrender/font.c \
+ obrender/geom.h \
+ obrender/gradient.h \
+ obrender/gradient.c \
+ obrender/icon.h \
+ obrender/image.h \
+ obrender/image.c \
+ obrender/imagecache.h \
+ obrender/imagecache.c \
+ obrender/instance.h \
+ obrender/instance.c \
+ obrender/mask.h \
+ obrender/mask.c \
+ obrender/render.h \
+ obrender/render.c \
+ obrender/theme.h \
+ obrender/theme.c
+
+obt_libobt_la_CPPFLAGS = \
+ $(X_CFLAGS) \
+ $(XINERAMA_CFLAGS) \
+ $(XKB_CFLAGS) \
+ $(XRANDR_CFLAGS) \
+ $(XSHAPE_CFLAGS) \
+ $(XSYNC_CFLAGS) \
+ $(GLIB_CFLAGS) \
+ $(XML_CFLAGS) \
+ -DG_LOG_DOMAIN=\"Obt\" \
+ -DLOCALEDIR=\"$(localedir)\" \
+ -DDATADIR=\"$(datadir)\" \
+ -DCONFIGDIR=\"$(configdir)\"
+
+obt_libobt_la_LDFLAGS = \
+ -version-info $(OBT_CURRENT):$(OBT_REVISION):$(OBT_AGE)
+
+obt_libobt_la_LIBADD = \
+ $(X_LIBS) \
+ $(XINERAMA_LIBS) \
+ $(XKB_LIBS) \
+ $(XRANDR_LIBS) \
+ $(XSHAPE_LIBS) \
+ $(XSYNC_LIBS) \
+ $(GLIB_LIBS) \
+ $(XML_LIBS)
+
+obt_libobt_la_SOURCES = \
+ obt/bsearch.h \
+ obt/display.h \
+ obt/display.c \
+ obt/internal.h \
+ obt/keyboard.h \
+ obt/keyboard.c \
+ obt/xml.h \
+ obt/xml.c \
+ obt/ddparse.h \
+ obt/ddparse.c \
+ obt/link.h \
+ obt/link.c \
+ obt/paths.h \
+ obt/paths.c \
+ obt/prop.h \
+ obt/prop.c \
+ obt/signal.h \
+ obt/signal.c \
+ obt/util.h \
+ obt/xqueue.h \
+ obt/xqueue.c
+
+openbox_openbox_CPPFLAGS = \
+ $(SM_CFLAGS) \
+ $(X_CFLAGS) \
+ $(XCURSOR_CFLAGS) \
+ $(SM_CFLAGS) \
+ $(PANGO_CFLAGS) \
+ $(GLIB_CFLAGS) \
+ $(LIBSN_CFLAGS) \
+ $(XML_CFLAGS) \
+ -DLOCALEDIR=\"$(localedir)\" \
+ -DDATADIR=\"$(datadir)\" \
+ -DCONFIGDIR=\"$(configdir)\" \
+ -DG_LOG_DOMAIN=\"Openbox\"
+
+openbox_openbox_LDADD = \
+ $(XINERAMA_LIBS) \
+ $(XRANDR_LIBS) \
+ $(SM_LIBS) \
+ $(GLIB_LIBS) \
+ $(X_LIBS) \
+ $(XCURSOR_LIBS) \
+ $(LIBSN_LIBS) \
+ $(XML_LIBS) \
+ $(EFENCE_LIBS) \
+ $(LIBINTL) \
+ obrender/libobrender.la \
+ obt/libobt.la
+
+openbox_openbox_LDFLAGS = -export-dynamic
+openbox_openbox_SOURCES = \
+ gettext.h \
+ openbox/actions/all.c \
+ openbox/actions/all.h \
+ openbox/actions/addremovedesktop.c \
+ openbox/actions/breakchroot.c \
+ openbox/actions/close.c \
+ openbox/actions/cyclewindows.c \
+ openbox/actions/debug.c \
+ openbox/actions/decorations.c \
+ openbox/actions/desktop.c \
+ openbox/actions/dock.c \
+ openbox/actions/dockautohide.c \
+ openbox/actions/directionalwindows.c \
+ openbox/actions/execute.c \
+ openbox/actions/exit.c \
+ openbox/actions/focus.c \
+ openbox/actions/focustobottom.c \
+ openbox/actions/fullscreen.c \
+ openbox/actions/growtoedge.c \
+ openbox/actions/iconify.c \
+ openbox/actions/if.c \
+ openbox/actions/kill.c \
+ openbox/actions/layer.c \
+ openbox/actions/lower.c \
+ openbox/actions/maximize.c \
+ openbox/actions/move.c \
+ openbox/actions/moverelative.c \
+ openbox/actions/moveresizeto.c \
+ openbox/actions/movetoedge.c \
+ openbox/actions/omnipresent.c \
+ openbox/actions/raise.c \
+ openbox/actions/raiselower.c \
+ openbox/actions/reconfigure.c \
+ openbox/actions/resize.c \
+ openbox/actions/resizerelative.c \
+ openbox/actions/restart.c \
+ openbox/actions/shade.c \
+ openbox/actions/shadelowerraise.c \
+ openbox/actions/showdesktop.c \
+ openbox/actions/showmenu.c \
+ openbox/actions/unfocus.c \
+ openbox/actions.c \
+ openbox/actions.h \
+ openbox/client.c \
+ openbox/client.h \
+ openbox/client_list_menu.c \
+ openbox/client_list_menu.h \
+ openbox/client_list_combined_menu.c \
+ openbox/client_list_combined_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/focus.c \
+ openbox/focus.h \
+ openbox/focus_cycle.c \
+ openbox/focus_cycle.h \
+ openbox/focus_cycle_indicator.c \
+ openbox/focus_cycle_indicator.h \
+ openbox/focus_cycle_popup.c \
+ openbox/focus_cycle_popup.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 \
+ 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/ping.c \
+ openbox/ping.h \
+ openbox/place.c \
+ openbox/place.h \
+ openbox/place_overlap.c \
+ openbox/place_overlap.h \
+ openbox/prompt.c \
+ openbox/prompt.h \
+ openbox/popup.c \
+ openbox/popup.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 \
+ openbox/startupnotify.c \
+ openbox/startupnotify.h \
+ openbox/translate.c \
+ openbox/translate.h \
+ openbox/window.c \
+ openbox/window.h
+
+obt_obt_unittests_CPPFLAGS = \
+ $(GLIB_CFLAGS) \
+ -DLOCALEDIR=\"$(localedir)\" \
+ -DDATADIR=\"$(datadir)\" \
+ -DCONFIGDIR=\"$(configdir)\" \
+ -DG_LOG_DOMAIN=\"Obt-Unittests\"
+
+obt_obt_unittests_LDADD = \
+ $(GLIB_LIBS) \
+ obt/libobt.la
+
+obt_obt_unittests_LDFLAGS = -export-dynamic
+obt_obt_unittests_SOURCES = \
+ obt/unittest_base.h \
+ obt/unittest_base.c \
+ obt/bsearch_unittest.c
+
+tools_gnome_panel_control_gnome_panel_control_CPPFLAGS = \
+ $(X_CFLAGS)
+
+tools_gnome_panel_control_gnome_panel_control_LDADD = \
+ $(X_LIBS)
+
+tools_gnome_panel_control_gnome_panel_control_SOURCES = \
+ tools/gnome-panel-control/gnome-panel-control.c
+
+tools_obxprop_obxprop_CPPFLAGS = \
+ $(GLIB_CFLAGS) \
+ $(X_CFLAGS)
+
+tools_obxprop_obxprop_LDADD = \
+ $(GLIB_LIBS) \
+ $(X_LIBS)
+
+tools_obxprop_obxprop_SOURCES = \
+ tools/obxprop/obxprop.c
+
+tools_gdm_control_gdm_control_CPPFLAGS = \
+ $(XAUTH_CFLAGS) \
+ $(X_CFLAGS) \
+ $(GLIB_CFLAGS)
+
+tools_gdm_control_gdm_control_LDADD = \
+ $(XAUTH_LIBS) \
+ $(X_LIBS) \
+ $(GLIB_LIBS)
+
+tools_gdm_control_gdm_control_SOURCES = \
+ tools/gdm-control/gdm-control.c
+
+dist_docxbm_DATA = \
+ data/xbm/bullet.xbm \
+ data/xbm/close.xbm \
+ data/xbm/desk_toggled.xbm \
+ data/xbm/desk.xbm \
+ data/xbm/iconify.xbm \
+ data/xbm/max_toggled.xbm \
+ data/xbm/max.xbm \
+ data/xbm/shade_toggled.xbm \
+ data/xbm/shade.xbm
+
+clearlooks_themedir = $(themedir)/Clearlooks/openbox-3
+dist_clearlooks_theme_DATA = \
+ themes/Clearlooks/openbox-3/themerc
+
+clearlooks34_themedir = $(themedir)/Clearlooks-3.4/openbox-3
+dist_clearlooks34_theme_DATA = \
+ themes/Clearlooks-3.4/openbox-3/themerc
+
+clearlooksolive_themedir = $(themedir)/Clearlooks-Olive/openbox-3
+dist_clearlooksolive_theme_DATA = \
+ themes/Clearlooks-Olive/openbox-3/themerc
+
+mikachu_themedir = $(themedir)/Mikachu/openbox-3
+dist_mikachu_theme_DATA = \
+ themes/Mikachu/openbox-3/bullet.xbm \
+ themes/Mikachu/openbox-3/close.xbm \
+ themes/Mikachu/openbox-3/desk.xbm \
+ themes/Mikachu/openbox-3/iconify.xbm \
+ themes/Mikachu/openbox-3/max.xbm \
+ themes/Mikachu/openbox-3/themerc
+
+natura_themedir = $(themedir)/Natura/openbox-3
+dist_natura_theme_DATA = \
+ themes/Natura/openbox-3/close_hover.xbm \
+ themes/Natura/openbox-3/close.xbm \
+ themes/Natura/openbox-3/desk_toggled.xbm \
+ themes/Natura/openbox-3/desk_hover.xbm \
+ themes/Natura/openbox-3/desk.xbm \
+ themes/Natura/openbox-3/iconify_hover.xbm \
+ themes/Natura/openbox-3/iconify.xbm \
+ themes/Natura/openbox-3/max_hover.xbm \
+ themes/Natura/openbox-3/max_toggled.xbm \
+ themes/Natura/openbox-3/max.xbm \
+ themes/Natura/openbox-3/shade.xbm \
+ themes/Natura/openbox-3/shade_hover.xbm \
+ themes/Natura/openbox-3/themerc
+
+artwizboxed_themedir = $(themedir)/Artwiz-boxed/openbox-3
+dist_artwizboxed_theme_DATA = \
+ themes/Artwiz-boxed/openbox-3/themerc
+
+bear2_themedir = $(themedir)/Bear2/openbox-3
+dist_bear2_theme_DATA = \
+ themes/Bear2/openbox-3/close_pressed.xbm \
+ themes/Bear2/openbox-3/close.xbm \
+ themes/Bear2/openbox-3/desk_toggled.xbm \
+ themes/Bear2/openbox-3/desk.xbm \
+ themes/Bear2/openbox-3/iconify_pressed.xbm \
+ themes/Bear2/openbox-3/iconify.xbm \
+ themes/Bear2/openbox-3/max_pressed.xbm \
+ themes/Bear2/openbox-3/max_toggled.xbm \
+ themes/Bear2/openbox-3/max.xbm \
+ themes/Bear2/openbox-3/shade_pressed.xbm \
+ themes/Bear2/openbox-3/shade.xbm \
+ themes/Bear2/openbox-3/themerc
+
+orang_themedir = $(themedir)/Orang/openbox-3
+dist_orang_theme_DATA = \
+ themes/Orang/openbox-3/themerc
+
+onyx_themedir = $(themedir)/Onyx/openbox-3
+dist_onyx_theme_DATA = \
+ themes/Onyx/openbox-3/themerc
+
+onyxcitrus_themedir = $(themedir)/Onyx-Citrus/openbox-3
+dist_onyxcitrus_theme_DATA = \
+ themes/Onyx-Citrus/openbox-3/themerc
+
+onyxdarkred_themedir = $(themedir)/Onyx-DarkRed/openbox-3
+dist_onyxdarkred_theme_DATA = \
+ themes/Onyx-DarkRed/openbox-3/themerc
+
+syscrash_themedir = $(themedir)/Syscrash/openbox-3
+dist_syscrash_theme_DATA = \
+ themes/Syscrash/openbox-3/max_disabled.xbm \
+ themes/Syscrash/openbox-3/max_pressed.xbm \
+ themes/Syscrash/openbox-3/max_toggled.xbm \
+ themes/Syscrash/openbox-3/max.xbm \
+ themes/Syscrash/openbox-3/themerc
+
+rrpubinclude_HEADERS = \
+ obrender/color.h \
+ obrender/font.h \
+ obrender/geom.h \
+ obrender/gradient.h \
+ obrender/image.h \
+ obrender/instance.h \
+ obrender/mask.h \
+ obrender/render.h \
+ obrender/theme.h \
+ obrender/version.h
+
+obtpubinclude_HEADERS = \
+ obt/link.h \
+ obt/display.h \
+ obt/keyboard.h \
+ obt/xml.h \
+ obt/paths.h \
+ obt/prop.h \
+ obt/signal.h \
+ obt/util.h \
+ obt/version.h \
+ obt/xqueue.h
+
+nodist_pkgconfig_DATA = \
+ obrender/obrender-3.5.pc \
+ obt/obt-3.5.pc
+
+dist_apps_DATA = \
+ data/openbox.desktop
+
+dist_pixmap_DATA = \
+ data/openbox.png
+
+dist_rc_DATA = \
+ data/rc.xml \
+ data/menu.xml
+
+edit = $(SED) \
+ -e 's!@version\@!$(VERSION)!' \
+ -e 's!@configdir\@!$(configdir)!' \
+ -e 's!@rcdir\@!$(rcdir)!' \
+ -e 's!@libexecdir\@!$(libexecdir)!' \
+ -e 's!@bindir\@!$(bindir)!'
+
+dist_gnomewmfiles_DATA = \
+ data/gnome-wm-properties/openbox.desktop
+
+nodist_xsessions_DATA = \
+ data/xsession/openbox.desktop \
+ data/xsession/openbox-gnome.desktop \
+ data/xsession/openbox-kde.desktop
+
+dist_gnomesession_DATA = \
+ data/gnome-session/openbox-gnome.session \
+ data/gnome-session/openbox-gnome-fallback.session
+
+dist_noinst_DATA = \
+ data/rc.xsd \
+ data/menu.xsd \
+ data/autostart/autostart.in \
+ data/autostart/openbox-autostart.in \
+ data/xsession/openbox.desktop.in \
+ data/xsession/openbox-gnome.desktop.in \
+ data/xsession/openbox-kde.desktop.in \
+ data/xsession/openbox-session.in \
+ data/xsession/openbox-gnome-session.in \
+ data/xsession/openbox-kde-session.in \
+ doc/openbox.1.sgml \
+ doc/openbox.1.in \
+ doc/openbox-session.1.sgml \
+ doc/openbox-session.1.in \
+ doc/openbox-gnome-session.1.sgml \
+ doc/openbox-gnome-session.1.in \
+ doc/openbox-kde-session.1.sgml \
+ doc/openbox-kde-session.1.in \
+ doc/obxprop.1.sgml \
+ doc/obxprop.1.in \
+ obrender/version.h.in \
+ obrender/obrender-3.5.pc.in \
+ obt/obt-3.5.pc.in \
+ obt/version.h.in \
+ tools/themeupdate/themeupdate.py \
+ tests/hideshow.py \
+ tests/Makefile \
+ tests/aspect.c \
+ tests/fullscreen.c \
+ tests/grav.c \
+ tests/grouptran.c \
+ tests/icons.c \
+ tests/modal2.c \
+ tests/modal3.c \
+ tests/modal.c \
+ tests/noresize.c \
+ tests/override.c \
+ tests/positioned.c \
+ tests/strut.c \
+ tests/title.c \
+ tests/urgent.c
+
+dist_doc_DATA = \
+ COMPLIANCE \
+ README \
+ AUTHORS \
+ CHANGELOG \
+ COPYING \
+ data/rc.xsd \
+ data/menu.xsd \
+ doc/rc-mouse-focus.xml
+
+nodist_man_MANS = \
+ doc/openbox.1 \
+ doc/openbox-session.1 \
+ doc/openbox-gnome-session.1 \
+ doc/openbox-kde-session.1 \
+ doc/obxprop.1
+
+EXTRA_DIST = \
+ config.rpath
+
+
+# make clean doesn't delete these for some reason, even though they are
+# built by make
+CLEANFILES = \
+ $(nodist_man_MANS) \
+ $(nodist_bin_SCRIPTS) \
+ $(nodist_xsessions_DATA) \
+ $(nodist_rc_SCRIPTS) \
+ $(nodist_libexec_SCRIPTS)
+
+all: all-recursive
+
+.SUFFIXES:
+.SUFFIXES: .c .lo .o .obj
+am--refresh: Makefile
+ @:
+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
+ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
+ && exit 0; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --foreign Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ echo ' $(SHELL) ./config.status'; \
+ $(SHELL) ./config.status;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ $(SHELL) ./config.status --recheck
+
+$(top_srcdir)/configure: $(am__configure_deps)
+ $(am__cd) $(srcdir) && $(AUTOCONF)
+$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+ $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+$(am__aclocal_m4_deps):
+obrender/obrender-3.5.pc: $(top_builddir)/config.status $(top_srcdir)/obrender/obrender-3.5.pc.in
+ cd $(top_builddir) && $(SHELL) ./config.status $@
+obt/obt-3.5.pc: $(top_builddir)/config.status $(top_srcdir)/obt/obt-3.5.pc.in
+ cd $(top_builddir) && $(SHELL) ./config.status $@
+obrender/version.h: $(top_builddir)/config.status $(top_srcdir)/obrender/version.h.in
+ cd $(top_builddir) && $(SHELL) ./config.status $@
+obt/version.h: $(top_builddir)/config.status $(top_srcdir)/obt/version.h.in
+ cd $(top_builddir) && $(SHELL) ./config.status $@
+version.h: $(top_builddir)/config.status $(srcdir)/version.h.in
+ cd $(top_builddir) && $(SHELL) ./config.status $@
+install-binPROGRAMS: $(bin_PROGRAMS)
+ @$(NORMAL_INSTALL)
+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
+ fi; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p \
+ || test -f $$p1 \
+ ; then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' \
+ -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
+ } \
+ ; done
+
+uninstall-binPROGRAMS:
+ @$(NORMAL_UNINSTALL)
+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' \
+ `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(bindir)" && rm -f $$files
+
+clean-binPROGRAMS:
+ @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
+
+clean-checkPROGRAMS:
+ @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
+
+clean-noinstPROGRAMS:
+ @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
+
+install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ @$(NORMAL_INSTALL)
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ list2=; for p in $$list; do \
+ if test -f $$p; then \
+ list2="$$list2 $$p"; \
+ else :; fi; \
+ done; \
+ test -z "$$list2" || { \
+ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
+ }
+
+uninstall-libLTLIBRARIES:
+ @$(NORMAL_UNINSTALL)
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ for p in $$list; do \
+ $(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
+ done
+
+clean-libLTLIBRARIES:
+ -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
+ @list='$(lib_LTLIBRARIES)'; \
+ locs=`for p in $$list; do echo $$p; done | \
+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
+ sort -u`; \
+ test -z "$$locs" || { \
+ echo rm -f $${locs}; \
+ rm -f $${locs}; \
+ }
+obrender/$(am__dirstamp):
+ @$(MKDIR_P) obrender
+ @: > obrender/$(am__dirstamp)
+obrender/$(DEPDIR)/$(am__dirstamp):
+ @$(MKDIR_P) obrender/$(DEPDIR)
+ @: > obrender/$(DEPDIR)/$(am__dirstamp)
+obrender/libobrender_la-button.lo: obrender/$(am__dirstamp) \
+ obrender/$(DEPDIR)/$(am__dirstamp)
+obrender/libobrender_la-color.lo: obrender/$(am__dirstamp) \
+ obrender/$(DEPDIR)/$(am__dirstamp)
+obrender/libobrender_la-font.lo: obrender/$(am__dirstamp) \
+ obrender/$(DEPDIR)/$(am__dirstamp)
+obrender/libobrender_la-gradient.lo: obrender/$(am__dirstamp) \
+ obrender/$(DEPDIR)/$(am__dirstamp)
+obrender/libobrender_la-image.lo: obrender/$(am__dirstamp) \
+ obrender/$(DEPDIR)/$(am__dirstamp)
+obrender/libobrender_la-imagecache.lo: obrender/$(am__dirstamp) \
+ obrender/$(DEPDIR)/$(am__dirstamp)
+obrender/libobrender_la-instance.lo: obrender/$(am__dirstamp) \
+ obrender/$(DEPDIR)/$(am__dirstamp)
+obrender/libobrender_la-mask.lo: obrender/$(am__dirstamp) \
+ obrender/$(DEPDIR)/$(am__dirstamp)
+obrender/libobrender_la-render.lo: obrender/$(am__dirstamp) \
+ obrender/$(DEPDIR)/$(am__dirstamp)
+obrender/libobrender_la-theme.lo: obrender/$(am__dirstamp) \
+ obrender/$(DEPDIR)/$(am__dirstamp)
+
+obrender/libobrender.la: $(obrender_libobrender_la_OBJECTS) $(obrender_libobrender_la_DEPENDENCIES) $(EXTRA_obrender_libobrender_la_DEPENDENCIES) obrender/$(am__dirstamp)
+ $(AM_V_CCLD)$(obrender_libobrender_la_LINK) -rpath $(libdir) $(obrender_libobrender_la_OBJECTS) $(obrender_libobrender_la_LIBADD) $(LIBS)
+obt/$(am__dirstamp):
+ @$(MKDIR_P) obt
+ @: > obt/$(am__dirstamp)
+obt/$(DEPDIR)/$(am__dirstamp):
+ @$(MKDIR_P) obt/$(DEPDIR)
+ @: > obt/$(DEPDIR)/$(am__dirstamp)
+obt/libobt_la-display.lo: obt/$(am__dirstamp) \
+ obt/$(DEPDIR)/$(am__dirstamp)
+obt/libobt_la-keyboard.lo: obt/$(am__dirstamp) \
+ obt/$(DEPDIR)/$(am__dirstamp)
+obt/libobt_la-xml.lo: obt/$(am__dirstamp) \
+ obt/$(DEPDIR)/$(am__dirstamp)
+obt/libobt_la-ddparse.lo: obt/$(am__dirstamp) \
+ obt/$(DEPDIR)/$(am__dirstamp)
+obt/libobt_la-link.lo: obt/$(am__dirstamp) \
+ obt/$(DEPDIR)/$(am__dirstamp)
+obt/libobt_la-paths.lo: obt/$(am__dirstamp) \
+ obt/$(DEPDIR)/$(am__dirstamp)
+obt/libobt_la-prop.lo: obt/$(am__dirstamp) \
+ obt/$(DEPDIR)/$(am__dirstamp)
+obt/libobt_la-signal.lo: obt/$(am__dirstamp) \
+ obt/$(DEPDIR)/$(am__dirstamp)
+obt/libobt_la-xqueue.lo: obt/$(am__dirstamp) \
+ obt/$(DEPDIR)/$(am__dirstamp)
+
+obt/libobt.la: $(obt_libobt_la_OBJECTS) $(obt_libobt_la_DEPENDENCIES) $(EXTRA_obt_libobt_la_DEPENDENCIES) obt/$(am__dirstamp)
+ $(AM_V_CCLD)$(obt_libobt_la_LINK) -rpath $(libdir) $(obt_libobt_la_OBJECTS) $(obt_libobt_la_LIBADD) $(LIBS)
+obrender/rendertest-test.$(OBJEXT): obrender/$(am__dirstamp) \
+ obrender/$(DEPDIR)/$(am__dirstamp)
+
+obrender/rendertest$(EXEEXT): $(obrender_rendertest_OBJECTS) $(obrender_rendertest_DEPENDENCIES) $(EXTRA_obrender_rendertest_DEPENDENCIES) obrender/$(am__dirstamp)
+ @rm -f obrender/rendertest$(EXEEXT)
+ $(AM_V_CCLD)$(LINK) $(obrender_rendertest_OBJECTS) $(obrender_rendertest_LDADD) $(LIBS)
+obt/obt_unittests-unittest_base.$(OBJEXT): obt/$(am__dirstamp) \
+ obt/$(DEPDIR)/$(am__dirstamp)
+obt/obt_unittests-bsearch_unittest.$(OBJEXT): obt/$(am__dirstamp) \
+ obt/$(DEPDIR)/$(am__dirstamp)
+
+obt/obt_unittests$(EXEEXT): $(obt_obt_unittests_OBJECTS) $(obt_obt_unittests_DEPENDENCIES) $(EXTRA_obt_obt_unittests_DEPENDENCIES) obt/$(am__dirstamp)
+ @rm -f obt/obt_unittests$(EXEEXT)
+ $(AM_V_CCLD)$(obt_obt_unittests_LINK) $(obt_obt_unittests_OBJECTS) $(obt_obt_unittests_LDADD) $(LIBS)
+openbox/actions/$(am__dirstamp):
+ @$(MKDIR_P) openbox/actions
+ @: > openbox/actions/$(am__dirstamp)
+openbox/actions/$(DEPDIR)/$(am__dirstamp):
+ @$(MKDIR_P) openbox/actions/$(DEPDIR)
+ @: > openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-all.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-addremovedesktop.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-breakchroot.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-close.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-cyclewindows.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-debug.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-decorations.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-desktop.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-dock.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-dockautohide.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-directionalwindows.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-execute.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-exit.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-focus.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-focustobottom.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-fullscreen.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-growtoedge.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-iconify.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-if.$(OBJEXT): openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-kill.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-layer.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-lower.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-maximize.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-move.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-moverelative.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-moveresizeto.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-movetoedge.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-omnipresent.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-raise.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-raiselower.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-reconfigure.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-resize.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-resizerelative.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-restart.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-shade.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-shadelowerraise.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-showdesktop.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-showmenu.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/actions/openbox-unfocus.$(OBJEXT): \
+ openbox/actions/$(am__dirstamp) \
+ openbox/actions/$(DEPDIR)/$(am__dirstamp)
+openbox/$(am__dirstamp):
+ @$(MKDIR_P) openbox
+ @: > openbox/$(am__dirstamp)
+openbox/$(DEPDIR)/$(am__dirstamp):
+ @$(MKDIR_P) openbox/$(DEPDIR)
+ @: > openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-actions.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-client.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-client_list_menu.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-client_list_combined_menu.$(OBJEXT): \
+ openbox/$(am__dirstamp) openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-client_menu.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-config.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-debug.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-dock.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-event.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-focus.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-focus_cycle.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-focus_cycle_indicator.$(OBJEXT): \
+ openbox/$(am__dirstamp) openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-focus_cycle_popup.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-frame.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-framerender.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-grab.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-group.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-keyboard.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-keytree.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-menuframe.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-menu.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-mouse.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-moveresize.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-openbox.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-ping.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-place.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-place_overlap.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-prompt.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-popup.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-resist.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-screen.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-session.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-stacking.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-startupnotify.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-translate.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+openbox/openbox-window.$(OBJEXT): openbox/$(am__dirstamp) \
+ openbox/$(DEPDIR)/$(am__dirstamp)
+
+openbox/openbox$(EXEEXT): $(openbox_openbox_OBJECTS) $(openbox_openbox_DEPENDENCIES) $(EXTRA_openbox_openbox_DEPENDENCIES) openbox/$(am__dirstamp)
+ @rm -f openbox/openbox$(EXEEXT)
+ $(AM_V_CCLD)$(openbox_openbox_LINK) $(openbox_openbox_OBJECTS) $(openbox_openbox_LDADD) $(LIBS)
+tools/gdm-control/$(am__dirstamp):
+ @$(MKDIR_P) tools/gdm-control
+ @: > tools/gdm-control/$(am__dirstamp)
+tools/gdm-control/$(DEPDIR)/$(am__dirstamp):
+ @$(MKDIR_P) tools/gdm-control/$(DEPDIR)
+ @: > tools/gdm-control/$(DEPDIR)/$(am__dirstamp)
+tools/gdm-control/gdm_control-gdm-control.$(OBJEXT): \
+ tools/gdm-control/$(am__dirstamp) \
+ tools/gdm-control/$(DEPDIR)/$(am__dirstamp)
+
+tools/gdm-control/gdm-control$(EXEEXT): $(tools_gdm_control_gdm_control_OBJECTS) $(tools_gdm_control_gdm_control_DEPENDENCIES) $(EXTRA_tools_gdm_control_gdm_control_DEPENDENCIES) tools/gdm-control/$(am__dirstamp)
+ @rm -f tools/gdm-control/gdm-control$(EXEEXT)
+ $(AM_V_CCLD)$(LINK) $(tools_gdm_control_gdm_control_OBJECTS) $(tools_gdm_control_gdm_control_LDADD) $(LIBS)
+tools/gnome-panel-control/$(am__dirstamp):
+ @$(MKDIR_P) tools/gnome-panel-control
+ @: > tools/gnome-panel-control/$(am__dirstamp)
+tools/gnome-panel-control/$(DEPDIR)/$(am__dirstamp):
+ @$(MKDIR_P) tools/gnome-panel-control/$(DEPDIR)
+ @: > tools/gnome-panel-control/$(DEPDIR)/$(am__dirstamp)
+tools/gnome-panel-control/gnome_panel_control-gnome-panel-control.$(OBJEXT): \
+ tools/gnome-panel-control/$(am__dirstamp) \
+ tools/gnome-panel-control/$(DEPDIR)/$(am__dirstamp)
+
+tools/gnome-panel-control/gnome-panel-control$(EXEEXT): $(tools_gnome_panel_control_gnome_panel_control_OBJECTS) $(tools_gnome_panel_control_gnome_panel_control_DEPENDENCIES) $(EXTRA_tools_gnome_panel_control_gnome_panel_control_DEPENDENCIES) tools/gnome-panel-control/$(am__dirstamp)
+ @rm -f tools/gnome-panel-control/gnome-panel-control$(EXEEXT)
+ $(AM_V_CCLD)$(LINK) $(tools_gnome_panel_control_gnome_panel_control_OBJECTS) $(tools_gnome_panel_control_gnome_panel_control_LDADD) $(LIBS)
+tools/obxprop/$(am__dirstamp):
+ @$(MKDIR_P) tools/obxprop
+ @: > tools/obxprop/$(am__dirstamp)
+tools/obxprop/$(DEPDIR)/$(am__dirstamp):
+ @$(MKDIR_P) tools/obxprop/$(DEPDIR)
+ @: > tools/obxprop/$(DEPDIR)/$(am__dirstamp)
+tools/obxprop/obxprop-obxprop.$(OBJEXT): \
+ tools/obxprop/$(am__dirstamp) \
+ tools/obxprop/$(DEPDIR)/$(am__dirstamp)
+
+tools/obxprop/obxprop$(EXEEXT): $(tools_obxprop_obxprop_OBJECTS) $(tools_obxprop_obxprop_DEPENDENCIES) $(EXTRA_tools_obxprop_obxprop_DEPENDENCIES) tools/obxprop/$(am__dirstamp)
+ @rm -f tools/obxprop/obxprop$(EXEEXT)
+ $(AM_V_CCLD)$(LINK) $(tools_obxprop_obxprop_OBJECTS) $(tools_obxprop_obxprop_LDADD) $(LIBS)
+install-dist_libexecSCRIPTS: $(dist_libexec_SCRIPTS)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_libexec_SCRIPTS)'; test -n "$(libexecdir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n' \
+ -e 'h;s|.*|.|' \
+ -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) { files[d] = files[d] " " $$1; \
+ if (++n[d] == $(am__install_max)) { \
+ print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
+ else { print "f", d "/" $$4, $$1 } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
+
+uninstall-dist_libexecSCRIPTS:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_libexec_SCRIPTS)'; test -n "$(libexecdir)" || exit 0; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 's,.*/,,;$(transform)'`; \
+ dir='$(DESTDIR)$(libexecdir)'; $(am__uninstall_files_from_dir)
+install-dist_rcSCRIPTS: $(dist_rc_SCRIPTS)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_rc_SCRIPTS)'; test -n "$(rcdir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(rcdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(rcdir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n' \
+ -e 'h;s|.*|.|' \
+ -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) { files[d] = files[d] " " $$1; \
+ if (++n[d] == $(am__install_max)) { \
+ print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
+ else { print "f", d "/" $$4, $$1 } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(rcdir)$$dir'"; \
+ $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(rcdir)$$dir" || exit $$?; \
+ } \
+ ; done
+
+uninstall-dist_rcSCRIPTS:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_rc_SCRIPTS)'; test -n "$(rcdir)" || exit 0; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 's,.*/,,;$(transform)'`; \
+ dir='$(DESTDIR)$(rcdir)'; $(am__uninstall_files_from_dir)
+install-nodist_binSCRIPTS: $(nodist_bin_SCRIPTS)
+ @$(NORMAL_INSTALL)
+ @list='$(nodist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n' \
+ -e 'h;s|.*|.|' \
+ -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) { files[d] = files[d] " " $$1; \
+ if (++n[d] == $(am__install_max)) { \
+ print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
+ else { print "f", d "/" $$4, $$1 } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
+ $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
+ } \
+ ; done
+
+uninstall-nodist_binSCRIPTS:
+ @$(NORMAL_UNINSTALL)
+ @list='$(nodist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 's,.*/,,;$(transform)'`; \
+ dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
+install-nodist_libexecSCRIPTS: $(nodist_libexec_SCRIPTS)
+ @$(NORMAL_INSTALL)
+ @list='$(nodist_libexec_SCRIPTS)'; test -n "$(libexecdir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n' \
+ -e 'h;s|.*|.|' \
+ -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) { files[d] = files[d] " " $$1; \
+ if (++n[d] == $(am__install_max)) { \
+ print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
+ else { print "f", d "/" $$4, $$1 } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
+
+uninstall-nodist_libexecSCRIPTS:
+ @$(NORMAL_UNINSTALL)
+ @list='$(nodist_libexec_SCRIPTS)'; test -n "$(libexecdir)" || exit 0; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 's,.*/,,;$(transform)'`; \
+ dir='$(DESTDIR)$(libexecdir)'; $(am__uninstall_files_from_dir)
+install-nodist_rcSCRIPTS: $(nodist_rc_SCRIPTS)
+ @$(NORMAL_INSTALL)
+ @list='$(nodist_rc_SCRIPTS)'; test -n "$(rcdir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(rcdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(rcdir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n' \
+ -e 'h;s|.*|.|' \
+ -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) { files[d] = files[d] " " $$1; \
+ if (++n[d] == $(am__install_max)) { \
+ print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
+ else { print "f", d "/" $$4, $$1 } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(rcdir)$$dir'"; \
+ $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(rcdir)$$dir" || exit $$?; \
+ } \
+ ; done
+
+uninstall-nodist_rcSCRIPTS:
+ @$(NORMAL_UNINSTALL)
+ @list='$(nodist_rc_SCRIPTS)'; test -n "$(rcdir)" || exit 0; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 's,.*/,,;$(transform)'`; \
+ dir='$(DESTDIR)$(rcdir)'; $(am__uninstall_files_from_dir)
+
+mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
+ -rm -f obrender/*.$(OBJEXT)
+ -rm -f obrender/*.lo
+ -rm -f obt/*.$(OBJEXT)
+ -rm -f obt/*.lo
+ -rm -f openbox/*.$(OBJEXT)
+ -rm -f openbox/actions/*.$(OBJEXT)
+ -rm -f tools/gdm-control/*.$(OBJEXT)
+ -rm -f tools/gnome-panel-control/*.$(OBJEXT)
+ -rm -f tools/obxprop/*.$(OBJEXT)
+
+distclean-compile:
+ -rm -f *.tab.c
+
+@AMDEP_TRUE@@am__include@ @am__quote@obrender/$(DEPDIR)/libobrender_la-button.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obrender/$(DEPDIR)/libobrender_la-color.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obrender/$(DEPDIR)/libobrender_la-font.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obrender/$(DEPDIR)/libobrender_la-gradient.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obrender/$(DEPDIR)/libobrender_la-image.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obrender/$(DEPDIR)/libobrender_la-imagecache.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obrender/$(DEPDIR)/libobrender_la-instance.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obrender/$(DEPDIR)/libobrender_la-mask.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obrender/$(DEPDIR)/libobrender_la-render.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obrender/$(DEPDIR)/libobrender_la-theme.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obrender/$(DEPDIR)/rendertest-test.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obt/$(DEPDIR)/libobt_la-ddparse.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obt/$(DEPDIR)/libobt_la-display.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obt/$(DEPDIR)/libobt_la-keyboard.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obt/$(DEPDIR)/libobt_la-link.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obt/$(DEPDIR)/libobt_la-paths.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obt/$(DEPDIR)/libobt_la-prop.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obt/$(DEPDIR)/libobt_la-signal.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obt/$(DEPDIR)/libobt_la-xml.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obt/$(DEPDIR)/libobt_la-xqueue.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obt/$(DEPDIR)/obt_unittests-bsearch_unittest.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@obt/$(DEPDIR)/obt_unittests-unittest_base.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-actions.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-client.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-client_list_combined_menu.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-client_list_menu.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-client_menu.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-config.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-debug.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-dock.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-event.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-focus.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-focus_cycle.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-focus_cycle_indicator.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-focus_cycle_popup.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-frame.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-framerender.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-grab.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-group.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-keyboard.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-keytree.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-menu.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-menuframe.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-mouse.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-moveresize.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-openbox.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-ping.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-place.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-place_overlap.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-popup.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-prompt.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-resist.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-screen.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-session.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-stacking.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-startupnotify.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-translate.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/$(DEPDIR)/openbox-window.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-addremovedesktop.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-all.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-breakchroot.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-close.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-cyclewindows.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-debug.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-decorations.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-desktop.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-directionalwindows.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-dock.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-dockautohide.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-execute.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-exit.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-focus.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-focustobottom.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-fullscreen.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-growtoedge.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-iconify.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-if.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-kill.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-layer.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-lower.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-maximize.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-move.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-moverelative.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-moveresizeto.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-movetoedge.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-omnipresent.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-raise.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-raiselower.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-reconfigure.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-resize.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-resizerelative.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-restart.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-shade.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-shadelowerraise.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-showdesktop.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-showmenu.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@openbox/actions/$(DEPDIR)/openbox-unfocus.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@tools/gdm-control/$(DEPDIR)/gdm_control-gdm-control.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@tools/gnome-panel-control/$(DEPDIR)/gnome_panel_control-gnome-panel-control.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@tools/obxprop/$(DEPDIR)/obxprop-obxprop.Po@am__quote@ # am--include-marker
+
+$(am__depfiles_remade):
+ @$(MKDIR_P) $(@D)
+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@
+
+am--depfiles: $(am__depfiles_remade)
+
+.c.o:
+@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
+@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
+
+.c.obj:
+@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
+@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+
+.c.lo:
+@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
+@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
+@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
+
+obrender/libobrender_la-button.lo: obrender/button.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obrender/libobrender_la-button.lo -MD -MP -MF obrender/$(DEPDIR)/libobrender_la-button.Tpo -c -o obrender/libobrender_la-button.lo `test -f 'obrender/button.c' || echo '$(srcdir)/'`obrender/button.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obrender/$(DEPDIR)/libobrender_la-button.Tpo obrender/$(DEPDIR)/libobrender_la-button.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obrender/button.c' object='obrender/libobrender_la-button.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obrender/libobrender_la-button.lo `test -f 'obrender/button.c' || echo '$(srcdir)/'`obrender/button.c
+
+obrender/libobrender_la-color.lo: obrender/color.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obrender/libobrender_la-color.lo -MD -MP -MF obrender/$(DEPDIR)/libobrender_la-color.Tpo -c -o obrender/libobrender_la-color.lo `test -f 'obrender/color.c' || echo '$(srcdir)/'`obrender/color.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obrender/$(DEPDIR)/libobrender_la-color.Tpo obrender/$(DEPDIR)/libobrender_la-color.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obrender/color.c' object='obrender/libobrender_la-color.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obrender/libobrender_la-color.lo `test -f 'obrender/color.c' || echo '$(srcdir)/'`obrender/color.c
+
+obrender/libobrender_la-font.lo: obrender/font.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obrender/libobrender_la-font.lo -MD -MP -MF obrender/$(DEPDIR)/libobrender_la-font.Tpo -c -o obrender/libobrender_la-font.lo `test -f 'obrender/font.c' || echo '$(srcdir)/'`obrender/font.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obrender/$(DEPDIR)/libobrender_la-font.Tpo obrender/$(DEPDIR)/libobrender_la-font.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obrender/font.c' object='obrender/libobrender_la-font.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obrender/libobrender_la-font.lo `test -f 'obrender/font.c' || echo '$(srcdir)/'`obrender/font.c
+
+obrender/libobrender_la-gradient.lo: obrender/gradient.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obrender/libobrender_la-gradient.lo -MD -MP -MF obrender/$(DEPDIR)/libobrender_la-gradient.Tpo -c -o obrender/libobrender_la-gradient.lo `test -f 'obrender/gradient.c' || echo '$(srcdir)/'`obrender/gradient.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obrender/$(DEPDIR)/libobrender_la-gradient.Tpo obrender/$(DEPDIR)/libobrender_la-gradient.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obrender/gradient.c' object='obrender/libobrender_la-gradient.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obrender/libobrender_la-gradient.lo `test -f 'obrender/gradient.c' || echo '$(srcdir)/'`obrender/gradient.c
+
+obrender/libobrender_la-image.lo: obrender/image.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obrender/libobrender_la-image.lo -MD -MP -MF obrender/$(DEPDIR)/libobrender_la-image.Tpo -c -o obrender/libobrender_la-image.lo `test -f 'obrender/image.c' || echo '$(srcdir)/'`obrender/image.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obrender/$(DEPDIR)/libobrender_la-image.Tpo obrender/$(DEPDIR)/libobrender_la-image.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obrender/image.c' object='obrender/libobrender_la-image.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obrender/libobrender_la-image.lo `test -f 'obrender/image.c' || echo '$(srcdir)/'`obrender/image.c
+
+obrender/libobrender_la-imagecache.lo: obrender/imagecache.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obrender/libobrender_la-imagecache.lo -MD -MP -MF obrender/$(DEPDIR)/libobrender_la-imagecache.Tpo -c -o obrender/libobrender_la-imagecache.lo `test -f 'obrender/imagecache.c' || echo '$(srcdir)/'`obrender/imagecache.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obrender/$(DEPDIR)/libobrender_la-imagecache.Tpo obrender/$(DEPDIR)/libobrender_la-imagecache.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obrender/imagecache.c' object='obrender/libobrender_la-imagecache.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obrender/libobrender_la-imagecache.lo `test -f 'obrender/imagecache.c' || echo '$(srcdir)/'`obrender/imagecache.c
+
+obrender/libobrender_la-instance.lo: obrender/instance.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obrender/libobrender_la-instance.lo -MD -MP -MF obrender/$(DEPDIR)/libobrender_la-instance.Tpo -c -o obrender/libobrender_la-instance.lo `test -f 'obrender/instance.c' || echo '$(srcdir)/'`obrender/instance.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obrender/$(DEPDIR)/libobrender_la-instance.Tpo obrender/$(DEPDIR)/libobrender_la-instance.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obrender/instance.c' object='obrender/libobrender_la-instance.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obrender/libobrender_la-instance.lo `test -f 'obrender/instance.c' || echo '$(srcdir)/'`obrender/instance.c
+
+obrender/libobrender_la-mask.lo: obrender/mask.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obrender/libobrender_la-mask.lo -MD -MP -MF obrender/$(DEPDIR)/libobrender_la-mask.Tpo -c -o obrender/libobrender_la-mask.lo `test -f 'obrender/mask.c' || echo '$(srcdir)/'`obrender/mask.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obrender/$(DEPDIR)/libobrender_la-mask.Tpo obrender/$(DEPDIR)/libobrender_la-mask.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obrender/mask.c' object='obrender/libobrender_la-mask.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obrender/libobrender_la-mask.lo `test -f 'obrender/mask.c' || echo '$(srcdir)/'`obrender/mask.c
+
+obrender/libobrender_la-render.lo: obrender/render.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obrender/libobrender_la-render.lo -MD -MP -MF obrender/$(DEPDIR)/libobrender_la-render.Tpo -c -o obrender/libobrender_la-render.lo `test -f 'obrender/render.c' || echo '$(srcdir)/'`obrender/render.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obrender/$(DEPDIR)/libobrender_la-render.Tpo obrender/$(DEPDIR)/libobrender_la-render.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obrender/render.c' object='obrender/libobrender_la-render.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obrender/libobrender_la-render.lo `test -f 'obrender/render.c' || echo '$(srcdir)/'`obrender/render.c
+
+obrender/libobrender_la-theme.lo: obrender/theme.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obrender/libobrender_la-theme.lo -MD -MP -MF obrender/$(DEPDIR)/libobrender_la-theme.Tpo -c -o obrender/libobrender_la-theme.lo `test -f 'obrender/theme.c' || echo '$(srcdir)/'`obrender/theme.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obrender/$(DEPDIR)/libobrender_la-theme.Tpo obrender/$(DEPDIR)/libobrender_la-theme.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obrender/theme.c' object='obrender/libobrender_la-theme.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_libobrender_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obrender/libobrender_la-theme.lo `test -f 'obrender/theme.c' || echo '$(srcdir)/'`obrender/theme.c
+
+obt/libobt_la-display.lo: obt/display.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_libobt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obt/libobt_la-display.lo -MD -MP -MF obt/$(DEPDIR)/libobt_la-display.Tpo -c -o obt/libobt_la-display.lo `test -f 'obt/display.c' || echo '$(srcdir)/'`obt/display.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obt/$(DEPDIR)/libobt_la-display.Tpo obt/$(DEPDIR)/libobt_la-display.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obt/display.c' object='obt/libobt_la-display.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_libobt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obt/libobt_la-display.lo `test -f 'obt/display.c' || echo '$(srcdir)/'`obt/display.c
+
+obt/libobt_la-keyboard.lo: obt/keyboard.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_libobt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obt/libobt_la-keyboard.lo -MD -MP -MF obt/$(DEPDIR)/libobt_la-keyboard.Tpo -c -o obt/libobt_la-keyboard.lo `test -f 'obt/keyboard.c' || echo '$(srcdir)/'`obt/keyboard.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obt/$(DEPDIR)/libobt_la-keyboard.Tpo obt/$(DEPDIR)/libobt_la-keyboard.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obt/keyboard.c' object='obt/libobt_la-keyboard.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_libobt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obt/libobt_la-keyboard.lo `test -f 'obt/keyboard.c' || echo '$(srcdir)/'`obt/keyboard.c
+
+obt/libobt_la-xml.lo: obt/xml.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_libobt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obt/libobt_la-xml.lo -MD -MP -MF obt/$(DEPDIR)/libobt_la-xml.Tpo -c -o obt/libobt_la-xml.lo `test -f 'obt/xml.c' || echo '$(srcdir)/'`obt/xml.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obt/$(DEPDIR)/libobt_la-xml.Tpo obt/$(DEPDIR)/libobt_la-xml.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obt/xml.c' object='obt/libobt_la-xml.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_libobt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obt/libobt_la-xml.lo `test -f 'obt/xml.c' || echo '$(srcdir)/'`obt/xml.c
+
+obt/libobt_la-ddparse.lo: obt/ddparse.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_libobt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obt/libobt_la-ddparse.lo -MD -MP -MF obt/$(DEPDIR)/libobt_la-ddparse.Tpo -c -o obt/libobt_la-ddparse.lo `test -f 'obt/ddparse.c' || echo '$(srcdir)/'`obt/ddparse.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obt/$(DEPDIR)/libobt_la-ddparse.Tpo obt/$(DEPDIR)/libobt_la-ddparse.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obt/ddparse.c' object='obt/libobt_la-ddparse.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_libobt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obt/libobt_la-ddparse.lo `test -f 'obt/ddparse.c' || echo '$(srcdir)/'`obt/ddparse.c
+
+obt/libobt_la-link.lo: obt/link.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_libobt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obt/libobt_la-link.lo -MD -MP -MF obt/$(DEPDIR)/libobt_la-link.Tpo -c -o obt/libobt_la-link.lo `test -f 'obt/link.c' || echo '$(srcdir)/'`obt/link.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obt/$(DEPDIR)/libobt_la-link.Tpo obt/$(DEPDIR)/libobt_la-link.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obt/link.c' object='obt/libobt_la-link.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_libobt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obt/libobt_la-link.lo `test -f 'obt/link.c' || echo '$(srcdir)/'`obt/link.c
+
+obt/libobt_la-paths.lo: obt/paths.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_libobt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obt/libobt_la-paths.lo -MD -MP -MF obt/$(DEPDIR)/libobt_la-paths.Tpo -c -o obt/libobt_la-paths.lo `test -f 'obt/paths.c' || echo '$(srcdir)/'`obt/paths.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obt/$(DEPDIR)/libobt_la-paths.Tpo obt/$(DEPDIR)/libobt_la-paths.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obt/paths.c' object='obt/libobt_la-paths.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_libobt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obt/libobt_la-paths.lo `test -f 'obt/paths.c' || echo '$(srcdir)/'`obt/paths.c
+
+obt/libobt_la-prop.lo: obt/prop.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_libobt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obt/libobt_la-prop.lo -MD -MP -MF obt/$(DEPDIR)/libobt_la-prop.Tpo -c -o obt/libobt_la-prop.lo `test -f 'obt/prop.c' || echo '$(srcdir)/'`obt/prop.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obt/$(DEPDIR)/libobt_la-prop.Tpo obt/$(DEPDIR)/libobt_la-prop.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obt/prop.c' object='obt/libobt_la-prop.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_libobt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obt/libobt_la-prop.lo `test -f 'obt/prop.c' || echo '$(srcdir)/'`obt/prop.c
+
+obt/libobt_la-signal.lo: obt/signal.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_libobt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obt/libobt_la-signal.lo -MD -MP -MF obt/$(DEPDIR)/libobt_la-signal.Tpo -c -o obt/libobt_la-signal.lo `test -f 'obt/signal.c' || echo '$(srcdir)/'`obt/signal.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obt/$(DEPDIR)/libobt_la-signal.Tpo obt/$(DEPDIR)/libobt_la-signal.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obt/signal.c' object='obt/libobt_la-signal.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_libobt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obt/libobt_la-signal.lo `test -f 'obt/signal.c' || echo '$(srcdir)/'`obt/signal.c
+
+obt/libobt_la-xqueue.lo: obt/xqueue.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_libobt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obt/libobt_la-xqueue.lo -MD -MP -MF obt/$(DEPDIR)/libobt_la-xqueue.Tpo -c -o obt/libobt_la-xqueue.lo `test -f 'obt/xqueue.c' || echo '$(srcdir)/'`obt/xqueue.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obt/$(DEPDIR)/libobt_la-xqueue.Tpo obt/$(DEPDIR)/libobt_la-xqueue.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obt/xqueue.c' object='obt/libobt_la-xqueue.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_libobt_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obt/libobt_la-xqueue.lo `test -f 'obt/xqueue.c' || echo '$(srcdir)/'`obt/xqueue.c
+
+obrender/rendertest-test.o: obrender/test.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_rendertest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obrender/rendertest-test.o -MD -MP -MF obrender/$(DEPDIR)/rendertest-test.Tpo -c -o obrender/rendertest-test.o `test -f 'obrender/test.c' || echo '$(srcdir)/'`obrender/test.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obrender/$(DEPDIR)/rendertest-test.Tpo obrender/$(DEPDIR)/rendertest-test.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obrender/test.c' object='obrender/rendertest-test.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_rendertest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obrender/rendertest-test.o `test -f 'obrender/test.c' || echo '$(srcdir)/'`obrender/test.c
+
+obrender/rendertest-test.obj: obrender/test.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_rendertest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obrender/rendertest-test.obj -MD -MP -MF obrender/$(DEPDIR)/rendertest-test.Tpo -c -o obrender/rendertest-test.obj `if test -f 'obrender/test.c'; then $(CYGPATH_W) 'obrender/test.c'; else $(CYGPATH_W) '$(srcdir)/obrender/test.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obrender/$(DEPDIR)/rendertest-test.Tpo obrender/$(DEPDIR)/rendertest-test.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obrender/test.c' object='obrender/rendertest-test.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obrender_rendertest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obrender/rendertest-test.obj `if test -f 'obrender/test.c'; then $(CYGPATH_W) 'obrender/test.c'; else $(CYGPATH_W) '$(srcdir)/obrender/test.c'; fi`
+
+obt/obt_unittests-unittest_base.o: obt/unittest_base.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_obt_unittests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obt/obt_unittests-unittest_base.o -MD -MP -MF obt/$(DEPDIR)/obt_unittests-unittest_base.Tpo -c -o obt/obt_unittests-unittest_base.o `test -f 'obt/unittest_base.c' || echo '$(srcdir)/'`obt/unittest_base.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obt/$(DEPDIR)/obt_unittests-unittest_base.Tpo obt/$(DEPDIR)/obt_unittests-unittest_base.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obt/unittest_base.c' object='obt/obt_unittests-unittest_base.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_obt_unittests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obt/obt_unittests-unittest_base.o `test -f 'obt/unittest_base.c' || echo '$(srcdir)/'`obt/unittest_base.c
+
+obt/obt_unittests-unittest_base.obj: obt/unittest_base.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_obt_unittests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obt/obt_unittests-unittest_base.obj -MD -MP -MF obt/$(DEPDIR)/obt_unittests-unittest_base.Tpo -c -o obt/obt_unittests-unittest_base.obj `if test -f 'obt/unittest_base.c'; then $(CYGPATH_W) 'obt/unittest_base.c'; else $(CYGPATH_W) '$(srcdir)/obt/unittest_base.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obt/$(DEPDIR)/obt_unittests-unittest_base.Tpo obt/$(DEPDIR)/obt_unittests-unittest_base.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obt/unittest_base.c' object='obt/obt_unittests-unittest_base.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_obt_unittests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obt/obt_unittests-unittest_base.obj `if test -f 'obt/unittest_base.c'; then $(CYGPATH_W) 'obt/unittest_base.c'; else $(CYGPATH_W) '$(srcdir)/obt/unittest_base.c'; fi`
+
+obt/obt_unittests-bsearch_unittest.o: obt/bsearch_unittest.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_obt_unittests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obt/obt_unittests-bsearch_unittest.o -MD -MP -MF obt/$(DEPDIR)/obt_unittests-bsearch_unittest.Tpo -c -o obt/obt_unittests-bsearch_unittest.o `test -f 'obt/bsearch_unittest.c' || echo '$(srcdir)/'`obt/bsearch_unittest.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obt/$(DEPDIR)/obt_unittests-bsearch_unittest.Tpo obt/$(DEPDIR)/obt_unittests-bsearch_unittest.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obt/bsearch_unittest.c' object='obt/obt_unittests-bsearch_unittest.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_obt_unittests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obt/obt_unittests-bsearch_unittest.o `test -f 'obt/bsearch_unittest.c' || echo '$(srcdir)/'`obt/bsearch_unittest.c
+
+obt/obt_unittests-bsearch_unittest.obj: obt/bsearch_unittest.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_obt_unittests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obt/obt_unittests-bsearch_unittest.obj -MD -MP -MF obt/$(DEPDIR)/obt_unittests-bsearch_unittest.Tpo -c -o obt/obt_unittests-bsearch_unittest.obj `if test -f 'obt/bsearch_unittest.c'; then $(CYGPATH_W) 'obt/bsearch_unittest.c'; else $(CYGPATH_W) '$(srcdir)/obt/bsearch_unittest.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) obt/$(DEPDIR)/obt_unittests-bsearch_unittest.Tpo obt/$(DEPDIR)/obt_unittests-bsearch_unittest.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='obt/bsearch_unittest.c' object='obt/obt_unittests-bsearch_unittest.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(obt_obt_unittests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obt/obt_unittests-bsearch_unittest.obj `if test -f 'obt/bsearch_unittest.c'; then $(CYGPATH_W) 'obt/bsearch_unittest.c'; else $(CYGPATH_W) '$(srcdir)/obt/bsearch_unittest.c'; fi`
+
+openbox/actions/openbox-all.o: openbox/actions/all.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-all.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-all.Tpo -c -o openbox/actions/openbox-all.o `test -f 'openbox/actions/all.c' || echo '$(srcdir)/'`openbox/actions/all.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-all.Tpo openbox/actions/$(DEPDIR)/openbox-all.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/all.c' object='openbox/actions/openbox-all.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-all.o `test -f 'openbox/actions/all.c' || echo '$(srcdir)/'`openbox/actions/all.c
+
+openbox/actions/openbox-all.obj: openbox/actions/all.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-all.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-all.Tpo -c -o openbox/actions/openbox-all.obj `if test -f 'openbox/actions/all.c'; then $(CYGPATH_W) 'openbox/actions/all.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/all.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-all.Tpo openbox/actions/$(DEPDIR)/openbox-all.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/all.c' object='openbox/actions/openbox-all.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-all.obj `if test -f 'openbox/actions/all.c'; then $(CYGPATH_W) 'openbox/actions/all.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/all.c'; fi`
+
+openbox/actions/openbox-addremovedesktop.o: openbox/actions/addremovedesktop.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-addremovedesktop.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-addremovedesktop.Tpo -c -o openbox/actions/openbox-addremovedesktop.o `test -f 'openbox/actions/addremovedesktop.c' || echo '$(srcdir)/'`openbox/actions/addremovedesktop.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-addremovedesktop.Tpo openbox/actions/$(DEPDIR)/openbox-addremovedesktop.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/addremovedesktop.c' object='openbox/actions/openbox-addremovedesktop.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-addremovedesktop.o `test -f 'openbox/actions/addremovedesktop.c' || echo '$(srcdir)/'`openbox/actions/addremovedesktop.c
+
+openbox/actions/openbox-addremovedesktop.obj: openbox/actions/addremovedesktop.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-addremovedesktop.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-addremovedesktop.Tpo -c -o openbox/actions/openbox-addremovedesktop.obj `if test -f 'openbox/actions/addremovedesktop.c'; then $(CYGPATH_W) 'openbox/actions/addremovedesktop.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/addremovedesktop.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-addremovedesktop.Tpo openbox/actions/$(DEPDIR)/openbox-addremovedesktop.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/addremovedesktop.c' object='openbox/actions/openbox-addremovedesktop.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-addremovedesktop.obj `if test -f 'openbox/actions/addremovedesktop.c'; then $(CYGPATH_W) 'openbox/actions/addremovedesktop.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/addremovedesktop.c'; fi`
+
+openbox/actions/openbox-breakchroot.o: openbox/actions/breakchroot.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-breakchroot.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-breakchroot.Tpo -c -o openbox/actions/openbox-breakchroot.o `test -f 'openbox/actions/breakchroot.c' || echo '$(srcdir)/'`openbox/actions/breakchroot.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-breakchroot.Tpo openbox/actions/$(DEPDIR)/openbox-breakchroot.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/breakchroot.c' object='openbox/actions/openbox-breakchroot.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-breakchroot.o `test -f 'openbox/actions/breakchroot.c' || echo '$(srcdir)/'`openbox/actions/breakchroot.c
+
+openbox/actions/openbox-breakchroot.obj: openbox/actions/breakchroot.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-breakchroot.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-breakchroot.Tpo -c -o openbox/actions/openbox-breakchroot.obj `if test -f 'openbox/actions/breakchroot.c'; then $(CYGPATH_W) 'openbox/actions/breakchroot.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/breakchroot.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-breakchroot.Tpo openbox/actions/$(DEPDIR)/openbox-breakchroot.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/breakchroot.c' object='openbox/actions/openbox-breakchroot.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-breakchroot.obj `if test -f 'openbox/actions/breakchroot.c'; then $(CYGPATH_W) 'openbox/actions/breakchroot.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/breakchroot.c'; fi`
+
+openbox/actions/openbox-close.o: openbox/actions/close.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-close.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-close.Tpo -c -o openbox/actions/openbox-close.o `test -f 'openbox/actions/close.c' || echo '$(srcdir)/'`openbox/actions/close.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-close.Tpo openbox/actions/$(DEPDIR)/openbox-close.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/close.c' object='openbox/actions/openbox-close.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-close.o `test -f 'openbox/actions/close.c' || echo '$(srcdir)/'`openbox/actions/close.c
+
+openbox/actions/openbox-close.obj: openbox/actions/close.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-close.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-close.Tpo -c -o openbox/actions/openbox-close.obj `if test -f 'openbox/actions/close.c'; then $(CYGPATH_W) 'openbox/actions/close.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/close.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-close.Tpo openbox/actions/$(DEPDIR)/openbox-close.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/close.c' object='openbox/actions/openbox-close.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-close.obj `if test -f 'openbox/actions/close.c'; then $(CYGPATH_W) 'openbox/actions/close.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/close.c'; fi`
+
+openbox/actions/openbox-cyclewindows.o: openbox/actions/cyclewindows.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-cyclewindows.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-cyclewindows.Tpo -c -o openbox/actions/openbox-cyclewindows.o `test -f 'openbox/actions/cyclewindows.c' || echo '$(srcdir)/'`openbox/actions/cyclewindows.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-cyclewindows.Tpo openbox/actions/$(DEPDIR)/openbox-cyclewindows.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/cyclewindows.c' object='openbox/actions/openbox-cyclewindows.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-cyclewindows.o `test -f 'openbox/actions/cyclewindows.c' || echo '$(srcdir)/'`openbox/actions/cyclewindows.c
+
+openbox/actions/openbox-cyclewindows.obj: openbox/actions/cyclewindows.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-cyclewindows.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-cyclewindows.Tpo -c -o openbox/actions/openbox-cyclewindows.obj `if test -f 'openbox/actions/cyclewindows.c'; then $(CYGPATH_W) 'openbox/actions/cyclewindows.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/cyclewindows.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-cyclewindows.Tpo openbox/actions/$(DEPDIR)/openbox-cyclewindows.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/cyclewindows.c' object='openbox/actions/openbox-cyclewindows.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-cyclewindows.obj `if test -f 'openbox/actions/cyclewindows.c'; then $(CYGPATH_W) 'openbox/actions/cyclewindows.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/cyclewindows.c'; fi`
+
+openbox/actions/openbox-debug.o: openbox/actions/debug.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-debug.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-debug.Tpo -c -o openbox/actions/openbox-debug.o `test -f 'openbox/actions/debug.c' || echo '$(srcdir)/'`openbox/actions/debug.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-debug.Tpo openbox/actions/$(DEPDIR)/openbox-debug.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/debug.c' object='openbox/actions/openbox-debug.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-debug.o `test -f 'openbox/actions/debug.c' || echo '$(srcdir)/'`openbox/actions/debug.c
+
+openbox/actions/openbox-debug.obj: openbox/actions/debug.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-debug.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-debug.Tpo -c -o openbox/actions/openbox-debug.obj `if test -f 'openbox/actions/debug.c'; then $(CYGPATH_W) 'openbox/actions/debug.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/debug.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-debug.Tpo openbox/actions/$(DEPDIR)/openbox-debug.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/debug.c' object='openbox/actions/openbox-debug.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-debug.obj `if test -f 'openbox/actions/debug.c'; then $(CYGPATH_W) 'openbox/actions/debug.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/debug.c'; fi`
+
+openbox/actions/openbox-decorations.o: openbox/actions/decorations.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-decorations.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-decorations.Tpo -c -o openbox/actions/openbox-decorations.o `test -f 'openbox/actions/decorations.c' || echo '$(srcdir)/'`openbox/actions/decorations.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-decorations.Tpo openbox/actions/$(DEPDIR)/openbox-decorations.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/decorations.c' object='openbox/actions/openbox-decorations.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-decorations.o `test -f 'openbox/actions/decorations.c' || echo '$(srcdir)/'`openbox/actions/decorations.c
+
+openbox/actions/openbox-decorations.obj: openbox/actions/decorations.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-decorations.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-decorations.Tpo -c -o openbox/actions/openbox-decorations.obj `if test -f 'openbox/actions/decorations.c'; then $(CYGPATH_W) 'openbox/actions/decorations.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/decorations.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-decorations.Tpo openbox/actions/$(DEPDIR)/openbox-decorations.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/decorations.c' object='openbox/actions/openbox-decorations.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-decorations.obj `if test -f 'openbox/actions/decorations.c'; then $(CYGPATH_W) 'openbox/actions/decorations.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/decorations.c'; fi`
+
+openbox/actions/openbox-desktop.o: openbox/actions/desktop.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-desktop.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-desktop.Tpo -c -o openbox/actions/openbox-desktop.o `test -f 'openbox/actions/desktop.c' || echo '$(srcdir)/'`openbox/actions/desktop.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-desktop.Tpo openbox/actions/$(DEPDIR)/openbox-desktop.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/desktop.c' object='openbox/actions/openbox-desktop.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-desktop.o `test -f 'openbox/actions/desktop.c' || echo '$(srcdir)/'`openbox/actions/desktop.c
+
+openbox/actions/openbox-desktop.obj: openbox/actions/desktop.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-desktop.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-desktop.Tpo -c -o openbox/actions/openbox-desktop.obj `if test -f 'openbox/actions/desktop.c'; then $(CYGPATH_W) 'openbox/actions/desktop.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/desktop.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-desktop.Tpo openbox/actions/$(DEPDIR)/openbox-desktop.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/desktop.c' object='openbox/actions/openbox-desktop.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-desktop.obj `if test -f 'openbox/actions/desktop.c'; then $(CYGPATH_W) 'openbox/actions/desktop.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/desktop.c'; fi`
+
+openbox/actions/openbox-dock.o: openbox/actions/dock.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-dock.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-dock.Tpo -c -o openbox/actions/openbox-dock.o `test -f 'openbox/actions/dock.c' || echo '$(srcdir)/'`openbox/actions/dock.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-dock.Tpo openbox/actions/$(DEPDIR)/openbox-dock.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/dock.c' object='openbox/actions/openbox-dock.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-dock.o `test -f 'openbox/actions/dock.c' || echo '$(srcdir)/'`openbox/actions/dock.c
+
+openbox/actions/openbox-dock.obj: openbox/actions/dock.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-dock.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-dock.Tpo -c -o openbox/actions/openbox-dock.obj `if test -f 'openbox/actions/dock.c'; then $(CYGPATH_W) 'openbox/actions/dock.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/dock.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-dock.Tpo openbox/actions/$(DEPDIR)/openbox-dock.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/dock.c' object='openbox/actions/openbox-dock.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-dock.obj `if test -f 'openbox/actions/dock.c'; then $(CYGPATH_W) 'openbox/actions/dock.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/dock.c'; fi`
+
+openbox/actions/openbox-dockautohide.o: openbox/actions/dockautohide.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-dockautohide.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-dockautohide.Tpo -c -o openbox/actions/openbox-dockautohide.o `test -f 'openbox/actions/dockautohide.c' || echo '$(srcdir)/'`openbox/actions/dockautohide.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-dockautohide.Tpo openbox/actions/$(DEPDIR)/openbox-dockautohide.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/dockautohide.c' object='openbox/actions/openbox-dockautohide.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-dockautohide.o `test -f 'openbox/actions/dockautohide.c' || echo '$(srcdir)/'`openbox/actions/dockautohide.c
+
+openbox/actions/openbox-dockautohide.obj: openbox/actions/dockautohide.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-dockautohide.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-dockautohide.Tpo -c -o openbox/actions/openbox-dockautohide.obj `if test -f 'openbox/actions/dockautohide.c'; then $(CYGPATH_W) 'openbox/actions/dockautohide.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/dockautohide.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-dockautohide.Tpo openbox/actions/$(DEPDIR)/openbox-dockautohide.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/dockautohide.c' object='openbox/actions/openbox-dockautohide.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-dockautohide.obj `if test -f 'openbox/actions/dockautohide.c'; then $(CYGPATH_W) 'openbox/actions/dockautohide.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/dockautohide.c'; fi`
+
+openbox/actions/openbox-directionalwindows.o: openbox/actions/directionalwindows.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-directionalwindows.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-directionalwindows.Tpo -c -o openbox/actions/openbox-directionalwindows.o `test -f 'openbox/actions/directionalwindows.c' || echo '$(srcdir)/'`openbox/actions/directionalwindows.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-directionalwindows.Tpo openbox/actions/$(DEPDIR)/openbox-directionalwindows.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/directionalwindows.c' object='openbox/actions/openbox-directionalwindows.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-directionalwindows.o `test -f 'openbox/actions/directionalwindows.c' || echo '$(srcdir)/'`openbox/actions/directionalwindows.c
+
+openbox/actions/openbox-directionalwindows.obj: openbox/actions/directionalwindows.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-directionalwindows.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-directionalwindows.Tpo -c -o openbox/actions/openbox-directionalwindows.obj `if test -f 'openbox/actions/directionalwindows.c'; then $(CYGPATH_W) 'openbox/actions/directionalwindows.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/directionalwindows.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-directionalwindows.Tpo openbox/actions/$(DEPDIR)/openbox-directionalwindows.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/directionalwindows.c' object='openbox/actions/openbox-directionalwindows.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-directionalwindows.obj `if test -f 'openbox/actions/directionalwindows.c'; then $(CYGPATH_W) 'openbox/actions/directionalwindows.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/directionalwindows.c'; fi`
+
+openbox/actions/openbox-execute.o: openbox/actions/execute.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-execute.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-execute.Tpo -c -o openbox/actions/openbox-execute.o `test -f 'openbox/actions/execute.c' || echo '$(srcdir)/'`openbox/actions/execute.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-execute.Tpo openbox/actions/$(DEPDIR)/openbox-execute.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/execute.c' object='openbox/actions/openbox-execute.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-execute.o `test -f 'openbox/actions/execute.c' || echo '$(srcdir)/'`openbox/actions/execute.c
+
+openbox/actions/openbox-execute.obj: openbox/actions/execute.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-execute.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-execute.Tpo -c -o openbox/actions/openbox-execute.obj `if test -f 'openbox/actions/execute.c'; then $(CYGPATH_W) 'openbox/actions/execute.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/execute.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-execute.Tpo openbox/actions/$(DEPDIR)/openbox-execute.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/execute.c' object='openbox/actions/openbox-execute.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-execute.obj `if test -f 'openbox/actions/execute.c'; then $(CYGPATH_W) 'openbox/actions/execute.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/execute.c'; fi`
+
+openbox/actions/openbox-exit.o: openbox/actions/exit.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-exit.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-exit.Tpo -c -o openbox/actions/openbox-exit.o `test -f 'openbox/actions/exit.c' || echo '$(srcdir)/'`openbox/actions/exit.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-exit.Tpo openbox/actions/$(DEPDIR)/openbox-exit.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/exit.c' object='openbox/actions/openbox-exit.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-exit.o `test -f 'openbox/actions/exit.c' || echo '$(srcdir)/'`openbox/actions/exit.c
+
+openbox/actions/openbox-exit.obj: openbox/actions/exit.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-exit.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-exit.Tpo -c -o openbox/actions/openbox-exit.obj `if test -f 'openbox/actions/exit.c'; then $(CYGPATH_W) 'openbox/actions/exit.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/exit.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-exit.Tpo openbox/actions/$(DEPDIR)/openbox-exit.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/exit.c' object='openbox/actions/openbox-exit.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-exit.obj `if test -f 'openbox/actions/exit.c'; then $(CYGPATH_W) 'openbox/actions/exit.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/exit.c'; fi`
+
+openbox/actions/openbox-focus.o: openbox/actions/focus.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-focus.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-focus.Tpo -c -o openbox/actions/openbox-focus.o `test -f 'openbox/actions/focus.c' || echo '$(srcdir)/'`openbox/actions/focus.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-focus.Tpo openbox/actions/$(DEPDIR)/openbox-focus.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/focus.c' object='openbox/actions/openbox-focus.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-focus.o `test -f 'openbox/actions/focus.c' || echo '$(srcdir)/'`openbox/actions/focus.c
+
+openbox/actions/openbox-focus.obj: openbox/actions/focus.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-focus.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-focus.Tpo -c -o openbox/actions/openbox-focus.obj `if test -f 'openbox/actions/focus.c'; then $(CYGPATH_W) 'openbox/actions/focus.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/focus.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-focus.Tpo openbox/actions/$(DEPDIR)/openbox-focus.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/focus.c' object='openbox/actions/openbox-focus.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-focus.obj `if test -f 'openbox/actions/focus.c'; then $(CYGPATH_W) 'openbox/actions/focus.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/focus.c'; fi`
+
+openbox/actions/openbox-focustobottom.o: openbox/actions/focustobottom.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-focustobottom.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-focustobottom.Tpo -c -o openbox/actions/openbox-focustobottom.o `test -f 'openbox/actions/focustobottom.c' || echo '$(srcdir)/'`openbox/actions/focustobottom.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-focustobottom.Tpo openbox/actions/$(DEPDIR)/openbox-focustobottom.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/focustobottom.c' object='openbox/actions/openbox-focustobottom.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-focustobottom.o `test -f 'openbox/actions/focustobottom.c' || echo '$(srcdir)/'`openbox/actions/focustobottom.c
+
+openbox/actions/openbox-focustobottom.obj: openbox/actions/focustobottom.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-focustobottom.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-focustobottom.Tpo -c -o openbox/actions/openbox-focustobottom.obj `if test -f 'openbox/actions/focustobottom.c'; then $(CYGPATH_W) 'openbox/actions/focustobottom.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/focustobottom.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-focustobottom.Tpo openbox/actions/$(DEPDIR)/openbox-focustobottom.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/focustobottom.c' object='openbox/actions/openbox-focustobottom.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-focustobottom.obj `if test -f 'openbox/actions/focustobottom.c'; then $(CYGPATH_W) 'openbox/actions/focustobottom.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/focustobottom.c'; fi`
+
+openbox/actions/openbox-fullscreen.o: openbox/actions/fullscreen.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-fullscreen.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-fullscreen.Tpo -c -o openbox/actions/openbox-fullscreen.o `test -f 'openbox/actions/fullscreen.c' || echo '$(srcdir)/'`openbox/actions/fullscreen.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-fullscreen.Tpo openbox/actions/$(DEPDIR)/openbox-fullscreen.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/fullscreen.c' object='openbox/actions/openbox-fullscreen.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-fullscreen.o `test -f 'openbox/actions/fullscreen.c' || echo '$(srcdir)/'`openbox/actions/fullscreen.c
+
+openbox/actions/openbox-fullscreen.obj: openbox/actions/fullscreen.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-fullscreen.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-fullscreen.Tpo -c -o openbox/actions/openbox-fullscreen.obj `if test -f 'openbox/actions/fullscreen.c'; then $(CYGPATH_W) 'openbox/actions/fullscreen.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/fullscreen.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-fullscreen.Tpo openbox/actions/$(DEPDIR)/openbox-fullscreen.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/fullscreen.c' object='openbox/actions/openbox-fullscreen.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-fullscreen.obj `if test -f 'openbox/actions/fullscreen.c'; then $(CYGPATH_W) 'openbox/actions/fullscreen.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/fullscreen.c'; fi`
+
+openbox/actions/openbox-growtoedge.o: openbox/actions/growtoedge.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-growtoedge.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-growtoedge.Tpo -c -o openbox/actions/openbox-growtoedge.o `test -f 'openbox/actions/growtoedge.c' || echo '$(srcdir)/'`openbox/actions/growtoedge.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-growtoedge.Tpo openbox/actions/$(DEPDIR)/openbox-growtoedge.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/growtoedge.c' object='openbox/actions/openbox-growtoedge.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-growtoedge.o `test -f 'openbox/actions/growtoedge.c' || echo '$(srcdir)/'`openbox/actions/growtoedge.c
+
+openbox/actions/openbox-growtoedge.obj: openbox/actions/growtoedge.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-growtoedge.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-growtoedge.Tpo -c -o openbox/actions/openbox-growtoedge.obj `if test -f 'openbox/actions/growtoedge.c'; then $(CYGPATH_W) 'openbox/actions/growtoedge.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/growtoedge.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-growtoedge.Tpo openbox/actions/$(DEPDIR)/openbox-growtoedge.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/growtoedge.c' object='openbox/actions/openbox-growtoedge.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-growtoedge.obj `if test -f 'openbox/actions/growtoedge.c'; then $(CYGPATH_W) 'openbox/actions/growtoedge.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/growtoedge.c'; fi`
+
+openbox/actions/openbox-iconify.o: openbox/actions/iconify.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-iconify.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-iconify.Tpo -c -o openbox/actions/openbox-iconify.o `test -f 'openbox/actions/iconify.c' || echo '$(srcdir)/'`openbox/actions/iconify.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-iconify.Tpo openbox/actions/$(DEPDIR)/openbox-iconify.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/iconify.c' object='openbox/actions/openbox-iconify.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-iconify.o `test -f 'openbox/actions/iconify.c' || echo '$(srcdir)/'`openbox/actions/iconify.c
+
+openbox/actions/openbox-iconify.obj: openbox/actions/iconify.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-iconify.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-iconify.Tpo -c -o openbox/actions/openbox-iconify.obj `if test -f 'openbox/actions/iconify.c'; then $(CYGPATH_W) 'openbox/actions/iconify.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/iconify.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-iconify.Tpo openbox/actions/$(DEPDIR)/openbox-iconify.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/iconify.c' object='openbox/actions/openbox-iconify.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-iconify.obj `if test -f 'openbox/actions/iconify.c'; then $(CYGPATH_W) 'openbox/actions/iconify.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/iconify.c'; fi`
+
+openbox/actions/openbox-if.o: openbox/actions/if.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-if.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-if.Tpo -c -o openbox/actions/openbox-if.o `test -f 'openbox/actions/if.c' || echo '$(srcdir)/'`openbox/actions/if.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-if.Tpo openbox/actions/$(DEPDIR)/openbox-if.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/if.c' object='openbox/actions/openbox-if.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-if.o `test -f 'openbox/actions/if.c' || echo '$(srcdir)/'`openbox/actions/if.c
+
+openbox/actions/openbox-if.obj: openbox/actions/if.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-if.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-if.Tpo -c -o openbox/actions/openbox-if.obj `if test -f 'openbox/actions/if.c'; then $(CYGPATH_W) 'openbox/actions/if.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/if.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-if.Tpo openbox/actions/$(DEPDIR)/openbox-if.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/if.c' object='openbox/actions/openbox-if.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-if.obj `if test -f 'openbox/actions/if.c'; then $(CYGPATH_W) 'openbox/actions/if.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/if.c'; fi`
+
+openbox/actions/openbox-kill.o: openbox/actions/kill.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-kill.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-kill.Tpo -c -o openbox/actions/openbox-kill.o `test -f 'openbox/actions/kill.c' || echo '$(srcdir)/'`openbox/actions/kill.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-kill.Tpo openbox/actions/$(DEPDIR)/openbox-kill.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/kill.c' object='openbox/actions/openbox-kill.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-kill.o `test -f 'openbox/actions/kill.c' || echo '$(srcdir)/'`openbox/actions/kill.c
+
+openbox/actions/openbox-kill.obj: openbox/actions/kill.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-kill.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-kill.Tpo -c -o openbox/actions/openbox-kill.obj `if test -f 'openbox/actions/kill.c'; then $(CYGPATH_W) 'openbox/actions/kill.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/kill.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-kill.Tpo openbox/actions/$(DEPDIR)/openbox-kill.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/kill.c' object='openbox/actions/openbox-kill.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-kill.obj `if test -f 'openbox/actions/kill.c'; then $(CYGPATH_W) 'openbox/actions/kill.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/kill.c'; fi`
+
+openbox/actions/openbox-layer.o: openbox/actions/layer.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-layer.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-layer.Tpo -c -o openbox/actions/openbox-layer.o `test -f 'openbox/actions/layer.c' || echo '$(srcdir)/'`openbox/actions/layer.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-layer.Tpo openbox/actions/$(DEPDIR)/openbox-layer.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/layer.c' object='openbox/actions/openbox-layer.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-layer.o `test -f 'openbox/actions/layer.c' || echo '$(srcdir)/'`openbox/actions/layer.c
+
+openbox/actions/openbox-layer.obj: openbox/actions/layer.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-layer.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-layer.Tpo -c -o openbox/actions/openbox-layer.obj `if test -f 'openbox/actions/layer.c'; then $(CYGPATH_W) 'openbox/actions/layer.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/layer.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-layer.Tpo openbox/actions/$(DEPDIR)/openbox-layer.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/layer.c' object='openbox/actions/openbox-layer.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-layer.obj `if test -f 'openbox/actions/layer.c'; then $(CYGPATH_W) 'openbox/actions/layer.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/layer.c'; fi`
+
+openbox/actions/openbox-lower.o: openbox/actions/lower.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-lower.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-lower.Tpo -c -o openbox/actions/openbox-lower.o `test -f 'openbox/actions/lower.c' || echo '$(srcdir)/'`openbox/actions/lower.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-lower.Tpo openbox/actions/$(DEPDIR)/openbox-lower.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/lower.c' object='openbox/actions/openbox-lower.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-lower.o `test -f 'openbox/actions/lower.c' || echo '$(srcdir)/'`openbox/actions/lower.c
+
+openbox/actions/openbox-lower.obj: openbox/actions/lower.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-lower.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-lower.Tpo -c -o openbox/actions/openbox-lower.obj `if test -f 'openbox/actions/lower.c'; then $(CYGPATH_W) 'openbox/actions/lower.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/lower.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-lower.Tpo openbox/actions/$(DEPDIR)/openbox-lower.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/lower.c' object='openbox/actions/openbox-lower.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-lower.obj `if test -f 'openbox/actions/lower.c'; then $(CYGPATH_W) 'openbox/actions/lower.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/lower.c'; fi`
+
+openbox/actions/openbox-maximize.o: openbox/actions/maximize.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-maximize.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-maximize.Tpo -c -o openbox/actions/openbox-maximize.o `test -f 'openbox/actions/maximize.c' || echo '$(srcdir)/'`openbox/actions/maximize.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-maximize.Tpo openbox/actions/$(DEPDIR)/openbox-maximize.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/maximize.c' object='openbox/actions/openbox-maximize.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-maximize.o `test -f 'openbox/actions/maximize.c' || echo '$(srcdir)/'`openbox/actions/maximize.c
+
+openbox/actions/openbox-maximize.obj: openbox/actions/maximize.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-maximize.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-maximize.Tpo -c -o openbox/actions/openbox-maximize.obj `if test -f 'openbox/actions/maximize.c'; then $(CYGPATH_W) 'openbox/actions/maximize.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/maximize.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-maximize.Tpo openbox/actions/$(DEPDIR)/openbox-maximize.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/maximize.c' object='openbox/actions/openbox-maximize.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-maximize.obj `if test -f 'openbox/actions/maximize.c'; then $(CYGPATH_W) 'openbox/actions/maximize.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/maximize.c'; fi`
+
+openbox/actions/openbox-move.o: openbox/actions/move.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-move.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-move.Tpo -c -o openbox/actions/openbox-move.o `test -f 'openbox/actions/move.c' || echo '$(srcdir)/'`openbox/actions/move.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-move.Tpo openbox/actions/$(DEPDIR)/openbox-move.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/move.c' object='openbox/actions/openbox-move.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-move.o `test -f 'openbox/actions/move.c' || echo '$(srcdir)/'`openbox/actions/move.c
+
+openbox/actions/openbox-move.obj: openbox/actions/move.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-move.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-move.Tpo -c -o openbox/actions/openbox-move.obj `if test -f 'openbox/actions/move.c'; then $(CYGPATH_W) 'openbox/actions/move.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/move.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-move.Tpo openbox/actions/$(DEPDIR)/openbox-move.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/move.c' object='openbox/actions/openbox-move.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-move.obj `if test -f 'openbox/actions/move.c'; then $(CYGPATH_W) 'openbox/actions/move.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/move.c'; fi`
+
+openbox/actions/openbox-moverelative.o: openbox/actions/moverelative.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-moverelative.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-moverelative.Tpo -c -o openbox/actions/openbox-moverelative.o `test -f 'openbox/actions/moverelative.c' || echo '$(srcdir)/'`openbox/actions/moverelative.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-moverelative.Tpo openbox/actions/$(DEPDIR)/openbox-moverelative.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/moverelative.c' object='openbox/actions/openbox-moverelative.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-moverelative.o `test -f 'openbox/actions/moverelative.c' || echo '$(srcdir)/'`openbox/actions/moverelative.c
+
+openbox/actions/openbox-moverelative.obj: openbox/actions/moverelative.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-moverelative.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-moverelative.Tpo -c -o openbox/actions/openbox-moverelative.obj `if test -f 'openbox/actions/moverelative.c'; then $(CYGPATH_W) 'openbox/actions/moverelative.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/moverelative.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-moverelative.Tpo openbox/actions/$(DEPDIR)/openbox-moverelative.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/moverelative.c' object='openbox/actions/openbox-moverelative.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-moverelative.obj `if test -f 'openbox/actions/moverelative.c'; then $(CYGPATH_W) 'openbox/actions/moverelative.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/moverelative.c'; fi`
+
+openbox/actions/openbox-moveresizeto.o: openbox/actions/moveresizeto.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-moveresizeto.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-moveresizeto.Tpo -c -o openbox/actions/openbox-moveresizeto.o `test -f 'openbox/actions/moveresizeto.c' || echo '$(srcdir)/'`openbox/actions/moveresizeto.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-moveresizeto.Tpo openbox/actions/$(DEPDIR)/openbox-moveresizeto.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/moveresizeto.c' object='openbox/actions/openbox-moveresizeto.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-moveresizeto.o `test -f 'openbox/actions/moveresizeto.c' || echo '$(srcdir)/'`openbox/actions/moveresizeto.c
+
+openbox/actions/openbox-moveresizeto.obj: openbox/actions/moveresizeto.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-moveresizeto.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-moveresizeto.Tpo -c -o openbox/actions/openbox-moveresizeto.obj `if test -f 'openbox/actions/moveresizeto.c'; then $(CYGPATH_W) 'openbox/actions/moveresizeto.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/moveresizeto.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-moveresizeto.Tpo openbox/actions/$(DEPDIR)/openbox-moveresizeto.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/moveresizeto.c' object='openbox/actions/openbox-moveresizeto.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-moveresizeto.obj `if test -f 'openbox/actions/moveresizeto.c'; then $(CYGPATH_W) 'openbox/actions/moveresizeto.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/moveresizeto.c'; fi`
+
+openbox/actions/openbox-movetoedge.o: openbox/actions/movetoedge.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-movetoedge.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-movetoedge.Tpo -c -o openbox/actions/openbox-movetoedge.o `test -f 'openbox/actions/movetoedge.c' || echo '$(srcdir)/'`openbox/actions/movetoedge.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-movetoedge.Tpo openbox/actions/$(DEPDIR)/openbox-movetoedge.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/movetoedge.c' object='openbox/actions/openbox-movetoedge.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-movetoedge.o `test -f 'openbox/actions/movetoedge.c' || echo '$(srcdir)/'`openbox/actions/movetoedge.c
+
+openbox/actions/openbox-movetoedge.obj: openbox/actions/movetoedge.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-movetoedge.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-movetoedge.Tpo -c -o openbox/actions/openbox-movetoedge.obj `if test -f 'openbox/actions/movetoedge.c'; then $(CYGPATH_W) 'openbox/actions/movetoedge.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/movetoedge.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-movetoedge.Tpo openbox/actions/$(DEPDIR)/openbox-movetoedge.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/movetoedge.c' object='openbox/actions/openbox-movetoedge.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-movetoedge.obj `if test -f 'openbox/actions/movetoedge.c'; then $(CYGPATH_W) 'openbox/actions/movetoedge.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/movetoedge.c'; fi`
+
+openbox/actions/openbox-omnipresent.o: openbox/actions/omnipresent.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-omnipresent.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-omnipresent.Tpo -c -o openbox/actions/openbox-omnipresent.o `test -f 'openbox/actions/omnipresent.c' || echo '$(srcdir)/'`openbox/actions/omnipresent.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-omnipresent.Tpo openbox/actions/$(DEPDIR)/openbox-omnipresent.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/omnipresent.c' object='openbox/actions/openbox-omnipresent.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-omnipresent.o `test -f 'openbox/actions/omnipresent.c' || echo '$(srcdir)/'`openbox/actions/omnipresent.c
+
+openbox/actions/openbox-omnipresent.obj: openbox/actions/omnipresent.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-omnipresent.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-omnipresent.Tpo -c -o openbox/actions/openbox-omnipresent.obj `if test -f 'openbox/actions/omnipresent.c'; then $(CYGPATH_W) 'openbox/actions/omnipresent.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/omnipresent.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-omnipresent.Tpo openbox/actions/$(DEPDIR)/openbox-omnipresent.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/omnipresent.c' object='openbox/actions/openbox-omnipresent.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-omnipresent.obj `if test -f 'openbox/actions/omnipresent.c'; then $(CYGPATH_W) 'openbox/actions/omnipresent.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/omnipresent.c'; fi`
+
+openbox/actions/openbox-raise.o: openbox/actions/raise.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-raise.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-raise.Tpo -c -o openbox/actions/openbox-raise.o `test -f 'openbox/actions/raise.c' || echo '$(srcdir)/'`openbox/actions/raise.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-raise.Tpo openbox/actions/$(DEPDIR)/openbox-raise.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/raise.c' object='openbox/actions/openbox-raise.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-raise.o `test -f 'openbox/actions/raise.c' || echo '$(srcdir)/'`openbox/actions/raise.c
+
+openbox/actions/openbox-raise.obj: openbox/actions/raise.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-raise.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-raise.Tpo -c -o openbox/actions/openbox-raise.obj `if test -f 'openbox/actions/raise.c'; then $(CYGPATH_W) 'openbox/actions/raise.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/raise.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-raise.Tpo openbox/actions/$(DEPDIR)/openbox-raise.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/raise.c' object='openbox/actions/openbox-raise.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-raise.obj `if test -f 'openbox/actions/raise.c'; then $(CYGPATH_W) 'openbox/actions/raise.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/raise.c'; fi`
+
+openbox/actions/openbox-raiselower.o: openbox/actions/raiselower.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-raiselower.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-raiselower.Tpo -c -o openbox/actions/openbox-raiselower.o `test -f 'openbox/actions/raiselower.c' || echo '$(srcdir)/'`openbox/actions/raiselower.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-raiselower.Tpo openbox/actions/$(DEPDIR)/openbox-raiselower.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/raiselower.c' object='openbox/actions/openbox-raiselower.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-raiselower.o `test -f 'openbox/actions/raiselower.c' || echo '$(srcdir)/'`openbox/actions/raiselower.c
+
+openbox/actions/openbox-raiselower.obj: openbox/actions/raiselower.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-raiselower.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-raiselower.Tpo -c -o openbox/actions/openbox-raiselower.obj `if test -f 'openbox/actions/raiselower.c'; then $(CYGPATH_W) 'openbox/actions/raiselower.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/raiselower.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-raiselower.Tpo openbox/actions/$(DEPDIR)/openbox-raiselower.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/raiselower.c' object='openbox/actions/openbox-raiselower.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-raiselower.obj `if test -f 'openbox/actions/raiselower.c'; then $(CYGPATH_W) 'openbox/actions/raiselower.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/raiselower.c'; fi`
+
+openbox/actions/openbox-reconfigure.o: openbox/actions/reconfigure.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-reconfigure.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-reconfigure.Tpo -c -o openbox/actions/openbox-reconfigure.o `test -f 'openbox/actions/reconfigure.c' || echo '$(srcdir)/'`openbox/actions/reconfigure.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-reconfigure.Tpo openbox/actions/$(DEPDIR)/openbox-reconfigure.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/reconfigure.c' object='openbox/actions/openbox-reconfigure.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-reconfigure.o `test -f 'openbox/actions/reconfigure.c' || echo '$(srcdir)/'`openbox/actions/reconfigure.c
+
+openbox/actions/openbox-reconfigure.obj: openbox/actions/reconfigure.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-reconfigure.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-reconfigure.Tpo -c -o openbox/actions/openbox-reconfigure.obj `if test -f 'openbox/actions/reconfigure.c'; then $(CYGPATH_W) 'openbox/actions/reconfigure.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/reconfigure.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-reconfigure.Tpo openbox/actions/$(DEPDIR)/openbox-reconfigure.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/reconfigure.c' object='openbox/actions/openbox-reconfigure.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-reconfigure.obj `if test -f 'openbox/actions/reconfigure.c'; then $(CYGPATH_W) 'openbox/actions/reconfigure.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/reconfigure.c'; fi`
+
+openbox/actions/openbox-resize.o: openbox/actions/resize.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-resize.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-resize.Tpo -c -o openbox/actions/openbox-resize.o `test -f 'openbox/actions/resize.c' || echo '$(srcdir)/'`openbox/actions/resize.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-resize.Tpo openbox/actions/$(DEPDIR)/openbox-resize.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/resize.c' object='openbox/actions/openbox-resize.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-resize.o `test -f 'openbox/actions/resize.c' || echo '$(srcdir)/'`openbox/actions/resize.c
+
+openbox/actions/openbox-resize.obj: openbox/actions/resize.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-resize.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-resize.Tpo -c -o openbox/actions/openbox-resize.obj `if test -f 'openbox/actions/resize.c'; then $(CYGPATH_W) 'openbox/actions/resize.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/resize.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-resize.Tpo openbox/actions/$(DEPDIR)/openbox-resize.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/resize.c' object='openbox/actions/openbox-resize.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-resize.obj `if test -f 'openbox/actions/resize.c'; then $(CYGPATH_W) 'openbox/actions/resize.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/resize.c'; fi`
+
+openbox/actions/openbox-resizerelative.o: openbox/actions/resizerelative.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-resizerelative.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-resizerelative.Tpo -c -o openbox/actions/openbox-resizerelative.o `test -f 'openbox/actions/resizerelative.c' || echo '$(srcdir)/'`openbox/actions/resizerelative.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-resizerelative.Tpo openbox/actions/$(DEPDIR)/openbox-resizerelative.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/resizerelative.c' object='openbox/actions/openbox-resizerelative.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-resizerelative.o `test -f 'openbox/actions/resizerelative.c' || echo '$(srcdir)/'`openbox/actions/resizerelative.c
+
+openbox/actions/openbox-resizerelative.obj: openbox/actions/resizerelative.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-resizerelative.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-resizerelative.Tpo -c -o openbox/actions/openbox-resizerelative.obj `if test -f 'openbox/actions/resizerelative.c'; then $(CYGPATH_W) 'openbox/actions/resizerelative.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/resizerelative.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-resizerelative.Tpo openbox/actions/$(DEPDIR)/openbox-resizerelative.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/resizerelative.c' object='openbox/actions/openbox-resizerelative.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-resizerelative.obj `if test -f 'openbox/actions/resizerelative.c'; then $(CYGPATH_W) 'openbox/actions/resizerelative.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/resizerelative.c'; fi`
+
+openbox/actions/openbox-restart.o: openbox/actions/restart.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-restart.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-restart.Tpo -c -o openbox/actions/openbox-restart.o `test -f 'openbox/actions/restart.c' || echo '$(srcdir)/'`openbox/actions/restart.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-restart.Tpo openbox/actions/$(DEPDIR)/openbox-restart.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/restart.c' object='openbox/actions/openbox-restart.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-restart.o `test -f 'openbox/actions/restart.c' || echo '$(srcdir)/'`openbox/actions/restart.c
+
+openbox/actions/openbox-restart.obj: openbox/actions/restart.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-restart.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-restart.Tpo -c -o openbox/actions/openbox-restart.obj `if test -f 'openbox/actions/restart.c'; then $(CYGPATH_W) 'openbox/actions/restart.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/restart.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-restart.Tpo openbox/actions/$(DEPDIR)/openbox-restart.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/restart.c' object='openbox/actions/openbox-restart.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-restart.obj `if test -f 'openbox/actions/restart.c'; then $(CYGPATH_W) 'openbox/actions/restart.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/restart.c'; fi`
+
+openbox/actions/openbox-shade.o: openbox/actions/shade.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-shade.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-shade.Tpo -c -o openbox/actions/openbox-shade.o `test -f 'openbox/actions/shade.c' || echo '$(srcdir)/'`openbox/actions/shade.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-shade.Tpo openbox/actions/$(DEPDIR)/openbox-shade.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/shade.c' object='openbox/actions/openbox-shade.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-shade.o `test -f 'openbox/actions/shade.c' || echo '$(srcdir)/'`openbox/actions/shade.c
+
+openbox/actions/openbox-shade.obj: openbox/actions/shade.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-shade.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-shade.Tpo -c -o openbox/actions/openbox-shade.obj `if test -f 'openbox/actions/shade.c'; then $(CYGPATH_W) 'openbox/actions/shade.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/shade.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-shade.Tpo openbox/actions/$(DEPDIR)/openbox-shade.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/shade.c' object='openbox/actions/openbox-shade.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-shade.obj `if test -f 'openbox/actions/shade.c'; then $(CYGPATH_W) 'openbox/actions/shade.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/shade.c'; fi`
+
+openbox/actions/openbox-shadelowerraise.o: openbox/actions/shadelowerraise.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-shadelowerraise.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-shadelowerraise.Tpo -c -o openbox/actions/openbox-shadelowerraise.o `test -f 'openbox/actions/shadelowerraise.c' || echo '$(srcdir)/'`openbox/actions/shadelowerraise.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-shadelowerraise.Tpo openbox/actions/$(DEPDIR)/openbox-shadelowerraise.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/shadelowerraise.c' object='openbox/actions/openbox-shadelowerraise.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-shadelowerraise.o `test -f 'openbox/actions/shadelowerraise.c' || echo '$(srcdir)/'`openbox/actions/shadelowerraise.c
+
+openbox/actions/openbox-shadelowerraise.obj: openbox/actions/shadelowerraise.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-shadelowerraise.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-shadelowerraise.Tpo -c -o openbox/actions/openbox-shadelowerraise.obj `if test -f 'openbox/actions/shadelowerraise.c'; then $(CYGPATH_W) 'openbox/actions/shadelowerraise.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/shadelowerraise.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-shadelowerraise.Tpo openbox/actions/$(DEPDIR)/openbox-shadelowerraise.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/shadelowerraise.c' object='openbox/actions/openbox-shadelowerraise.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-shadelowerraise.obj `if test -f 'openbox/actions/shadelowerraise.c'; then $(CYGPATH_W) 'openbox/actions/shadelowerraise.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/shadelowerraise.c'; fi`
+
+openbox/actions/openbox-showdesktop.o: openbox/actions/showdesktop.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-showdesktop.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-showdesktop.Tpo -c -o openbox/actions/openbox-showdesktop.o `test -f 'openbox/actions/showdesktop.c' || echo '$(srcdir)/'`openbox/actions/showdesktop.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-showdesktop.Tpo openbox/actions/$(DEPDIR)/openbox-showdesktop.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/showdesktop.c' object='openbox/actions/openbox-showdesktop.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-showdesktop.o `test -f 'openbox/actions/showdesktop.c' || echo '$(srcdir)/'`openbox/actions/showdesktop.c
+
+openbox/actions/openbox-showdesktop.obj: openbox/actions/showdesktop.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-showdesktop.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-showdesktop.Tpo -c -o openbox/actions/openbox-showdesktop.obj `if test -f 'openbox/actions/showdesktop.c'; then $(CYGPATH_W) 'openbox/actions/showdesktop.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/showdesktop.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-showdesktop.Tpo openbox/actions/$(DEPDIR)/openbox-showdesktop.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/showdesktop.c' object='openbox/actions/openbox-showdesktop.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-showdesktop.obj `if test -f 'openbox/actions/showdesktop.c'; then $(CYGPATH_W) 'openbox/actions/showdesktop.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/showdesktop.c'; fi`
+
+openbox/actions/openbox-showmenu.o: openbox/actions/showmenu.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-showmenu.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-showmenu.Tpo -c -o openbox/actions/openbox-showmenu.o `test -f 'openbox/actions/showmenu.c' || echo '$(srcdir)/'`openbox/actions/showmenu.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-showmenu.Tpo openbox/actions/$(DEPDIR)/openbox-showmenu.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/showmenu.c' object='openbox/actions/openbox-showmenu.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-showmenu.o `test -f 'openbox/actions/showmenu.c' || echo '$(srcdir)/'`openbox/actions/showmenu.c
+
+openbox/actions/openbox-showmenu.obj: openbox/actions/showmenu.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-showmenu.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-showmenu.Tpo -c -o openbox/actions/openbox-showmenu.obj `if test -f 'openbox/actions/showmenu.c'; then $(CYGPATH_W) 'openbox/actions/showmenu.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/showmenu.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-showmenu.Tpo openbox/actions/$(DEPDIR)/openbox-showmenu.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/showmenu.c' object='openbox/actions/openbox-showmenu.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-showmenu.obj `if test -f 'openbox/actions/showmenu.c'; then $(CYGPATH_W) 'openbox/actions/showmenu.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/showmenu.c'; fi`
+
+openbox/actions/openbox-unfocus.o: openbox/actions/unfocus.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-unfocus.o -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-unfocus.Tpo -c -o openbox/actions/openbox-unfocus.o `test -f 'openbox/actions/unfocus.c' || echo '$(srcdir)/'`openbox/actions/unfocus.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-unfocus.Tpo openbox/actions/$(DEPDIR)/openbox-unfocus.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/unfocus.c' object='openbox/actions/openbox-unfocus.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-unfocus.o `test -f 'openbox/actions/unfocus.c' || echo '$(srcdir)/'`openbox/actions/unfocus.c
+
+openbox/actions/openbox-unfocus.obj: openbox/actions/unfocus.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/actions/openbox-unfocus.obj -MD -MP -MF openbox/actions/$(DEPDIR)/openbox-unfocus.Tpo -c -o openbox/actions/openbox-unfocus.obj `if test -f 'openbox/actions/unfocus.c'; then $(CYGPATH_W) 'openbox/actions/unfocus.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/unfocus.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/actions/$(DEPDIR)/openbox-unfocus.Tpo openbox/actions/$(DEPDIR)/openbox-unfocus.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions/unfocus.c' object='openbox/actions/openbox-unfocus.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/actions/openbox-unfocus.obj `if test -f 'openbox/actions/unfocus.c'; then $(CYGPATH_W) 'openbox/actions/unfocus.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions/unfocus.c'; fi`
+
+openbox/openbox-actions.o: openbox/actions.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-actions.o -MD -MP -MF openbox/$(DEPDIR)/openbox-actions.Tpo -c -o openbox/openbox-actions.o `test -f 'openbox/actions.c' || echo '$(srcdir)/'`openbox/actions.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-actions.Tpo openbox/$(DEPDIR)/openbox-actions.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions.c' object='openbox/openbox-actions.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-actions.o `test -f 'openbox/actions.c' || echo '$(srcdir)/'`openbox/actions.c
+
+openbox/openbox-actions.obj: openbox/actions.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-actions.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-actions.Tpo -c -o openbox/openbox-actions.obj `if test -f 'openbox/actions.c'; then $(CYGPATH_W) 'openbox/actions.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-actions.Tpo openbox/$(DEPDIR)/openbox-actions.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/actions.c' object='openbox/openbox-actions.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-actions.obj `if test -f 'openbox/actions.c'; then $(CYGPATH_W) 'openbox/actions.c'; else $(CYGPATH_W) '$(srcdir)/openbox/actions.c'; fi`
+
+openbox/openbox-client.o: openbox/client.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-client.o -MD -MP -MF openbox/$(DEPDIR)/openbox-client.Tpo -c -o openbox/openbox-client.o `test -f 'openbox/client.c' || echo '$(srcdir)/'`openbox/client.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-client.Tpo openbox/$(DEPDIR)/openbox-client.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/client.c' object='openbox/openbox-client.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-client.o `test -f 'openbox/client.c' || echo '$(srcdir)/'`openbox/client.c
+
+openbox/openbox-client.obj: openbox/client.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-client.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-client.Tpo -c -o openbox/openbox-client.obj `if test -f 'openbox/client.c'; then $(CYGPATH_W) 'openbox/client.c'; else $(CYGPATH_W) '$(srcdir)/openbox/client.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-client.Tpo openbox/$(DEPDIR)/openbox-client.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/client.c' object='openbox/openbox-client.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-client.obj `if test -f 'openbox/client.c'; then $(CYGPATH_W) 'openbox/client.c'; else $(CYGPATH_W) '$(srcdir)/openbox/client.c'; fi`
+
+openbox/openbox-client_list_menu.o: openbox/client_list_menu.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-client_list_menu.o -MD -MP -MF openbox/$(DEPDIR)/openbox-client_list_menu.Tpo -c -o openbox/openbox-client_list_menu.o `test -f 'openbox/client_list_menu.c' || echo '$(srcdir)/'`openbox/client_list_menu.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-client_list_menu.Tpo openbox/$(DEPDIR)/openbox-client_list_menu.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/client_list_menu.c' object='openbox/openbox-client_list_menu.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-client_list_menu.o `test -f 'openbox/client_list_menu.c' || echo '$(srcdir)/'`openbox/client_list_menu.c
+
+openbox/openbox-client_list_menu.obj: openbox/client_list_menu.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-client_list_menu.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-client_list_menu.Tpo -c -o openbox/openbox-client_list_menu.obj `if test -f 'openbox/client_list_menu.c'; then $(CYGPATH_W) 'openbox/client_list_menu.c'; else $(CYGPATH_W) '$(srcdir)/openbox/client_list_menu.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-client_list_menu.Tpo openbox/$(DEPDIR)/openbox-client_list_menu.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/client_list_menu.c' object='openbox/openbox-client_list_menu.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-client_list_menu.obj `if test -f 'openbox/client_list_menu.c'; then $(CYGPATH_W) 'openbox/client_list_menu.c'; else $(CYGPATH_W) '$(srcdir)/openbox/client_list_menu.c'; fi`
+
+openbox/openbox-client_list_combined_menu.o: openbox/client_list_combined_menu.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-client_list_combined_menu.o -MD -MP -MF openbox/$(DEPDIR)/openbox-client_list_combined_menu.Tpo -c -o openbox/openbox-client_list_combined_menu.o `test -f 'openbox/client_list_combined_menu.c' || echo '$(srcdir)/'`openbox/client_list_combined_menu.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-client_list_combined_menu.Tpo openbox/$(DEPDIR)/openbox-client_list_combined_menu.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/client_list_combined_menu.c' object='openbox/openbox-client_list_combined_menu.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-client_list_combined_menu.o `test -f 'openbox/client_list_combined_menu.c' || echo '$(srcdir)/'`openbox/client_list_combined_menu.c
+
+openbox/openbox-client_list_combined_menu.obj: openbox/client_list_combined_menu.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-client_list_combined_menu.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-client_list_combined_menu.Tpo -c -o openbox/openbox-client_list_combined_menu.obj `if test -f 'openbox/client_list_combined_menu.c'; then $(CYGPATH_W) 'openbox/client_list_combined_menu.c'; else $(CYGPATH_W) '$(srcdir)/openbox/client_list_combined_menu.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-client_list_combined_menu.Tpo openbox/$(DEPDIR)/openbox-client_list_combined_menu.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/client_list_combined_menu.c' object='openbox/openbox-client_list_combined_menu.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-client_list_combined_menu.obj `if test -f 'openbox/client_list_combined_menu.c'; then $(CYGPATH_W) 'openbox/client_list_combined_menu.c'; else $(CYGPATH_W) '$(srcdir)/openbox/client_list_combined_menu.c'; fi`
+
+openbox/openbox-client_menu.o: openbox/client_menu.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-client_menu.o -MD -MP -MF openbox/$(DEPDIR)/openbox-client_menu.Tpo -c -o openbox/openbox-client_menu.o `test -f 'openbox/client_menu.c' || echo '$(srcdir)/'`openbox/client_menu.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-client_menu.Tpo openbox/$(DEPDIR)/openbox-client_menu.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/client_menu.c' object='openbox/openbox-client_menu.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-client_menu.o `test -f 'openbox/client_menu.c' || echo '$(srcdir)/'`openbox/client_menu.c
+
+openbox/openbox-client_menu.obj: openbox/client_menu.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-client_menu.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-client_menu.Tpo -c -o openbox/openbox-client_menu.obj `if test -f 'openbox/client_menu.c'; then $(CYGPATH_W) 'openbox/client_menu.c'; else $(CYGPATH_W) '$(srcdir)/openbox/client_menu.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-client_menu.Tpo openbox/$(DEPDIR)/openbox-client_menu.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/client_menu.c' object='openbox/openbox-client_menu.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-client_menu.obj `if test -f 'openbox/client_menu.c'; then $(CYGPATH_W) 'openbox/client_menu.c'; else $(CYGPATH_W) '$(srcdir)/openbox/client_menu.c'; fi`
+
+openbox/openbox-config.o: openbox/config.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-config.o -MD -MP -MF openbox/$(DEPDIR)/openbox-config.Tpo -c -o openbox/openbox-config.o `test -f 'openbox/config.c' || echo '$(srcdir)/'`openbox/config.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-config.Tpo openbox/$(DEPDIR)/openbox-config.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/config.c' object='openbox/openbox-config.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-config.o `test -f 'openbox/config.c' || echo '$(srcdir)/'`openbox/config.c
+
+openbox/openbox-config.obj: openbox/config.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-config.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-config.Tpo -c -o openbox/openbox-config.obj `if test -f 'openbox/config.c'; then $(CYGPATH_W) 'openbox/config.c'; else $(CYGPATH_W) '$(srcdir)/openbox/config.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-config.Tpo openbox/$(DEPDIR)/openbox-config.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/config.c' object='openbox/openbox-config.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-config.obj `if test -f 'openbox/config.c'; then $(CYGPATH_W) 'openbox/config.c'; else $(CYGPATH_W) '$(srcdir)/openbox/config.c'; fi`
+
+openbox/openbox-debug.o: openbox/debug.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-debug.o -MD -MP -MF openbox/$(DEPDIR)/openbox-debug.Tpo -c -o openbox/openbox-debug.o `test -f 'openbox/debug.c' || echo '$(srcdir)/'`openbox/debug.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-debug.Tpo openbox/$(DEPDIR)/openbox-debug.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/debug.c' object='openbox/openbox-debug.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-debug.o `test -f 'openbox/debug.c' || echo '$(srcdir)/'`openbox/debug.c
+
+openbox/openbox-debug.obj: openbox/debug.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-debug.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-debug.Tpo -c -o openbox/openbox-debug.obj `if test -f 'openbox/debug.c'; then $(CYGPATH_W) 'openbox/debug.c'; else $(CYGPATH_W) '$(srcdir)/openbox/debug.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-debug.Tpo openbox/$(DEPDIR)/openbox-debug.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/debug.c' object='openbox/openbox-debug.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-debug.obj `if test -f 'openbox/debug.c'; then $(CYGPATH_W) 'openbox/debug.c'; else $(CYGPATH_W) '$(srcdir)/openbox/debug.c'; fi`
+
+openbox/openbox-dock.o: openbox/dock.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-dock.o -MD -MP -MF openbox/$(DEPDIR)/openbox-dock.Tpo -c -o openbox/openbox-dock.o `test -f 'openbox/dock.c' || echo '$(srcdir)/'`openbox/dock.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-dock.Tpo openbox/$(DEPDIR)/openbox-dock.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/dock.c' object='openbox/openbox-dock.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-dock.o `test -f 'openbox/dock.c' || echo '$(srcdir)/'`openbox/dock.c
+
+openbox/openbox-dock.obj: openbox/dock.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-dock.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-dock.Tpo -c -o openbox/openbox-dock.obj `if test -f 'openbox/dock.c'; then $(CYGPATH_W) 'openbox/dock.c'; else $(CYGPATH_W) '$(srcdir)/openbox/dock.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-dock.Tpo openbox/$(DEPDIR)/openbox-dock.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/dock.c' object='openbox/openbox-dock.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-dock.obj `if test -f 'openbox/dock.c'; then $(CYGPATH_W) 'openbox/dock.c'; else $(CYGPATH_W) '$(srcdir)/openbox/dock.c'; fi`
+
+openbox/openbox-event.o: openbox/event.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-event.o -MD -MP -MF openbox/$(DEPDIR)/openbox-event.Tpo -c -o openbox/openbox-event.o `test -f 'openbox/event.c' || echo '$(srcdir)/'`openbox/event.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-event.Tpo openbox/$(DEPDIR)/openbox-event.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/event.c' object='openbox/openbox-event.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-event.o `test -f 'openbox/event.c' || echo '$(srcdir)/'`openbox/event.c
+
+openbox/openbox-event.obj: openbox/event.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-event.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-event.Tpo -c -o openbox/openbox-event.obj `if test -f 'openbox/event.c'; then $(CYGPATH_W) 'openbox/event.c'; else $(CYGPATH_W) '$(srcdir)/openbox/event.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-event.Tpo openbox/$(DEPDIR)/openbox-event.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/event.c' object='openbox/openbox-event.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-event.obj `if test -f 'openbox/event.c'; then $(CYGPATH_W) 'openbox/event.c'; else $(CYGPATH_W) '$(srcdir)/openbox/event.c'; fi`
+
+openbox/openbox-focus.o: openbox/focus.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-focus.o -MD -MP -MF openbox/$(DEPDIR)/openbox-focus.Tpo -c -o openbox/openbox-focus.o `test -f 'openbox/focus.c' || echo '$(srcdir)/'`openbox/focus.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-focus.Tpo openbox/$(DEPDIR)/openbox-focus.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/focus.c' object='openbox/openbox-focus.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-focus.o `test -f 'openbox/focus.c' || echo '$(srcdir)/'`openbox/focus.c
+
+openbox/openbox-focus.obj: openbox/focus.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-focus.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-focus.Tpo -c -o openbox/openbox-focus.obj `if test -f 'openbox/focus.c'; then $(CYGPATH_W) 'openbox/focus.c'; else $(CYGPATH_W) '$(srcdir)/openbox/focus.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-focus.Tpo openbox/$(DEPDIR)/openbox-focus.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/focus.c' object='openbox/openbox-focus.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-focus.obj `if test -f 'openbox/focus.c'; then $(CYGPATH_W) 'openbox/focus.c'; else $(CYGPATH_W) '$(srcdir)/openbox/focus.c'; fi`
+
+openbox/openbox-focus_cycle.o: openbox/focus_cycle.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-focus_cycle.o -MD -MP -MF openbox/$(DEPDIR)/openbox-focus_cycle.Tpo -c -o openbox/openbox-focus_cycle.o `test -f 'openbox/focus_cycle.c' || echo '$(srcdir)/'`openbox/focus_cycle.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-focus_cycle.Tpo openbox/$(DEPDIR)/openbox-focus_cycle.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/focus_cycle.c' object='openbox/openbox-focus_cycle.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-focus_cycle.o `test -f 'openbox/focus_cycle.c' || echo '$(srcdir)/'`openbox/focus_cycle.c
+
+openbox/openbox-focus_cycle.obj: openbox/focus_cycle.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-focus_cycle.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-focus_cycle.Tpo -c -o openbox/openbox-focus_cycle.obj `if test -f 'openbox/focus_cycle.c'; then $(CYGPATH_W) 'openbox/focus_cycle.c'; else $(CYGPATH_W) '$(srcdir)/openbox/focus_cycle.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-focus_cycle.Tpo openbox/$(DEPDIR)/openbox-focus_cycle.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/focus_cycle.c' object='openbox/openbox-focus_cycle.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-focus_cycle.obj `if test -f 'openbox/focus_cycle.c'; then $(CYGPATH_W) 'openbox/focus_cycle.c'; else $(CYGPATH_W) '$(srcdir)/openbox/focus_cycle.c'; fi`
+
+openbox/openbox-focus_cycle_indicator.o: openbox/focus_cycle_indicator.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-focus_cycle_indicator.o -MD -MP -MF openbox/$(DEPDIR)/openbox-focus_cycle_indicator.Tpo -c -o openbox/openbox-focus_cycle_indicator.o `test -f 'openbox/focus_cycle_indicator.c' || echo '$(srcdir)/'`openbox/focus_cycle_indicator.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-focus_cycle_indicator.Tpo openbox/$(DEPDIR)/openbox-focus_cycle_indicator.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/focus_cycle_indicator.c' object='openbox/openbox-focus_cycle_indicator.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-focus_cycle_indicator.o `test -f 'openbox/focus_cycle_indicator.c' || echo '$(srcdir)/'`openbox/focus_cycle_indicator.c
+
+openbox/openbox-focus_cycle_indicator.obj: openbox/focus_cycle_indicator.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-focus_cycle_indicator.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-focus_cycle_indicator.Tpo -c -o openbox/openbox-focus_cycle_indicator.obj `if test -f 'openbox/focus_cycle_indicator.c'; then $(CYGPATH_W) 'openbox/focus_cycle_indicator.c'; else $(CYGPATH_W) '$(srcdir)/openbox/focus_cycle_indicator.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-focus_cycle_indicator.Tpo openbox/$(DEPDIR)/openbox-focus_cycle_indicator.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/focus_cycle_indicator.c' object='openbox/openbox-focus_cycle_indicator.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-focus_cycle_indicator.obj `if test -f 'openbox/focus_cycle_indicator.c'; then $(CYGPATH_W) 'openbox/focus_cycle_indicator.c'; else $(CYGPATH_W) '$(srcdir)/openbox/focus_cycle_indicator.c'; fi`
+
+openbox/openbox-focus_cycle_popup.o: openbox/focus_cycle_popup.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-focus_cycle_popup.o -MD -MP -MF openbox/$(DEPDIR)/openbox-focus_cycle_popup.Tpo -c -o openbox/openbox-focus_cycle_popup.o `test -f 'openbox/focus_cycle_popup.c' || echo '$(srcdir)/'`openbox/focus_cycle_popup.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-focus_cycle_popup.Tpo openbox/$(DEPDIR)/openbox-focus_cycle_popup.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/focus_cycle_popup.c' object='openbox/openbox-focus_cycle_popup.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-focus_cycle_popup.o `test -f 'openbox/focus_cycle_popup.c' || echo '$(srcdir)/'`openbox/focus_cycle_popup.c
+
+openbox/openbox-focus_cycle_popup.obj: openbox/focus_cycle_popup.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-focus_cycle_popup.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-focus_cycle_popup.Tpo -c -o openbox/openbox-focus_cycle_popup.obj `if test -f 'openbox/focus_cycle_popup.c'; then $(CYGPATH_W) 'openbox/focus_cycle_popup.c'; else $(CYGPATH_W) '$(srcdir)/openbox/focus_cycle_popup.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-focus_cycle_popup.Tpo openbox/$(DEPDIR)/openbox-focus_cycle_popup.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/focus_cycle_popup.c' object='openbox/openbox-focus_cycle_popup.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-focus_cycle_popup.obj `if test -f 'openbox/focus_cycle_popup.c'; then $(CYGPATH_W) 'openbox/focus_cycle_popup.c'; else $(CYGPATH_W) '$(srcdir)/openbox/focus_cycle_popup.c'; fi`
+
+openbox/openbox-frame.o: openbox/frame.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-frame.o -MD -MP -MF openbox/$(DEPDIR)/openbox-frame.Tpo -c -o openbox/openbox-frame.o `test -f 'openbox/frame.c' || echo '$(srcdir)/'`openbox/frame.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-frame.Tpo openbox/$(DEPDIR)/openbox-frame.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/frame.c' object='openbox/openbox-frame.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-frame.o `test -f 'openbox/frame.c' || echo '$(srcdir)/'`openbox/frame.c
+
+openbox/openbox-frame.obj: openbox/frame.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-frame.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-frame.Tpo -c -o openbox/openbox-frame.obj `if test -f 'openbox/frame.c'; then $(CYGPATH_W) 'openbox/frame.c'; else $(CYGPATH_W) '$(srcdir)/openbox/frame.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-frame.Tpo openbox/$(DEPDIR)/openbox-frame.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/frame.c' object='openbox/openbox-frame.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-frame.obj `if test -f 'openbox/frame.c'; then $(CYGPATH_W) 'openbox/frame.c'; else $(CYGPATH_W) '$(srcdir)/openbox/frame.c'; fi`
+
+openbox/openbox-framerender.o: openbox/framerender.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-framerender.o -MD -MP -MF openbox/$(DEPDIR)/openbox-framerender.Tpo -c -o openbox/openbox-framerender.o `test -f 'openbox/framerender.c' || echo '$(srcdir)/'`openbox/framerender.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-framerender.Tpo openbox/$(DEPDIR)/openbox-framerender.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/framerender.c' object='openbox/openbox-framerender.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-framerender.o `test -f 'openbox/framerender.c' || echo '$(srcdir)/'`openbox/framerender.c
+
+openbox/openbox-framerender.obj: openbox/framerender.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-framerender.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-framerender.Tpo -c -o openbox/openbox-framerender.obj `if test -f 'openbox/framerender.c'; then $(CYGPATH_W) 'openbox/framerender.c'; else $(CYGPATH_W) '$(srcdir)/openbox/framerender.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-framerender.Tpo openbox/$(DEPDIR)/openbox-framerender.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/framerender.c' object='openbox/openbox-framerender.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-framerender.obj `if test -f 'openbox/framerender.c'; then $(CYGPATH_W) 'openbox/framerender.c'; else $(CYGPATH_W) '$(srcdir)/openbox/framerender.c'; fi`
+
+openbox/openbox-grab.o: openbox/grab.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-grab.o -MD -MP -MF openbox/$(DEPDIR)/openbox-grab.Tpo -c -o openbox/openbox-grab.o `test -f 'openbox/grab.c' || echo '$(srcdir)/'`openbox/grab.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-grab.Tpo openbox/$(DEPDIR)/openbox-grab.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/grab.c' object='openbox/openbox-grab.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-grab.o `test -f 'openbox/grab.c' || echo '$(srcdir)/'`openbox/grab.c
+
+openbox/openbox-grab.obj: openbox/grab.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-grab.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-grab.Tpo -c -o openbox/openbox-grab.obj `if test -f 'openbox/grab.c'; then $(CYGPATH_W) 'openbox/grab.c'; else $(CYGPATH_W) '$(srcdir)/openbox/grab.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-grab.Tpo openbox/$(DEPDIR)/openbox-grab.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/grab.c' object='openbox/openbox-grab.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-grab.obj `if test -f 'openbox/grab.c'; then $(CYGPATH_W) 'openbox/grab.c'; else $(CYGPATH_W) '$(srcdir)/openbox/grab.c'; fi`
+
+openbox/openbox-group.o: openbox/group.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-group.o -MD -MP -MF openbox/$(DEPDIR)/openbox-group.Tpo -c -o openbox/openbox-group.o `test -f 'openbox/group.c' || echo '$(srcdir)/'`openbox/group.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-group.Tpo openbox/$(DEPDIR)/openbox-group.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/group.c' object='openbox/openbox-group.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-group.o `test -f 'openbox/group.c' || echo '$(srcdir)/'`openbox/group.c
+
+openbox/openbox-group.obj: openbox/group.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-group.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-group.Tpo -c -o openbox/openbox-group.obj `if test -f 'openbox/group.c'; then $(CYGPATH_W) 'openbox/group.c'; else $(CYGPATH_W) '$(srcdir)/openbox/group.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-group.Tpo openbox/$(DEPDIR)/openbox-group.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/group.c' object='openbox/openbox-group.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-group.obj `if test -f 'openbox/group.c'; then $(CYGPATH_W) 'openbox/group.c'; else $(CYGPATH_W) '$(srcdir)/openbox/group.c'; fi`
+
+openbox/openbox-keyboard.o: openbox/keyboard.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-keyboard.o -MD -MP -MF openbox/$(DEPDIR)/openbox-keyboard.Tpo -c -o openbox/openbox-keyboard.o `test -f 'openbox/keyboard.c' || echo '$(srcdir)/'`openbox/keyboard.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-keyboard.Tpo openbox/$(DEPDIR)/openbox-keyboard.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/keyboard.c' object='openbox/openbox-keyboard.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-keyboard.o `test -f 'openbox/keyboard.c' || echo '$(srcdir)/'`openbox/keyboard.c
+
+openbox/openbox-keyboard.obj: openbox/keyboard.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-keyboard.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-keyboard.Tpo -c -o openbox/openbox-keyboard.obj `if test -f 'openbox/keyboard.c'; then $(CYGPATH_W) 'openbox/keyboard.c'; else $(CYGPATH_W) '$(srcdir)/openbox/keyboard.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-keyboard.Tpo openbox/$(DEPDIR)/openbox-keyboard.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/keyboard.c' object='openbox/openbox-keyboard.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-keyboard.obj `if test -f 'openbox/keyboard.c'; then $(CYGPATH_W) 'openbox/keyboard.c'; else $(CYGPATH_W) '$(srcdir)/openbox/keyboard.c'; fi`
+
+openbox/openbox-keytree.o: openbox/keytree.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-keytree.o -MD -MP -MF openbox/$(DEPDIR)/openbox-keytree.Tpo -c -o openbox/openbox-keytree.o `test -f 'openbox/keytree.c' || echo '$(srcdir)/'`openbox/keytree.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-keytree.Tpo openbox/$(DEPDIR)/openbox-keytree.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/keytree.c' object='openbox/openbox-keytree.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-keytree.o `test -f 'openbox/keytree.c' || echo '$(srcdir)/'`openbox/keytree.c
+
+openbox/openbox-keytree.obj: openbox/keytree.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-keytree.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-keytree.Tpo -c -o openbox/openbox-keytree.obj `if test -f 'openbox/keytree.c'; then $(CYGPATH_W) 'openbox/keytree.c'; else $(CYGPATH_W) '$(srcdir)/openbox/keytree.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-keytree.Tpo openbox/$(DEPDIR)/openbox-keytree.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/keytree.c' object='openbox/openbox-keytree.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-keytree.obj `if test -f 'openbox/keytree.c'; then $(CYGPATH_W) 'openbox/keytree.c'; else $(CYGPATH_W) '$(srcdir)/openbox/keytree.c'; fi`
+
+openbox/openbox-menuframe.o: openbox/menuframe.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-menuframe.o -MD -MP -MF openbox/$(DEPDIR)/openbox-menuframe.Tpo -c -o openbox/openbox-menuframe.o `test -f 'openbox/menuframe.c' || echo '$(srcdir)/'`openbox/menuframe.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-menuframe.Tpo openbox/$(DEPDIR)/openbox-menuframe.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/menuframe.c' object='openbox/openbox-menuframe.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-menuframe.o `test -f 'openbox/menuframe.c' || echo '$(srcdir)/'`openbox/menuframe.c
+
+openbox/openbox-menuframe.obj: openbox/menuframe.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-menuframe.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-menuframe.Tpo -c -o openbox/openbox-menuframe.obj `if test -f 'openbox/menuframe.c'; then $(CYGPATH_W) 'openbox/menuframe.c'; else $(CYGPATH_W) '$(srcdir)/openbox/menuframe.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-menuframe.Tpo openbox/$(DEPDIR)/openbox-menuframe.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/menuframe.c' object='openbox/openbox-menuframe.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-menuframe.obj `if test -f 'openbox/menuframe.c'; then $(CYGPATH_W) 'openbox/menuframe.c'; else $(CYGPATH_W) '$(srcdir)/openbox/menuframe.c'; fi`
+
+openbox/openbox-menu.o: openbox/menu.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-menu.o -MD -MP -MF openbox/$(DEPDIR)/openbox-menu.Tpo -c -o openbox/openbox-menu.o `test -f 'openbox/menu.c' || echo '$(srcdir)/'`openbox/menu.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-menu.Tpo openbox/$(DEPDIR)/openbox-menu.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/menu.c' object='openbox/openbox-menu.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-menu.o `test -f 'openbox/menu.c' || echo '$(srcdir)/'`openbox/menu.c
+
+openbox/openbox-menu.obj: openbox/menu.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-menu.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-menu.Tpo -c -o openbox/openbox-menu.obj `if test -f 'openbox/menu.c'; then $(CYGPATH_W) 'openbox/menu.c'; else $(CYGPATH_W) '$(srcdir)/openbox/menu.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-menu.Tpo openbox/$(DEPDIR)/openbox-menu.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/menu.c' object='openbox/openbox-menu.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-menu.obj `if test -f 'openbox/menu.c'; then $(CYGPATH_W) 'openbox/menu.c'; else $(CYGPATH_W) '$(srcdir)/openbox/menu.c'; fi`
+
+openbox/openbox-mouse.o: openbox/mouse.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-mouse.o -MD -MP -MF openbox/$(DEPDIR)/openbox-mouse.Tpo -c -o openbox/openbox-mouse.o `test -f 'openbox/mouse.c' || echo '$(srcdir)/'`openbox/mouse.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-mouse.Tpo openbox/$(DEPDIR)/openbox-mouse.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/mouse.c' object='openbox/openbox-mouse.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-mouse.o `test -f 'openbox/mouse.c' || echo '$(srcdir)/'`openbox/mouse.c
+
+openbox/openbox-mouse.obj: openbox/mouse.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-mouse.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-mouse.Tpo -c -o openbox/openbox-mouse.obj `if test -f 'openbox/mouse.c'; then $(CYGPATH_W) 'openbox/mouse.c'; else $(CYGPATH_W) '$(srcdir)/openbox/mouse.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-mouse.Tpo openbox/$(DEPDIR)/openbox-mouse.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/mouse.c' object='openbox/openbox-mouse.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-mouse.obj `if test -f 'openbox/mouse.c'; then $(CYGPATH_W) 'openbox/mouse.c'; else $(CYGPATH_W) '$(srcdir)/openbox/mouse.c'; fi`
+
+openbox/openbox-moveresize.o: openbox/moveresize.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-moveresize.o -MD -MP -MF openbox/$(DEPDIR)/openbox-moveresize.Tpo -c -o openbox/openbox-moveresize.o `test -f 'openbox/moveresize.c' || echo '$(srcdir)/'`openbox/moveresize.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-moveresize.Tpo openbox/$(DEPDIR)/openbox-moveresize.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/moveresize.c' object='openbox/openbox-moveresize.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-moveresize.o `test -f 'openbox/moveresize.c' || echo '$(srcdir)/'`openbox/moveresize.c
+
+openbox/openbox-moveresize.obj: openbox/moveresize.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-moveresize.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-moveresize.Tpo -c -o openbox/openbox-moveresize.obj `if test -f 'openbox/moveresize.c'; then $(CYGPATH_W) 'openbox/moveresize.c'; else $(CYGPATH_W) '$(srcdir)/openbox/moveresize.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-moveresize.Tpo openbox/$(DEPDIR)/openbox-moveresize.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/moveresize.c' object='openbox/openbox-moveresize.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-moveresize.obj `if test -f 'openbox/moveresize.c'; then $(CYGPATH_W) 'openbox/moveresize.c'; else $(CYGPATH_W) '$(srcdir)/openbox/moveresize.c'; fi`
+
+openbox/openbox-openbox.o: openbox/openbox.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-openbox.o -MD -MP -MF openbox/$(DEPDIR)/openbox-openbox.Tpo -c -o openbox/openbox-openbox.o `test -f 'openbox/openbox.c' || echo '$(srcdir)/'`openbox/openbox.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-openbox.Tpo openbox/$(DEPDIR)/openbox-openbox.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/openbox.c' object='openbox/openbox-openbox.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-openbox.o `test -f 'openbox/openbox.c' || echo '$(srcdir)/'`openbox/openbox.c
+
+openbox/openbox-openbox.obj: openbox/openbox.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-openbox.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-openbox.Tpo -c -o openbox/openbox-openbox.obj `if test -f 'openbox/openbox.c'; then $(CYGPATH_W) 'openbox/openbox.c'; else $(CYGPATH_W) '$(srcdir)/openbox/openbox.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-openbox.Tpo openbox/$(DEPDIR)/openbox-openbox.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/openbox.c' object='openbox/openbox-openbox.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-openbox.obj `if test -f 'openbox/openbox.c'; then $(CYGPATH_W) 'openbox/openbox.c'; else $(CYGPATH_W) '$(srcdir)/openbox/openbox.c'; fi`
+
+openbox/openbox-ping.o: openbox/ping.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-ping.o -MD -MP -MF openbox/$(DEPDIR)/openbox-ping.Tpo -c -o openbox/openbox-ping.o `test -f 'openbox/ping.c' || echo '$(srcdir)/'`openbox/ping.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-ping.Tpo openbox/$(DEPDIR)/openbox-ping.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/ping.c' object='openbox/openbox-ping.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-ping.o `test -f 'openbox/ping.c' || echo '$(srcdir)/'`openbox/ping.c
+
+openbox/openbox-ping.obj: openbox/ping.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-ping.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-ping.Tpo -c -o openbox/openbox-ping.obj `if test -f 'openbox/ping.c'; then $(CYGPATH_W) 'openbox/ping.c'; else $(CYGPATH_W) '$(srcdir)/openbox/ping.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-ping.Tpo openbox/$(DEPDIR)/openbox-ping.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/ping.c' object='openbox/openbox-ping.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-ping.obj `if test -f 'openbox/ping.c'; then $(CYGPATH_W) 'openbox/ping.c'; else $(CYGPATH_W) '$(srcdir)/openbox/ping.c'; fi`
+
+openbox/openbox-place.o: openbox/place.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-place.o -MD -MP -MF openbox/$(DEPDIR)/openbox-place.Tpo -c -o openbox/openbox-place.o `test -f 'openbox/place.c' || echo '$(srcdir)/'`openbox/place.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-place.Tpo openbox/$(DEPDIR)/openbox-place.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/place.c' object='openbox/openbox-place.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-place.o `test -f 'openbox/place.c' || echo '$(srcdir)/'`openbox/place.c
+
+openbox/openbox-place.obj: openbox/place.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-place.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-place.Tpo -c -o openbox/openbox-place.obj `if test -f 'openbox/place.c'; then $(CYGPATH_W) 'openbox/place.c'; else $(CYGPATH_W) '$(srcdir)/openbox/place.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-place.Tpo openbox/$(DEPDIR)/openbox-place.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/place.c' object='openbox/openbox-place.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-place.obj `if test -f 'openbox/place.c'; then $(CYGPATH_W) 'openbox/place.c'; else $(CYGPATH_W) '$(srcdir)/openbox/place.c'; fi`
+
+openbox/openbox-place_overlap.o: openbox/place_overlap.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-place_overlap.o -MD -MP -MF openbox/$(DEPDIR)/openbox-place_overlap.Tpo -c -o openbox/openbox-place_overlap.o `test -f 'openbox/place_overlap.c' || echo '$(srcdir)/'`openbox/place_overlap.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-place_overlap.Tpo openbox/$(DEPDIR)/openbox-place_overlap.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/place_overlap.c' object='openbox/openbox-place_overlap.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-place_overlap.o `test -f 'openbox/place_overlap.c' || echo '$(srcdir)/'`openbox/place_overlap.c
+
+openbox/openbox-place_overlap.obj: openbox/place_overlap.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-place_overlap.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-place_overlap.Tpo -c -o openbox/openbox-place_overlap.obj `if test -f 'openbox/place_overlap.c'; then $(CYGPATH_W) 'openbox/place_overlap.c'; else $(CYGPATH_W) '$(srcdir)/openbox/place_overlap.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-place_overlap.Tpo openbox/$(DEPDIR)/openbox-place_overlap.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/place_overlap.c' object='openbox/openbox-place_overlap.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-place_overlap.obj `if test -f 'openbox/place_overlap.c'; then $(CYGPATH_W) 'openbox/place_overlap.c'; else $(CYGPATH_W) '$(srcdir)/openbox/place_overlap.c'; fi`
+
+openbox/openbox-prompt.o: openbox/prompt.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-prompt.o -MD -MP -MF openbox/$(DEPDIR)/openbox-prompt.Tpo -c -o openbox/openbox-prompt.o `test -f 'openbox/prompt.c' || echo '$(srcdir)/'`openbox/prompt.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-prompt.Tpo openbox/$(DEPDIR)/openbox-prompt.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/prompt.c' object='openbox/openbox-prompt.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-prompt.o `test -f 'openbox/prompt.c' || echo '$(srcdir)/'`openbox/prompt.c
+
+openbox/openbox-prompt.obj: openbox/prompt.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-prompt.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-prompt.Tpo -c -o openbox/openbox-prompt.obj `if test -f 'openbox/prompt.c'; then $(CYGPATH_W) 'openbox/prompt.c'; else $(CYGPATH_W) '$(srcdir)/openbox/prompt.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-prompt.Tpo openbox/$(DEPDIR)/openbox-prompt.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/prompt.c' object='openbox/openbox-prompt.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-prompt.obj `if test -f 'openbox/prompt.c'; then $(CYGPATH_W) 'openbox/prompt.c'; else $(CYGPATH_W) '$(srcdir)/openbox/prompt.c'; fi`
+
+openbox/openbox-popup.o: openbox/popup.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-popup.o -MD -MP -MF openbox/$(DEPDIR)/openbox-popup.Tpo -c -o openbox/openbox-popup.o `test -f 'openbox/popup.c' || echo '$(srcdir)/'`openbox/popup.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-popup.Tpo openbox/$(DEPDIR)/openbox-popup.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/popup.c' object='openbox/openbox-popup.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-popup.o `test -f 'openbox/popup.c' || echo '$(srcdir)/'`openbox/popup.c
+
+openbox/openbox-popup.obj: openbox/popup.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-popup.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-popup.Tpo -c -o openbox/openbox-popup.obj `if test -f 'openbox/popup.c'; then $(CYGPATH_W) 'openbox/popup.c'; else $(CYGPATH_W) '$(srcdir)/openbox/popup.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-popup.Tpo openbox/$(DEPDIR)/openbox-popup.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/popup.c' object='openbox/openbox-popup.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-popup.obj `if test -f 'openbox/popup.c'; then $(CYGPATH_W) 'openbox/popup.c'; else $(CYGPATH_W) '$(srcdir)/openbox/popup.c'; fi`
+
+openbox/openbox-resist.o: openbox/resist.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-resist.o -MD -MP -MF openbox/$(DEPDIR)/openbox-resist.Tpo -c -o openbox/openbox-resist.o `test -f 'openbox/resist.c' || echo '$(srcdir)/'`openbox/resist.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-resist.Tpo openbox/$(DEPDIR)/openbox-resist.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/resist.c' object='openbox/openbox-resist.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-resist.o `test -f 'openbox/resist.c' || echo '$(srcdir)/'`openbox/resist.c
+
+openbox/openbox-resist.obj: openbox/resist.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-resist.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-resist.Tpo -c -o openbox/openbox-resist.obj `if test -f 'openbox/resist.c'; then $(CYGPATH_W) 'openbox/resist.c'; else $(CYGPATH_W) '$(srcdir)/openbox/resist.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-resist.Tpo openbox/$(DEPDIR)/openbox-resist.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/resist.c' object='openbox/openbox-resist.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-resist.obj `if test -f 'openbox/resist.c'; then $(CYGPATH_W) 'openbox/resist.c'; else $(CYGPATH_W) '$(srcdir)/openbox/resist.c'; fi`
+
+openbox/openbox-screen.o: openbox/screen.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-screen.o -MD -MP -MF openbox/$(DEPDIR)/openbox-screen.Tpo -c -o openbox/openbox-screen.o `test -f 'openbox/screen.c' || echo '$(srcdir)/'`openbox/screen.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-screen.Tpo openbox/$(DEPDIR)/openbox-screen.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/screen.c' object='openbox/openbox-screen.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-screen.o `test -f 'openbox/screen.c' || echo '$(srcdir)/'`openbox/screen.c
+
+openbox/openbox-screen.obj: openbox/screen.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-screen.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-screen.Tpo -c -o openbox/openbox-screen.obj `if test -f 'openbox/screen.c'; then $(CYGPATH_W) 'openbox/screen.c'; else $(CYGPATH_W) '$(srcdir)/openbox/screen.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-screen.Tpo openbox/$(DEPDIR)/openbox-screen.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/screen.c' object='openbox/openbox-screen.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-screen.obj `if test -f 'openbox/screen.c'; then $(CYGPATH_W) 'openbox/screen.c'; else $(CYGPATH_W) '$(srcdir)/openbox/screen.c'; fi`
+
+openbox/openbox-session.o: openbox/session.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-session.o -MD -MP -MF openbox/$(DEPDIR)/openbox-session.Tpo -c -o openbox/openbox-session.o `test -f 'openbox/session.c' || echo '$(srcdir)/'`openbox/session.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-session.Tpo openbox/$(DEPDIR)/openbox-session.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/session.c' object='openbox/openbox-session.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-session.o `test -f 'openbox/session.c' || echo '$(srcdir)/'`openbox/session.c
+
+openbox/openbox-session.obj: openbox/session.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-session.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-session.Tpo -c -o openbox/openbox-session.obj `if test -f 'openbox/session.c'; then $(CYGPATH_W) 'openbox/session.c'; else $(CYGPATH_W) '$(srcdir)/openbox/session.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-session.Tpo openbox/$(DEPDIR)/openbox-session.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/session.c' object='openbox/openbox-session.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-session.obj `if test -f 'openbox/session.c'; then $(CYGPATH_W) 'openbox/session.c'; else $(CYGPATH_W) '$(srcdir)/openbox/session.c'; fi`
+
+openbox/openbox-stacking.o: openbox/stacking.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-stacking.o -MD -MP -MF openbox/$(DEPDIR)/openbox-stacking.Tpo -c -o openbox/openbox-stacking.o `test -f 'openbox/stacking.c' || echo '$(srcdir)/'`openbox/stacking.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-stacking.Tpo openbox/$(DEPDIR)/openbox-stacking.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/stacking.c' object='openbox/openbox-stacking.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-stacking.o `test -f 'openbox/stacking.c' || echo '$(srcdir)/'`openbox/stacking.c
+
+openbox/openbox-stacking.obj: openbox/stacking.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-stacking.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-stacking.Tpo -c -o openbox/openbox-stacking.obj `if test -f 'openbox/stacking.c'; then $(CYGPATH_W) 'openbox/stacking.c'; else $(CYGPATH_W) '$(srcdir)/openbox/stacking.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-stacking.Tpo openbox/$(DEPDIR)/openbox-stacking.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/stacking.c' object='openbox/openbox-stacking.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-stacking.obj `if test -f 'openbox/stacking.c'; then $(CYGPATH_W) 'openbox/stacking.c'; else $(CYGPATH_W) '$(srcdir)/openbox/stacking.c'; fi`
+
+openbox/openbox-startupnotify.o: openbox/startupnotify.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-startupnotify.o -MD -MP -MF openbox/$(DEPDIR)/openbox-startupnotify.Tpo -c -o openbox/openbox-startupnotify.o `test -f 'openbox/startupnotify.c' || echo '$(srcdir)/'`openbox/startupnotify.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-startupnotify.Tpo openbox/$(DEPDIR)/openbox-startupnotify.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/startupnotify.c' object='openbox/openbox-startupnotify.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-startupnotify.o `test -f 'openbox/startupnotify.c' || echo '$(srcdir)/'`openbox/startupnotify.c
+
+openbox/openbox-startupnotify.obj: openbox/startupnotify.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-startupnotify.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-startupnotify.Tpo -c -o openbox/openbox-startupnotify.obj `if test -f 'openbox/startupnotify.c'; then $(CYGPATH_W) 'openbox/startupnotify.c'; else $(CYGPATH_W) '$(srcdir)/openbox/startupnotify.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-startupnotify.Tpo openbox/$(DEPDIR)/openbox-startupnotify.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/startupnotify.c' object='openbox/openbox-startupnotify.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-startupnotify.obj `if test -f 'openbox/startupnotify.c'; then $(CYGPATH_W) 'openbox/startupnotify.c'; else $(CYGPATH_W) '$(srcdir)/openbox/startupnotify.c'; fi`
+
+openbox/openbox-translate.o: openbox/translate.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-translate.o -MD -MP -MF openbox/$(DEPDIR)/openbox-translate.Tpo -c -o openbox/openbox-translate.o `test -f 'openbox/translate.c' || echo '$(srcdir)/'`openbox/translate.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-translate.Tpo openbox/$(DEPDIR)/openbox-translate.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/translate.c' object='openbox/openbox-translate.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-translate.o `test -f 'openbox/translate.c' || echo '$(srcdir)/'`openbox/translate.c
+
+openbox/openbox-translate.obj: openbox/translate.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-translate.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-translate.Tpo -c -o openbox/openbox-translate.obj `if test -f 'openbox/translate.c'; then $(CYGPATH_W) 'openbox/translate.c'; else $(CYGPATH_W) '$(srcdir)/openbox/translate.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-translate.Tpo openbox/$(DEPDIR)/openbox-translate.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/translate.c' object='openbox/openbox-translate.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-translate.obj `if test -f 'openbox/translate.c'; then $(CYGPATH_W) 'openbox/translate.c'; else $(CYGPATH_W) '$(srcdir)/openbox/translate.c'; fi`
+
+openbox/openbox-window.o: openbox/window.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-window.o -MD -MP -MF openbox/$(DEPDIR)/openbox-window.Tpo -c -o openbox/openbox-window.o `test -f 'openbox/window.c' || echo '$(srcdir)/'`openbox/window.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-window.Tpo openbox/$(DEPDIR)/openbox-window.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/window.c' object='openbox/openbox-window.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-window.o `test -f 'openbox/window.c' || echo '$(srcdir)/'`openbox/window.c
+
+openbox/openbox-window.obj: openbox/window.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT openbox/openbox-window.obj -MD -MP -MF openbox/$(DEPDIR)/openbox-window.Tpo -c -o openbox/openbox-window.obj `if test -f 'openbox/window.c'; then $(CYGPATH_W) 'openbox/window.c'; else $(CYGPATH_W) '$(srcdir)/openbox/window.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) openbox/$(DEPDIR)/openbox-window.Tpo openbox/$(DEPDIR)/openbox-window.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openbox/window.c' object='openbox/openbox-window.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(openbox_openbox_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o openbox/openbox-window.obj `if test -f 'openbox/window.c'; then $(CYGPATH_W) 'openbox/window.c'; else $(CYGPATH_W) '$(srcdir)/openbox/window.c'; fi`
+
+tools/gdm-control/gdm_control-gdm-control.o: tools/gdm-control/gdm-control.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tools_gdm_control_gdm_control_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/gdm-control/gdm_control-gdm-control.o -MD -MP -MF tools/gdm-control/$(DEPDIR)/gdm_control-gdm-control.Tpo -c -o tools/gdm-control/gdm_control-gdm-control.o `test -f 'tools/gdm-control/gdm-control.c' || echo '$(srcdir)/'`tools/gdm-control/gdm-control.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tools/gdm-control/$(DEPDIR)/gdm_control-gdm-control.Tpo tools/gdm-control/$(DEPDIR)/gdm_control-gdm-control.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tools/gdm-control/gdm-control.c' object='tools/gdm-control/gdm_control-gdm-control.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tools_gdm_control_gdm_control_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/gdm-control/gdm_control-gdm-control.o `test -f 'tools/gdm-control/gdm-control.c' || echo '$(srcdir)/'`tools/gdm-control/gdm-control.c
+
+tools/gdm-control/gdm_control-gdm-control.obj: tools/gdm-control/gdm-control.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tools_gdm_control_gdm_control_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/gdm-control/gdm_control-gdm-control.obj -MD -MP -MF tools/gdm-control/$(DEPDIR)/gdm_control-gdm-control.Tpo -c -o tools/gdm-control/gdm_control-gdm-control.obj `if test -f 'tools/gdm-control/gdm-control.c'; then $(CYGPATH_W) 'tools/gdm-control/gdm-control.c'; else $(CYGPATH_W) '$(srcdir)/tools/gdm-control/gdm-control.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tools/gdm-control/$(DEPDIR)/gdm_control-gdm-control.Tpo tools/gdm-control/$(DEPDIR)/gdm_control-gdm-control.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tools/gdm-control/gdm-control.c' object='tools/gdm-control/gdm_control-gdm-control.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tools_gdm_control_gdm_control_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/gdm-control/gdm_control-gdm-control.obj `if test -f 'tools/gdm-control/gdm-control.c'; then $(CYGPATH_W) 'tools/gdm-control/gdm-control.c'; else $(CYGPATH_W) '$(srcdir)/tools/gdm-control/gdm-control.c'; fi`
+
+tools/gnome-panel-control/gnome_panel_control-gnome-panel-control.o: tools/gnome-panel-control/gnome-panel-control.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tools_gnome_panel_control_gnome_panel_control_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/gnome-panel-control/gnome_panel_control-gnome-panel-control.o -MD -MP -MF tools/gnome-panel-control/$(DEPDIR)/gnome_panel_control-gnome-panel-control.Tpo -c -o tools/gnome-panel-control/gnome_panel_control-gnome-panel-control.o `test -f 'tools/gnome-panel-control/gnome-panel-control.c' || echo '$(srcdir)/'`tools/gnome-panel-control/gnome-panel-control.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tools/gnome-panel-control/$(DEPDIR)/gnome_panel_control-gnome-panel-control.Tpo tools/gnome-panel-control/$(DEPDIR)/gnome_panel_control-gnome-panel-control.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tools/gnome-panel-control/gnome-panel-control.c' object='tools/gnome-panel-control/gnome_panel_control-gnome-panel-control.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tools_gnome_panel_control_gnome_panel_control_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/gnome-panel-control/gnome_panel_control-gnome-panel-control.o `test -f 'tools/gnome-panel-control/gnome-panel-control.c' || echo '$(srcdir)/'`tools/gnome-panel-control/gnome-panel-control.c
+
+tools/gnome-panel-control/gnome_panel_control-gnome-panel-control.obj: tools/gnome-panel-control/gnome-panel-control.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tools_gnome_panel_control_gnome_panel_control_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/gnome-panel-control/gnome_panel_control-gnome-panel-control.obj -MD -MP -MF tools/gnome-panel-control/$(DEPDIR)/gnome_panel_control-gnome-panel-control.Tpo -c -o tools/gnome-panel-control/gnome_panel_control-gnome-panel-control.obj `if test -f 'tools/gnome-panel-control/gnome-panel-control.c'; then $(CYGPATH_W) 'tools/gnome-panel-control/gnome-panel-control.c'; else $(CYGPATH_W) '$(srcdir)/tools/gnome-panel-control/gnome-panel-control.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tools/gnome-panel-control/$(DEPDIR)/gnome_panel_control-gnome-panel-control.Tpo tools/gnome-panel-control/$(DEPDIR)/gnome_panel_control-gnome-panel-control.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tools/gnome-panel-control/gnome-panel-control.c' object='tools/gnome-panel-control/gnome_panel_control-gnome-panel-control.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tools_gnome_panel_control_gnome_panel_control_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/gnome-panel-control/gnome_panel_control-gnome-panel-control.obj `if test -f 'tools/gnome-panel-control/gnome-panel-control.c'; then $(CYGPATH_W) 'tools/gnome-panel-control/gnome-panel-control.c'; else $(CYGPATH_W) '$(srcdir)/tools/gnome-panel-control/gnome-panel-control.c'; fi`
+
+tools/obxprop/obxprop-obxprop.o: tools/obxprop/obxprop.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tools_obxprop_obxprop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/obxprop/obxprop-obxprop.o -MD -MP -MF tools/obxprop/$(DEPDIR)/obxprop-obxprop.Tpo -c -o tools/obxprop/obxprop-obxprop.o `test -f 'tools/obxprop/obxprop.c' || echo '$(srcdir)/'`tools/obxprop/obxprop.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tools/obxprop/$(DEPDIR)/obxprop-obxprop.Tpo tools/obxprop/$(DEPDIR)/obxprop-obxprop.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tools/obxprop/obxprop.c' object='tools/obxprop/obxprop-obxprop.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tools_obxprop_obxprop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/obxprop/obxprop-obxprop.o `test -f 'tools/obxprop/obxprop.c' || echo '$(srcdir)/'`tools/obxprop/obxprop.c
+
+tools/obxprop/obxprop-obxprop.obj: tools/obxprop/obxprop.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tools_obxprop_obxprop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/obxprop/obxprop-obxprop.obj -MD -MP -MF tools/obxprop/$(DEPDIR)/obxprop-obxprop.Tpo -c -o tools/obxprop/obxprop-obxprop.obj `if test -f 'tools/obxprop/obxprop.c'; then $(CYGPATH_W) 'tools/obxprop/obxprop.c'; else $(CYGPATH_W) '$(srcdir)/tools/obxprop/obxprop.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tools/obxprop/$(DEPDIR)/obxprop-obxprop.Tpo tools/obxprop/$(DEPDIR)/obxprop-obxprop.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tools/obxprop/obxprop.c' object='tools/obxprop/obxprop-obxprop.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tools_obxprop_obxprop_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/obxprop/obxprop-obxprop.obj `if test -f 'tools/obxprop/obxprop.c'; then $(CYGPATH_W) 'tools/obxprop/obxprop.c'; else $(CYGPATH_W) '$(srcdir)/tools/obxprop/obxprop.c'; fi`
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+ -rm -rf obrender/.libs obrender/_libs
+ -rm -rf obt/.libs obt/_libs
+ -rm -rf openbox/.libs openbox/_libs
+ -rm -rf tools/gdm-control/.libs tools/gdm-control/_libs
+ -rm -rf tools/gnome-panel-control/.libs tools/gnome-panel-control/_libs
+ -rm -rf tools/obxprop/.libs tools/obxprop/_libs
+
+distclean-libtool:
+ -rm -f libtool config.lt
+install-man1: $(nodist_man_MANS)
+ @$(NORMAL_INSTALL)
+ @list1=''; \
+ list2='$(nodist_man_MANS)'; \
+ test -n "$(man1dir)" \
+ && test -n "`echo $$list1$$list2`" \
+ || exit 0; \
+ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
+ { for i in $$list1; do echo "$$i"; done; \
+ if test -n "$$list2"; then \
+ for i in $$list2; do echo "$$i"; done \
+ | sed -n '/\.1[a-z]*$$/p'; \
+ fi; \
+ } | while read p; do \
+ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; echo "$$p"; \
+ done | \
+ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
+ sed 'N;N;s,\n, ,g' | { \
+ list=; while read file base inst; do \
+ if test "$$base" = "$$inst"; then list="$$list $$file"; else \
+ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
+ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
+ fi; \
+ done; \
+ for i in $$list; do echo "$$i"; done | $(am__base_list) | \
+ while read files; do \
+ test -z "$$files" || { \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
+ done; }
+
+uninstall-man1:
+ @$(NORMAL_UNINSTALL)
+ @list=''; test -n "$(man1dir)" || exit 0; \
+ files=`{ for i in $$list; do echo "$$i"; done; \
+ l2='$(nodist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
+ sed -n '/\.1[a-z]*$$/p'; \
+ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
+ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
+install-dist_appsDATA: $(dist_apps_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_apps_DATA)'; test -n "$(appsdir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(appsdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(appsdir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appsdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(appsdir)" || exit $$?; \
+ done
+
+uninstall-dist_appsDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_apps_DATA)'; test -n "$(appsdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(appsdir)'; $(am__uninstall_files_from_dir)
+install-dist_artwizboxed_themeDATA: $(dist_artwizboxed_theme_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_artwizboxed_theme_DATA)'; test -n "$(artwizboxed_themedir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(artwizboxed_themedir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(artwizboxed_themedir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(artwizboxed_themedir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(artwizboxed_themedir)" || exit $$?; \
+ done
+
+uninstall-dist_artwizboxed_themeDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_artwizboxed_theme_DATA)'; test -n "$(artwizboxed_themedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(artwizboxed_themedir)'; $(am__uninstall_files_from_dir)
+install-dist_bear2_themeDATA: $(dist_bear2_theme_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_bear2_theme_DATA)'; test -n "$(bear2_themedir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(bear2_themedir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(bear2_themedir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(bear2_themedir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(bear2_themedir)" || exit $$?; \
+ done
+
+uninstall-dist_bear2_themeDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_bear2_theme_DATA)'; test -n "$(bear2_themedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(bear2_themedir)'; $(am__uninstall_files_from_dir)
+install-dist_clearlooks34_themeDATA: $(dist_clearlooks34_theme_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_clearlooks34_theme_DATA)'; test -n "$(clearlooks34_themedir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(clearlooks34_themedir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(clearlooks34_themedir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(clearlooks34_themedir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(clearlooks34_themedir)" || exit $$?; \
+ done
+
+uninstall-dist_clearlooks34_themeDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_clearlooks34_theme_DATA)'; test -n "$(clearlooks34_themedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(clearlooks34_themedir)'; $(am__uninstall_files_from_dir)
+install-dist_clearlooks_themeDATA: $(dist_clearlooks_theme_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_clearlooks_theme_DATA)'; test -n "$(clearlooks_themedir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(clearlooks_themedir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(clearlooks_themedir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(clearlooks_themedir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(clearlooks_themedir)" || exit $$?; \
+ done
+
+uninstall-dist_clearlooks_themeDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_clearlooks_theme_DATA)'; test -n "$(clearlooks_themedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(clearlooks_themedir)'; $(am__uninstall_files_from_dir)
+install-dist_clearlooksolive_themeDATA: $(dist_clearlooksolive_theme_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_clearlooksolive_theme_DATA)'; test -n "$(clearlooksolive_themedir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(clearlooksolive_themedir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(clearlooksolive_themedir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(clearlooksolive_themedir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(clearlooksolive_themedir)" || exit $$?; \
+ done
+
+uninstall-dist_clearlooksolive_themeDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_clearlooksolive_theme_DATA)'; test -n "$(clearlooksolive_themedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(clearlooksolive_themedir)'; $(am__uninstall_files_from_dir)
+install-dist_docDATA: $(dist_doc_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
+ done
+
+uninstall-dist_docDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
+install-dist_docxbmDATA: $(dist_docxbm_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_docxbm_DATA)'; test -n "$(docxbmdir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(docxbmdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(docxbmdir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docxbmdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(docxbmdir)" || exit $$?; \
+ done
+
+uninstall-dist_docxbmDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_docxbm_DATA)'; test -n "$(docxbmdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(docxbmdir)'; $(am__uninstall_files_from_dir)
+install-dist_gnomesessionDATA: $(dist_gnomesession_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_gnomesession_DATA)'; test -n "$(gnomesessiondir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(gnomesessiondir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(gnomesessiondir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gnomesessiondir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(gnomesessiondir)" || exit $$?; \
+ done
+
+uninstall-dist_gnomesessionDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_gnomesession_DATA)'; test -n "$(gnomesessiondir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(gnomesessiondir)'; $(am__uninstall_files_from_dir)
+install-dist_gnomewmfilesDATA: $(dist_gnomewmfiles_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_gnomewmfiles_DATA)'; test -n "$(gnomewmfilesdir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(gnomewmfilesdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(gnomewmfilesdir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gnomewmfilesdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(gnomewmfilesdir)" || exit $$?; \
+ done
+
+uninstall-dist_gnomewmfilesDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_gnomewmfiles_DATA)'; test -n "$(gnomewmfilesdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(gnomewmfilesdir)'; $(am__uninstall_files_from_dir)
+install-dist_mikachu_themeDATA: $(dist_mikachu_theme_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_mikachu_theme_DATA)'; test -n "$(mikachu_themedir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(mikachu_themedir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(mikachu_themedir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(mikachu_themedir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(mikachu_themedir)" || exit $$?; \
+ done
+
+uninstall-dist_mikachu_themeDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_mikachu_theme_DATA)'; test -n "$(mikachu_themedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(mikachu_themedir)'; $(am__uninstall_files_from_dir)
+install-dist_natura_themeDATA: $(dist_natura_theme_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_natura_theme_DATA)'; test -n "$(natura_themedir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(natura_themedir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(natura_themedir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(natura_themedir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(natura_themedir)" || exit $$?; \
+ done
+
+uninstall-dist_natura_themeDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_natura_theme_DATA)'; test -n "$(natura_themedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(natura_themedir)'; $(am__uninstall_files_from_dir)
+install-dist_onyx_themeDATA: $(dist_onyx_theme_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_onyx_theme_DATA)'; test -n "$(onyx_themedir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(onyx_themedir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(onyx_themedir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(onyx_themedir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(onyx_themedir)" || exit $$?; \
+ done
+
+uninstall-dist_onyx_themeDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_onyx_theme_DATA)'; test -n "$(onyx_themedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(onyx_themedir)'; $(am__uninstall_files_from_dir)
+install-dist_onyxcitrus_themeDATA: $(dist_onyxcitrus_theme_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_onyxcitrus_theme_DATA)'; test -n "$(onyxcitrus_themedir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(onyxcitrus_themedir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(onyxcitrus_themedir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(onyxcitrus_themedir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(onyxcitrus_themedir)" || exit $$?; \
+ done
+
+uninstall-dist_onyxcitrus_themeDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_onyxcitrus_theme_DATA)'; test -n "$(onyxcitrus_themedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(onyxcitrus_themedir)'; $(am__uninstall_files_from_dir)
+install-dist_onyxdarkred_themeDATA: $(dist_onyxdarkred_theme_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_onyxdarkred_theme_DATA)'; test -n "$(onyxdarkred_themedir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(onyxdarkred_themedir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(onyxdarkred_themedir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(onyxdarkred_themedir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(onyxdarkred_themedir)" || exit $$?; \
+ done
+
+uninstall-dist_onyxdarkred_themeDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_onyxdarkred_theme_DATA)'; test -n "$(onyxdarkred_themedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(onyxdarkred_themedir)'; $(am__uninstall_files_from_dir)
+install-dist_orang_themeDATA: $(dist_orang_theme_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_orang_theme_DATA)'; test -n "$(orang_themedir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(orang_themedir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(orang_themedir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(orang_themedir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(orang_themedir)" || exit $$?; \
+ done
+
+uninstall-dist_orang_themeDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_orang_theme_DATA)'; test -n "$(orang_themedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(orang_themedir)'; $(am__uninstall_files_from_dir)
+install-dist_pixmapDATA: $(dist_pixmap_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(pixmapdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(pixmapdir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pixmapdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pixmapdir)" || exit $$?; \
+ done
+
+uninstall-dist_pixmapDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(pixmapdir)'; $(am__uninstall_files_from_dir)
+install-dist_rcDATA: $(dist_rc_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_rc_DATA)'; test -n "$(rcdir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(rcdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(rcdir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(rcdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(rcdir)" || exit $$?; \
+ done
+
+uninstall-dist_rcDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_rc_DATA)'; test -n "$(rcdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(rcdir)'; $(am__uninstall_files_from_dir)
+install-dist_syscrash_themeDATA: $(dist_syscrash_theme_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(dist_syscrash_theme_DATA)'; test -n "$(syscrash_themedir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(syscrash_themedir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(syscrash_themedir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(syscrash_themedir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(syscrash_themedir)" || exit $$?; \
+ done
+
+uninstall-dist_syscrash_themeDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(dist_syscrash_theme_DATA)'; test -n "$(syscrash_themedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(syscrash_themedir)'; $(am__uninstall_files_from_dir)
+install-nodist_pkgconfigDATA: $(nodist_pkgconfig_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
+ done
+
+uninstall-nodist_pkgconfigDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
+install-nodist_xsessionsDATA: $(nodist_xsessions_DATA)
+ @$(NORMAL_INSTALL)
+ @list='$(nodist_xsessions_DATA)'; test -n "$(xsessionsdir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(xsessionsdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(xsessionsdir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xsessionsdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(xsessionsdir)" || exit $$?; \
+ done
+
+uninstall-nodist_xsessionsDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(nodist_xsessions_DATA)'; test -n "$(xsessionsdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(xsessionsdir)'; $(am__uninstall_files_from_dir)
+install-obtpubincludeHEADERS: $(obtpubinclude_HEADERS)
+ @$(NORMAL_INSTALL)
+ @list='$(obtpubinclude_HEADERS)'; test -n "$(obtpubincludedir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(obtpubincludedir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(obtpubincludedir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(obtpubincludedir)'"; \
+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(obtpubincludedir)" || exit $$?; \
+ done
+
+uninstall-obtpubincludeHEADERS:
+ @$(NORMAL_UNINSTALL)
+ @list='$(obtpubinclude_HEADERS)'; test -n "$(obtpubincludedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(obtpubincludedir)'; $(am__uninstall_files_from_dir)
+install-rrpubincludeHEADERS: $(rrpubinclude_HEADERS)
+ @$(NORMAL_INSTALL)
+ @list='$(rrpubinclude_HEADERS)'; test -n "$(rrpubincludedir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(rrpubincludedir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(rrpubincludedir)" || exit 1; \
+ fi; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(rrpubincludedir)'"; \
+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(rrpubincludedir)" || exit $$?; \
+ done
+
+uninstall-rrpubincludeHEADERS:
+ @$(NORMAL_UNINSTALL)
+ @list='$(rrpubinclude_HEADERS)'; test -n "$(rrpubincludedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(rrpubincludedir)'; $(am__uninstall_files_from_dir)
+
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run 'make' without going through this Makefile.
+# To change the values of 'make' variables: instead of editing Makefiles,
+# (1) if the variable is set in 'config.status', edit 'config.status'
+# (which will cause the Makefiles to be regenerated when you run 'make');
+# (2) otherwise, pass the desired values on the 'make' command line.
+$(am__recursive_targets):
+ @fail=; \
+ if $(am__make_keepgoing); then \
+ failcom='fail=yes'; \
+ else \
+ failcom='exit 1'; \
+ fi; \
+ dot_seen=no; \
+ target=`echo $@ | sed s/-recursive//`; \
+ case "$@" in \
+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
+ *) list='$(SUBDIRS)' ;; \
+ esac; \
+ for subdir in $$list; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ dot_seen=yes; \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || eval $$failcom; \
+ done; \
+ if test "$$dot_seen" = "no"; then \
+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+ fi; test -z "$$fail"
+
+ID: $(am__tagged_files)
+ $(am__define_uniq_tagged_files); mkid -fID $$unique
+tags: tags-recursive
+TAGS: tags
+
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
+ set x; \
+ here=`pwd`; \
+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
+ include_option=--etags-include; \
+ empty_fix=.; \
+ else \
+ include_option=--include; \
+ empty_fix=; \
+ fi; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ test ! -f $$subdir/TAGS || \
+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
+ fi; \
+ done; \
+ $(am__define_uniq_tagged_files); \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ test -n "$$unique" || unique=$$empty_fix; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
+ fi
+ctags: ctags-recursive
+
+CTAGS: ctags
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
+ $(am__define_uniq_tagged_files); \
+ test -z "$(CTAGS_ARGS)$$unique" \
+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+ $$unique
+
+GTAGS:
+ here=`$(am__cd) $(top_builddir) && pwd` \
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
+cscope: cscope.files
+ test ! -s cscope.files \
+ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
+clean-cscope:
+ -rm -f cscope.files
+cscope.files: clean-cscope cscopelist
+cscopelist: cscopelist-recursive
+
+cscopelist-am: $(am__tagged_files)
+ list='$(am__tagged_files)'; \
+ case "$(srcdir)" in \
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
+ *) sdir=$(subdir)/$(srcdir) ;; \
+ esac; \
+ for i in $$list; do \
+ if test -f "$$i"; then \
+ echo "$(subdir)/$$i"; \
+ else \
+ echo "$$sdir/$$i"; \
+ fi; \
+ done >> $(top_builddir)/cscope.files
+
+distclean-tags:
+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+ -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
+distdir: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
+
+distdir-am: $(DISTFILES)
+ $(am__remove_distdir)
+ test -d "$(distdir)" || mkdir "$(distdir)"
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ $(am__make_dryrun) \
+ || test -d "$(distdir)/$$subdir" \
+ || $(MKDIR_P) "$(distdir)/$$subdir" \
+ || exit 1; \
+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+ $(am__relativize); \
+ new_distdir=$$reldir; \
+ dir1=$$subdir; dir2="$(top_distdir)"; \
+ $(am__relativize); \
+ new_top_distdir=$$reldir; \
+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+ ($(am__cd) $$subdir && \
+ $(MAKE) $(AM_MAKEFLAGS) \
+ top_distdir="$$new_top_distdir" \
+ distdir="$$new_distdir" \
+ am__remove_distdir=: \
+ am__skip_length_check=: \
+ am__skip_mode_fix=: \
+ distdir) \
+ || exit 1; \
+ fi; \
+ done
+ -test -n "$(am__skip_mode_fix)" \
+ || find "$(distdir)" -type d ! -perm -755 \
+ -exec chmod u+rwx,go+rx {} \; -o \
+ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
+ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
+ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
+ || chmod -R a+r "$(distdir)"
+dist-gzip: distdir
+ tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
+ $(am__post_remove_distdir)
+
+dist-bzip2: distdir
+ tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
+ $(am__post_remove_distdir)
+
+dist-lzip: distdir
+ tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
+ $(am__post_remove_distdir)
+
+dist-xz: distdir
+ tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
+ $(am__post_remove_distdir)
+
+dist-zstd: distdir
+ tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
+ $(am__post_remove_distdir)
+
+dist-tarZ: distdir
+ @echo WARNING: "Support for distribution archives compressed with" \
+ "legacy program 'compress' is deprecated." >&2
+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
+ tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
+ $(am__post_remove_distdir)
+
+dist-shar: distdir
+ @echo WARNING: "Support for shar distribution archives is" \
+ "deprecated." >&2
+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
+ shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
+ $(am__post_remove_distdir)
+
+dist-zip: distdir
+ -rm -f $(distdir).zip
+ zip -rq $(distdir).zip $(distdir)
+ $(am__post_remove_distdir)
+
+dist dist-all:
+ $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
+ $(am__post_remove_distdir)
+
+# This target untars the dist file and tries a VPATH configuration. Then
+# it guarantees that the distribution is self-contained by making another
+# tarfile.
+distcheck: dist
+ case '$(DIST_ARCHIVES)' in \
+ *.tar.gz*) \
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
+ *.tar.bz2*) \
+ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
+ *.tar.lz*) \
+ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
+ *.tar.xz*) \
+ xz -dc $(distdir).tar.xz | $(am__untar) ;;\
+ *.tar.Z*) \
+ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
+ *.shar.gz*) \
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
+ *.zip*) \
+ unzip $(distdir).zip ;;\
+ *.tar.zst*) \
+ zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
+ esac
+ chmod -R a-w $(distdir)
+ chmod u+w $(distdir)
+ mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
+ chmod a-w $(distdir)
+ test -d $(distdir)/_build || exit 0; \
+ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
+ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
+ && am__cwd=`pwd` \
+ && $(am__cd) $(distdir)/_build/sub \
+ && ../../configure \
+ $(AM_DISTCHECK_CONFIGURE_FLAGS) \
+ $(DISTCHECK_CONFIGURE_FLAGS) \
+ --srcdir=../.. --prefix="$$dc_install_base" \
+ && $(MAKE) $(AM_MAKEFLAGS) \
+ && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
+ && $(MAKE) $(AM_MAKEFLAGS) check \
+ && $(MAKE) $(AM_MAKEFLAGS) install \
+ && $(MAKE) $(AM_MAKEFLAGS) installcheck \
+ && $(MAKE) $(AM_MAKEFLAGS) uninstall \
+ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
+ distuninstallcheck \
+ && chmod -R a-w "$$dc_install_base" \
+ && ({ \
+ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
+ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
+ } || { rm -rf "$$dc_destdir"; exit 1; }) \
+ && rm -rf "$$dc_destdir" \
+ && $(MAKE) $(AM_MAKEFLAGS) dist \
+ && rm -rf $(DIST_ARCHIVES) \
+ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
+ && cd "$$am__cwd" \
+ || exit 1
+ $(am__post_remove_distdir)
+ @(echo "$(distdir) archives ready for distribution: "; \
+ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
+ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
+distuninstallcheck:
+ @test -n '$(distuninstallcheck_dir)' || { \
+ echo 'ERROR: trying to run $@ with an empty' \
+ '$$(distuninstallcheck_dir)' >&2; \
+ exit 1; \
+ }; \
+ $(am__cd) '$(distuninstallcheck_dir)' || { \
+ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
+ exit 1; \
+ }; \
+ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
+ || { echo "ERROR: files left after uninstall:" ; \
+ if test -n "$(DESTDIR)"; then \
+ echo " (check DESTDIR support)"; \
+ fi ; \
+ $(distuninstallcheck_listfiles) ; \
+ exit 1; } >&2
+distcleancheck: distclean
+ @if test '$(srcdir)' = . ; then \
+ echo "ERROR: distcleancheck can only run from a VPATH build" ; \
+ exit 1 ; \
+ fi
+ @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
+ || { echo "ERROR: files left in build directory after distclean:" ; \
+ $(distcleancheck_listfiles) ; \
+ exit 1; } >&2
+check-am: all-am
+ $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
+check: check-recursive
+all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \
+ $(HEADERS)
+install-binPROGRAMS: install-libLTLIBRARIES
+
+install-checkPROGRAMS: install-libLTLIBRARIES
+
+installdirs: installdirs-recursive
+installdirs-am:
+ for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(rcdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(rcdir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(appsdir)" "$(DESTDIR)$(artwizboxed_themedir)" "$(DESTDIR)$(bear2_themedir)" "$(DESTDIR)$(clearlooks34_themedir)" "$(DESTDIR)$(clearlooks_themedir)" "$(DESTDIR)$(clearlooksolive_themedir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(docxbmdir)" "$(DESTDIR)$(gnomesessiondir)" "$(DESTDIR)$(gnomewmfilesdir)" "$(DESTDIR)$(mikachu_themedir)" "$(DESTDIR)$(natura_themedir)" "$(DESTDIR)$(onyx_themedir)" "$(DESTDIR)$(onyxcitrus_themedir)" "$(DESTDIR)$(onyxdarkred_themedir)" "$(DESTDIR)$(orang_themedir)" "$(DESTDIR)$(pixmapdir)" "$(DESTDIR)$(rcdir)" "$(DESTDIR)$(syscrash_themedir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xsessionsdir)" "$(DESTDIR)$(obtpubincludedir)" "$(DESTDIR)$(rrpubincludedir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+install: install-recursive
+install-exec: install-exec-recursive
+install-data: install-data-recursive
+uninstall: uninstall-recursive
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-recursive
+install-strip:
+ if test -z '$(STRIP)'; then \
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ install; \
+ else \
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+ fi
+mostlyclean-generic:
+
+clean-generic:
+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+ -rm -f obrender/$(DEPDIR)/$(am__dirstamp)
+ -rm -f obrender/$(am__dirstamp)
+ -rm -f obt/$(DEPDIR)/$(am__dirstamp)
+ -rm -f obt/$(am__dirstamp)
+ -rm -f openbox/$(DEPDIR)/$(am__dirstamp)
+ -rm -f openbox/$(am__dirstamp)
+ -rm -f openbox/actions/$(DEPDIR)/$(am__dirstamp)
+ -rm -f openbox/actions/$(am__dirstamp)
+ -rm -f tools/gdm-control/$(DEPDIR)/$(am__dirstamp)
+ -rm -f tools/gdm-control/$(am__dirstamp)
+ -rm -f tools/gnome-panel-control/$(DEPDIR)/$(am__dirstamp)
+ -rm -f tools/gnome-panel-control/$(am__dirstamp)
+ -rm -f tools/obxprop/$(DEPDIR)/$(am__dirstamp)
+ -rm -f tools/obxprop/$(am__dirstamp)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+clean: clean-recursive
+
+clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
+ clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
+ mostlyclean-am
+
+distclean: distclean-recursive
+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
+ -rm -f obrender/$(DEPDIR)/libobrender_la-button.Plo
+ -rm -f obrender/$(DEPDIR)/libobrender_la-color.Plo
+ -rm -f obrender/$(DEPDIR)/libobrender_la-font.Plo
+ -rm -f obrender/$(DEPDIR)/libobrender_la-gradient.Plo
+ -rm -f obrender/$(DEPDIR)/libobrender_la-image.Plo
+ -rm -f obrender/$(DEPDIR)/libobrender_la-imagecache.Plo
+ -rm -f obrender/$(DEPDIR)/libobrender_la-instance.Plo
+ -rm -f obrender/$(DEPDIR)/libobrender_la-mask.Plo
+ -rm -f obrender/$(DEPDIR)/libobrender_la-render.Plo
+ -rm -f obrender/$(DEPDIR)/libobrender_la-theme.Plo
+ -rm -f obrender/$(DEPDIR)/rendertest-test.Po
+ -rm -f obt/$(DEPDIR)/libobt_la-ddparse.Plo
+ -rm -f obt/$(DEPDIR)/libobt_la-display.Plo
+ -rm -f obt/$(DEPDIR)/libobt_la-keyboard.Plo
+ -rm -f obt/$(DEPDIR)/libobt_la-link.Plo
+ -rm -f obt/$(DEPDIR)/libobt_la-paths.Plo
+ -rm -f obt/$(DEPDIR)/libobt_la-prop.Plo
+ -rm -f obt/$(DEPDIR)/libobt_la-signal.Plo
+ -rm -f obt/$(DEPDIR)/libobt_la-xml.Plo
+ -rm -f obt/$(DEPDIR)/libobt_la-xqueue.Plo
+ -rm -f obt/$(DEPDIR)/obt_unittests-bsearch_unittest.Po
+ -rm -f obt/$(DEPDIR)/obt_unittests-unittest_base.Po
+ -rm -f openbox/$(DEPDIR)/openbox-actions.Po
+ -rm -f openbox/$(DEPDIR)/openbox-client.Po
+ -rm -f openbox/$(DEPDIR)/openbox-client_list_combined_menu.Po
+ -rm -f openbox/$(DEPDIR)/openbox-client_list_menu.Po
+ -rm -f openbox/$(DEPDIR)/openbox-client_menu.Po
+ -rm -f openbox/$(DEPDIR)/openbox-config.Po
+ -rm -f openbox/$(DEPDIR)/openbox-debug.Po
+ -rm -f openbox/$(DEPDIR)/openbox-dock.Po
+ -rm -f openbox/$(DEPDIR)/openbox-event.Po
+ -rm -f openbox/$(DEPDIR)/openbox-focus.Po
+ -rm -f openbox/$(DEPDIR)/openbox-focus_cycle.Po
+ -rm -f openbox/$(DEPDIR)/openbox-focus_cycle_indicator.Po
+ -rm -f openbox/$(DEPDIR)/openbox-focus_cycle_popup.Po
+ -rm -f openbox/$(DEPDIR)/openbox-frame.Po
+ -rm -f openbox/$(DEPDIR)/openbox-framerender.Po
+ -rm -f openbox/$(DEPDIR)/openbox-grab.Po
+ -rm -f openbox/$(DEPDIR)/openbox-group.Po
+ -rm -f openbox/$(DEPDIR)/openbox-keyboard.Po
+ -rm -f openbox/$(DEPDIR)/openbox-keytree.Po
+ -rm -f openbox/$(DEPDIR)/openbox-menu.Po
+ -rm -f openbox/$(DEPDIR)/openbox-menuframe.Po
+ -rm -f openbox/$(DEPDIR)/openbox-mouse.Po
+ -rm -f openbox/$(DEPDIR)/openbox-moveresize.Po
+ -rm -f openbox/$(DEPDIR)/openbox-openbox.Po
+ -rm -f openbox/$(DEPDIR)/openbox-ping.Po
+ -rm -f openbox/$(DEPDIR)/openbox-place.Po
+ -rm -f openbox/$(DEPDIR)/openbox-place_overlap.Po
+ -rm -f openbox/$(DEPDIR)/openbox-popup.Po
+ -rm -f openbox/$(DEPDIR)/openbox-prompt.Po
+ -rm -f openbox/$(DEPDIR)/openbox-resist.Po
+ -rm -f openbox/$(DEPDIR)/openbox-screen.Po
+ -rm -f openbox/$(DEPDIR)/openbox-session.Po
+ -rm -f openbox/$(DEPDIR)/openbox-stacking.Po
+ -rm -f openbox/$(DEPDIR)/openbox-startupnotify.Po
+ -rm -f openbox/$(DEPDIR)/openbox-translate.Po
+ -rm -f openbox/$(DEPDIR)/openbox-window.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-addremovedesktop.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-all.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-breakchroot.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-close.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-cyclewindows.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-debug.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-decorations.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-desktop.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-directionalwindows.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-dock.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-dockautohide.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-execute.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-exit.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-focus.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-focustobottom.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-fullscreen.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-growtoedge.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-iconify.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-if.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-kill.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-layer.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-lower.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-maximize.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-move.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-moverelative.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-moveresizeto.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-movetoedge.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-omnipresent.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-raise.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-raiselower.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-reconfigure.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-resize.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-resizerelative.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-restart.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-shade.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-shadelowerraise.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-showdesktop.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-showmenu.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-unfocus.Po
+ -rm -f tools/gdm-control/$(DEPDIR)/gdm_control-gdm-control.Po
+ -rm -f tools/gnome-panel-control/$(DEPDIR)/gnome_panel_control-gnome-panel-control.Po
+ -rm -f tools/obxprop/$(DEPDIR)/obxprop-obxprop.Po
+ -rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+ distclean-libtool distclean-local distclean-tags
+
+dvi: dvi-recursive
+
+dvi-am:
+
+html: html-recursive
+
+html-am:
+
+info: info-recursive
+
+info-am:
+
+install-data-am: install-dist_appsDATA \
+ install-dist_artwizboxed_themeDATA \
+ install-dist_bear2_themeDATA \
+ install-dist_clearlooks34_themeDATA \
+ install-dist_clearlooks_themeDATA \
+ install-dist_clearlooksolive_themeDATA install-dist_docDATA \
+ install-dist_docxbmDATA install-dist_gnomesessionDATA \
+ install-dist_gnomewmfilesDATA install-dist_mikachu_themeDATA \
+ install-dist_natura_themeDATA install-dist_onyx_themeDATA \
+ install-dist_onyxcitrus_themeDATA install-dist_onyxdarkred_themeDATA install-dist_orang_themeDATA \
+ install-dist_pixmapDATA install-dist_rcDATA \
+ install-dist_rcSCRIPTS install-dist_syscrash_themeDATA \
+ install-man install-nodist_pkgconfigDATA \
+ install-nodist_rcSCRIPTS install-nodist_xsessionsDATA \
+ install-obtpubincludeHEADERS install-rrpubincludeHEADERS
+
+install-dvi: install-dvi-recursive
+
+install-dvi-am:
+
+install-exec-am: install-binPROGRAMS install-dist_libexecSCRIPTS \
+ install-libLTLIBRARIES install-nodist_binSCRIPTS \
+ install-nodist_libexecSCRIPTS
+
+install-html: install-html-recursive
+
+install-html-am:
+
+install-info: install-info-recursive
+
+install-info-am:
+
+install-man: install-man1
+
+install-pdf: install-pdf-recursive
+
+install-pdf-am:
+
+install-ps: install-ps-recursive
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-recursive
+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
+ -rm -rf $(top_srcdir)/autom4te.cache
+ -rm -f obrender/$(DEPDIR)/libobrender_la-button.Plo
+ -rm -f obrender/$(DEPDIR)/libobrender_la-color.Plo
+ -rm -f obrender/$(DEPDIR)/libobrender_la-font.Plo
+ -rm -f obrender/$(DEPDIR)/libobrender_la-gradient.Plo
+ -rm -f obrender/$(DEPDIR)/libobrender_la-image.Plo
+ -rm -f obrender/$(DEPDIR)/libobrender_la-imagecache.Plo
+ -rm -f obrender/$(DEPDIR)/libobrender_la-instance.Plo
+ -rm -f obrender/$(DEPDIR)/libobrender_la-mask.Plo
+ -rm -f obrender/$(DEPDIR)/libobrender_la-render.Plo
+ -rm -f obrender/$(DEPDIR)/libobrender_la-theme.Plo
+ -rm -f obrender/$(DEPDIR)/rendertest-test.Po
+ -rm -f obt/$(DEPDIR)/libobt_la-ddparse.Plo
+ -rm -f obt/$(DEPDIR)/libobt_la-display.Plo
+ -rm -f obt/$(DEPDIR)/libobt_la-keyboard.Plo
+ -rm -f obt/$(DEPDIR)/libobt_la-link.Plo
+ -rm -f obt/$(DEPDIR)/libobt_la-paths.Plo
+ -rm -f obt/$(DEPDIR)/libobt_la-prop.Plo
+ -rm -f obt/$(DEPDIR)/libobt_la-signal.Plo
+ -rm -f obt/$(DEPDIR)/libobt_la-xml.Plo
+ -rm -f obt/$(DEPDIR)/libobt_la-xqueue.Plo
+ -rm -f obt/$(DEPDIR)/obt_unittests-bsearch_unittest.Po
+ -rm -f obt/$(DEPDIR)/obt_unittests-unittest_base.Po
+ -rm -f openbox/$(DEPDIR)/openbox-actions.Po
+ -rm -f openbox/$(DEPDIR)/openbox-client.Po
+ -rm -f openbox/$(DEPDIR)/openbox-client_list_combined_menu.Po
+ -rm -f openbox/$(DEPDIR)/openbox-client_list_menu.Po
+ -rm -f openbox/$(DEPDIR)/openbox-client_menu.Po
+ -rm -f openbox/$(DEPDIR)/openbox-config.Po
+ -rm -f openbox/$(DEPDIR)/openbox-debug.Po
+ -rm -f openbox/$(DEPDIR)/openbox-dock.Po
+ -rm -f openbox/$(DEPDIR)/openbox-event.Po
+ -rm -f openbox/$(DEPDIR)/openbox-focus.Po
+ -rm -f openbox/$(DEPDIR)/openbox-focus_cycle.Po
+ -rm -f openbox/$(DEPDIR)/openbox-focus_cycle_indicator.Po
+ -rm -f openbox/$(DEPDIR)/openbox-focus_cycle_popup.Po
+ -rm -f openbox/$(DEPDIR)/openbox-frame.Po
+ -rm -f openbox/$(DEPDIR)/openbox-framerender.Po
+ -rm -f openbox/$(DEPDIR)/openbox-grab.Po
+ -rm -f openbox/$(DEPDIR)/openbox-group.Po
+ -rm -f openbox/$(DEPDIR)/openbox-keyboard.Po
+ -rm -f openbox/$(DEPDIR)/openbox-keytree.Po
+ -rm -f openbox/$(DEPDIR)/openbox-menu.Po
+ -rm -f openbox/$(DEPDIR)/openbox-menuframe.Po
+ -rm -f openbox/$(DEPDIR)/openbox-mouse.Po
+ -rm -f openbox/$(DEPDIR)/openbox-moveresize.Po
+ -rm -f openbox/$(DEPDIR)/openbox-openbox.Po
+ -rm -f openbox/$(DEPDIR)/openbox-ping.Po
+ -rm -f openbox/$(DEPDIR)/openbox-place.Po
+ -rm -f openbox/$(DEPDIR)/openbox-place_overlap.Po
+ -rm -f openbox/$(DEPDIR)/openbox-popup.Po
+ -rm -f openbox/$(DEPDIR)/openbox-prompt.Po
+ -rm -f openbox/$(DEPDIR)/openbox-resist.Po
+ -rm -f openbox/$(DEPDIR)/openbox-screen.Po
+ -rm -f openbox/$(DEPDIR)/openbox-session.Po
+ -rm -f openbox/$(DEPDIR)/openbox-stacking.Po
+ -rm -f openbox/$(DEPDIR)/openbox-startupnotify.Po
+ -rm -f openbox/$(DEPDIR)/openbox-translate.Po
+ -rm -f openbox/$(DEPDIR)/openbox-window.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-addremovedesktop.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-all.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-breakchroot.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-close.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-cyclewindows.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-debug.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-decorations.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-desktop.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-directionalwindows.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-dock.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-dockautohide.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-execute.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-exit.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-focus.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-focustobottom.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-fullscreen.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-growtoedge.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-iconify.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-if.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-kill.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-layer.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-lower.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-maximize.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-move.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-moverelative.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-moveresizeto.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-movetoedge.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-omnipresent.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-raise.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-raiselower.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-reconfigure.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-resize.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-resizerelative.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-restart.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-shade.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-shadelowerraise.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-showdesktop.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-showmenu.Po
+ -rm -f openbox/actions/$(DEPDIR)/openbox-unfocus.Po
+ -rm -f tools/gdm-control/$(DEPDIR)/gdm_control-gdm-control.Po
+ -rm -f tools/gnome-panel-control/$(DEPDIR)/gnome_panel_control-gnome-panel-control.Po
+ -rm -f tools/obxprop/$(DEPDIR)/obxprop-obxprop.Po
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-recursive
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
+ mostlyclean-libtool
+
+pdf: pdf-recursive
+
+pdf-am:
+
+ps: ps-recursive
+
+ps-am:
+
+uninstall-am: uninstall-binPROGRAMS uninstall-dist_appsDATA \
+ uninstall-dist_artwizboxed_themeDATA \
+ uninstall-dist_bear2_themeDATA \
+ uninstall-dist_clearlooks34_themeDATA \
+ uninstall-dist_clearlooks_themeDATA \
+ uninstall-dist_clearlooksolive_themeDATA \
+ uninstall-dist_docDATA uninstall-dist_docxbmDATA \
+ uninstall-dist_gnomesessionDATA \
+ uninstall-dist_gnomewmfilesDATA uninstall-dist_libexecSCRIPTS \
+ uninstall-dist_mikachu_themeDATA \
+ uninstall-dist_natura_themeDATA uninstall-dist_onyx_themeDATA \
+ uninstall-dist_onyxcitrus_themeDATA \
+ uninstall-dist_onyxdarkred_themeDATA \
+ uninstall-dist_orang_themeDATA uninstall-dist_pixmapDATA \
+ uninstall-dist_rcDATA uninstall-dist_rcSCRIPTS \
+ uninstall-dist_syscrash_themeDATA uninstall-libLTLIBRARIES \
+ uninstall-man uninstall-nodist_binSCRIPTS \
+ uninstall-nodist_libexecSCRIPTS uninstall-nodist_pkgconfigDATA \
+ uninstall-nodist_rcSCRIPTS uninstall-nodist_xsessionsDATA \
+ uninstall-obtpubincludeHEADERS uninstall-rrpubincludeHEADERS
+
+uninstall-man: uninstall-man1
+
+.MAKE: $(am__recursive_targets) check-am install-am install-strip
+
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
+ am--depfiles am--refresh check check-am clean \
+ clean-binPROGRAMS clean-checkPROGRAMS clean-cscope \
+ clean-generic clean-libLTLIBRARIES clean-libtool \
+ clean-noinstPROGRAMS cscope cscopelist-am ctags ctags-am dist \
+ dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
+ dist-xz dist-zip dist-zstd distcheck distclean \
+ distclean-compile distclean-generic distclean-libtool \
+ distclean-local distclean-tags distcleancheck distdir \
+ distuninstallcheck dvi dvi-am html html-am info info-am \
+ install install-am install-binPROGRAMS install-data \
+ install-data-am install-dist_appsDATA \
+ install-dist_artwizboxed_themeDATA \
+ install-dist_bear2_themeDATA \
+ install-dist_clearlooks34_themeDATA \
+ install-dist_clearlooks_themeDATA \
+ install-dist_clearlooksolive_themeDATA install-dist_docDATA \
+ install-dist_docxbmDATA install-dist_gnomesessionDATA \
+ install-dist_gnomewmfilesDATA install-dist_libexecSCRIPTS \
+ install-dist_mikachu_themeDATA install-dist_natura_themeDATA \
+ install-dist_onyx_themeDATA install-dist_onyxcitrus_themeDATA install-dist_onyxdarkred_themeDATA \
+ install-dist_orang_themeDATA install-dist_pixmapDATA \
+ install-dist_rcDATA install-dist_rcSCRIPTS \
+ install-dist_syscrash_themeDATA install-dvi install-dvi-am \
+ install-exec install-exec-am install-html install-html-am \
+ install-info install-info-am install-libLTLIBRARIES \
+ install-man install-man1 install-nodist_binSCRIPTS \
+ install-nodist_libexecSCRIPTS install-nodist_pkgconfigDATA \
+ install-nodist_rcSCRIPTS install-nodist_xsessionsDATA \
+ install-obtpubincludeHEADERS install-pdf install-pdf-am \
+ install-ps install-ps-am install-rrpubincludeHEADERS \
+ install-strip installcheck installcheck-am installdirs \
+ installdirs-am maintainer-clean maintainer-clean-generic \
+ mostlyclean mostlyclean-compile mostlyclean-generic \
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
+ uninstall-am uninstall-binPROGRAMS uninstall-dist_appsDATA \
+ uninstall-dist_artwizboxed_themeDATA \
+ uninstall-dist_bear2_themeDATA \
+ uninstall-dist_clearlooks34_themeDATA \
+ uninstall-dist_clearlooks_themeDATA \
+ uninstall-dist_clearlooksolive_themeDATA \
+ uninstall-dist_docDATA uninstall-dist_docxbmDATA \
+ uninstall-dist_gnomesessionDATA \
+ uninstall-dist_gnomewmfilesDATA uninstall-dist_libexecSCRIPTS \
+ uninstall-dist_mikachu_themeDATA \
+ uninstall-dist_natura_themeDATA uninstall-dist_onyx_themeDATA \
+ uninstall-dist_onyxcitrus_themeDATA \
+ uninstall-dist_onyxdarkred_themeDATA \
+ uninstall-dist_orang_themeDATA uninstall-dist_pixmapDATA \
+ uninstall-dist_rcDATA uninstall-dist_rcSCRIPTS \
+ uninstall-dist_syscrash_themeDATA uninstall-libLTLIBRARIES \
+ uninstall-man uninstall-man1 uninstall-nodist_binSCRIPTS \
+ uninstall-nodist_libexecSCRIPTS uninstall-nodist_pkgconfigDATA \
+ uninstall-nodist_rcSCRIPTS uninstall-nodist_xsessionsDATA \
+ uninstall-obtpubincludeHEADERS uninstall-rrpubincludeHEADERS
+
+.PRECIOUS: Makefile
+
+
+data/autostart/autostart: $(top_srcdir)/data/autostart/autostart.in Makefile
+ @echo make: creating $@
+ @test -d $(shell dirname $(top_builddir)/$@) || \
+ mkdir $(shell dirname $(top_builddir)/$@)
+ @$(edit) $< >$(top_builddir)/$@
+
+data/autostart/openbox-autostart: $(top_srcdir)/data/autostart/openbox-autostart.in Makefile
+ @echo make: creating $@
+ @test -d $(shell dirname $(top_builddir)/$@) || \
+ mkdir $(shell dirname $(top_builddir)/$@)
+ @$(edit) $< >$(top_builddir)/$@
+
+%.desktop: %.desktop.in Makefile
+ @echo make: creating $@
+ @$(edit) $< >$@
+
+%-session: %-session.in Makefile
+ @echo make: creating $@
+ @$(edit) $< >$@
+
+%.1.in: %.1.sgml
+ @echo make: creating $@
+ @docbook-to-man $< >$@
+
+%.1: %.1.in Makefile
+ @echo make: creating $@
+ @$(edit) $< >$@
+
+#doc:
+# $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
+
+distclean-local:
+ for d in . m4 po obrender parser obt openbox; do \
+ for p in core core.* gmon.out *\~ *.orig *.rej .\#*; do \
+ rm -f "$$d/$$p"; \
+ done \
+ done
+
+.PHONY: doc
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
Index: radix-1.9/sources/packages/x/openbox/create-3.6.1-darkred-theme-patch/openbox-3.6.1-new/themes/Onyx-DarkRed/openbox-3/themerc
===================================================================
--- radix-1.9/sources/packages/x/openbox/create-3.6.1-darkred-theme-patch/openbox-3.6.1-new/themes/Onyx-DarkRed/openbox-3/themerc (nonexistent)
+++ radix-1.9/sources/packages/x/openbox/create-3.6.1-darkred-theme-patch/openbox-3.6.1-new/themes/Onyx-DarkRed/openbox-3/themerc (revision 191)
@@ -0,0 +1,86 @@
+!! Onyx-Darkred by Dana Jansens
+!! inspired by "Carbon" by p0ng, and the ever so popular Vista glass look
+
+!! Menu background
+menu.items.bg: flat gradient vertical
+menu.items.bg.color: #303030
+menu.items.bg.colorTo: #080808
+
+!! Menu text
+menu.items.text.color: #b8b8b8
+menu.items.justify: left
+menu.items.disabled.text.color: #606060
+
+!! Menu headers
+menu.title.bg: raised splitvertical gradient
+menu.title.bg.color: #303030
+menu.title.bg.colorTo: #181818
+menu.title.text.color: white
+menu.title.text.justify: left
+
+!! Selected menu item
+menu.items.active.bg: raised splitvertical gradient
+menu.items.active.bg.color: #5a1720
+menu.items.active.bg.colorTo: #5a0510
+menu.items.active.text.color: white
+
+
+!! Titlebar
+window.active.title.bg: raised splitvertical gradient
+window.active.title.bg.color: #414141
+window.active.title.bg.colorTo: #202020
+window.inactive.title.bg: gradient splitvertical gradient flat
+window.inactive.title.bg.color: #DEE0D8
+window.inactive.title.bg.colorTo: #E0E0D8
+
+!! Titlebar text
+window.label.text.justify: center
+window.active.label.bg: parentrelative
+window.active.label.text.color: #f8f8f8
+window.inactive.label.bg: parentrelative
+window.inactive.label.text.color: #747474
+
+!! Window buttons
+window.*.button.*.bg: parentrelative
+window.active.button.*.hover.bg: flat splitvertical gradient border
+window.inactive.button.*.hover.bg: parentrelative
+window.*.button.*.pressed.bg: flat splitvertical gradient border
+
+window.active.button.*.hover.bg.color: #e18a51
+window.active.button.*.hover.bg.colorTo: #e1621d
+window.active.button.*.hover.bg.border.color: #ab5d20
+
+window.active.button.*.pressed.bg.color: #99663c
+window.active.button.*.pressed.bg.colorTo: #99663c
+window.active.button.*.pressed.image.color: #888888
+window.active.button.*.pressed.bg.border.color: #683913
+window.inactive.button.*.pressed.bg.color: #ffaa64
+window.inactive.button.*.pressed.bg.colorTo: #ffaa64
+window.inactive.button.*.pressed.image.color: #fdceb7
+window.inactive.button.*.pressed.bg.border.color: #f0832c
+
+window.active.button.*.image.color: #e0e0e0
+window.active.button.disabled.image.color: #707070
+window.inactive.button.*.image.color: #747474
+window.inactive.button.disabled.image.color: #c0c0c0
+
+!! Borders
+window.active.border.color: #181818
+window.inactive.border.color: #404040
+window.inactive.title.separator.color: #eeeee6
+border.width: 1
+padding.width: 2
+window.handle.width: 0
+window.active.client.color: #181818
+window.inactive.client.color: #CACAB6
+window.client.padding.width: 1
+window.client.padding.height: 1
+menu.overlap: 0
+
+!! Font shadows
+menu.items.font:shadow=y:shadowtint=30
+
+!! On-screen displays
+osd.bg: gradient vertical flat
+osd.bg.color: #303030
+osd.bg.colorTo: #080808