1# Process this file with automake to produce Makefile.in 2 3NULL = 4EXTRA_DIST = 5CLEANFILES = 6SUBDIRS = repack_tests 7 8EXTRA_DIST += \ 9 $(TESTS) \ 10 $(DISABLED_TESTS) \ 11 expected/32bit_var_store \ 12 expected/basics \ 13 expected/full-font \ 14 expected/glyf_bug_3131 \ 15 expected/cff-full-font \ 16 expected/japanese \ 17 expected/cff-japanese \ 18 expected/cff.notoserifmyanmar \ 19 expected/layout \ 20 expected/layout.gpos \ 21 expected/layout.gpos2 \ 22 expected/layout.gpos3 \ 23 expected/layout.gpos4 \ 24 expected/layout.gpos5 \ 25 expected/layout.gpos6 \ 26 expected/layout.gpos8 \ 27 expected/layout.gpos8.amiri \ 28 expected/layout.gpos9 \ 29 expected/layout.gsub3 \ 30 expected/layout.gsub5 \ 31 expected/layout.gsub5_format2 \ 32 expected/layout.gsub6 \ 33 expected/layout.gsub8 \ 34 expected/layout.khmer \ 35 expected/layout.gdef \ 36 expected/layout.gdef.glyphset \ 37 expected/layout.context \ 38 expected/layout.context_format2 \ 39 expected/layout.gdef-varstore \ 40 expected/layout.gdef-attachlist \ 41 expected/layout.notonastaliqurdu \ 42 expected/layout.tinos \ 43 expected/layout.duplicate_features \ 44 expected/layout.unsorted_featurelist \ 45 expected/layout.drop_feature \ 46 expected/cmap \ 47 expected/cmap14 \ 48 expected/sbix \ 49 expected/colr \ 50 expected/colr_glyphs \ 51 expected/colrv1 \ 52 expected/colr_with_components \ 53 expected/cbdt \ 54 expected/variable \ 55 expected/glyph_names \ 56 expected/math \ 57 expected/math_coverage_offset \ 58 expected/post \ 59 expected/full_instance \ 60 expected/instance_feature_variations \ 61 expected/instantiate_glyf \ 62 expected/pin_all_at_default \ 63 fonts \ 64 profiles \ 65 $(NULL) 66 67# TODO: re-able once colrv1 subsetting is stabilized. 68# expected/colrv1 69# expected/colrv1.notoemoji 70 71# Convenience targets: 72lib: 73 @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib 74 75TEST_EXTENSIONS = .tests 76TESTS_LOG_COMPILER = $(srcdir)/../run-tests.py $(top_builddir)/util/hb-subset$(EXEEXT) 77include Makefile.sources 78 79-include $(top_srcdir)/git.mk 80