a58d36dc640ffa22d3c58c64b4e7cd912030f72d
[platform/upstream/harfbuzz.git] / test / shaping / data / in-house / Makefile.in
1 # Makefile.in generated by automake 1.16.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2020 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/aat-trak.tests tests/aat-morx.tests \
93         tests/arabic-fallback-shaping.tests \
94         tests/arabic-feature-order.tests \
95         tests/arabic-like-joining.tests tests/arabic-mark-attach.tests \
96         tests/arabic-mark-order.tests tests/arabic-stch.tests \
97         tests/automatic-fractions.tests tests/cluster.tests \
98         tests/collections.tests tests/color-fonts.tests \
99         tests/context-matching.tests tests/cursive-positioning.tests \
100         tests/default-ignorables.tests tests/emoji.tests \
101         tests/fallback-positioning.tests tests/hangul-jamo.tests \
102         tests/hyphens.tests tests/indic-consonant-with-stacker.tests \
103         tests/indic-decompose.tests tests/indic-init.tests \
104         tests/indic-joiner-candrabindu.tests tests/indic-joiners.tests \
105         tests/indic-old-spec.tests tests/indic-pref-blocking.tests \
106         tests/indic-script-extensions.tests \
107         tests/indic-special-cases.tests tests/indic-syllable.tests \
108         tests/indic-vowel-letter-spoofing.tests \
109         tests/kern-format2.tests tests/khmer-mark-order.tests \
110         tests/khmer-misc.tests tests/language-tags.tests \
111         tests/ligature-id.tests tests/macos.tests \
112         tests/mark-attachment.tests tests/mark-filtering-sets.tests \
113         tests/mongolian-variation-selector.tests \
114         tests/myanmar-syllable.tests tests/myanmar-zawgyi.tests \
115         tests/none-directional.tests tests/positioning-features.tests \
116         tests/rand.tests tests/rotation.tests tests/spaces.tests \
117         tests/simple.tests tests/sinhala.tests \
118         tests/tibetan-contractions-1.tests \
119         tests/tibetan-contractions-2.tests tests/tibetan-vowels.tests \
120         tests/use.tests tests/use-indic3.tests tests/use-marchen.tests \
121         tests/use-syllable.tests tests/variations-rvrn.tests \
122         tests/vertical.tests tests/zero-width-marks.tests \
123         $(am__EXEEXT_1)
124 subdir = test/shaping/data/in-house
125 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
126 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_link_flag.m4 \
127         $(top_srcdir)/m4/ax_code_coverage.m4 \
128         $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
129         $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/gtk-doc.m4 \
130         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
131         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
132         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
133 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
134         $(ACLOCAL_M4)
135 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
136 mkinstalldirs = $(install_sh) -d
137 CONFIG_HEADER = $(top_builddir)/config.h
138 CONFIG_CLEAN_FILES =
139 CONFIG_CLEAN_VPATH_FILES =
140 AM_V_P = $(am__v_P_@AM_V@)
141 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
142 am__v_P_0 = false
143 am__v_P_1 = :
144 AM_V_GEN = $(am__v_GEN_@AM_V@)
145 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
146 am__v_GEN_0 = @echo "  GEN     " $@;
147 am__v_GEN_1 = 
148 AM_V_at = $(am__v_at_@AM_V@)
149 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
150 am__v_at_0 = @
151 am__v_at_1 = 
152 SOURCES =
153 DIST_SOURCES =
154 am__can_run_installinfo = \
155   case $$AM_UPDATE_INFO_DIR in \
156     n|no|NO) false;; \
157     *) (install-info --version) >/dev/null 2>&1;; \
158   esac
159 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
160 am__tty_colors_dummy = \
161   mgn= red= grn= lgn= blu= brg= std=; \
162   am__color_tests=no
163 am__tty_colors = { \
164   $(am__tty_colors_dummy); \
165   if test "X$(AM_COLOR_TESTS)" = Xno; then \
166     am__color_tests=no; \
167   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
168     am__color_tests=yes; \
169   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
170     am__color_tests=yes; \
171   fi; \
172   if test $$am__color_tests = yes; then \
173     red='\e[0;31m'; \
174     grn='\e[0;32m'; \
175     lgn='\e[1;32m'; \
176     blu='\e[1;34m'; \
177     mgn='\e[0;35m'; \
178     brg='\e[1m'; \
179     std='\e[m'; \
180   fi; \
181 }
182 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
183 am__vpath_adj = case $$p in \
184     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
185     *) f=$$p;; \
186   esac;
187 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
188 am__install_max = 40
189 am__nobase_strip_setup = \
190   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
191 am__nobase_strip = \
192   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
193 am__nobase_list = $(am__nobase_strip_setup); \
194   for p in $$list; do echo "$$p $$p"; done | \
195   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
196   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
197     if (++n[$$2] == $(am__install_max)) \
198       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
199     END { for (dir in files) print dir, files[dir] }'
200 am__base_list = \
201   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
202   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
203 am__uninstall_files_from_dir = { \
204   test -z "$$files" \
205     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
206     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
207          $(am__cd) "$$dir" && rm -f $$files; }; \
208   }
209 am__recheck_rx = ^[     ]*:recheck:[    ]*
210 am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
211 am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
212 # A command that, given a newline-separated list of test names on the
213 # standard input, print the name of the tests that are to be re-run
214 # upon "make recheck".
215 am__list_recheck_tests = $(AWK) '{ \
216   recheck = 1; \
217   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
218     { \
219       if (rc < 0) \
220         { \
221           if ((getline line2 < ($$0 ".log")) < 0) \
222             recheck = 0; \
223           break; \
224         } \
225       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
226         { \
227           recheck = 0; \
228           break; \
229         } \
230       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
231         { \
232           break; \
233         } \
234     }; \
235   if (recheck) \
236     print $$0; \
237   close ($$0 ".trs"); \
238   close ($$0 ".log"); \
239 }'
240 # A command that, given a newline-separated list of test names on the
241 # standard input, create the global log from their .trs and .log files.
242 am__create_global_log = $(AWK) ' \
243 function fatal(msg) \
244 { \
245   print "fatal: making $@: " msg | "cat >&2"; \
246   exit 1; \
247 } \
248 function rst_section(header) \
249 { \
250   print header; \
251   len = length(header); \
252   for (i = 1; i <= len; i = i + 1) \
253     printf "="; \
254   printf "\n\n"; \
255 } \
256 { \
257   copy_in_global_log = 1; \
258   global_test_result = "RUN"; \
259   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
260     { \
261       if (rc < 0) \
262          fatal("failed to read from " $$0 ".trs"); \
263       if (line ~ /$(am__global_test_result_rx)/) \
264         { \
265           sub("$(am__global_test_result_rx)", "", line); \
266           sub("[        ]*$$", "", line); \
267           global_test_result = line; \
268         } \
269       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
270         copy_in_global_log = 0; \
271     }; \
272   if (copy_in_global_log) \
273     { \
274       rst_section(global_test_result ": " $$0); \
275       while ((rc = (getline line < ($$0 ".log"))) != 0) \
276       { \
277         if (rc < 0) \
278           fatal("failed to read from " $$0 ".log"); \
279         print line; \
280       }; \
281       printf "\n"; \
282     }; \
283   close ($$0 ".trs"); \
284   close ($$0 ".log"); \
285 }'
286 # Restructured Text title.
287 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
288 # Solaris 10 'make', and several other traditional 'make' implementations,
289 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
290 # by disabling -e (using the XSI extension "set +e") if it's set.
291 am__sh_e_setup = case $$- in *e*) set +e;; esac
292 # Default flags passed to test drivers.
293 am__common_driver_flags = \
294   --color-tests "$$am__color_tests" \
295   --enable-hard-errors "$$am__enable_hard_errors" \
296   --expect-failure "$$am__expect_failure"
297 # To be inserted before the command running the test.  Creates the
298 # directory for the log if needed.  Stores in $dir the directory
299 # containing $f, in $tst the test, in $log the log.  Executes the
300 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
301 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
302 # will run the test scripts (or their associated LOG_COMPILER, if
303 # thy have one).
304 am__check_pre = \
305 $(am__sh_e_setup);                                      \
306 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
307 $(am__tty_colors);                                      \
308 srcdir=$(srcdir); export srcdir;                        \
309 case "$@" in                                            \
310   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
311     *) am__odir=.;;                                     \
312 esac;                                                   \
313 test "x$$am__odir" = x"." || test -d "$$am__odir"       \
314   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
315 if test -f "./$$f"; then dir=./;                        \
316 elif test -f "$$f"; then dir=;                          \
317 else dir="$(srcdir)/"; fi;                              \
318 tst=$$dir$$f; log='$@';                                 \
319 if test -n '$(DISABLE_HARD_ERRORS)'; then               \
320   am__enable_hard_errors=no;                            \
321 else                                                    \
322   am__enable_hard_errors=yes;                           \
323 fi;                                                     \
324 case " $(XFAIL_TESTS) " in                              \
325   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
326     am__expect_failure=yes;;                            \
327   *)                                                    \
328     am__expect_failure=no;;                             \
329 esac;                                                   \
330 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
331 # A shell command to get the names of the tests scripts with any registered
332 # extension removed (i.e., equivalently, the names of the test logs, with
333 # the '.log' extension removed).  The result is saved in the shell variable
334 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
335 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
336 # since that might cause problem with VPATH rewrites for suffix-less tests.
337 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
338 am__set_TESTS_bases = \
339   bases='$(TEST_LOGS)'; \
340   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
341   bases=`echo $$bases`
342 RECHECK_LOGS = $(TEST_LOGS)
343 AM_RECURSIVE_TARGETS = check recheck
344 am__EXEEXT_1 =
345 TEST_SUITE_LOG = test-suite.log
346 am__test_logs1 = $(TESTS:=.log)
347 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
348 TEST_LOGS = $(am__test_logs2:.tests.log=.log)
349 TESTS_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
350 TESTS_LOG_COMPILE = $(TESTS_LOG_COMPILER) $(AM_TESTS_LOG_FLAGS) \
351         $(TESTS_LOG_FLAGS)
352 am__set_b = \
353   case '$@' in \
354     */*) \
355       case '$*' in \
356         */*) b='$*';; \
357           *) b=`echo '$@' | sed 's/\.log$$//'`; \
358        esac;; \
359     *) \
360       b='$*';; \
361   esac
362 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.sources \
363         $(top_srcdir)/test-driver COPYING
364 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
365 ACLOCAL = @ACLOCAL@
366 AMTAR = @AMTAR@
367 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
368 AR = @AR@
369 AUTOCONF = @AUTOCONF@
370 AUTOHEADER = @AUTOHEADER@
371 AUTOMAKE = @AUTOMAKE@
372 AWK = @AWK@
373 CAIRO_CFLAGS = @CAIRO_CFLAGS@
374 CAIRO_FT_CFLAGS = @CAIRO_FT_CFLAGS@
375 CAIRO_FT_LIBS = @CAIRO_FT_LIBS@
376 CAIRO_LIBS = @CAIRO_LIBS@
377 CC = @CC@
378 CCDEPMODE = @CCDEPMODE@
379 CFLAGS = @CFLAGS@
380 CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
381 CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
382 CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
383 CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
384 CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
385 CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
386 CORETEXT_CFLAGS = @CORETEXT_CFLAGS@
387 CORETEXT_LIBS = @CORETEXT_LIBS@
388 CPP = @CPP@
389 CPPFLAGS = @CPPFLAGS@
390 CXX = @CXX@
391 CXXCPP = @CXXCPP@
392 CXXDEPMODE = @CXXDEPMODE@
393 CXXFLAGS = @CXXFLAGS@
394 CYGPATH_W = @CYGPATH_W@
395 DEFS = @DEFS@
396 DEPDIR = @DEPDIR@
397 DIRECTWRITE_CXXFLAGS = @DIRECTWRITE_CXXFLAGS@
398 DIRECTWRITE_LIBS = @DIRECTWRITE_LIBS@
399 DLLTOOL = @DLLTOOL@
400 DSYMUTIL = @DSYMUTIL@
401 DUMPBIN = @DUMPBIN@
402 ECHO_C = @ECHO_C@
403 ECHO_N = @ECHO_N@
404 ECHO_T = @ECHO_T@
405 EGREP = @EGREP@
406 EXEEXT = @EXEEXT@
407 FGREP = @FGREP@
408 FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
409 FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
410 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
411 FREETYPE_DEPS = @FREETYPE_DEPS@
412 FREETYPE_LIBS = @FREETYPE_LIBS@
413 GCOV = @GCOV@
414 GDI_CFLAGS = @GDI_CFLAGS@
415 GDI_LIBS = @GDI_LIBS@
416 GENHTML = @GENHTML@
417 GIT = @GIT@
418 GLIB_CFLAGS = @GLIB_CFLAGS@
419 GLIB_DEPS = @GLIB_DEPS@
420 GLIB_LIBS = @GLIB_LIBS@
421 GLIB_MKENUMS = @GLIB_MKENUMS@
422 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
423 GOBJECT_LIBS = @GOBJECT_LIBS@
424 GRAPHITE2_CFLAGS = @GRAPHITE2_CFLAGS@
425 GRAPHITE2_DEPS = @GRAPHITE2_DEPS@
426 GRAPHITE2_LIBS = @GRAPHITE2_LIBS@
427 GREP = @GREP@
428 GTKDOC_CHECK = @GTKDOC_CHECK@
429 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
430 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
431 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
432 GTKDOC_MKPDF = @GTKDOC_MKPDF@
433 GTKDOC_REBASE = @GTKDOC_REBASE@
434 HAVE_CXX11 = @HAVE_CXX11@
435 HB_LIBTOOL_VERSION_INFO = @HB_LIBTOOL_VERSION_INFO@
436 HB_VERSION = @HB_VERSION@
437 HB_VERSION_MAJOR = @HB_VERSION_MAJOR@
438 HB_VERSION_MICRO = @HB_VERSION_MICRO@
439 HB_VERSION_MINOR = @HB_VERSION_MINOR@
440 HTML_DIR = @HTML_DIR@
441 ICU_CFLAGS = @ICU_CFLAGS@
442 ICU_CONFIG = @ICU_CONFIG@
443 ICU_LIBS = @ICU_LIBS@
444 INSTALL = @INSTALL@
445 INSTALL_DATA = @INSTALL_DATA@
446 INSTALL_PROGRAM = @INSTALL_PROGRAM@
447 INSTALL_SCRIPT = @INSTALL_SCRIPT@
448 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
449 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
450 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
451 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
452 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
453 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
454 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
455 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
456 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
457 LCOV = @LCOV@
458 LD = @LD@
459 LDFLAGS = @LDFLAGS@
460 LIBOBJS = @LIBOBJS@
461 LIBS = @LIBS@
462 LIBTOOL = @LIBTOOL@
463 LIPO = @LIPO@
464 LN_S = @LN_S@
465 LTLIBOBJS = @LTLIBOBJS@
466 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
467 MAKEINFO = @MAKEINFO@
468 MANIFEST_TOOL = @MANIFEST_TOOL@
469 MKDIR_P = @MKDIR_P@
470 NM = @NM@
471 NMEDIT = @NMEDIT@
472 OBJDUMP = @OBJDUMP@
473 OBJEXT = @OBJEXT@
474 OTOOL = @OTOOL@
475 OTOOL64 = @OTOOL64@
476 PACKAGE = @PACKAGE@
477 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
478 PACKAGE_NAME = @PACKAGE_NAME@
479 PACKAGE_STRING = @PACKAGE_STRING@
480 PACKAGE_TARNAME = @PACKAGE_TARNAME@
481 PACKAGE_URL = @PACKAGE_URL@
482 PACKAGE_VERSION = @PACKAGE_VERSION@
483 PATH_SEPARATOR = @PATH_SEPARATOR@
484 PKG_CONFIG = @PKG_CONFIG@
485 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
486 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
487 PTHREAD_CC = @PTHREAD_CC@
488 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
489 PTHREAD_LIBS = @PTHREAD_LIBS@
490 RAGEL = @RAGEL@
491 RANLIB = @RANLIB@
492 SED = @SED@
493 SET_MAKE = @SET_MAKE@
494 SHELL = @SHELL@
495 STRIP = @STRIP@
496 UNISCRIBE_CFLAGS = @UNISCRIBE_CFLAGS@
497 UNISCRIBE_LIBS = @UNISCRIBE_LIBS@
498 VERSION = @VERSION@
499 _GI_EXP_DATADIR = @_GI_EXP_DATADIR@
500 _GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
501 abs_builddir = @abs_builddir@
502 abs_srcdir = @abs_srcdir@
503 abs_top_builddir = @abs_top_builddir@
504 abs_top_srcdir = @abs_top_srcdir@
505 ac_ct_AR = @ac_ct_AR@
506 ac_ct_CC = @ac_ct_CC@
507 ac_ct_CXX = @ac_ct_CXX@
508 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
509 am__include = @am__include@
510 am__leading_dot = @am__leading_dot@
511 am__quote = @am__quote@
512 am__tar = @am__tar@
513 am__untar = @am__untar@
514 ax_pthread_config = @ax_pthread_config@
515 bindir = @bindir@
516 build = @build@
517 build_alias = @build_alias@
518 build_cpu = @build_cpu@
519 build_os = @build_os@
520 build_vendor = @build_vendor@
521 builddir = @builddir@
522 datadir = @datadir@
523 datarootdir = @datarootdir@
524 docdir = @docdir@
525 dvidir = @dvidir@
526 exec_prefix = @exec_prefix@
527 have_gobject = @have_gobject@
528 host = @host@
529 host_alias = @host_alias@
530 host_cpu = @host_cpu@
531 host_os = @host_os@
532 host_vendor = @host_vendor@
533 htmldir = @htmldir@
534 includedir = @includedir@
535 infodir = @infodir@
536 install_sh = @install_sh@
537 libdir = @libdir@
538 libexecdir = @libexecdir@
539 localedir = @localedir@
540 localstatedir = @localstatedir@
541 mandir = @mandir@
542 mkdir_p = @mkdir_p@
543 oldincludedir = @oldincludedir@
544 pdfdir = @pdfdir@
545 prefix = @prefix@
546 program_transform_name = @program_transform_name@
547 psdir = @psdir@
548 sbindir = @sbindir@
549 sharedstatedir = @sharedstatedir@
550 srcdir = @srcdir@
551 sysconfdir = @sysconfdir@
552 target_alias = @target_alias@
553 top_build_prefix = @top_build_prefix@
554 top_builddir = @top_builddir@
555 top_srcdir = @top_srcdir@
556 NULL = 
557 EXTRA_DIST = \
558         COPYING \
559         fonts \
560         $(TESTS) \
561         $(NULL)
562
563 TEST_EXTENSIONS = .tests
564 TESTS_LOG_COMPILER = $(srcdir)/../../run-tests.py $(top_builddir)/util/hb-shape$(EXEEXT)
565 DISABLED_TESTS = \
566         $(NULL)
567
568 all: all-am
569
570 .SUFFIXES:
571 .SUFFIXES: .log .tests .tests$(EXEEXT) .trs
572 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/Makefile.sources $(am__configure_deps)
573         @for dep in $?; do \
574           case '$(am__configure_deps)' in \
575             *$$dep*) \
576               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
577                 && { if test -f $@; then exit 0; else break; fi; }; \
578               exit 1;; \
579           esac; \
580         done; \
581         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits test/shaping/data/in-house/Makefile'; \
582         $(am__cd) $(top_srcdir) && \
583           $(AUTOMAKE) --gnits test/shaping/data/in-house/Makefile
584 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
585         @case '$?' in \
586           *config.status*) \
587             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
588           *) \
589             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
590             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
591         esac;
592 $(srcdir)/Makefile.sources $(am__empty):
593
594 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
595         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
596
597 $(top_srcdir)/configure:  $(am__configure_deps)
598         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
599 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
600         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
601 $(am__aclocal_m4_deps):
602
603 mostlyclean-libtool:
604         -rm -f *.lo
605
606 clean-libtool:
607         -rm -rf .libs _libs
608 tags TAGS:
609
610 ctags CTAGS:
611
612 cscope cscopelist:
613
614
615 # Recover from deleted '.trs' file; this should ensure that
616 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
617 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
618 # to avoid problems with "make -n".
619 .log.trs:
620         rm -f $< $@
621         $(MAKE) $(AM_MAKEFLAGS) $<
622
623 # Leading 'am--fnord' is there to ensure the list of targets does not
624 # expand to empty, as could happen e.g. with make check TESTS=''.
625 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
626 am--force-recheck:
627         @:
628
629 $(TEST_SUITE_LOG): $(TEST_LOGS)
630         @$(am__set_TESTS_bases); \
631         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
632         redo_bases=`for i in $$bases; do \
633                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
634                     done`; \
635         if test -n "$$redo_bases"; then \
636           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
637           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
638           if $(am__make_dryrun); then :; else \
639             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
640           fi; \
641         fi; \
642         if test -n "$$am__remaking_logs"; then \
643           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
644                "recursion detected" >&2; \
645         elif test -n "$$redo_logs"; then \
646           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
647         fi; \
648         if $(am__make_dryrun); then :; else \
649           st=0;  \
650           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
651           for i in $$redo_bases; do \
652             test -f $$i.trs && test -r $$i.trs \
653               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
654             test -f $$i.log && test -r $$i.log \
655               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
656           done; \
657           test $$st -eq 0 || exit 1; \
658         fi
659         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
660         ws='[   ]'; \
661         results=`for b in $$bases; do echo $$b.trs; done`; \
662         test -n "$$results" || results=/dev/null; \
663         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
664         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
665         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
666         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
667         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
668         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
669         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
670         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
671           success=true; \
672         else \
673           success=false; \
674         fi; \
675         br='==================='; br=$$br$$br$$br$$br; \
676         result_count () \
677         { \
678             if test x"$$1" = x"--maybe-color"; then \
679               maybe_colorize=yes; \
680             elif test x"$$1" = x"--no-color"; then \
681               maybe_colorize=no; \
682             else \
683               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
684             fi; \
685             shift; \
686             desc=$$1 count=$$2; \
687             if test $$maybe_colorize = yes && test $$count -gt 0; then \
688               color_start=$$3 color_end=$$std; \
689             else \
690               color_start= color_end=; \
691             fi; \
692             echo "$${color_start}# $$desc $$count$${color_end}"; \
693         }; \
694         create_testsuite_report () \
695         { \
696           result_count $$1 "TOTAL:" $$all   "$$brg"; \
697           result_count $$1 "PASS: " $$pass  "$$grn"; \
698           result_count $$1 "SKIP: " $$skip  "$$blu"; \
699           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
700           result_count $$1 "FAIL: " $$fail  "$$red"; \
701           result_count $$1 "XPASS:" $$xpass "$$red"; \
702           result_count $$1 "ERROR:" $$error "$$mgn"; \
703         }; \
704         {                                                               \
705           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
706             $(am__rst_title);                                           \
707           create_testsuite_report --no-color;                           \
708           echo;                                                         \
709           echo ".. contents:: :depth: 2";                               \
710           echo;                                                         \
711           for b in $$bases; do echo $$b; done                           \
712             | $(am__create_global_log);                                 \
713         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
714         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
715         if $$success; then                                              \
716           col="$$grn";                                                  \
717          else                                                           \
718           col="$$red";                                                  \
719           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
720         fi;                                                             \
721         echo "$${col}$$br$${std}";                                      \
722         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
723         echo "$${col}$$br$${std}";                                      \
724         create_testsuite_report --maybe-color;                          \
725         echo "$$col$$br$$std";                                          \
726         if $$success; then :; else                                      \
727           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
728           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
729             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
730           fi;                                                           \
731           echo "$$col$$br$$std";                                        \
732         fi;                                                             \
733         $$success || exit 1
734
735 check-TESTS: 
736         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
737         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
738         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
739         @set +e; $(am__set_TESTS_bases); \
740         log_list=`for i in $$bases; do echo $$i.log; done`; \
741         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
742         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
743         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
744         exit $$?;
745 recheck: all 
746         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
747         @set +e; $(am__set_TESTS_bases); \
748         bases=`for i in $$bases; do echo $$i; done \
749                  | $(am__list_recheck_tests)` || exit 1; \
750         log_list=`for i in $$bases; do echo $$i.log; done`; \
751         log_list=`echo $$log_list`; \
752         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
753                 am__force_recheck=am--force-recheck \
754                 TEST_LOGS="$$log_list"; \
755         exit $$?
756 .tests.log:
757         @p='$<'; \
758         $(am__set_b); \
759         $(am__check_pre) $(TESTS_LOG_DRIVER) --test-name "$$f" \
760         --log-file $$b.log --trs-file $$b.trs \
761         $(am__common_driver_flags) $(AM_TESTS_LOG_DRIVER_FLAGS) $(TESTS_LOG_DRIVER_FLAGS) -- $(TESTS_LOG_COMPILE) \
762         "$$tst" $(AM_TESTS_FD_REDIRECT)
763 @am__EXEEXT_TRUE@.tests$(EXEEXT).log:
764 @am__EXEEXT_TRUE@       @p='$<'; \
765 @am__EXEEXT_TRUE@       $(am__set_b); \
766 @am__EXEEXT_TRUE@       $(am__check_pre) $(TESTS_LOG_DRIVER) --test-name "$$f" \
767 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
768 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TESTS_LOG_DRIVER_FLAGS) $(TESTS_LOG_DRIVER_FLAGS) -- $(TESTS_LOG_COMPILE) \
769 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
770
771 distdir: $(BUILT_SOURCES)
772         $(MAKE) $(AM_MAKEFLAGS) distdir-am
773
774 distdir-am: $(DISTFILES)
775         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
776         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
777         list='$(DISTFILES)'; \
778           dist_files=`for file in $$list; do echo $$file; done | \
779           sed -e "s|^$$srcdirstrip/||;t" \
780               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
781         case $$dist_files in \
782           */*) $(MKDIR_P) `echo "$$dist_files" | \
783                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
784                            sort -u` ;; \
785         esac; \
786         for file in $$dist_files; do \
787           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
788           if test -d $$d/$$file; then \
789             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
790             if test -d "$(distdir)/$$file"; then \
791               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
792             fi; \
793             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
794               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
795               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
796             fi; \
797             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
798           else \
799             test -f "$(distdir)/$$file" \
800             || cp -p $$d/$$file "$(distdir)/$$file" \
801             || exit 1; \
802           fi; \
803         done
804 check-am: all-am
805         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
806 check: check-am
807 all-am: Makefile
808 installdirs:
809 install: install-am
810 install-exec: install-exec-am
811 install-data: install-data-am
812 uninstall: uninstall-am
813
814 install-am: all-am
815         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
816
817 installcheck: installcheck-am
818 install-strip:
819         if test -z '$(STRIP)'; then \
820           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
821             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
822               install; \
823         else \
824           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
825             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
826             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
827         fi
828 mostlyclean-generic:
829         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
830         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
831         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
832
833 clean-generic:
834
835 distclean-generic:
836         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
837         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
838
839 maintainer-clean-generic:
840         @echo "This command is intended for maintainers to use"
841         @echo "it deletes files that may require special tools to rebuild."
842 clean: clean-am
843
844 clean-am: clean-generic clean-libtool mostlyclean-am
845
846 distclean: distclean-am
847         -rm -f Makefile
848 distclean-am: clean-am distclean-generic
849
850 dvi: dvi-am
851
852 dvi-am:
853
854 html: html-am
855
856 html-am:
857
858 info: info-am
859
860 info-am:
861
862 install-data-am:
863
864 install-dvi: install-dvi-am
865
866 install-dvi-am:
867
868 install-exec-am:
869
870 install-html: install-html-am
871
872 install-html-am:
873
874 install-info: install-info-am
875
876 install-info-am:
877
878 install-man:
879
880 install-pdf: install-pdf-am
881
882 install-pdf-am:
883
884 install-ps: install-ps-am
885
886 install-ps-am:
887
888 installcheck-am:
889
890 maintainer-clean: maintainer-clean-am
891         -rm -f Makefile
892 maintainer-clean-am: distclean-am maintainer-clean-generic
893
894 mostlyclean: mostlyclean-am
895
896 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
897
898 pdf: pdf-am
899
900 pdf-am:
901
902 ps: ps-am
903
904 ps-am:
905
906 uninstall-am:
907
908 .MAKE: check-am install-am install-strip
909
910 .PHONY: all all-am check check-TESTS check-am clean clean-generic \
911         clean-libtool cscopelist-am ctags-am distclean \
912         distclean-generic distclean-libtool distdir dvi dvi-am html \
913         html-am info info-am install install-am install-data \
914         install-data-am install-dvi install-dvi-am install-exec \
915         install-exec-am install-html install-html-am install-info \
916         install-info-am install-man install-pdf install-pdf-am \
917         install-ps install-ps-am install-strip installcheck \
918         installcheck-am installdirs maintainer-clean \
919         maintainer-clean-generic mostlyclean mostlyclean-generic \
920         mostlyclean-libtool pdf pdf-am ps ps-am recheck tags-am \
921         uninstall uninstall-am
922
923 .PRECIOUS: Makefile
924
925
926 # Convenience targets:
927 lib:
928         @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
929
930 -include $(top_srcdir)/git.mk
931
932 # Tell versions [3.59,3.63) of GNU make to not export all variables.
933 # Otherwise a system limit (for SysV at least) may be exceeded.
934 .NOEXPORT: