1 ACLOCAL_AMFLAGS = -I m4
8 pkgconfigdir = $(libdir)/pkgconfig
9 pkgconfig_DATA = libquvi.pc
11 SUBDIRS = src examples share scripts doc
19 @(cd tests; $(MAKE) all test)
25 @test -d $(top_builddir)/doc/quvi-@VERSION@ || \
26 mkdir $(top_builddir)/doc/quvi-@VERSION@
27 @test -d $(top_builddir)/doc/nd_temp || \
28 mkdir $(top_builddir)/doc/nd_temp
29 @@ND@ -i $(top_srcdir)/doc/ -i $(top_srcdir)/src/ \
30 -o $(ND_FORMAT) $(top_builddir)/doc/quvi-@VERSION@/ \
31 -p $(top_builddir)/doc/nd_temp/ && echo See doc/quvi-@VERSION@
33 @echo "error: configure did not find NaturalDocs" && exit 1
36 @tar chof - $(top_builddir)/doc/quvi-@VERSION@ | \
37 GZIP=--best gzip -c >quvi-doc-@VERSION@.tar.gz \
38 && echo Created quvi-doc-@VERSION@.tar.gz
41 @if test -f $(top_srcdir)/.git/HEAD; then \
42 @GIT@ log --stat --after="Sun Nov 14 11:03:50 2010" > $@; \