[epiphany] Prefix noisy commands with AM_V_GEN



commit 850d301f9da4691774578c49e63353d1580a42f1
Author: Xan Lopez <xan gnome org>
Date:   Mon Aug 10 22:26:30 2009 +0300

    Prefix noisy commands with AM_V_GEN

 embed/Makefile.am         |    4 ++--
 lib/Makefile.am           |    8 ++++----
 lib/egg/Makefile.am       |    8 ++++----
 src/Makefile.am           |    8 ++++----
 src/bookmarks/Makefile.am |    4 ++--
 5 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/embed/Makefile.am b/embed/Makefile.am
index f4a4998..c0001b8 100644
--- a/embed/Makefile.am
+++ b/embed/Makefile.am
@@ -82,7 +82,7 @@ stamp_files = \
 ephy-embed-type-builtins.c: stamp-ephy-embed-type-builtins.c Makefile
 	@true
 stamp-ephy-embed-type-builtins.c: Makefile $(INST_H_FILES)
-	$(GLIB_MKENUMS) \
+	$(AM_V_GEN) $(GLIB_MKENUMS) \
 		--fhead "#include <config.h>\n\n" \
 		--fhead "#include \"ephy-embed-type-builtins.h\"\n\n" \
 		--fprod "\n/* enumerations from \"@filename \" */" \
@@ -103,7 +103,7 @@ stamp-ephy-embed-type-builtins.c: Makefile $(INST_H_FILES)
 ephy-embed-type-builtins.h: stamp-ephy-embed-type-builtins.h Makefile
 	@true
 stamp-ephy-embed-type-builtins.h: Makefile $(INST_H_FILES)
-	$(GLIB_MKENUMS) \
+	$(AM_V_GEN) $(GLIB_MKENUMS) \
 		--fhead "#if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION)\n" \
 		--fhead "#error Only <epiphany/epiphany.h> can be included directly.\n" \
 		--fhead "#endif\n\n" \
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 2771a25..30acc59 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -118,19 +118,19 @@ stamp_files = \
 ephy-marshal.c: stamp-ephy-marshal.c
 	@true
 stamp-ephy-marshal.c: ephy-marshal.list
-	$(GLIB_GENMARSHAL) --prefix=ephy_marshal $(srcdir)/ephy-marshal.list --header --body > ephy-marshal.c \
+	$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=ephy_marshal $(srcdir)/ephy-marshal.list --header --body > ephy-marshal.c \
 	&& echo timestamp > $(@F)
 
 ephy-marshal.h: stamp-ephy-marshal.h
 	@true
 stamp-ephy-marshal.h: ephy-marshal.list
-	$(GLIB_GENMARSHAL) --prefix=ephy_marshal $(srcdir)/ephy-marshal.list --header > ephy-marshal.h \
+	$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=ephy_marshal $(srcdir)/ephy-marshal.list --header > ephy-marshal.h \
 	&& echo timestamp > $(@F)
 
 ephy-lib-type-builtins.c: stamp-ephy-lib-type-builtins.c Makefile
 	@true
 stamp-ephy-lib-type-builtins.c: Makefile $(TYPES_H_FILES)
-	$(GLIB_MKENUMS) \
+	$(AM_V_GEN) $(GLIB_MKENUMS) \
 		--fhead "#include <config.h>\n\n" \
 		--fhead "#include \"ephy-lib-type-builtins.h\"\n\n" \
 		--fprod "\n/* enumerations from \"@filename \" */" \
@@ -151,7 +151,7 @@ stamp-ephy-lib-type-builtins.c: Makefile $(TYPES_H_FILES)
 ephy-lib-type-builtins.h: stamp-ephy-lib-type-builtins.h Makefile
 	@true
 stamp-ephy-lib-type-builtins.h: Makefile $(TYPES_H_FILES)
-	$(GLIB_MKENUMS) \
+	$(AM_V_GEN) $(GLIB_MKENUMS) \
 		--fhead "#if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION)\n" \
 		--fhead "#error Only <epiphany/epiphany.h> can be included directly.\n" \
 		--fhead "#endif\n\n" \
diff --git a/lib/egg/Makefile.am b/lib/egg/Makefile.am
index cc1502a..c49fb17 100644
--- a/lib/egg/Makefile.am
+++ b/lib/egg/Makefile.am
@@ -61,19 +61,19 @@ stamp_files = \
 eggmarshalers.h: stamp-eggmarshalers.h
 	@true
 stamp-eggmarshalers.h: eggmarshalers.list
-	$(GLIB_GENMARSHAL) --prefix=_egg_marshal $(srcdir)/eggmarshalers.list --header > eggmarshalers.h \
+	$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=_egg_marshal $(srcdir)/eggmarshalers.list --header > eggmarshalers.h \
 	&& echo timestamp > $(@F)
 
 eggmarshalers.c: stamp-eggmarshalers.c
 	@true
 stamp-eggmarshalers.c: eggmarshalers.list
-	$(GLIB_GENMARSHAL) --prefix=_egg_marshal $(srcdir)/eggmarshalers.list --header --body > eggmarshalers.c \
+	$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=_egg_marshal $(srcdir)/eggmarshalers.list --header --body > eggmarshalers.c \
 	&& echo timestamp > $(@F)
 
 eggtypebuiltins.c: stamp-eggtypebuiltins.c Makefile
 	@true
 stamp-eggtypebuiltins.c: Makefile $(EGGHEADERS)
