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