2020-08-11 21:21:59 +02:00
|
|
|
# Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
NULL =
|
|
|
|
EXTRA_DIST =
|
|
|
|
CLEANFILES =
|
2020-11-10 20:56:09 +01:00
|
|
|
SUBDIRS = repack_tests
|
2020-08-11 21:21:59 +02:00
|
|
|
|
|
|
|
EXTRA_DIST += \
|
|
|
|
$(TESTS) \
|
|
|
|
expected/basics \
|
|
|
|
expected/full-font \
|
2021-08-10 20:41:55 +02:00
|
|
|
expected/glyf_bug_3131 \
|
2020-08-11 21:21:59 +02:00
|
|
|
expected/cff-full-font \
|
|
|
|
expected/japanese \
|
|
|
|
expected/cff-japanese \
|
2021-07-14 22:46:36 +02:00
|
|
|
expected/cff.notoserifmyanmar \
|
2020-08-11 21:21:59 +02:00
|
|
|
expected/layout \
|
|
|
|
expected/layout.gpos \
|
|
|
|
expected/layout.gpos2 \
|
|
|
|
expected/layout.gpos3 \
|
|
|
|
expected/layout.gpos4 \
|
2020-02-07 00:08:26 +01:00
|
|
|
expected/layout.gpos5 \
|
2020-08-11 21:21:59 +02:00
|
|
|
expected/layout.gpos6 \
|
|
|
|
expected/layout.gpos8 \
|
2021-02-10 21:25:16 +01:00
|
|
|
expected/layout.gpos8.amiri \
|
2020-10-14 23:48:11 +02:00
|
|
|
expected/layout.gpos9 \
|
2020-08-11 21:21:59 +02:00
|
|
|
expected/layout.gsub3 \
|
2021-01-12 19:17:14 +01:00
|
|
|
expected/layout.gsub5 \
|
2021-10-30 02:11:53 +02:00
|
|
|
expected/layout.gsub5_format2 \
|
2020-08-11 21:21:59 +02:00
|
|
|
expected/layout.gsub6 \
|
2021-03-19 01:41:25 +01:00
|
|
|
expected/layout.gsub8 \
|
2021-04-01 23:32:38 +02:00
|
|
|
expected/layout.khmer \
|
2020-08-11 21:21:59 +02:00
|
|
|
expected/layout.gdef \
|
2021-11-02 23:02:36 +01:00
|
|
|
expected/layout.gdef.glyphset \
|
2020-08-11 21:21:59 +02:00
|
|
|
expected/layout.context \
|
2021-11-19 01:53:36 +01:00
|
|
|
expected/layout.context_format2 \
|
2020-08-11 21:21:59 +02:00
|
|
|
expected/layout.gdef-varstore \
|
|
|
|
expected/layout.gdef-attachlist \
|
2020-11-04 20:11:16 +01:00
|
|
|
expected/layout.notonastaliqurdu \
|
2021-09-02 20:54:37 +02:00
|
|
|
expected/layout.tinos \
|
2021-11-16 04:58:33 +01:00
|
|
|
expected/layout.default_features \
|
2021-09-13 05:16:30 +02:00
|
|
|
expected/layout.duplicate_features \
|
2021-10-31 22:38:20 +01:00
|
|
|
expected/layout.unsorted_featurelist \
|
2021-11-18 01:42:08 +01:00
|
|
|
expected/layout.drop_feature \
|
2020-08-11 21:21:59 +02:00
|
|
|
expected/cmap \
|
|
|
|
expected/cmap14 \
|
|
|
|
expected/sbix \
|
|
|
|
expected/colr \
|
2021-12-06 04:27:57 +01:00
|
|
|
expected/colr_glyphs \
|
2021-10-03 05:32:30 +02:00
|
|
|
expected/colrv1 \
|
2021-05-05 01:48:41 +02:00
|
|
|
expected/colr_with_components \
|
2020-08-11 21:21:59 +02:00
|
|
|
expected/cbdt \
|
2021-03-25 20:17:18 +01:00
|
|
|
expected/variable \
|
2021-08-19 05:46:06 +02:00
|
|
|
expected/glyph_names \
|
2021-09-20 23:42:51 +02:00
|
|
|
expected/math \
|
2021-12-03 04:50:16 +01:00
|
|
|
expected/math_coverage_offset \
|
2021-11-08 18:36:31 +01:00
|
|
|
expected/post \
|
2020-08-11 21:21:59 +02:00
|
|
|
fonts \
|
|
|
|
profiles \
|
|
|
|
$(NULL)
|
|
|
|
|
2021-08-04 20:38:38 +02:00
|
|
|
# TODO: re-able once colrv1 subsetting is stabilized.
|
|
|
|
# expected/colrv1
|
|
|
|
# expected/colrv1.notoemoji
|
|
|
|
|
2020-08-11 21:21:59 +02:00
|
|
|
# Convenience targets:
|
|
|
|
lib:
|
|
|
|
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
|
|
|
|
|
|
|
|
TEST_EXTENSIONS = .tests
|
|
|
|
TESTS_LOG_COMPILER = $(srcdir)/../run-tests.py $(top_builddir)/util/hb-subset$(EXEEXT)
|
|
|
|
include Makefile.sources
|
|
|
|
|
|
|
|
-include $(top_srcdir)/git.mk
|