Imported Upstream version 8.2.2
[platform/upstream/harfbuzz.git] / test / subset / data / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Process this file with automake to produce Makefile.in
18 VPATH = @srcdir@
19 am__is_gnu_make = { \
20   if test -z '$(MAKELEVEL)'; then \
21     false; \
22   elif test -n '$(MAKE_HOST)'; then \
23     true; \
24   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25     true; \
26   else \
27     false; \
28   fi; \
29 }
30 am__make_running_with_option = \
31   case $${target_option-} in \
32       ?) ;; \
33       *) echo "am__make_running_with_option: internal error: invalid" \
34               "target option '$${target_option-}' specified" >&2; \
35          exit 1;; \
36   esac; \
37   has_opt=no; \
38   sane_makeflags=$$MAKEFLAGS; \
39   if $(am__is_gnu_make); then \
40     sane_makeflags=$$MFLAGS; \
41   else \
42     case $$MAKEFLAGS in \
43       *\\[\ \   ]*) \
44         bs=\\; \
45         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
47     esac; \
48   fi; \
49   skip_next=no; \
50   strip_trailopt () \
51   { \
52     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53   }; \
54   for flg in $$sane_makeflags; do \
55     test $$skip_next = yes && { skip_next=no; continue; }; \
56     case $$flg in \
57       *=*|--*) continue;; \
58         -*I) strip_trailopt 'I'; skip_next=yes;; \
59       -*I?*) strip_trailopt 'I';; \
60         -*O) strip_trailopt 'O'; skip_next=yes;; \
61       -*O?*) strip_trailopt 'O';; \
62         -*l) strip_trailopt 'l'; skip_next=yes;; \
63       -*l?*) strip_trailopt 'l';; \
64       -[dEDm]) skip_next=yes;; \
65       -[JT]) skip_next=yes;; \
66     esac; \
67     case $$flg in \
68       *$$target_option*) has_opt=yes; break;; \
69     esac; \
70   done; \
71   test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 TESTS = tests/32bit_var_store.tests tests/basics.tests \
93         tests/preprocess.tests tests/cbdt.tests \
94         tests/cff-full-font.tests tests/cff-japanese.tests \
95         tests/cff.notoserifmyanmar.tests tests/cmap.tests \
96         tests/cmap14.tests tests/colr.tests tests/colr_glyphs.tests \
97         tests/colrv1.tests tests/colrv1_copy_varstore.tests \
98         tests/colr_with_components.tests tests/full-font.tests \
99         tests/glyf_bug_3131.tests tests/japanese.tests \
100         tests/layout.context.tests tests/layout.context_format2.tests \
101         tests/layout.gdef-attachlist.tests \
102         tests/layout.gdef-varstore.tests tests/layout.gdef.tests \
103         tests/layout.gdef.glyphset.tests tests/layout.gpos.tests \
104         tests/layout.gpos2.tests tests/layout.gpos3.tests \
105         tests/layout.gpos4.tests tests/layout.gpos5.tests \
106         tests/layout.gpos6.tests tests/layout.gpos8.tests \
107         tests/layout.gpos8.amiri.tests tests/layout.gpos9.tests \
108         tests/layout.gsub3.tests tests/layout.gsub5.tests \
109         tests/layout.gsub5_format2.tests tests/layout.gsub6.tests \
110         tests/layout.gsub8.tests tests/layout.khmer.tests \
111         tests/layout.notonastaliqurdu.tests tests/layout.tests \
112         tests/layout.tinos.tests tests/layout.duplicate_features.tests \
113         tests/layout.unsorted_featurelist.tests \
114         tests/layout.drop_feature.tests tests/no_layout_closure.tests \
115         tests/sbix.tests tests/variable.tests tests/glyph_names.tests \
116         tests/glyph_map.tests tests/math.tests \
117         tests/math_coverage_offset.tests tests/post.tests \
118         tests/full_instance.tests \
119         tests/instance_feature_variations.tests \
120         tests/instantiate_glyf.tests tests/instantiate_cff2.tests \
121         tests/pin_all_at_default.tests \
122         tests/instance_no_double_free.tests \
123         tests/mvar_full_instance.tests \
124         tests/instance_comp_glyph_empty_child.tests \
125         tests/post_apply_mvar_delta.tests tests/apply_cvar_delta.tests \
126         tests/collect_name_ids.tests tests/instantiate_colrv1.tests \
127         tests/instantiate_cff2_update_metrics.tests $(am__EXEEXT_1)
128 XFAIL_TESTS = $(am__EXEEXT_1)
129 subdir = test/subset/data
130 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
131 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_link_flag.m4 \
132         $(top_srcdir)/m4/ax_code_coverage.m4 \
133         $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
134         $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/gtk-doc.m4 \
135         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
136         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
137         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
138 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
139         $(ACLOCAL_M4)
140 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
141 mkinstalldirs = $(install_sh) -d
142 CONFIG_HEADER = $(top_builddir)/config.h
143 CONFIG_CLEAN_FILES =
144 CONFIG_CLEAN_VPATH_FILES =
145 AM_V_P = $(am__v_P_@AM_V@)
146 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
147 am__v_P_0 = false
148 am__v_P_1 = :
149 AM_V_GEN = $(am__v_GEN_@AM_V@)
150 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
151 am__v_GEN_0 = @echo "  GEN     " $@;
152 am__v_GEN_1 = 
153 AM_V_at = $(am__v_at_@AM_V@)
154 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
155 am__v_at_0 = @
156 am__v_at_1 = 
157 SOURCES =
158 DIST_SOURCES =
159 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
160         ctags-recursive dvi-recursive html-recursive info-recursive \
161         install-data-recursive install-dvi-recursive \
162         install-exec-recursive install-html-recursive \
163         install-info-recursive install-pdf-recursive \
164         install-ps-recursive install-recursive installcheck-recursive \
165         installdirs-recursive pdf-recursive ps-recursive \
166         tags-recursive uninstall-recursive
167 am__can_run_installinfo = \
168   case $$AM_UPDATE_INFO_DIR in \
169     n|no|NO) false;; \
170     *) (install-info --version) >/dev/null 2>&1;; \
171   esac
172 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
173   distclean-recursive maintainer-clean-recursive
174 am__recursive_targets = \
175   $(RECURSIVE_TARGETS) \
176   $(RECURSIVE_CLEAN_TARGETS) \
177   $(am__extra_recursive_targets)
178 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
179         check recheck distdir distdir-am
180 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
181 # Read a list of newline-separated strings from the standard input,
182 # and print each of them once, without duplicates.  Input order is
183 # *not* preserved.
184 am__uniquify_input = $(AWK) '\
185   BEGIN { nonempty = 0; } \
186   { items[$$0] = 1; nonempty = 1; } \
187   END { if (nonempty) { for (i in items) print i; }; } \
188 '
189 # Make sure the list of sources is unique.  This is necessary because,
190 # e.g., the same source file might be shared among _SOURCES variables
191 # for different programs/libraries.
192 am__define_uniq_tagged_files = \
193   list='$(am__tagged_files)'; \
194   unique=`for i in $$list; do \
195     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
196   done | $(am__uniquify_input)`
197 ETAGS = etags
198 CTAGS = ctags
199 am__tty_colors_dummy = \
200   mgn= red= grn= lgn= blu= brg= std=; \
201   am__color_tests=no
202 am__tty_colors = { \
203   $(am__tty_colors_dummy); \
204   if test "X$(AM_COLOR_TESTS)" = Xno; then \
205     am__color_tests=no; \
206   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
207     am__color_tests=yes; \
208   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
209     am__color_tests=yes; \
210   fi; \
211   if test $$am__color_tests = yes; then \
212     red='\e[0;31m'; \
213     grn='\e[0;32m'; \
214     lgn='\e[1;32m'; \
215     blu='\e[1;34m'; \
216     mgn='\e[0;35m'; \
217     brg='\e[1m'; \
218     std='\e[m'; \
219   fi; \
220 }
221 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
222 am__vpath_adj = case $$p in \
223     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
224     *) f=$$p;; \
225   esac;
226 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
227 am__install_max = 40
228 am__nobase_strip_setup = \
229   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
230 am__nobase_strip = \
231   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
232 am__nobase_list = $(am__nobase_strip_setup); \
233   for p in $$list; do echo "$$p $$p"; done | \
234   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
235   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
236     if (++n[$$2] == $(am__install_max)) \
237       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
238     END { for (dir in files) print dir, files[dir] }'
239 am__base_list = \
240   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
241   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
242 am__uninstall_files_from_dir = { \
243   test -z "$$files" \
244     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
245     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
246          $(am__cd) "$$dir" && rm -f $$files; }; \
247   }
248 am__recheck_rx = ^[     ]*:recheck:[    ]*
249 am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
250 am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
251 # A command that, given a newline-separated list of test names on the
252 # standard input, print the name of the tests that are to be re-run
253 # upon "make recheck".
254 am__list_recheck_tests = $(AWK) '{ \
255   recheck = 1; \
256   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
257     { \
258       if (rc < 0) \
259         { \
260           if ((getline line2 < ($$0 ".log")) < 0) \
261             recheck = 0; \
262           break; \
263         } \
264       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
265         { \
266           recheck = 0; \
267           break; \
268         } \
269       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
270         { \
271           break; \
272         } \
273     }; \
274   if (recheck) \
275     print $$0; \
276   close ($$0 ".trs"); \
277   close ($$0 ".log"); \
278 }'
279 # A command that, given a newline-separated list of test names on the
280 # standard input, create the global log from their .trs and .log files.
281 am__create_global_log = $(AWK) ' \
282 function fatal(msg) \
283 { \
284   print "fatal: making $@: " msg | "cat >&2"; \
285   exit 1; \
286 } \
287 function rst_section(header) \
288 { \
289   print header; \
290   len = length(header); \
291   for (i = 1; i <= len; i = i + 1) \
292     printf "="; \
293   printf "\n\n"; \
294 } \
295 { \
296   copy_in_global_log = 1; \
297   global_test_result = "RUN"; \
298   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
299     { \
300       if (rc < 0) \
301          fatal("failed to read from " $$0 ".trs"); \
302       if (line ~ /$(am__global_test_result_rx)/) \
303         { \
304           sub("$(am__global_test_result_rx)", "", line); \
305           sub("[        ]*$$", "", line); \
306           global_test_result = line; \
307         } \
308       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
309         copy_in_global_log = 0; \
310     }; \
311   if (copy_in_global_log) \
312     { \
313       rst_section(global_test_result ": " $$0); \
314       while ((rc = (getline line < ($$0 ".log"))) != 0) \
315       { \
316         if (rc < 0) \
317           fatal("failed to read from " $$0 ".log"); \
318         print line; \
319       }; \
320       printf "\n"; \
321     }; \
322   close ($$0 ".trs"); \
323   close ($$0 ".log"); \
324 }'
325 # Restructured Text title.
326 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
327 # Solaris 10 'make', and several other traditional 'make' implementations,
328 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
329 # by disabling -e (using the XSI extension "set +e") if it's set.
330 am__sh_e_setup = case $$- in *e*) set +e;; esac
331 # Default flags passed to test drivers.
332 am__common_driver_flags = \
333   --color-tests "$$am__color_tests" \
334   --enable-hard-errors "$$am__enable_hard_errors" \
335   --expect-failure "$$am__expect_failure"
336 # To be inserted before the command running the test.  Creates the
337 # directory for the log if needed.  Stores in $dir the directory
338 # containing $f, in $tst the test, in $log the log.  Executes the
339 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
340 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
341 # will run the test scripts (or their associated LOG_COMPILER, if
342 # thy have one).
343 am__check_pre = \
344 $(am__sh_e_setup);                                      \
345 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
346 $(am__tty_colors);                                      \
347 srcdir=$(srcdir); export srcdir;                        \
348 case "$@" in                                            \
349   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
350     *) am__odir=.;;                                     \
351 esac;                                                   \
352 test "x$$am__odir" = x"." || test -d "$$am__odir"       \
353   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
354 if test -f "./$$f"; then dir=./;                        \
355 elif test -f "$$f"; then dir=;                          \
356 else dir="$(srcdir)/"; fi;                              \
357 tst=$$dir$$f; log='$@';                                 \
358 if test -n '$(DISABLE_HARD_ERRORS)'; then               \
359   am__enable_hard_errors=no;                            \
360 else                                                    \
361   am__enable_hard_errors=yes;                           \
362 fi;                                                     \
363 case " $(XFAIL_TESTS) " in                              \
364   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
365     am__expect_failure=yes;;                            \
366   *)                                                    \
367     am__expect_failure=no;;                             \
368 esac;                                                   \
369 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
370 # A shell command to get the names of the tests scripts with any registered
371 # extension removed (i.e., equivalently, the names of the test logs, with
372 # the '.log' extension removed).  The result is saved in the shell variable
373 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
374 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
375 # since that might cause problem with VPATH rewrites for suffix-less tests.
376 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
377 am__set_TESTS_bases = \
378   bases='$(TEST_LOGS)'; \
379   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
380   bases=`echo $$bases`
381 RECHECK_LOGS = $(TEST_LOGS)
382 am__EXEEXT_1 =
383 TEST_SUITE_LOG = test-suite.log
384 am__test_logs1 = $(TESTS:=.log)
385 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
386 TEST_LOGS = $(am__test_logs2:.tests.log=.log)
387 TESTS_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
388 TESTS_LOG_COMPILE = $(TESTS_LOG_COMPILER) $(AM_TESTS_LOG_FLAGS) \
389         $(TESTS_LOG_FLAGS)
390 am__set_b = \
391   case '$@' in \
392     */*) \
393       case '$*' in \
394         */*) b='$*';; \
395           *) b=`echo '$@' | sed 's/\.log$$//'`; \
396        esac;; \
397     *) \
398       b='$*';; \
399   esac
400 DIST_SUBDIRS = $(SUBDIRS)
401 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.sources \
402         $(top_srcdir)/test-driver
403 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
404 am__relativize = \
405   dir0=`pwd`; \
406   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
407   sed_rest='s,^[^/]*/*,,'; \
408   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
409   sed_butlast='s,/*[^/]*$$,,'; \
410   while test -n "$$dir1"; do \
411     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
412     if test "$$first" != "."; then \
413       if test "$$first" = ".."; then \
414         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
415         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
416       else \
417         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
418         if test "$$first2" = "$$first"; then \
419           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
420         else \
421           dir2="../$$dir2"; \
422         fi; \
423         dir0="$$dir0"/"$$first"; \
424       fi; \
425     fi; \
426     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
427   done; \
428   reldir="$$dir2"
429 ACLOCAL = @ACLOCAL@
430 AMTAR = @AMTAR@
431 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
432 AR = @AR@
433 AUTOCONF = @AUTOCONF@
434 AUTOHEADER = @AUTOHEADER@
435 AUTOMAKE = @AUTOMAKE@
436 AWK = @AWK@
437 CAIRO_CFLAGS = @CAIRO_CFLAGS@
438 CAIRO_FT_CFLAGS = @CAIRO_FT_CFLAGS@
439 CAIRO_FT_LIBS = @CAIRO_FT_LIBS@
440 CAIRO_LIBS = @CAIRO_LIBS@
441 CC = @CC@
442 CCDEPMODE = @CCDEPMODE@
443 CFLAGS = @CFLAGS@
444 CHAFA_CFLAGS = @CHAFA_CFLAGS@
445 CHAFA_LIBS = @CHAFA_LIBS@
446 CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
447 CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
448 CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
449 CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
450 CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
451 CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
452 CORETEXT_CFLAGS = @CORETEXT_CFLAGS@
453 CORETEXT_LIBS = @CORETEXT_LIBS@
454 CPP = @CPP@
455 CPPFLAGS = @CPPFLAGS@
456 CXX = @CXX@
457 CXXCPP = @CXXCPP@
458 CXXDEPMODE = @CXXDEPMODE@
459 CXXFLAGS = @CXXFLAGS@
460 CYGPATH_W = @CYGPATH_W@
461 DEFS = @DEFS@
462 DEPDIR = @DEPDIR@
463 DLLTOOL = @DLLTOOL@
464 DSYMUTIL = @DSYMUTIL@
465 DUMPBIN = @DUMPBIN@
466 ECHO_C = @ECHO_C@
467 ECHO_N = @ECHO_N@
468 ECHO_T = @ECHO_T@
469 EGREP = @EGREP@
470 EXEEXT = @EXEEXT@
471 FGREP = @FGREP@
472 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
473 FREETYPE_DEPS = @FREETYPE_DEPS@
474 FREETYPE_LIBS = @FREETYPE_LIBS@
475 GCOV = @GCOV@
476 GDI_CFLAGS = @GDI_CFLAGS@
477 GDI_LIBS = @GDI_LIBS@
478 GENHTML = @GENHTML@
479 GIT = @GIT@
480 GLIB_CFLAGS = @GLIB_CFLAGS@
481 GLIB_DEPS = @GLIB_DEPS@
482 GLIB_LIBS = @GLIB_LIBS@
483 GLIB_MKENUMS = @GLIB_MKENUMS@
484 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
485 GOBJECT_LIBS = @GOBJECT_LIBS@
486 GRAPHITE2_CFLAGS = @GRAPHITE2_CFLAGS@
487 GRAPHITE2_DEPS = @GRAPHITE2_DEPS@
488 GRAPHITE2_LIBS = @GRAPHITE2_LIBS@
489 GREP = @GREP@
490 GTKDOC_CHECK = @GTKDOC_CHECK@
491 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
492 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
493 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
494 GTKDOC_MKPDF = @GTKDOC_MKPDF@
495 GTKDOC_REBASE = @GTKDOC_REBASE@
496 HAVE_CXX11 = @HAVE_CXX11@
497 HB_LIBTOOL_VERSION_INFO = @HB_LIBTOOL_VERSION_INFO@
498 HB_VERSION = @HB_VERSION@
499 HB_VERSION_MAJOR = @HB_VERSION_MAJOR@
500 HB_VERSION_MICRO = @HB_VERSION_MICRO@
501 HB_VERSION_MINOR = @HB_VERSION_MINOR@
502 HTML_DIR = @HTML_DIR@
503 ICU_CFLAGS = @ICU_CFLAGS@
504 ICU_LIBS = @ICU_LIBS@
505 INSTALL = @INSTALL@
506 INSTALL_DATA = @INSTALL_DATA@
507 INSTALL_PROGRAM = @INSTALL_PROGRAM@
508 INSTALL_SCRIPT = @INSTALL_SCRIPT@
509 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
510 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
511 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
512 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
513 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
514 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
515 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
516 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
517 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
518 LCOV = @LCOV@
519 LD = @LD@
520 LDFLAGS = @LDFLAGS@
521 LIBOBJS = @LIBOBJS@
522 LIBS = @LIBS@
523 LIBTOOL = @LIBTOOL@
524 LIPO = @LIPO@
525 LN_S = @LN_S@
526 LTLIBOBJS = @LTLIBOBJS@
527 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
528 MAKEINFO = @MAKEINFO@
529 MANIFEST_TOOL = @MANIFEST_TOOL@
530 MKDIR_P = @MKDIR_P@
531 NM = @NM@
532 NMEDIT = @NMEDIT@
533 OBJDUMP = @OBJDUMP@
534 OBJEXT = @OBJEXT@
535 OTOOL = @OTOOL@
536 OTOOL64 = @OTOOL64@
537 PACKAGE = @PACKAGE@
538 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
539 PACKAGE_NAME = @PACKAGE_NAME@
540 PACKAGE_STRING = @PACKAGE_STRING@
541 PACKAGE_TARNAME = @PACKAGE_TARNAME@
542 PACKAGE_URL = @PACKAGE_URL@
543 PACKAGE_VERSION = @PACKAGE_VERSION@
544 PATH_SEPARATOR = @PATH_SEPARATOR@
545 PKG_CONFIG = @PKG_CONFIG@
546 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
547 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
548 PTHREAD_CC = @PTHREAD_CC@
549 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
550 PTHREAD_LIBS = @PTHREAD_LIBS@
551 RAGEL = @RAGEL@
552 RANLIB = @RANLIB@
553 SED = @SED@
554 SET_MAKE = @SET_MAKE@
555 SHELL = @SHELL@
556 STRIP = @STRIP@
557 UNISCRIBE_CFLAGS = @UNISCRIBE_CFLAGS@
558 UNISCRIBE_LIBS = @UNISCRIBE_LIBS@
559 VERSION = @VERSION@
560 WASM_CFLAGS = @WASM_CFLAGS@
561 WASM_LIBS = @WASM_LIBS@
562 _GI_EXP_DATADIR = @_GI_EXP_DATADIR@
563 _GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
564 abs_builddir = @abs_builddir@
565 abs_srcdir = @abs_srcdir@
566 abs_top_builddir = @abs_top_builddir@
567 abs_top_srcdir = @abs_top_srcdir@
568 ac_ct_AR = @ac_ct_AR@
569 ac_ct_CC = @ac_ct_CC@
570 ac_ct_CXX = @ac_ct_CXX@
571 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
572 am__include = @am__include@
573 am__leading_dot = @am__leading_dot@
574 am__quote = @am__quote@
575 am__tar = @am__tar@
576 am__untar = @am__untar@
577 ax_pthread_config = @ax_pthread_config@
578 bindir = @bindir@
579 build = @build@
580 build_alias = @build_alias@
581 build_cpu = @build_cpu@
582 build_os = @build_os@
583 build_vendor = @build_vendor@
584 builddir = @builddir@
585 datadir = @datadir@
586 datarootdir = @datarootdir@
587 docdir = @docdir@
588 dvidir = @dvidir@
589 exec_prefix = @exec_prefix@
590 have_gobject = @have_gobject@
591 host = @host@
592 host_alias = @host_alias@
593 host_cpu = @host_cpu@
594 host_os = @host_os@
595 host_vendor = @host_vendor@
596 htmldir = @htmldir@
597 includedir = @includedir@
598 infodir = @infodir@
599 install_sh = @install_sh@
600 libdir = @libdir@
601 libexecdir = @libexecdir@
602 localedir = @localedir@
603 localstatedir = @localstatedir@
604 mandir = @mandir@
605 mkdir_p = @mkdir_p@
606 oldincludedir = @oldincludedir@
607 pdfdir = @pdfdir@
608 prefix = @prefix@
609 program_transform_name = @program_transform_name@
610 psdir = @psdir@
611 runstatedir = @runstatedir@
612 sbindir = @sbindir@
613 sharedstatedir = @sharedstatedir@
614 srcdir = @srcdir@
615 sysconfdir = @sysconfdir@
616 target_alias = @target_alias@
617 top_build_prefix = @top_build_prefix@
618 top_builddir = @top_builddir@
619 top_srcdir = @top_srcdir@
620 NULL = 
621 EXTRA_DIST = $(TESTS) $(DISABLED_TESTS) expected/32bit_var_store \
622         expected/basics expected/preprocess expected/full-font \
623         expected/glyf_bug_3131 expected/cff-full-font \
624         expected/japanese expected/cff-japanese \
625         expected/cff.notoserifmyanmar expected/layout \
626         expected/layout.gpos expected/layout.gpos2 \
627         expected/layout.gpos3 expected/layout.gpos4 \
628         expected/layout.gpos5 expected/layout.gpos6 \
629         expected/layout.gpos8 expected/layout.gpos8.amiri \
630         expected/layout.gpos9 expected/layout.gsub3 \
631         expected/layout.gsub5 expected/layout.gsub5_format2 \
632         expected/layout.gsub6 expected/layout.gsub8 \
633         expected/layout.khmer expected/layout.gdef \
634         expected/layout.gdef.glyphset expected/layout.context \
635         expected/layout.context_format2 expected/layout.gdef-varstore \
636         expected/layout.gdef-attachlist \
637         expected/layout.notonastaliqurdu expected/layout.tinos \
638         expected/layout.duplicate_features \
639         expected/layout.unsorted_featurelist \
640         expected/layout.drop_feature expected/no_layout_closure \
641         expected/cmap expected/cmap14 expected/sbix expected/colr \
642         expected/colr_glyphs expected/colrv1 \
643         expected/colrv1_copy_varstore expected/colr_with_components \
644         expected/cbdt expected/variable expected/glyph_names \
645         expected/glyph_map expected/math expected/math_coverage_offset \
646         expected/post expected/full_instance \
647         expected/instance_feature_variations expected/instantiate_glyf \
648         expected/instantiate_cff2 expected/pin_all_at_default \
649         expected/instance_no_double_free expected/mvar_full_instance \
650         expected/instance_comp_glyph_empty_child \
651         expected/post_apply_mvar_delta expected/apply_cvar_delta \
652         expected/collect_name_ids expected/instantiate_colrv1 \
653         expected/instantiate_cff2_update_metrics fonts profiles \
654         $(NULL)
655 CLEANFILES = 
656 SUBDIRS = repack_tests
657 TEST_EXTENSIONS = .tests
658 TESTS_LOG_COMPILER = $(srcdir)/../run-tests.py $(top_builddir)/util/hb-subset$(EXEEXT)
659
660 # Disabled because instancing is only available w/ experimental API on.
661 DISABLED_TESTS = \
662         $(NULL)
663
664 all: all-recursive
665
666 .SUFFIXES:
667 .SUFFIXES: .log .tests .tests$(EXEEXT) .trs
668 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/Makefile.sources $(am__configure_deps)
669         @for dep in $?; do \
670           case '$(am__configure_deps)' in \
671             *$$dep*) \
672               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
673                 && { if test -f $@; then exit 0; else break; fi; }; \
674               exit 1;; \
675           esac; \
676         done; \
677         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits test/subset/data/Makefile'; \
678         $(am__cd) $(top_srcdir) && \
679           $(AUTOMAKE) --gnits test/subset/data/Makefile
680 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
681         @case '$?' in \
682           *config.status*) \
683             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
684           *) \
685             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
686             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
687         esac;
688 $(srcdir)/Makefile.sources $(am__empty):
689
690 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
691         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
692
693 $(top_srcdir)/configure:  $(am__configure_deps)
694         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
695 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
696         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
697 $(am__aclocal_m4_deps):
698
699 mostlyclean-libtool:
700         -rm -f *.lo
701
702 clean-libtool:
703         -rm -rf .libs _libs
704
705 # This directory's subdirectories are mostly independent; you can cd
706 # into them and run 'make' without going through this Makefile.
707 # To change the values of 'make' variables: instead of editing Makefiles,
708 # (1) if the variable is set in 'config.status', edit 'config.status'
709 #     (which will cause the Makefiles to be regenerated when you run 'make');
710 # (2) otherwise, pass the desired values on the 'make' command line.
711 $(am__recursive_targets):
712         @fail=; \
713         if $(am__make_keepgoing); then \
714           failcom='fail=yes'; \
715         else \
716           failcom='exit 1'; \
717         fi; \
718         dot_seen=no; \
719         target=`echo $@ | sed s/-recursive//`; \
720         case "$@" in \
721           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
722           *) list='$(SUBDIRS)' ;; \
723         esac; \
724         for subdir in $$list; do \
725           echo "Making $$target in $$subdir"; \
726           if test "$$subdir" = "."; then \
727             dot_seen=yes; \
728             local_target="$$target-am"; \
729           else \
730             local_target="$$target"; \
731           fi; \
732           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
733           || eval $$failcom; \
734         done; \
735         if test "$$dot_seen" = "no"; then \
736           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
737         fi; test -z "$$fail"
738
739 ID: $(am__tagged_files)
740         $(am__define_uniq_tagged_files); mkid -fID $$unique
741 tags: tags-recursive
742 TAGS: tags
743
744 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
745         set x; \
746         here=`pwd`; \
747         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
748           include_option=--etags-include; \
749           empty_fix=.; \
750         else \
751           include_option=--include; \
752           empty_fix=; \
753         fi; \
754         list='$(SUBDIRS)'; for subdir in $$list; do \
755           if test "$$subdir" = .; then :; else \
756             test ! -f $$subdir/TAGS || \
757               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
758           fi; \
759         done; \
760         $(am__define_uniq_tagged_files); \
761         shift; \
762         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
763           test -n "$$unique" || unique=$$empty_fix; \
764           if test $$# -gt 0; then \
765             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
766               "$$@" $$unique; \
767           else \
768             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
769               $$unique; \
770           fi; \
771         fi
772 ctags: ctags-recursive
773
774 CTAGS: ctags
775 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
776         $(am__define_uniq_tagged_files); \
777         test -z "$(CTAGS_ARGS)$$unique" \
778           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
779              $$unique
780
781 GTAGS:
782         here=`$(am__cd) $(top_builddir) && pwd` \
783           && $(am__cd) $(top_srcdir) \
784           && gtags -i $(GTAGS_ARGS) "$$here"
785 cscopelist: cscopelist-recursive
786
787 cscopelist-am: $(am__tagged_files)
788         list='$(am__tagged_files)'; \
789         case "$(srcdir)" in \
790           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
791           *) sdir=$(subdir)/$(srcdir) ;; \
792         esac; \
793         for i in $$list; do \
794           if test -f "$$i"; then \
795             echo "$(subdir)/$$i"; \
796           else \
797             echo "$$sdir/$$i"; \
798           fi; \
799         done >> $(top_builddir)/cscope.files
800
801 distclean-tags:
802         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
803
804 # Recover from deleted '.trs' file; this should ensure that
805 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
806 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
807 # to avoid problems with "make -n".
808 .log.trs:
809         rm -f $< $@
810         $(MAKE) $(AM_MAKEFLAGS) $<
811
812 # Leading 'am--fnord' is there to ensure the list of targets does not
813 # expand to empty, as could happen e.g. with make check TESTS=''.
814 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
815 am--force-recheck:
816         @:
817
818 $(TEST_SUITE_LOG): $(TEST_LOGS)
819         @$(am__set_TESTS_bases); \
820         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
821         redo_bases=`for i in $$bases; do \
822                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
823                     done`; \
824         if test -n "$$redo_bases"; then \
825           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
826           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
827           if $(am__make_dryrun); then :; else \
828             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
829           fi; \
830         fi; \
831         if test -n "$$am__remaking_logs"; then \
832           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
833                "recursion detected" >&2; \
834         elif test -n "$$redo_logs"; then \
835           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
836         fi; \
837         if $(am__make_dryrun); then :; else \
838           st=0;  \
839           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
840           for i in $$redo_bases; do \
841             test -f $$i.trs && test -r $$i.trs \
842               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
843             test -f $$i.log && test -r $$i.log \
844               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
845           done; \
846           test $$st -eq 0 || exit 1; \
847         fi
848         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
849         ws='[   ]'; \
850         results=`for b in $$bases; do echo $$b.trs; done`; \
851         test -n "$$results" || results=/dev/null; \
852         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
853         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
854         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
855         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
856         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
857         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
858         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
859         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
860           success=true; \
861         else \
862           success=false; \
863         fi; \
864         br='==================='; br=$$br$$br$$br$$br; \
865         result_count () \
866         { \
867             if test x"$$1" = x"--maybe-color"; then \
868               maybe_colorize=yes; \
869             elif test x"$$1" = x"--no-color"; then \
870               maybe_colorize=no; \
871             else \
872               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
873             fi; \
874             shift; \
875             desc=$$1 count=$$2; \
876             if test $$maybe_colorize = yes && test $$count -gt 0; then \
877               color_start=$$3 color_end=$$std; \
878             else \
879               color_start= color_end=; \
880             fi; \
881             echo "$${color_start}# $$desc $$count$${color_end}"; \
882         }; \
883         create_testsuite_report () \
884         { \
885           result_count $$1 "TOTAL:" $$all   "$$brg"; \
886           result_count $$1 "PASS: " $$pass  "$$grn"; \
887           result_count $$1 "SKIP: " $$skip  "$$blu"; \
888           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
889           result_count $$1 "FAIL: " $$fail  "$$red"; \
890           result_count $$1 "XPASS:" $$xpass "$$red"; \
891           result_count $$1 "ERROR:" $$error "$$mgn"; \
892         }; \
893         {                                                               \
894           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
895             $(am__rst_title);                                           \
896           create_testsuite_report --no-color;                           \
897           echo;                                                         \
898           echo ".. contents:: :depth: 2";                               \
899           echo;                                                         \
900           for b in $$bases; do echo $$b; done                           \
901             | $(am__create_global_log);                                 \
902         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
903         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
904         if $$success; then                                              \
905           col="$$grn";                                                  \
906          else                                                           \
907           col="$$red";                                                  \
908           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
909         fi;                                                             \
910         echo "$${col}$$br$${std}";                                      \
911         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
912         echo "$${col}$$br$${std}";                                      \
913         create_testsuite_report --maybe-color;                          \
914         echo "$$col$$br$$std";                                          \
915         if $$success; then :; else                                      \
916           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
917           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
918             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
919           fi;                                                           \
920           echo "$$col$$br$$std";                                        \
921         fi;                                                             \
922         $$success || exit 1
923
924 check-TESTS: 
925         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
926         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
927         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
928         @set +e; $(am__set_TESTS_bases); \
929         log_list=`for i in $$bases; do echo $$i.log; done`; \
930         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
931         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
932         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
933         exit $$?;
934 recheck: all 
935         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
936         @set +e; $(am__set_TESTS_bases); \
937         bases=`for i in $$bases; do echo $$i; done \
938                  | $(am__list_recheck_tests)` || exit 1; \
939         log_list=`for i in $$bases; do echo $$i.log; done`; \
940         log_list=`echo $$log_list`; \
941         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
942                 am__force_recheck=am--force-recheck \
943                 TEST_LOGS="$$log_list"; \
944         exit $$?
945 .tests.log:
946         @p='$<'; \
947         $(am__set_b); \
948         $(am__check_pre) $(TESTS_LOG_DRIVER) --test-name "$$f" \
949         --log-file $$b.log --trs-file $$b.trs \
950         $(am__common_driver_flags) $(AM_TESTS_LOG_DRIVER_FLAGS) $(TESTS_LOG_DRIVER_FLAGS) -- $(TESTS_LOG_COMPILE) \
951         "$$tst" $(AM_TESTS_FD_REDIRECT)
952 @am__EXEEXT_TRUE@.tests$(EXEEXT).log:
953 @am__EXEEXT_TRUE@       @p='$<'; \
954 @am__EXEEXT_TRUE@       $(am__set_b); \
955 @am__EXEEXT_TRUE@       $(am__check_pre) $(TESTS_LOG_DRIVER) --test-name "$$f" \
956 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
957 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TESTS_LOG_DRIVER_FLAGS) $(TESTS_LOG_DRIVER_FLAGS) -- $(TESTS_LOG_COMPILE) \
958 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
959
960 distdir: $(BUILT_SOURCES)
961         $(MAKE) $(AM_MAKEFLAGS) distdir-am
962
963 distdir-am: $(DISTFILES)
964         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
965         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
966         list='$(DISTFILES)'; \
967           dist_files=`for file in $$list; do echo $$file; done | \
968           sed -e "s|^$$srcdirstrip/||;t" \
969               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
970         case $$dist_files in \
971           */*) $(MKDIR_P) `echo "$$dist_files" | \
972                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
973                            sort -u` ;; \
974         esac; \
975         for file in $$dist_files; do \
976           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
977           if test -d $$d/$$file; then \
978             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
979             if test -d "$(distdir)/$$file"; then \
980               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
981             fi; \
982             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
983               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
984               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
985             fi; \
986             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
987           else \
988             test -f "$(distdir)/$$file" \
989             || cp -p $$d/$$file "$(distdir)/$$file" \
990             || exit 1; \
991           fi; \
992         done
993         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
994           if test "$$subdir" = .; then :; else \
995             $(am__make_dryrun) \
996               || test -d "$(distdir)/$$subdir" \
997               || $(MKDIR_P) "$(distdir)/$$subdir" \
998               || exit 1; \
999             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1000             $(am__relativize); \
1001             new_distdir=$$reldir; \
1002             dir1=$$subdir; dir2="$(top_distdir)"; \
1003             $(am__relativize); \
1004             new_top_distdir=$$reldir; \
1005             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1006             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1007             ($(am__cd) $$subdir && \
1008               $(MAKE) $(AM_MAKEFLAGS) \
1009                 top_distdir="$$new_top_distdir" \
1010                 distdir="$$new_distdir" \
1011                 am__remove_distdir=: \
1012                 am__skip_length_check=: \
1013                 am__skip_mode_fix=: \
1014                 distdir) \
1015               || exit 1; \
1016           fi; \
1017         done
1018 check-am: all-am
1019         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1020 check: check-recursive
1021 all-am: Makefile
1022 installdirs: installdirs-recursive
1023 installdirs-am:
1024 install: install-recursive
1025 install-exec: install-exec-recursive
1026 install-data: install-data-recursive
1027 uninstall: uninstall-recursive
1028
1029 install-am: all-am
1030         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1031
1032 installcheck: installcheck-recursive
1033 install-strip:
1034         if test -z '$(STRIP)'; then \
1035           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1036             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1037               install; \
1038         else \
1039           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1040             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1041             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1042         fi
1043 mostlyclean-generic:
1044         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1045         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1046         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1047
1048 clean-generic:
1049         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1050
1051 distclean-generic:
1052         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1053         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1054
1055 maintainer-clean-generic:
1056         @echo "This command is intended for maintainers to use"
1057         @echo "it deletes files that may require special tools to rebuild."
1058 clean: clean-recursive
1059
1060 clean-am: clean-generic clean-libtool mostlyclean-am
1061
1062 distclean: distclean-recursive
1063         -rm -f Makefile
1064 distclean-am: clean-am distclean-generic distclean-tags
1065
1066 dvi: dvi-recursive
1067
1068 dvi-am:
1069
1070 html: html-recursive
1071
1072 html-am:
1073
1074 info: info-recursive
1075
1076 info-am:
1077
1078 install-data-am:
1079
1080 install-dvi: install-dvi-recursive
1081
1082 install-dvi-am:
1083
1084 install-exec-am:
1085
1086 install-html: install-html-recursive
1087
1088 install-html-am:
1089
1090 install-info: install-info-recursive
1091
1092 install-info-am:
1093
1094 install-man:
1095
1096 install-pdf: install-pdf-recursive
1097
1098 install-pdf-am:
1099
1100 install-ps: install-ps-recursive
1101
1102 install-ps-am:
1103
1104 installcheck-am:
1105
1106 maintainer-clean: maintainer-clean-recursive
1107         -rm -f Makefile
1108 maintainer-clean-am: distclean-am maintainer-clean-generic
1109
1110 mostlyclean: mostlyclean-recursive
1111
1112 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1113
1114 pdf: pdf-recursive
1115
1116 pdf-am:
1117
1118 ps: ps-recursive
1119
1120 ps-am:
1121
1122 uninstall-am:
1123
1124 .MAKE: $(am__recursive_targets) check-am install-am install-strip
1125
1126 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1127         check-TESTS check-am clean clean-generic clean-libtool \
1128         cscopelist-am ctags ctags-am distclean distclean-generic \
1129         distclean-libtool distclean-tags distdir dvi dvi-am html \
1130         html-am info info-am install install-am install-data \
1131         install-data-am install-dvi install-dvi-am install-exec \
1132         install-exec-am install-html install-html-am install-info \
1133         install-info-am install-man install-pdf install-pdf-am \
1134         install-ps install-ps-am install-strip installcheck \
1135         installcheck-am installdirs installdirs-am maintainer-clean \
1136         maintainer-clean-generic mostlyclean mostlyclean-generic \
1137         mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \
1138         uninstall uninstall-am
1139
1140 .PRECIOUS: Makefile
1141
1142
1143 # TODO: re-able once colrv1 subsetting is stabilized.
1144 #       expected/colrv1
1145 #       expected/colrv1.notoemoji
1146
1147 # Convenience targets:
1148 lib:
1149         @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
1150
1151 -include $(top_srcdir)/git.mk
1152
1153 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1154 # Otherwise a system limit (for SysV at least) may be exceeded.
1155 .NOEXPORT: