1 # Process this file with automake to produce Makefile.in 2 3 NULL = 4 EXTRA_DIST = 5 CLEANFILES = 6 DISTCLEANFILES = 7 MAINTAINERCLEANFILES = 8 9 manifests: 10 @$(srcdir)/hb-manifest-update "$(srcdir)/texts" "$(srcdir)/fonts" 11 12 EXTRA_DIST += \ 13 hb-diff \ 14 hb-diff-colorize \ 15 hb-diff-filter-failures \ 16 hb-diff-ngrams \ 17 hb-diff-stat \ 18 hb-manifest-read \ 19 hb-manifest-update \ 20 hb-unicode-decode \ 21 hb-unicode-encode \ 22 hb-unicode-prettyname \ 23 $(NULL) 24 25 # TODO Figure out Python stuff 26 EXTRA_DIST += \ 27 hb_test_tools.py \ 28 $(NULL) 29 CLEANFILES += \ 30 hb_test_tools.py[co] \ 31 $(NULL) 32 33 .PHONY: manifests 34 35 -include $(top_srcdir)/git.mk 36