harfbuzz/test/shaping/Makefile.am

40 lines
692 B
Makefile
Raw Normal View History

# Process this file with automake to produce Makefile.in
2012-01-22 01:43:58 +01:00
NULL =
EXTRA_DIST =
CLEANFILES =
2018-12-11 23:28:04 +01:00
DISTCLEANFILES =
MAINTAINERCLEANFILES =
SUBDIRS = data
2012-01-22 01:43:58 +01:00
2015-09-01 15:45:46 +02:00
# Convenience targets:
lib:
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
2018-10-09 07:10:15 +02:00
libs:
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src libs
2015-09-01 15:45:46 +02:00
2012-01-22 01:43:58 +01:00
EXTRA_DIST += \
README.md \
meson.build \
2012-01-22 01:43:58 +01:00
hb-diff \
hb-diff-colorize \
2012-01-22 01:43:58 +01:00
hb-diff-filter-failures \
2012-05-09 07:45:17 +02:00
hb-diff-stat \
2012-01-22 01:43:58 +01:00
hb-unicode-decode \
hb-unicode-encode \
hb-unicode-prettyname \
2014-07-16 19:32:51 +02:00
record-test.sh \
2017-12-07 08:52:55 +01:00
run-tests.py \
texts/in-house \
2012-01-22 01:43:58 +01: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