[Xfce4-commits] <terminal:master> Silence the build a bit more.
Nick Schermer
nick at xfce.org
Wed Aug 26 21:42:01 CEST 2009
Updating branch refs/heads/master
to 9f1b818846f83c27928bf8526110c463ebe1b56f (commit)
from c29b570cb3b9d274fb792d81fb34b1dc26e1a029 (commit)
commit 9f1b818846f83c27928bf8526110c463ebe1b56f
Author: Nick Schermer <nick at xfce.org>
Date: Thu Aug 20 20:11:39 2009 +0200
Silence the build a bit more.
terminal/Makefile.am | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/terminal/Makefile.am b/terminal/Makefile.am
index e0b12ec..b461d40 100644
--- a/terminal/Makefile.am
+++ b/terminal/Makefile.am
@@ -132,12 +132,12 @@ BUILT_SOURCES = \
$(Terminal_built_sources)
terminal-window-ui.h: Makefile $(srcdir)/terminal-window-ui.xml
- exo-csource --strip-comments --strip-content --static --name=terminal_window_ui $(srcdir)/terminal-window-ui.xml > terminal-window-ui.h
+ $(AM_V_GEN) exo-csource --strip-comments --strip-content --static --name=terminal_window_ui $(srcdir)/terminal-window-ui.xml > terminal-window-ui.h
terminal-enum-types.h: stamp-terminal-enum-types.h
@true
stamp-terminal-enum-types.h: terminal-preferences.h Makefile
- ( cd $(srcdir) && glib-mkenums \
+ $(AM_V_GEN) ( cd $(srcdir) && glib-mkenums \
--fhead "#ifndef __TERMINAL_ENUM_TYPES_H__\n#define __TERMINAL_ENUM_TYPES_H__\n#include <exo/exo.h>\nG_BEGIN_DECLS\n" \
--fprod "/* enumerations from \"@filename@\" */\n" \
--vhead "GType @enum_name at _get_type (void);\n#define TERMINAL_TYPE_ at ENUMSHORT@ (@enum_name at _get_type())\n" \
@@ -147,7 +147,7 @@ terminal-preferences.h ) >> xgen-teth \
&& rm -f xgen-teth \
&& echo timestamp > $(@F)
terminal-enum-types.c: terminal-preferences.h Makefile
- ( cd $(srcdir) && glib-mkenums \
+ $(AM_V_GEN) ( cd $(srcdir) && glib-mkenums \
--fhead "#ifdef HAVE_CONFIG_H\n#include <config.h>\n#endif\n#undef GTK_DISABLE_DEPRECATED\n#define GTK_ENABLE_BROKEN\n#include <terminal/terminal-enum-types.h>\n#include <terminal/terminal-app.h>\n#include <terminal/terminal-preferences.h>" \
--fprod " \n/* enumerations from \"@filename@\" */" \
--vhead "GType\n at enum_name@_get_type (void)\n{\n\tstatic GType type = 0;\n\tif (type == 0) {\n\tstatic const G at Type@Value values[] = {" \
@@ -160,7 +160,7 @@ terminal-preferences.h ) >> xgen-tetc \
terminal-marshal.h: stamp-terminal-marshal.h
@true
stamp-terminal-marshal.h: terminal-marshal.list Makefile
- ( cd $(srcdir) && glib-genmarshal \
+ $(AM_V_GEN) ( cd $(srcdir) && glib-genmarshal \
--prefix=_terminal_marshal \
--header terminal-marshal.list ) >> xgen-tmh \
&& ( cmp -s xgen-tmh terminal-marshal.h || cp xgen-tmh terminal-marshal.h ) \
@@ -168,7 +168,7 @@ stamp-terminal-marshal.h: terminal-marshal.list Makefile
&& echo timestamp > $(@F)
terminal-marshal.c: terminal-marshal.list Makefile
- echo "#include <terminal/terminal-marshal.h>" > xgen-tmc \
+ $(AM_V_GEN) echo "#include <terminal/terminal-marshal.h>" > xgen-tmc \
&& ( cd $(srcdir) && glib-genmarshal \
--prefix=_terminal_marshal \
--body terminal-marshal.list ) >> xgen-tmc \
More information about the Xfce4-commits
mailing list