Merge branch 'wip/non-recursive'
[profile/ivi/clutter.git] / Makefile.am
1 include $(top_srcdir)/build/autotools/Makefile.am.silent
2
3 NULL =
4
5 SUBDIRS = build clutter tests doc po
6
7 ACLOCAL_AMFLAGS = -I build/autotools
8
9 .PHONY: test-report full-report
10 test-report full-report:
11         $(MAKE) -C tests/conform $(@)
12
13 EXTRA_DIST = \
14         ChangeLog.pre-git-import        \
15         $(NULL)
16
17 CLEANFILES = $(pcfiles)
18
19 DISTCLEANFILES =
20
21 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-maintainer-flags
22
23 # Extra clean files so that maintainer-clean removes *everything*
24 MAINTAINERCLEANFILES =  \
25         aclocal.m4      \
26         config.guess    \
27         config.h.in     \
28         configure       \
29         gtk-doc.make    \
30         Makefile.in     \
31         $(NULL)
32
33 include $(top_srcdir)/build/autotools/Makefile.am.changelog
34
35 gcov:
36         @( cd clutter && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $$?