732033650db200d41ff4524b5f426e843755ba72
[platform/upstream/harfbuzz.git] / test / shaping / Makefile.am
1 # Process this file with automake to produce Makefile.in
2
3 NULL =
4 EXTRA_DIST =
5 CLEANFILES =
6 SUBDIRS = data
7
8 # Convenience targets:
9 lib:
10         @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
11
12 EXTRA_DIST += \
13         README.md \
14         CMakeLists.txt \
15         hb-diff \
16         hb-diff-colorize \
17         hb-diff-filter-failures \
18         hb-diff-stat \
19         hb-unicode-decode \
20         hb-unicode-encode \
21         hb-unicode-prettyname \
22         record-test.sh \
23         run-tests.py \
24         texts/in-house \
25         $(NULL)
26
27 # TODO Figure out Python stuff
28 EXTRA_DIST += \
29         hb_test_tools.py \
30         $(NULL)
31 CLEANFILES += \
32         hb_test_tools.py[co] \
33         $(NULL)
34
35 -include $(top_srcdir)/git.mk