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