harfbuzz/test/shaping/Makefile.am

36 lines
613 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 =
DISTCLEANFILES =
MAINTAINERCLEANFILES =
manifests:
2012-01-20 19:57:14 +01:00
@$(srcdir)/hb-manifest-update "$(srcdir)/texts" "$(srcdir)/fonts"
2012-01-19 21:43:48 +01:00
2012-01-22 01:43:58 +01:00
EXTRA_DIST += \
hb-diff \
hb-diff-colorize \
2012-01-22 01:43:58 +01:00
hb-diff-filter-failures \
2012-05-09 09:54:54 +02:00
hb-diff-ngrams \
2012-05-09 07:45:17 +02:00
hb-diff-stat \
2012-01-22 01:43:58 +01:00
hb-manifest-read \
hb-manifest-update \
hb-unicode-decode \
hb-unicode-encode \
hb-unicode-prettyname \
$(NULL)
# TODO Figure out Python stuff
EXTRA_DIST += \
hb_test_tools.py \
$(NULL)
CLEANFILES += \
hb_test_tools.py[co] \
$(NULL)
.PHONY: manifests
-include $(top_srcdir)/git.mk