1 ACLOCAL_AMFLAGS = -I m4
15 DISTCHECK_CONFIGURE_FLAGS = \
17 --enable-eds-backend \
18 --enable-libsocialweb-backend \
19 --enable-tracker-backend \
31 MAINTAINERCLEANFILES = \
33 $(top_builddir)/lcov.info \
35 $(srcdir)/aclocal.m4 \
37 $(srcdir)/config.guess \
38 $(srcdir)/config.h.in \
39 $(srcdir)/config.rpath \
40 $(srcdir)/config.sub \
42 $(srcdir)/install-sh \
45 $(srcdir)/mkinstalldirs \
47 `find "$(srcdir)" -type f -name Makefile.in -print` \
48 `find "m4" -type f -name "*.m4" ! -name "as-compiler-flag.m4" ! -name "introspection.m4" ! -name "vala.m4" -print` \
49 po/Makevars.template \
52 po/en@boldquot.header \
54 po/insert-header.sin \
57 po/remove-potcdate.sin \
60 maintainer-clean-local: maintainer-clean-local-lcov
61 maintainer-clean-local-lcov:
62 rm -rf $(top_builddir)/lcov.html
64 .PHONY: maintainer-clean-local-lcov
67 $(top_builddir)/lcov.html/* \
71 if test "x$(srcdir)" = "x."; then :; else \
75 distcleancheck_listfiles = \
76 find . -type f -exec sh -c 'test -f $(srcdir)/$$1 || echo $$1' \
79 maintainer-upload-release:
80 $(MAKE) -C docs maintainer-upload-release
84 @if test -d "$(srcdir)/.git"; then \
85 (GIT_DIR=$(top_srcdir)/.git ./missing --run git log --stat) | fmt --split-only > $@.tmp \
88 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
89 (test -f $@ || echo git-log is required to generate this file >> $@)); \
92 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
93 echo A git checkout and git-log is required to generate this file >> $@); \
98 # Code coverage support
101 -include $(top_srcdir)/git.mk