-	$(GLIB_MKENUMS) \
+	$(AM_V_GEN) $(GLIB_MKENUMS) \
 		--fhead "#include <config.h>\n\n" \
 		--fhead "#include \"eggtypebuiltins.h\"\n\n" \
 		--fprod "\n/* enumerations from \"@filename \" */" \
@@ -94,7 +94,7 @@ stamp-eggtypebuiltins.c: Makefile $(EGGHEADERS)
 eggtypebuiltins.h: stamp-eggtypebuiltins.h Makefile
 	@true
 stamp-eggtypebuiltins.h: Makefile $(EGGHEADERS)
-	$(GLIB_MKENUMS) \
+	$(AM_V_GEN) $(GLIB_MKENUMS) \
 		--fhead "#ifndef __EGGTYPEBUILTINS_H__\n" \
 		--fhead "#define __EGGTYPEBUILTINS_H__ 1\n\n" \
 		--fhead "#include <glib-object.h>\n\n" \
diff --git a/src/Makefile.am b/src/Makefile.am
index ab2949e..00088b4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -205,7 +205,7 @@ stamp_files = \
 ephy-type-builtins.c: stamp-ephy-type-builtins.c Makefile
 	@true
 stamp-ephy-type-builtins.c: Makefile $(INST_H_FILES) $(NOINST_H_FILES)
-	$(GLIB_MKENUMS) \
+	$(AM_V_GEN) $(GLIB_MKENUMS) \
 		--fhead "#include <config.h>\n\n" \
 		--fhead "#include \"ephy-type-builtins.h\"\n\n" \
 		--fprod "\n/* enumerations from \"@filename \" */" \
@@ -226,7 +226,7 @@ stamp-ephy-type-builtins.c: Makefile $(INST_H_FILES) $(NOINST_H_FILES)
 ephy-type-builtins.h: stamp-ephy-type-builtins.h Makefile
 	@true
 stamp-ephy-type-builtins.h: Makefile $(INST_H_FILES) $(NOINST_H_FILES)
-	$(GLIB_MKENUMS) \
+	$(AM_V_GEN) $(GLIB_MKENUMS) \
 		--fhead "#if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION)\n" \
 		--fhead "#error Only <epiphany/epiphany.h> can be included directly.\n" \
 		--fhead "#endif\n\n" \
@@ -247,7 +247,7 @@ stamp-ephy-type-builtins.h: Makefile $(INST_H_FILES) $(NOINST_H_FILES)
 ephy-dbus-server-bindings.h: stamp-ephy-dbus-server-bindings.h
 	@true
 stamp-ephy-dbus-server-bindings.h: $(top_srcdir)/data/epiphany-service.xml Makefile
-	$(DBUS_BINDING_TOOL) --prefix=ephy_activation --mode=glib-server $< > xgen-$(@F) \
+	$(AM_V_GEN) $(DBUS_BINDING_TOOL) --prefix=ephy_activation --mode=glib-server $< > xgen-$(@F) \
 	&& ( cmp -s xgen-$(@F) $(@F:stamp-%=%) || cp xgen-$(@F) $(@F:stamp-%=%) ) \
 	&& rm -f xgen-$(@F) \
 	&& echo timestamp > $(@F)
@@ -255,7 +255,7 @@ stamp-ephy-dbus-server-bindings.h: $(top_srcdir)/data/epiphany-service.xml Makef
 ephy-dbus-client-bindings.h: stamp-ephy-dbus-client-bindings.h
 	@true
 stamp-ephy-dbus-client-bindings.h: $(top_srcdir)/data/epiphany-service.xml Makefile
-	$(DBUS_BINDING_TOOL) --prefix=ephy_activation --mode=glib-client $< > xgen-$(@F) \
+	$(AM_V_GEN) $(DBUS_BINDING_TOOL) --prefix=ephy_activation --mode=glib-client $< > xgen-$(@F) \
 	&& ( cmp -s xgen-$(@F) $(@F:stamp-%=%) || cp xgen-$(@F) $(@F:stamp-%=%) ) \
 	&& rm -f xgen-$(@F) \
 	&& echo timestamp > $(@F)
diff --git a/src/bookmarks/Makefile.am b/src/bookmarks/Makefile.am
index 5266445..14ea7c7 100644
--- a/src/bookmarks/Makefile.am
+++ b/src/bookmarks/Makefile.am
@@ -65,7 +65,7 @@ stamp_files = \
 ephy-bookmarks-type-builtins.c: stamp-ephy-bookmarks-type-builtins.c Makefile
 	@true
 stamp-ephy-bookmarks-type-builtins.c: Makefile $(INST_H_FILES) $(NOINST_H_FILES)
-	$(GLIB_MKENUMS) \
+	$(AM_V_GEN) $(GLIB_MKENUMS) \
 		--fhead "#include <config.h>\n\n" \
 		--fhead "#include \"ephy-bookmarks-type-builtins.h\"\n\n" \
 		--fprod "\n/* enumerations from \"@filename \" */" \
@@ -86,7 +86,7 @@ stamp-ephy-bookmarks-type-builtins.c: Makefile $(INST_H_FILES) $(NOINST_H_FILES)
 ephy-bookmarks-type-builtins.h: stamp-ephy-bookmarks-type-builtins.h Makefile
 	@true
 stamp-ephy-bookmarks-type-builtins.h: Makefile $(INST_H_FILES) $(NOINST_H_FILES)
-	$(GLIB_MKENUMS) \
+	$(AM_V_GEN) $(GLIB_MKENUMS) \
 		--fhead "#if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION)\n" \
 		--fhead "#error Only <epiphany/epiphany.h> can be included directly.\n" \
 		--fhead "#endif\n\n" \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]