]> www.fi.muni.cz Git - evince.git/blobdiff - libview/Makefile.am
[build] Get rid of shave with AM_SILENT_RULES automake option
[evince.git] / libview / Makefile.am
index 659bef9f1741dc9f38ec04cc5531ecff80d7cf16..0bf23d04267f76842b15048c9b11d7453fc87bef 100644 (file)
@@ -1,5 +1,3 @@
-QUIET_GEN = $(Q:@=@echo ' GEN '$@;)
-
 lib_LTLIBRARIES = libevview.la
 
 NOINST_H_FILES =                       \
 lib_LTLIBRARIES = libevview.la
 
 NOINST_H_FILES =                       \
@@ -73,23 +71,23 @@ BUILT_SOURCES =                     \
 CLEANFILES = $(BUILT_SOURCES) stamp-ev-view-type-builtins.h
 
 ev-view-marshal.h: $(srcdir)/ev-view-marshal.list
 CLEANFILES = $(BUILT_SOURCES) stamp-ev-view-type-builtins.h
 
 ev-view-marshal.h: $(srcdir)/ev-view-marshal.list
-       $(QUIET_GEN)$(GLIB_GENMARSHAL) --prefix=ev_view_marshal $(srcdir)/ev-view-marshal.list --header --internal > $@
+       $(GLIB_GENMARSHAL) --prefix=ev_view_marshal $(srcdir)/ev-view-marshal.list --header --internal > $@
 
 ev-view-marshal.c: $(srcdir)/ev-view-marshal.list
 
 ev-view-marshal.c: $(srcdir)/ev-view-marshal.list
-       $(QUIET_GEN)echo '#include <config.h>' > ev-view-marshal.c
+       echo '#include <config.h>' > ev-view-marshal.c
        $(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_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)
-       $(QUIET_GEN)$(GLIB_MKENUMS) --template $< $(filter-out $<,$^) > xgen-etbh \
+       $(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)
        && (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)
-       $(QUIET_GEN)$(GLIB_MKENUMS) --template $< $(filter-out $<,$^) > xgen-etbc \
+       $(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
 
        && (cmp -s xgen-etbc ev-view-type-builtins.c || cp xgen-etbc ev-view-type-builtins.c ) \
        && rm -f xgen-etbc
 
@@ -114,9 +112,9 @@ EvinceView-$(EV_API_VERSION).gir: libevview.la Makefile $(INST_H_FILES)
        --include=Gdk-2.0 \
        --include=GdkPixbuf-2.0 \
        --include=Gtk-2.0 \
        --include=Gdk-2.0 \
        --include=GdkPixbuf-2.0 \
        --include=Gtk-2.0 \
-       --include=EvDocument-$(EV_API_VERSION) \
+       --include=EvinceDocument-$(EV_API_VERSION) \
        --library=evview \
        --library=evview \
-       --libtool="$(LIBTOOL)" \
+       --libtool="$(SHAVE_SAVED_LIBTOOL)" \
        --output $@ \
        --pkg evince-document-$(EV_API_VERSION) \
        --pkg evince-view-$(EV_API_VERSION) \
        --output $@ \
        --pkg evince-document-$(EV_API_VERSION) \
        --pkg evince-view-$(EV_API_VERSION) \