• 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/cff-full-font \
13	expected/japanese \
14	expected/cff-japanese \
15	expected/layout \
16	expected/layout.gpos \
17	expected/layout.gpos2 \
18	expected/layout.gpos3 \
19	expected/layout.gsub6 \
20	expected/cmap14 \
21	fonts \
22	profiles \
23	$(NULL)
24
25# Convenience targets:
26lib:
27	@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
28
29TEST_EXTENSIONS = .tests
30TESTS_LOG_COMPILER = $(srcdir)/../run-tests.py $(top_builddir)/util/hb-subset$(EXEEXT)
31include Makefile.sources
32
33-include $(top_srcdir)/git.mk
34