harfbuzz/test/shaping/Makefile.am

36 lines
595 B
Makefile
Raw Normal View History

# Process this file with automake to produce Makefile.in
2012-01-22 00:43:58 +00:00
NULL =
EXTRA_DIST =
CLEANFILES =
SUBDIRS = data
2012-01-22 00:43:58 +00:00
2015-09-01 13:45:46 +00:00
# Convenience targets:
lib:
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
2012-01-22 00:43:58 +00:00
EXTRA_DIST += \
README.md \
CMakeLists.txt \
2012-01-22 00:43:58 +00:00
hb-diff \
hb-diff-colorize \
2012-01-22 00:43:58 +00:00
hb-diff-filter-failures \
2012-05-09 05:45:17 +00:00
hb-diff-stat \
2012-01-22 00:43:58 +00:00
hb-unicode-decode \
hb-unicode-encode \
hb-unicode-prettyname \
2014-07-16 17:32:51 +00:00
record-test.sh \
2017-12-07 07:52:55 +00:00
run-tests.py \
texts/in-house \
2012-01-22 00:43:58 +00:00
$(NULL)
# TODO Figure out Python stuff
EXTRA_DIST += \
hb_test_tools.py \
$(NULL)
CLEANFILES += \
hb_test_tools.py[co] \
$(NULL)
-include $(top_srcdir)/git.mk