clutter/Makefile.am

44 lines
1.0 KiB
Makefile
Raw Normal View History

include $(top_srcdir)/build/autotools/Makefile.am.silent
NULL =
SUBDIRS = build clutter tests doc po
2006-06-23 13:42:29 +03:00
# XXX - this is a massive hack to make autoreconf honour the ACLOCAL_FLAGS
# that jhbuild sets while still retaining build/autotools as the authoritative
# source for m4 macros
ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
EXTRA_DIST = \
ChangeLog.pre-git-import \
$(NULL)
2006-06-23 13:42:29 +03:00
CLEANFILES = $(pcfiles)
2006-06-23 13:42:29 +03:00
DISTCLEANFILES =
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-maintainer-flags
2006-06-23 13:42:29 +03:00
# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = \
aclocal.m4 \
config.guess \
config.h.in \
configure \
gtk-doc.make \
Makefile.in \
$(NULL)
include $(top_srcdir)/build/autotools/Makefile.am.changelog
2010-10-03 16:53:14 +03:00
include $(top_srcdir)/build/autotools/Makefile.am.release
2010-10-03 16:53:14 +03:00
# proxy rule for gcov
gcov:
@( cd clutter && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $$?
2010-10-03 16:53:14 +03:00
# proxy rules for tests
test-report full-report:
$(MAKE) -C tests/conform $(@)
.PHONY: gcov test-report full-report