[Xfce4-commits] <exo:master> Silent the build.
Nick Schermer
noreply at xfce.org
Sun Oct 18 15:24:01 CEST 2009
Updating branch refs/heads/master
to ddfdc62e750286f6c3c4c1827a7f42fc16cf1cda (commit)
from 1f0444e4ac6775af225575575d18ca9e2a056d63 (commit)
commit ddfdc62e750286f6c3c4c1827a7f42fc16cf1cda
Author: Nick Schermer <nick at xfce.org>
Date: Sun Oct 18 15:21:23 2009 +0200
Silent the build.
configure.in.in | 1 +
exo-helper/Makefile.am | 4 ++--
exo/Makefile.am | 12 ++++++------
python/Makefile.am | 2 +-
4 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 75d50f2..0b40feb 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -42,6 +42,7 @@ dnl ***************************
AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
AM_CONFIG_HEADER([config.h])
AM_MAINTAINER_MODE()
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl **************************
dnl *** Libtool versioning ***
diff --git a/exo-helper/Makefile.am b/exo-helper/Makefile.am
index ba3fb8b..95cdace 100644
--- a/exo-helper/Makefile.am
+++ b/exo-helper/Makefile.am
@@ -85,7 +85,7 @@ BUILT_SOURCES = \
exo-helper-enum-types.h: stamp-exo-helper-enum-types.h
@true
stamp-exo-helper-enum-types.h: $(exo_helper_headers) Makefile
- ( cd $(srcdir) && glib-mkenums \
+ $(AM_V_GEN) ( cd $(srcdir) && glib-mkenums \
--fhead "#ifndef __EXO_HELPER_ENUM_TYPES_H__\n#define __EXO_HELPER_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) G_GNUC_CONST;\n#define EXO_TYPE_ at ENUMSHORT@ (@enum_name at _get_type())\n" \
@@ -96,7 +96,7 @@ stamp-exo-helper-enum-types.h: $(exo_helper_headers) Makefile
&& echo timestamp > $(@F)
exo-helper-enum-types.c: $(exo_helper_headers) Makefile
- ( cd $(srcdir) && glib-mkenums \
+ $(AM_V_GEN) ( cd $(srcdir) && glib-mkenums \
--fhead "#undef GTK_DISABLE_DEPRECATED\n#define GTK_ENABLE_BROKEN\n#include <exo-helper/exo-helper.h>\n\n#include \"exo-helper-enum-types.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[] = {"\
diff --git a/exo/Makefile.am b/exo/Makefile.am
index a823edb..f1e67d2 100644
--- a/exo/Makefile.am
+++ b/exo/Makefile.am
@@ -144,15 +144,15 @@ TESTS = \
endif
exo-alias.h: make-exo-alias.pl exo.symbols
- $(PERL) $(srcdir)/make-exo-alias.pl < $(srcdir)/exo.symbols > exo-alias.h
+ $(AM_V_GEN) $(PERL) $(srcdir)/make-exo-alias.pl < $(srcdir)/exo.symbols > exo-alias.h
exo-aliasdef.c: make-exo-alias.pl exo.symbols
- $(PERL) $(srcdir)/make-exo-alias.pl -def < $(srcdir)/exo.symbols > exo-aliasdef.c
+ $(AM_V_GEN) $(PERL) $(srcdir)/make-exo-alias.pl -def < $(srcdir)/exo.symbols > exo-aliasdef.c
exo-enum-types.h: stamp-exo-enum-types.h
@true
stamp-exo-enum-types.h: $(libexo_headers) Makefile
- ( cd $(srcdir) && glib-mkenums \
+ $(AM_V_GEN) ( cd $(srcdir) && glib-mkenums \
--fhead "#ifndef __EXO_ENUM_TYPES_H__\n#define __EXO_ENUM_TYPES_H__\n#include <libxfce4util/libxfce4util.h>\nG_BEGIN_DECLS\n" \
--fprod "/* enumerations from \"@filename@\" */\n" \
--vhead "GType @enum_name at _get_type (void) G_GNUC_CONST;\n#define EXO_TYPE_ at ENUMSHORT@ (@enum_name at _get_type())\n" \
@@ -163,7 +163,7 @@ stamp-exo-enum-types.h: $(libexo_headers) Makefile
&& echo timestamp > $(@F)
exo-enum-types.c: $(libexo_headers) Makefile
- ( cd $(srcdir) && glib-mkenums \
+ $(AM_V_GEN) ( cd $(srcdir) && glib-mkenums \
--fhead "#undef GTK_DISABLE_DEPRECATED\n#define GTK_ENABLE_BROKEN\n#include <exo/exo.h>\n#include <exo/exo-alias.h>\n" \
--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[] = {"\
@@ -177,7 +177,7 @@ exo-enum-types.c: $(libexo_headers) Makefile
exo-marshal.h: stamp-exo-marshal.h
@true
stamp-exo-marshal.h: exo-marshal.list Makefile
- ( cd $(srcdir) && glib-genmarshal \
+ $(AM_V_GEN) ( cd $(srcdir) && glib-genmarshal \
--prefix=_exo_marshal \
--header exo-marshal.list ) >> xgen-emh \
&& ( cmp -s xgen-emh exo-marshal.h || cp xgen-emh exo-marshal.h ) \
@@ -185,7 +185,7 @@ stamp-exo-marshal.h: exo-marshal.list Makefile
&& echo timestamp > $(@F)
exo-marshal.c: exo-marshal.list Makefile
- echo "#include <exo/exo-marshal.h>" > xgen-emc \
+ $(AM_V_GEN) echo "#include <exo/exo-marshal.h>" > xgen-emc \
&& ( cd $(srcdir) && glib-genmarshal \
--prefix=_exo_marshal \
--body exo-marshal.list ) >> xgen-emc \
diff --git a/python/Makefile.am b/python/Makefile.am
index 7bdafe2..04ad9f0 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -46,7 +46,7 @@ BUILT_SOURCES = \
exo.c: $(defs_DATA) $(srcdir)/exo.override Makefile
.defs.c:
- (cd $(srcdir) \
+ $(AM_V_GEN) (cd $(srcdir) \
&& $(PYGTK_CODEGEN) \
--register $(PYGTK_DEFSDIR)/pango-types.defs \
--register $(PYGTK_DEFSDIR)/atk-types.defs \
More information about the Xfce4-commits
mailing list