NULL = if WITH_PAM PAM_DIR = pam else PAM_DIR = endif SUBDIRS = \ . \ egg \ pkcs11 \ schema \ daemon \ tool \ testing \ $(PAM_DIR) \ po ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} EXTRA_DIST = \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ ChangeLog.old \ HACKING DISTCHECK_CONFIGURE_FLAGS = \ --enable-doc \ --disable-strict \ --disable-coverage \ --disable-update-mime \ --with-pkcs11-modules=$(abs_srcdir)/$(top_distdir)/_inst/lib \ --with-pkcs11-config=$(abs_srcdir)/$(top_distdir)/_inst/etc/pkcs11 \ $(NULL) DISTCLEANFILES = \ intltool-extract \ intltool-merge \ intltool-update CHANGELOG_START = \ efb922c92fae5929ecc8c702770ebb6c390d38a4 dist-hook: @if test -d "$(srcdir)/.git"; \ then \ echo Creating ChangeLog && \ ( cd "$(top_srcdir)" && \ echo '# Generate automatically. Do not edit.'; echo; \ $(top_srcdir)/missing --run git log $(CHANGELOG_START).. --stat --date=short ) > ChangeLog.tmp \ && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \ || ( rm -f ChangeLog.tmp ; \ echo Failed to generate ChangeLog >&2 ); \ else \ echo A git clone is required to generate a ChangeLog >&2; \ fi install-pam: @echo "WARNING: install-pam is no longer used, use the --with-pam-dir configure option instead" if WITH_COVERAGE coverage: mkdir -p testing/coverage $(LCOV) --directory docs/ --zerocounters $(LCOV) --directory . --capture --output-file testing/coverage.info $(GENHTML) --output-directory testing/coverage testing/coverage.info $(LCOV) --directory . --zerocounters @echo "file://$(abs_top_builddir)/testing/coverage/index.html" clear-coverage: $(LCOV) --directory . --zerocounters endif if ENABLE_DOC SUBDIRS += docs distcheck-hook: @true else distcheck-hook: @echo "*** doc must be enabled (with --enable-doc) in order to make distcheck" @false endif upload-release: $(DIST_ARCHIVES) scp $(DIST_ARCHIVES) master.gnome.org: ssh master.gnome.org ftpadmin install $(DIST_ARCHIVES)