1 ACLOCAL_AMFLAGS = -I m4
9 pkgconfigdir = $(libdir)/pkgconfig
10 pkgconfig_DATA = libquvi.pc
12 SUBDIRS = include lib man1 src examples share scripts
24 @(cd tests; $(MAKE) all test)
27 .PHONY: pod2man pod2html dox cmdline
30 @POD2MAN@ -c "quvi manual" -n quvi \
31 -s 1 -r @VERSION@ $(top_srcdir)/man1/quvi.1.pod $(top_builddir)/man1/quvi.1
33 @echo "error: configure did not find pod2man command"
37 @POD2HTML@ --title="quvi manual" \
38 --infile=$(top_srcdir)/man1/quvi.1.pod \
39 --outfile=$(top_builddir)/man1/quvi.1.html
41 @echo "error: configure did not find pod2html command"
45 @$(DOXYGEN) $(top_builddir)/doxygen.conf
46 @echo doxygen generated pages can be found in doc/ subdir
48 @echo configure did not find doxygen
52 @GENGETOPT@ < $(top_srcdir)/src/cmdline.ggo -C --unamed-opts=URL \
53 --output-dir $(top_srcdir)/src --no-version
55 @echo "error: configure did not find 'gengetopt' command"
59 @rm -rf *.tmp *.core *.html
62 @if test -f $(top_srcdir)/.git/HEAD; then \
63 git log --stat --after="Sun Nov 14 11:03:50 2010" > $@; \
70 distclean-local: local-clean