]> www.fi.muni.cz Git - evince.git/commitdiff
[build] Use AM_V_GEN to make custom commands silent
authorJavier Jardón <javierjc1982@gmail.com>
Wed, 22 Jul 2009 00:27:19 +0000 (04:27 +0400)
committerNickolay V. Shmyrev <nshmyrev@yandex.ru>
Wed, 22 Jul 2009 00:27:19 +0000 (04:27 +0400)
See bug #585355 for details

cut-n-paste/gimpcellrenderertoggle/Makefile.am
cut-n-paste/toolbar-editor/Makefile.am
libdocument/Makefile.am
libview/Makefile.am
shell/Makefile.am

index 1f0b3deaefe238a7287174e52dfc4dd38c816486..65580e084b5ce33f5d56b03942477a99fc060c6b 100644 (file)
@@ -20,12 +20,12 @@ libgimpcellrenderertoggle_la_SOURCES =                      \
 libgimpcellrenderertoggle_la_extra_sources = gimpwidgetsmarshal.list
 
 gimpwidgetsmarshal.h: $(srcdir)/gimpwidgetsmarshal.list
-       $(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal $(srcdir)/gimpwidgetsmarshal.list --header >> xgen-wmh \
+       $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal $(srcdir)/gimpwidgetsmarshal.list --header >> xgen-wmh \
         && (cmp -s xgen-wmh $(@F) || cp xgen-wmh $(@F)) \
         && rm -f xgen-wmh xgen-wmh~
 
 gimpwidgetsmarshal.c: gimpwidgetsmarshal.h
-       echo "#include \"gimpwidgetsmarshal.h\"" >> xgen-wmc \
+       $(AM_V_GEN)echo "#include \"gimpwidgetsmarshal.h\"" >> xgen-wmc \
         && $(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal $(srcdir)/gimpwidgetsmarshal.list --body >> xgen-wmc \
         && cp xgen-wmc $(@F) \
         && rm -f xgen-wmc xgen-wmc~
index a01c155a3e8b251f20ee5e5c83f032b109557862..a5600f94eea230e7d53b3155cbd953b888a5d9d7 100644 (file)
@@ -44,19 +44,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
        @true
 stamp-eggtypebuiltins.c: $(EGGHEADERS)
-       ( cd $(srcdir) && $(GLIB_MKENUMS) \
+       $(AM_V_GEN)( cd $(srcdir) && $(GLIB_MKENUMS) \
                --fhead "#include <config.h>\n\n" \
                --fhead "#include \"eggtypebuiltins.h\"\n\n" \
                --fprod "\n/* enumerations from \"@filename@\" */" \
@@ -77,7 +77,7 @@ stamp-eggtypebuiltins.c: $(EGGHEADERS)
 eggtypebuiltins.h: stamp-eggtypebuiltins.h
        @true
 stamp-eggtypebuiltins.h: $(EGGHEADERS)
-       ( cd $(srcdir) && $(GLIB_MKENUMS) \
+       $(AM_V_GEN)( cd $(srcdir) && $(GLIB_MKENUMS) \
                --fhead "#ifndef __EGGTYPEBUILTINS_H__\n" \
                --fhead "#define __EGGTYPEBUILTINS_H__ 1\n\n" \
                --fhead "#include <glib-object.h>\n\n" \
index 6adfe0bf5b486d0ce8d3a2ad91045f11039e1e02..0eb831d0a5f37252bd0b57ee86350048b86ae6a3 100644 (file)
@@ -116,13 +116,13 @@ ev-document-type-builtins.h: stamp-ev-document-type-builtins.h
        @true
 
 stamp-ev-document-type-builtins.h: ev-document-type-builtins.h.template $(INST_H_FILES)
-       $(GLIB_MKENUMS) --template $< $(filter-out $<,$^) > xgen-etbh \
+       $(AM_V_GEN)$(GLIB_MKENUMS) --template $< $(filter-out $<,$^) > xgen-etbh \
        && (cmp -s xgen-etbh ev-document-type-builtins.h || cp xgen-etbh ev-document-type-builtins.h ) \
        && rm -f xgen-etbh \
        && echo timestamp > $(@F)
 
 ev-document-type-builtins.c: ev-document-type-builtins.c.template $(INST_H_FILES)
-       $(GLIB_MKENUMS) --template $< $(filter-out $<,$^) > xgen-etbc \
+       $(AM_V_GEN)$(GLIB_MKENUMS) --template $< $(filter-out $<,$^) > xgen-etbc \
        && (cmp -s xgen-etbc ev-document-type-builtins.c || cp xgen-etbc ev-document-type-builtins.c ) \
        && rm -f xgen-etbc
 
index 0bf23d04267f76842b15048c9b11d7453fc87bef..6b03cd8ce5b2419dadbfce60be823e59a9c7e8be 100644 (file)
@@ -71,23 +71,23 @@ BUILT_SOURCES =                     \
 CLEANFILES = $(BUILT_SOURCES) stamp-ev-view-type-builtins.h
 
 ev-view-marshal.h: $(srcdir)/ev-view-marshal.list
-       $(GLIB_GENMARSHAL) --prefix=ev_view_marshal $(srcdir)/ev-view-marshal.list --header --internal > $@
+       $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_view_marshal $(srcdir)/ev-view-marshal.list --header --internal > $@
 
 ev-view-marshal.c: $(srcdir)/ev-view-marshal.list
        echo '#include <config.h>' > ev-view-marshal.c
-       $(GLIB_GENMARSHAL) --prefix=ev_view_marshal $(srcdir)/ev-view-marshal.list --header --internal --body >> $@
+       $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_view_marshal $(srcdir)/ev-view-marshal.list --header --internal --body >> $@
 
 ev-view-type-builtins.h: stamp-ev-view-type-builtins.h
        @true
 
 stamp-ev-view-type-builtins.h: ev-view-type-builtins.h.template $(INST_H_FILES)
-       $(GLIB_MKENUMS) --template $< $(filter-out $<,$^) > xgen-etbh \
+       $(AM_V_GEN)$(GLIB_MKENUMS) --template $< $(filter-out $<,$^) > xgen-etbh \
        && (cmp -s xgen-etbh ev-view-type-builtins.h || cp xgen-etbh ev-view-type-builtins.h ) \
        && rm -f xgen-etbh \
        && echo timestamp > $(@F)
 
 ev-view-type-builtins.c: ev-view-type-builtins.c.template $(INST_H_FILES)
-       $(GLIB_MKENUMS) --template $< $(filter-out $<,$^) > xgen-etbc \
+       $(AM_V_GEN)$(GLIB_MKENUMS) --template $< $(filter-out $<,$^) > xgen-etbc \
        && (cmp -s xgen-etbc ev-view-type-builtins.c || cp xgen-etbc ev-view-type-builtins.c ) \
        && rm -f xgen-etbc
 
index 29b7e46cd6ec8eca2b7897e72255c315e66b225e..0175b5a22805ca791b34ce0a354ce1369b98b0fd 100644 (file)
@@ -116,14 +116,14 @@ EXTRA_DIST = ev-marshal.list              \
 
 
 ev-marshal.h: $(srcdir)/ev-marshal.list
-       $(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --header > ev-marshal.h
+       $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --header > ev-marshal.h
 
 ev-marshal.c: $(srcdir)/ev-marshal.list
        echo '#include "ev-marshal.h"' > ev-marshal.c
-       $(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --body >> ev-marshal.c
+       $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --body >> ev-marshal.c
 
 DISTCLEANFILES= \
        ev-application-service.h
 
 ev-application-service.h: $(srcdir)/ev-application-service.xml
-       dbus-binding-tool --prefix=ev_application --mode=glib-server --output=ev-application-service.h $(srcdir)/ev-application-service.xml
+       $(AM_V_GEN)dbus-binding-tool --prefix=ev_application --mode=glib-server --output=ev-application-service.h $(srcdir)/ev-application-service.xml