From d8a9abd69ee86bae68801de0380e5a95d89e100e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Mon, 29 Nov 2010 20:55:33 +0100 Subject: [PATCH] build: silence the build a bit --- atk/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/atk/Makefile.am b/atk/Makefile.am index 0f696e4..1a2ba45 100644 --- a/atk/Makefile.am +++ b/atk/Makefile.am @@ -108,7 +108,7 @@ BUILT_SOURCES = atkmarshal.h atkmarshal.c atk-enum-types.h atk-enum-types.c atkmarshal.h: stamp-atkmarshal.h @true stamp-atkmarshal.h: @REBUILD@ atkmarshal.list - $(GLIB_GENMARSHAL) --prefix=atk_marshal $(srcdir)/atkmarshal.list --header >> xgen-gmh \ + $(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=atk_marshal $(srcdir)/atkmarshal.list --header >> xgen-gmh \ && (cmp -s xgen-gmh atkmarshal.h || cp xgen-gmh atkmarshal.h) \ && rm -f xgen-gmh xgen-gmh~ \ && echo timestamp > $(@F) @@ -116,7 +116,7 @@ stamp-atkmarshal.h: @REBUILD@ atkmarshal.list atkmarshal.c: stamp-atkmarshal.c @true stamp-atkmarshal.c: @REBUILD@ atkmarshal.list - $(GLIB_GENMARSHAL) --prefix=atk_marshal $(srcdir)/atkmarshal.list --body >> xgen-gmc \ + $(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=atk_marshal $(srcdir)/atkmarshal.list --body >> xgen-gmc \ && (cmp -s xgen-gmc atkmarshal.c || cp xgen-gmc atkmarshal.c) \ && rm -f xgen-gmc xgen-gmc~ \ && echo timestamp > $(@F) @@ -124,7 +124,7 @@ stamp-atkmarshal.c: @REBUILD@ atkmarshal.list atk-enum-types.h: s-enum-types-h @true s-enum-types-h: @REBUILD@ $(atk_headers) Makefile - ( cd $(srcdir) && $(GLIB_MKENUMS) \ + $(AM_V_GEN) ( cd $(srcdir) && $(GLIB_MKENUMS) \ --fhead "#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)\n#error \"Only can be included directly.\"\n#endif\n\n#ifndef __ATK_ENUM_TYPES_H__\n#define __ATK_ENUM_TYPES_H__\n\n#include \n\nG_BEGIN_DECLS\n" \ --fprod "/* enumerations from \"@filename@\" */\n" \ --vhead "GType @enum_name@_get_type (void);\n#define ATK_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ @@ -137,7 +137,7 @@ s-enum-types-h: @REBUILD@ $(atk_headers) Makefile atk-enum-types.c: s-enum-types-c @true s-enum-types-c: @REBUILD@ $(atk_headers) Makefile - ( cd $(srcdir) && $(GLIB_MKENUMS) \ + $(AM_V_GEN) ( cd $(srcdir) && $(GLIB_MKENUMS) \ --fhead "#include " \ --fprod "\n/* enumerations from \"@filename@\" */" \ --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \ -- 2.7.4