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