1 ACLOCAL_AMFLAGS = -I m4
3 # Set the minimum required Windows version to Windows 2000 (0x0500).
5 AM_CPPFLAGS = -D_WIN32_WINNT=0x0500
25 SUBDIRS += thumbnailer
34 pkgconfigdir = $(libdir)/pkgconfig
36 evince-document-$(EV_API_VERSION).pc \
37 evince-view-$(EV_API_VERSION).pc \
40 headerdir = $(includedir)/evince/$(EV_API_VERSION)
48 intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in
54 gnome-doc-utils.make \
58 gnome-doc-utils.make \
63 MAINTAINERCLEANFILES = \
66 $(srcdir)/aclocal.m4 \
67 $(srcdir)/autoscan.log \
69 $(srcdir)/config.guess \
70 $(srcdir)/config.h.in \
71 $(srcdir)/config.sub \
73 $(srcdir)/configure.scan \
75 $(srcdir)/install-sh \
78 $(srcdir)/mkinstalldirs \
80 $(srcdir)/xmldocs.make \
81 $(srcdir)/gtk-doc.make \
82 $(srcdir)/po/Makefile.in.in \
83 `find "$(srcdir)" -type f -name Makefile.in -print`
85 DISTCHECK_CONFIGURE_FLAGS = \
86 --disable-schemas-install \
87 --disable-scrollkeeper \
91 --disable-silent-rules
93 # Ignore scrollkeeper issues for now. @#*$& scrollkeeper
94 distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf
97 if test "$(srcdir)" = "."; then :; else \
102 $(AM_V_GEN) if test -d "$(srcdir)/.git"; then \
103 (GIT_DIR=$(top_srcdir)/.git ./missing --run git log -M -C --name-status --date=short --no-color) | fmt --split-only > $@.tmp \
106 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
107 (test -f $@ || echo git log is required to generate this file >> $@)); \
110 (echo A git checkout and git log is required to generate ChangeLog >&2 && \
111 echo A git checkout and git log is required to generate this file >> $@); \
116 -include $(top_srcdir)/git.mk