1 ACLOCAL_AMFLAGS = -I m4
3 # Set the minimum required Windows version to Windows 2000 (0x0500).
5 AM_CPPFLAGS = -D_WIN32_WINNT=0x0500
28 SUBDIRS += thumbnailer
37 pkgconfigdir = $(libdir)/pkgconfig
39 evince-document-$(EV_API_VERSION).pc \
40 evince-view-$(EV_API_VERSION).pc \
43 headerdir = $(includedir)/evince/$(EV_API_VERSION)
51 intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in
57 gnome-doc-utils.make \
61 gnome-doc-utils.make \
66 MAINTAINERCLEANFILES = \
69 $(srcdir)/aclocal.m4 \
70 $(srcdir)/autoscan.log \
72 $(srcdir)/config.guess \
73 $(srcdir)/config.h.in \
74 $(srcdir)/config.sub \
76 $(srcdir)/configure.scan \
78 $(srcdir)/install-sh \
81 $(srcdir)/mkinstalldirs \
83 $(srcdir)/xmldocs.make \
84 $(srcdir)/gtk-doc.make \
85 $(srcdir)/po/Makefile.in.in \
86 `find "$(srcdir)" -type f -name Makefile.in -print`
88 DISTCHECK_CONFIGURE_FLAGS = \
89 --disable-schemas-install \
90 --disable-scrollkeeper \
94 --disable-silent-rules
96 # Ignore scrollkeeper issues for now. @#*$& scrollkeeper
97 distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf
100 if test "$(srcdir)" = "."; then :; else \
105 $(AM_V_GEN) if test -d "$(srcdir)/.git"; then \
106 (GIT_DIR=$(top_srcdir)/.git ./missing --run git log -M -C --name-status --date=short --no-color) | fmt --split-only > $@.tmp \
109 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
110 (test -f $@ || echo git log is required to generate this file >> $@)); \
113 (echo A git checkout and git log is required to generate ChangeLog >&2 && \
114 echo A git checkout and git log is required to generate this file >> $@); \
119 -include $(top_srcdir)/git.mk