Imported Upstream version 3.4.0
[platform/upstream/harfbuzz.git] / test / shape / data / aots / Makefile.am
1 # Process this file with automake to produce Makefile.in
2
3 NULL =
4
5 # Convenience targets:
6 lib:
7         @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
8
9 EXTRA_DIST = \
10         COPYING \
11         fonts \
12         update.py \
13         meson.build \
14         $(TESTS) \
15         $(NULL)
16
17 TEST_EXTENSIONS = .tests
18 if HAVE_FREETYPE
19 TESTS_ENVIRONMENT = HAVE_FREETYPE=1
20 else
21 TESTS_ENVIRONMENT = HAVE_FREETYPE=0
22 endif
23 TESTS_LOG_COMPILER = $(srcdir)/../../run-tests.py $(top_builddir)/util/hb-shape$(EXEEXT)
24
25 include Makefile.sources
26
27 -include $(top_srcdir)/git.mk