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	meson.build \
13	$(TESTS) \
14	$(NULL)
15
16TEST_EXTENSIONS = .tests
17if HAVE_FREETYPE
18TESTS_ENVIRONMENT = HAVE_FREETYPE=1
19else
20TESTS_ENVIRONMENT = HAVE_FREETYPE=0
21endif
22TESTS_LOG_COMPILER = $(srcdir)/../../run-tests.py $(top_builddir)/util/hb-shape$(EXEEXT)
23
24include Makefile.sources
25
26-include $(top_srcdir)/git.mk
27