diff options
author | Xan Lopez <xan@gnome.org> | 2009-08-11 03:26:30 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-08-11 03:26:30 +0800 |
commit | 850d301f9da4691774578c49e63353d1580a42f1 (patch) | |
tree | 4ec1ac2a466267113b012ec525a27c8263c8a36b | |
parent | 51cb85f8bed28408d4e1f962bc5f48facde5344f (diff) | |
download | gsoc2013-epiphany-850d301f9da4691774578c49e63353d1580a42f1.tar.gz gsoc2013-epiphany-850d301f9da4691774578c49e63353d1580a42f1.tar.zst gsoc2013-epiphany-850d301f9da4691774578c49e63353d1580a42f1.zip |
Prefix noisy commands with AM_V_GEN
-rw-r--r-- | embed/Makefile.am | 4 | ||||
-rw-r--r-- | lib/Makefile.am | 8 | ||||
-rw-r--r-- | lib/egg/Makefile.am | 8 | ||||
-rw-r--r-- | src/Makefile.am | 8 | ||||
-rw-r--r-- | src/bookmarks/Makefile.am | 4 |
5 files changed, 16 insertions, 16 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index f4a49983e..c0001b846 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 2771a25c2..30acc5943 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 cc1502ad8..c49fb17d9 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 ab2949e0f..00088b4c7 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 52664459b..14ea7c728 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" \ |