• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Process this file with automake to produce Makefile.in
2
3NULL =
4EXTRA_DIST =
5CLEANFILES =
6SUBDIRS =
7
8EXTRA_DIST = \
9	$(TESTS) \
10	expected/basics \
11	expected/full-font \
12	expected/japanese \
13	fonts \
14	profiles \
15	$(NULL)
16
17# Convenience targets:
18lib:
19	@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
20
21TEST_EXTENSIONS = .tests
22TESTS_LOG_COMPILER = $(srcdir)/../run-tests.py $(top_builddir)/util/hb-subset$(EXEEXT)
23include Makefile.sources
24
25-include $(top_srcdir)/git.mk
26