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