X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2FMakefile.am;h=0175b5a22805ca791b34ce0a354ce1369b98b0fd;hb=03a4afa9aeab342a63530db46888e405ea1c8afc;hp=acca9b9d28fa2e14a12beeb410fb3755d2e72883;hpb=6b0627d3a1dd1b8cbe56a6d86b26402d431b3989;p=evince.git diff --git a/shell/Makefile.am b/shell/Makefile.am index acca9b9d..0175b5a2 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -1,5 +1,3 @@ -QUIET_GEN = $(Q:@=@echo ' GEN '$@;) - INCLUDES= \ -DDATADIR=\"$(pkgdatadir)\" \ -DGNOMEDATADIR=\"$(datadir)\" \ @@ -118,14 +116,14 @@ EXTRA_DIST = ev-marshal.list \ ev-marshal.h: $(srcdir)/ev-marshal.list - $(QUIET_GEN)$(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 - $(QUIET_GEN)echo '#include "ev-marshal.h"' > ev-marshal.c - $(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --body >> ev-marshal.c + echo '#include "ev-marshal.h"' > 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 - $(QUIET_GEN)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