1 ACLOCAL_AMFLAGS = -I m4
27 DISTCHECK_CONFIGURE_FLAGS = \
30 --enable-eds-backend \
31 --enable-telepathy-backend \
32 --enable-libsocialweb-backend \
33 --enable-tracker-backend \
45 MAINTAINERCLEANFILES = \
47 $(top_builddir)/lcov.info \
49 $(srcdir)/aclocal.m4 \
51 $(srcdir)/config.guess \
52 $(srcdir)/config.h.in \
53 $(srcdir)/config.rpath \
54 $(srcdir)/config.sub \
56 $(srcdir)/install-sh \
59 $(srcdir)/mkinstalldirs \
61 `find "$(srcdir)" -type f -name Makefile.in -print` \
62 `find "m4" -type f -name "*.m4" ! -name "as-compiler-flag.m4" ! -name "introspection.m4" ! -name "vala.m4" -print` \
63 po/Makevars.template \
66 po/en@boldquot.header \
68 po/insert-header.sin \
71 po/remove-potcdate.sin \
74 maintainer-clean-local: maintainer-clean-local-lcov
75 maintainer-clean-local-lcov:
76 rm -rf $(top_builddir)/lcov.html
78 .PHONY: maintainer-clean-local-lcov
81 $(top_builddir)/lcov.html/* \
85 if test "x$(srcdir)" = "x."; then :; else \
89 distcleancheck_listfiles = \
90 find . -type f -exec sh -c 'test -f $(srcdir)/$$1 || echo $$1' \
93 maintainer-upload-release:
94 $(MAKE) -C docs maintainer-upload-release
98 @if test -d "$(srcdir)/.git"; then \
99 (GIT_DIR=$(top_srcdir)/.git ./missing --run git log --stat) | fmt --split-only > $@.tmp \
102 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
103 (test -f $@ || echo git-log is required to generate this file >> $@)); \
106 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
107 echo A git checkout and git-log is required to generate this file >> $@); \
112 # Code coverage support
115 -include $(top_srcdir)/git.mk