[Xfce4-commits] <xfce4-panel:devel> Put maintainer mode section below everything else to fix autogen warning.
Nick Schermer
nick at xfce.org
Tue Aug 11 20:30:48 CEST 2009
Updating branch refs/heads/devel
to fe4be6dbb2e4e14c9ad08816768a089461137237 (commit)
from d68594eff4580c792da53418e1aa97acc2a41d39 (commit)
commit fe4be6dbb2e4e14c9ad08816768a089461137237
Author: Nick Schermer <nick at xfce.org>
Date: Sun Mar 22 13:08:46 2009 +0100
Put maintainer mode section below everything else to fix autogen warning.
plugins/actions/Makefile.am | 22 +++++++++++-----------
plugins/clock/Makefile.am | 22 +++++++++++-----------
plugins/launcher/Makefile.am | 22 +++++++++++-----------
plugins/pager/Makefile.am | 22 +++++++++++-----------
plugins/separator/Makefile.am | 22 +++++++++++-----------
plugins/tasklist/Makefile.am | 22 +++++++++++-----------
plugins/windowmenu/Makefile.am | 22 +++++++++++-----------
7 files changed, 77 insertions(+), 77 deletions(-)
diff --git a/plugins/actions/Makefile.am b/plugins/actions/Makefile.am
index 66806ba..fb0d145 100644
--- a/plugins/actions/Makefile.am
+++ b/plugins/actions/Makefile.am
@@ -45,17 +45,6 @@ libactions_la_LIBADD = \
libactions_la_DEPENDENCIES = \
$(top_builddir)/libxfce4panel/libxfce4panel.la
-if MAINTAINER_MODE
-BUILT_SOURCES = \
- $(libactions_built_sources)
-
-DISTCLEANFILES = \
- $(libactions_built_sources)
-
-actions-dialog_glade.h: actions-dialog.glade
- exo-csource --static --strip-comments --strip-content --name=actions_dialog_glade $< >$@
-endif
-
#
# .desktop file
#
@@ -75,4 +64,15 @@ DISTCLEANFILES = \
$(desktop_DATA) \
$(desktop_in_files)
+if MAINTAINER_MODE
+BUILT_SOURCES = \
+ $(libactions_built_sources)
+
+DISTCLEANFILES += \
+ $(libactions_built_sources)
+
+actions-dialog_glade.h: actions-dialog.glade
+ exo-csource --static --strip-comments --strip-content --name=actions_dialog_glade $< >$@
+endif
+
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/plugins/clock/Makefile.am b/plugins/clock/Makefile.am
index f81f38b..67c1485 100644
--- a/plugins/clock/Makefile.am
+++ b/plugins/clock/Makefile.am
@@ -55,17 +55,6 @@ libclock_la_LIBADD = \
libclock_la_DEPENDENCIES = \
$(top_builddir)/libxfce4panel/libxfce4panel.la
-if MAINTAINER_MODE
-BUILT_SOURCES = \
- $(libclock_built_sources)
-
-DISTCLEANFILES = \
- $(libclock_built_sources)
-
-clock-dialog_glade.h: clock-dialog.glade
- exo-csource --static --strip-comments --strip-content --name=clock_dialog_glade $< >$@
-endif
-
#
# .desktop file
#
@@ -85,4 +74,15 @@ DISTCLEANFILES = \
$(desktop_DATA) \
$(desktop_in_files)
+if MAINTAINER_MODE
+BUILT_SOURCES = \
+ $(libclock_built_sources)
+
+DISTCLEANFILES += \
+ $(libclock_built_sources)
+
+clock-dialog_glade.h: clock-dialog.glade
+ exo-csource --static --strip-comments --strip-content --name=clock_dialog_glade $< >$@
+endif
+
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/plugins/launcher/Makefile.am b/plugins/launcher/Makefile.am
index 2bbb5f2..b2de169 100644
--- a/plugins/launcher/Makefile.am
+++ b/plugins/launcher/Makefile.am
@@ -55,17 +55,6 @@ liblauncher_la_LIBADD = \
liblauncher_la_DEPENDENCIES = \
$(top_builddir)/libxfce4panel/libxfce4panel.la
-if MAINTAINER_MODE
-BUILT_SOURCES = \
- $(liblauncher_built_sources)
-
-DISTCLEANFILES = \
- $(libclock_built_sources)
-
-launcher-dialog_glade.h: launcher-dialog.glade
- exo-csource --static --strip-comments --strip-content --name=launcher_dialog_glade $< >$@
-endif
-
#
# .desktop file
#
@@ -92,4 +81,15 @@ DISTCLEANFILES = \
$(desktop_DATA) \
$(desktop_in_files)
+if MAINTAINER_MODE
+BUILT_SOURCES = \
+ $(liblauncher_built_sources)
+
+DISTCLEANFILES += \
+ $(libclock_built_sources)
+
+launcher-dialog_glade.h: launcher-dialog.glade
+ exo-csource --static --strip-comments --strip-content --name=launcher_dialog_glade $< >$@
+endif
+
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/plugins/pager/Makefile.am b/plugins/pager/Makefile.am
index 0dfbcac..c1e39dc 100644
--- a/plugins/pager/Makefile.am
+++ b/plugins/pager/Makefile.am
@@ -48,17 +48,6 @@ libpager_la_LIBADD = \
libpager_la_DEPENDENCIES = \
$(top_builddir)/libxfce4panel/libxfce4panel.la
-if MAINTAINER_MODE
-BUILT_SOURCES = \
- $(libpager_built_sources)
-
-DISTCLEANFILES = \
- $(libpager_built_sources)
-
-pager-dialog_glade.h: pager-dialog.glade
- exo-csource --static --strip-comments --strip-content --name=pager_dialog_glade $< >$@
-endif
-
#
# .desktop file
#
@@ -78,4 +67,15 @@ DISTCLEANFILES = \
$(desktop_DATA) \
$(desktop_in_files)
+if MAINTAINER_MODE
+BUILT_SOURCES = \
+ $(libpager_built_sources)
+
+DISTCLEANFILES += \
+ $(libpager_built_sources)
+
+pager-dialog_glade.h: pager-dialog.glade
+ exo-csource --static --strip-comments --strip-content --name=pager_dialog_glade $< >$@
+endif
+
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/plugins/separator/Makefile.am b/plugins/separator/Makefile.am
index 1674d62..84acee5 100644
--- a/plugins/separator/Makefile.am
+++ b/plugins/separator/Makefile.am
@@ -47,17 +47,6 @@ libseparator_la_LIBADD = \
libseparator_la_DEPENDENCIES = \
$(top_builddir)/libxfce4panel/libxfce4panel.la
-if MAINTAINER_MODE
-BUILT_SOURCES = \
- $(libseparator_built_sources)
-
-DISTCLEANFILES = \
- $(libseparator_built_sources)
-
-separator-dialog_glade.h: separator-dialog.glade
- exo-csource --static --strip-comments --strip-content --name=separator_dialog_glade $< >$@
-endif
-
#
# .desktop file
#
@@ -77,4 +66,15 @@ DISTCLEANFILES = \
$(desktop_DATA) \
$(desktop_in_files)
+if MAINTAINER_MODE
+BUILT_SOURCES = \
+ $(libseparator_built_sources)
+
+DISTCLEANFILES += \
+ $(libseparator_built_sources)
+
+separator-dialog_glade.h: separator-dialog.glade
+ exo-csource --static --strip-comments --strip-content --name=separator_dialog_glade $< >$@
+endif
+
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/plugins/tasklist/Makefile.am b/plugins/tasklist/Makefile.am
index a874aad..9da5925 100644
--- a/plugins/tasklist/Makefile.am
+++ b/plugins/tasklist/Makefile.am
@@ -49,17 +49,6 @@ libtasklist_la_LIBADD = \
libtasklist_la_DEPENDENCIES = \
$(top_builddir)/libxfce4panel/libxfce4panel.la
-if MAINTAINER_MODE
-BUILT_SOURCES = \
- $(libtasklist_built_sources)
-
-DISTCLEANFILES = \
- $(libtasklist_built_sources)
-
-tasklist-dialog_glade.h: tasklist-dialog.glade
- exo-csource --static --strip-comments --strip-content --name=tasklist_dialog_glade $< >$@
-endif
-
#
# .desktop file
#
@@ -79,4 +68,15 @@ DISTCLEANFILES = \
$(desktop_DATA) \
$(desktop_in_files)
+if MAINTAINER_MODE
+BUILT_SOURCES = \
+ $(libtasklist_built_sources)
+
+DISTCLEANFILES += \
+ $(libtasklist_built_sources)
+
+tasklist-dialog_glade.h: tasklist-dialog.glade
+ exo-csource --static --strip-comments --strip-content --name=tasklist_dialog_glade $< >$@
+endif
+
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/plugins/windowmenu/Makefile.am b/plugins/windowmenu/Makefile.am
index a3cc1e5..8a7c081 100644
--- a/plugins/windowmenu/Makefile.am
+++ b/plugins/windowmenu/Makefile.am
@@ -48,17 +48,6 @@ libwindowmenu_la_LIBADD = \
libwindowmenu_la_DEPENDENCIES = \
$(top_builddir)/libxfce4panel/libxfce4panel.la
-if MAINTAINER_MODE
-BUILT_SOURCES = \
- $(libwindowmenu_built_sources)
-
-DISTCLEANFILES = \
- $(libwindowmenu_built_sources)
-
-windowmenu-dialog_glade.h: windowmenu-dialog.glade
- exo-csource --static --strip-comments --strip-content --name=windowmenu_dialog_glade $< >$@
-endif
-
#
# .desktop file
#
@@ -78,4 +67,15 @@ DISTCLEANFILES = \
$(desktop_DATA) \
$(desktop_in_files)
+if MAINTAINER_MODE
+BUILT_SOURCES = \
+ $(libwindowmenu_built_sources)
+
+DISTCLEANFILES += \
+ $(libwindowmenu_built_sources)
+
+windowmenu-dialog_glade.h: windowmenu-dialog.glade
+ exo-csource --static --strip-comments --strip-content --name=windowmenu_dialog_glade $< >$@
+endif
+
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
More information about the Xfce4-commits
mailing list