1# Process this file with automake to produce Makefile.in
2
3NULL =
4
5# Convenience targets:
6lib:
7	@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
8
9EXTRA_DIST = \
10	COPYING \
11	fonts \
12	$(TESTS) \
13	$(NULL)
14
15TEST_EXTENSIONS = .tests
16TESTS_LOG_COMPILER = $(srcdir)/../../run-tests.py $(top_builddir)/util/hb-shape$(EXEEXT)
17
18include Makefile.sources
19
20-include $(top_srcdir)/git.mk
21