]> www.fi.muni.cz Git - evince.git/blobdiff - shell/Makefile.am
[build] Use AM_V_GEN to make custom commands silent
[evince.git] / shell / Makefile.am
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