X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=libdocument%2FMakefile.am;h=8e002a4ef9ab6318f525f0615a246ed93bacc85b;hb=e2796d0d1a833e63c9495193c9241bd718f68082;hp=aa77ccab4f315ca9efdd3bb9bcb13dab42490cc0;hpb=fd6cd4eb3b7d5ce61417aec33bd68eabf63e3349;p=evince.git diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am index aa77ccab..8e002a4e 100644 --- a/libdocument/Makefile.am +++ b/libdocument/Makefile.am @@ -1,3 +1,5 @@ +QUIET_GEN = $(Q:@=@echo ' GEN '$@;) + lib_LTLIBRARIES = libevdocument.la NOINST_H_FILES = \ @@ -5,10 +7,12 @@ NOINST_H_FILES = \ ev-module.h INST_H_FILES = \ + ev-annotation.h \ ev-async-renderer.h \ ev-attachment.h \ ev-backends-manager.h \ ev-document-factory.h \ + ev-document-annotations.h \ ev-document-find.h \ ev-document-fonts.h \ ev-document-forms.h \ @@ -18,6 +22,7 @@ INST_H_FILES = \ ev-document-layers.h \ ev-document-links.h \ ev-document-misc.h \ + ev-document-print.h \ ev-document-security.h \ ev-document-thumbnails.h \ ev-document-transition.h \ @@ -31,6 +36,7 @@ INST_H_FILES = \ ev-link-action.h \ ev-link-dest.h \ ev-link.h \ + ev-mapping.h \ ev-page.h \ ev-render-context.h \ ev-selection.h \ @@ -41,6 +47,7 @@ headerdir = $(includedir)/evince/$(EV_API_VERSION)/libdocument header_DATA = $(INST_H_FILES) libevdocument_la_SOURCES= \ + ev-annotation.c \ ev-async-renderer.c \ ev-attachment.c \ ev-backends-manager.c \ @@ -51,12 +58,14 @@ libevdocument_la_SOURCES= \ ev-image.c \ ev-init.c \ ev-document.c \ + ev-document-annotations.c \ ev-document-factory.c \ ev-document-thumbnails.c \ ev-document-fonts.c \ ev-document-layers.c \ ev-document-links.c \ ev-document-images.c \ + ev-document-print.c \ ev-document-security.c \ ev-document-find.c \ ev-document-transition.c \ @@ -66,6 +75,7 @@ libevdocument_la_SOURCES= \ ev-debug.c \ ev-file-exporter.c \ ev-file-helpers.c \ + ev-mapping.c \ ev-module.c \ ev-page.c \ ev-render-context.c \ @@ -80,6 +90,7 @@ libevdocument_la_CPPFLAGS = \ -DEVINCE_UIDIR=\"$(pkgdatadir)\" \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -DEV_BACKENDSDIR=\"$(backenddir)\" \ + -DEV_BACKENDSBINARYVERSION=\"$(backend_binary_version)\" \ -DEVINCE_COMPILATION \ $(AM_CPPFLAGS) @@ -107,13 +118,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 \ + $(QUIET_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 \ + $(QUIET_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