2 EXTRA_DIST= gen-ver.sh find-tests.sh libquvi-scripts-1.0.pc.in VERSION
9 pkgconfigdir= $(libdir)/pkgconfig
10 pkgconfig_DATA= libquvi-scripts-1.0.pc
12 .PHONY: test stamp_scripts ChangeLog VERSION
20 @(cd tests; $(MAKE) all test)
24 @if test -x "$(top_srcdir)/stamp.sh"; then \
25 "$(top_srcdir)/stamp.sh" "$(top_srcdir)" "$(top_distdir)"; \
29 @if test -d "$(top_srcdir)/.git" -o -f "$(top_srcdir)/.git"; then \
30 "$(top_srcdir)/gen-ver.sh" "$(top_srcdir)" > $@; \
34 @if test -d "$(top_srcdir)/.git" -o -f "$(top_srcdir)/.git"; then \
35 git log --stat --name-only --date=short --abbrev-commit > $@; \
38 dist-hook: VERSION stamp_scripts ChangeLog