X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=cut-n-paste%2Ftoolbar-editor%2FMakefile.am;h=a5600f94eea230e7d53b3155cbd953b888a5d9d7;hb=cc3f21efc8104182171c9300facc16d9a79177ef;hp=fa56a49e34e0696e64b18fc5e18a3208d506ba0f;hpb=796028ef614e6cfbdfba67927fe9696efaac1269;p=evince.git diff --git a/cut-n-paste/toolbar-editor/Makefile.am b/cut-n-paste/toolbar-editor/Makefile.am index fa56a49e..a5600f94 100644 --- a/cut-n-paste/toolbar-editor/Makefile.am +++ b/cut-n-paste/toolbar-editor/Makefile.am @@ -1,5 +1,3 @@ -QUIET_GEN = $(Q:@=@echo ' GEN '$@;) - EGGSOURCES = \ egg-editable-toolbar.c \ egg-toolbars-model.c \ @@ -46,19 +44,19 @@ stamp_files = \ eggmarshalers.h: stamp-eggmarshalers.h @true stamp-eggmarshalers.h: eggmarshalers.list - $(QUIET_GEN)$(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 - $(QUIET_GEN)$(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) - $(QUIET_GEN)( cd $(srcdir) && $(GLIB_MKENUMS) \ + $(AM_V_GEN)( cd $(srcdir) && $(GLIB_MKENUMS) \ --fhead "#include \n\n" \ --fhead "#include \"eggtypebuiltins.h\"\n\n" \ --fprod "\n/* enumerations from \"@filename@\" */" \ @@ -79,7 +77,7 @@ stamp-eggtypebuiltins.c: $(EGGHEADERS) eggtypebuiltins.h: stamp-eggtypebuiltins.h @true stamp-eggtypebuiltins.h: $(EGGHEADERS) - $(QUIET_GEN)( 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 \n\n" \