Merge branch 'upstream' into tizen
[platform/upstream/harfbuzz.git] / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Process this file with automake to produce Makefile.in
18 VPATH = @srcdir@
19 am__is_gnu_make = { \
20   if test -z '$(MAKELEVEL)'; then \
21     false; \
22   elif test -n '$(MAKE_HOST)'; then \
23     true; \
24   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25     true; \
26   else \
27     false; \
28   fi; \
29 }
30 am__make_running_with_option = \
31   case $${target_option-} in \
32       ?) ;; \
33       *) echo "am__make_running_with_option: internal error: invalid" \
34               "target option '$${target_option-}' specified" >&2; \
35          exit 1;; \
36   esac; \
37   has_opt=no; \
38   sane_makeflags=$$MAKEFLAGS; \
39   if $(am__is_gnu_make); then \
40     sane_makeflags=$$MFLAGS; \
41   else \
42     case $$MAKEFLAGS in \
43       *\\[\ \   ]*) \
44         bs=\\; \
45         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
47     esac; \
48   fi; \
49   skip_next=no; \
50   strip_trailopt () \
51   { \
52     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53   }; \
54   for flg in $$sane_makeflags; do \
55     test $$skip_next = yes && { skip_next=no; continue; }; \
56     case $$flg in \
57       *=*|--*) continue;; \
58         -*I) strip_trailopt 'I'; skip_next=yes;; \
59       -*I?*) strip_trailopt 'I';; \
60         -*O) strip_trailopt 'O'; skip_next=yes;; \
61       -*O?*) strip_trailopt 'O';; \
62         -*l) strip_trailopt 'l'; skip_next=yes;; \
63       -*l?*) strip_trailopt 'l';; \
64       -[dEDm]) skip_next=yes;; \
65       -[JT]) skip_next=yes;; \
66     esac; \
67     case $$flg in \
68       *$$target_option*) has_opt=yes; break;; \
69     esac; \
70   done; \
71   test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 subdir = .
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_link_flag.m4 \
95         $(top_srcdir)/m4/ax_code_coverage.m4 \
96         $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
97         $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/gtk-doc.m4 \
98         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
99         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
100         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
101 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102         $(ACLOCAL_M4)
103 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
104         $(am__configure_deps) $(am__DIST_COMMON)
105 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
106  configure.lineno config.status.lineno
107 mkinstalldirs = $(install_sh) -d
108 CONFIG_HEADER = config.h
109 CONFIG_CLEAN_FILES =
110 CONFIG_CLEAN_VPATH_FILES =
111 AM_V_P = $(am__v_P_@AM_V@)
112 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
113 am__v_P_0 = false
114 am__v_P_1 = :
115 AM_V_GEN = $(am__v_GEN_@AM_V@)
116 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117 am__v_GEN_0 = @echo "  GEN     " $@;
118 am__v_GEN_1 = 
119 AM_V_at = $(am__v_at_@AM_V@)
120 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
121 am__v_at_0 = @
122 am__v_at_1 = 
123 SOURCES =
124 DIST_SOURCES =
125 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
126         ctags-recursive dvi-recursive html-recursive info-recursive \
127         install-data-recursive install-dvi-recursive \
128         install-exec-recursive install-html-recursive \
129         install-info-recursive install-pdf-recursive \
130         install-ps-recursive install-recursive installcheck-recursive \
131         installdirs-recursive pdf-recursive ps-recursive \
132         tags-recursive uninstall-recursive
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 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
139   distclean-recursive maintainer-clean-recursive
140 am__recursive_targets = \
141   $(RECURSIVE_TARGETS) \
142   $(RECURSIVE_CLEAN_TARGETS) \
143   $(am__extra_recursive_targets)
144 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
145         cscope distdir distdir-am dist dist-all distcheck
146 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
147         $(LISP)config.h.in
148 # Read a list of newline-separated strings from the standard input,
149 # and print each of them once, without duplicates.  Input order is
150 # *not* preserved.
151 am__uniquify_input = $(AWK) '\
152   BEGIN { nonempty = 0; } \
153   { items[$$0] = 1; nonempty = 1; } \
154   END { if (nonempty) { for (i in items) print i; }; } \
155 '
156 # Make sure the list of sources is unique.  This is necessary because,
157 # e.g., the same source file might be shared among _SOURCES variables
158 # for different programs/libraries.
159 am__define_uniq_tagged_files = \
160   list='$(am__tagged_files)'; \
161   unique=`for i in $$list; do \
162     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
163   done | $(am__uniquify_input)`
164 ETAGS = etags
165 CTAGS = ctags
166 CSCOPE = cscope
167 DIST_SUBDIRS = $(SUBDIRS)
168 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
169         COPYING ChangeLog INSTALL NEWS README THANKS TODO ar-lib \
170         compile config.guess config.sub depcomp install-sh ltmain.sh \
171         missing
172 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
173 distdir = $(PACKAGE)-$(VERSION)
174 top_distdir = $(distdir)
175 am__remove_distdir = \
176   if test -d "$(distdir)"; then \
177     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
178       && rm -rf "$(distdir)" \
179       || { sleep 5 && rm -rf "$(distdir)"; }; \
180   else :; fi
181 am__post_remove_distdir = $(am__remove_distdir)
182 am__relativize = \
183   dir0=`pwd`; \
184   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
185   sed_rest='s,^[^/]*/*,,'; \
186   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
187   sed_butlast='s,/*[^/]*$$,,'; \
188   while test -n "$$dir1"; do \
189     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
190     if test "$$first" != "."; then \
191       if test "$$first" = ".."; then \
192         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
193         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
194       else \
195         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
196         if test "$$first2" = "$$first"; then \
197           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
198         else \
199           dir2="../$$dir2"; \
200         fi; \
201         dir0="$$dir0"/"$$first"; \
202       fi; \
203     fi; \
204     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
205   done; \
206   reldir="$$dir2"
207 GZIP_ENV = --best
208 DIST_ARCHIVES = $(distdir).tar.xz
209 DIST_TARGETS = dist-xz
210 distuninstallcheck_listfiles = find . -type f -print
211 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
212   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
213 distcleancheck_listfiles = find . -type f -print
214 ACLOCAL = @ACLOCAL@
215 AMTAR = @AMTAR@
216 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
217 AR = @AR@
218 AUTOCONF = @AUTOCONF@
219 AUTOHEADER = @AUTOHEADER@
220 AUTOMAKE = @AUTOMAKE@
221 AWK = @AWK@
222 CAIRO_CFLAGS = @CAIRO_CFLAGS@
223 CAIRO_FT_CFLAGS = @CAIRO_FT_CFLAGS@
224 CAIRO_FT_LIBS = @CAIRO_FT_LIBS@
225 CAIRO_LIBS = @CAIRO_LIBS@
226 CC = @CC@
227 CCDEPMODE = @CCDEPMODE@
228 CFLAGS = @CFLAGS@
229 CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
230 CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
231 CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
232 CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
233 CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
234 CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
235 CORETEXT_CFLAGS = @CORETEXT_CFLAGS@
236 CORETEXT_LIBS = @CORETEXT_LIBS@
237 CPP = @CPP@
238 CPPFLAGS = @CPPFLAGS@
239 CXX = @CXX@
240 CXXCPP = @CXXCPP@
241 CXXDEPMODE = @CXXDEPMODE@
242 CXXFLAGS = @CXXFLAGS@
243 CYGPATH_W = @CYGPATH_W@
244 DEFS = @DEFS@
245 DEPDIR = @DEPDIR@
246 DIRECTWRITE_CXXFLAGS = @DIRECTWRITE_CXXFLAGS@
247 DIRECTWRITE_LIBS = @DIRECTWRITE_LIBS@
248 DLLTOOL = @DLLTOOL@
249 DSYMUTIL = @DSYMUTIL@
250 DUMPBIN = @DUMPBIN@
251 ECHO_C = @ECHO_C@
252 ECHO_N = @ECHO_N@
253 ECHO_T = @ECHO_T@
254 EGREP = @EGREP@
255 EXEEXT = @EXEEXT@
256 FGREP = @FGREP@
257 FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
258 FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
259 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
260 FREETYPE_DEPS = @FREETYPE_DEPS@
261 FREETYPE_LIBS = @FREETYPE_LIBS@
262 GCOV = @GCOV@
263 GDI_CFLAGS = @GDI_CFLAGS@
264 GDI_LIBS = @GDI_LIBS@
265 GENHTML = @GENHTML@
266 GIT = @GIT@
267 GLIB_CFLAGS = @GLIB_CFLAGS@
268 GLIB_DEPS = @GLIB_DEPS@
269 GLIB_LIBS = @GLIB_LIBS@
270 GLIB_MKENUMS = @GLIB_MKENUMS@
271 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
272 GOBJECT_LIBS = @GOBJECT_LIBS@
273 GRAPHITE2_CFLAGS = @GRAPHITE2_CFLAGS@
274 GRAPHITE2_DEPS = @GRAPHITE2_DEPS@
275 GRAPHITE2_LIBS = @GRAPHITE2_LIBS@
276 GREP = @GREP@
277 GTKDOC_CHECK = @GTKDOC_CHECK@
278 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
279 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
280 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
281 GTKDOC_MKPDF = @GTKDOC_MKPDF@
282 GTKDOC_REBASE = @GTKDOC_REBASE@
283 HAVE_CXX11 = @HAVE_CXX11@
284 HB_LIBTOOL_VERSION_INFO = @HB_LIBTOOL_VERSION_INFO@
285 HB_VERSION = @HB_VERSION@
286 HB_VERSION_MAJOR = @HB_VERSION_MAJOR@
287 HB_VERSION_MICRO = @HB_VERSION_MICRO@
288 HB_VERSION_MINOR = @HB_VERSION_MINOR@
289 HTML_DIR = @HTML_DIR@
290 ICU_CFLAGS = @ICU_CFLAGS@
291 ICU_CONFIG = @ICU_CONFIG@
292 ICU_LIBS = @ICU_LIBS@
293 INSTALL = @INSTALL@
294 INSTALL_DATA = @INSTALL_DATA@
295 INSTALL_PROGRAM = @INSTALL_PROGRAM@
296 INSTALL_SCRIPT = @INSTALL_SCRIPT@
297 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
298 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
299 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
300 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
301 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
302 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
303 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
304 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
305 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
306 LCOV = @LCOV@
307 LD = @LD@
308 LDFLAGS = @LDFLAGS@
309 LIBOBJS = @LIBOBJS@
310 LIBS = @LIBS@
311 LIBTOOL = @LIBTOOL@
312 LIPO = @LIPO@
313 LN_S = @LN_S@
314 LTLIBOBJS = @LTLIBOBJS@
315 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
316 MAKEINFO = @MAKEINFO@
317 MANIFEST_TOOL = @MANIFEST_TOOL@
318 MKDIR_P = @MKDIR_P@
319 NM = @NM@
320 NMEDIT = @NMEDIT@
321 OBJDUMP = @OBJDUMP@
322 OBJEXT = @OBJEXT@
323 OTOOL = @OTOOL@
324 OTOOL64 = @OTOOL64@
325 PACKAGE = @PACKAGE@
326 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
327 PACKAGE_NAME = @PACKAGE_NAME@
328 PACKAGE_STRING = @PACKAGE_STRING@
329 PACKAGE_TARNAME = @PACKAGE_TARNAME@
330 PACKAGE_URL = @PACKAGE_URL@
331 PACKAGE_VERSION = @PACKAGE_VERSION@
332 PATH_SEPARATOR = @PATH_SEPARATOR@
333 PKG_CONFIG = @PKG_CONFIG@
334 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
335 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
336 PTHREAD_CC = @PTHREAD_CC@
337 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
338 PTHREAD_LIBS = @PTHREAD_LIBS@
339 RAGEL = @RAGEL@
340 RANLIB = @RANLIB@
341 SED = @SED@
342 SET_MAKE = @SET_MAKE@
343 SHELL = @SHELL@
344 STRIP = @STRIP@
345 UNISCRIBE_CFLAGS = @UNISCRIBE_CFLAGS@
346 UNISCRIBE_LIBS = @UNISCRIBE_LIBS@
347 VERSION = @VERSION@
348 abs_builddir = @abs_builddir@
349 abs_srcdir = @abs_srcdir@
350 abs_top_builddir = @abs_top_builddir@
351 abs_top_srcdir = @abs_top_srcdir@
352 ac_ct_AR = @ac_ct_AR@
353 ac_ct_CC = @ac_ct_CC@
354 ac_ct_CXX = @ac_ct_CXX@
355 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
356 am__include = @am__include@
357 am__leading_dot = @am__leading_dot@
358 am__quote = @am__quote@
359 am__tar = @am__tar@
360 am__untar = @am__untar@
361 ax_pthread_config = @ax_pthread_config@
362 bindir = @bindir@
363 build = @build@
364 build_alias = @build_alias@
365 build_cpu = @build_cpu@
366 build_os = @build_os@
367 build_vendor = @build_vendor@
368 builddir = @builddir@
369 datadir = @datadir@
370 datarootdir = @datarootdir@
371 docdir = @docdir@
372 dvidir = @dvidir@
373 exec_prefix = @exec_prefix@
374 have_gobject = @have_gobject@
375 host = @host@
376 host_alias = @host_alias@
377 host_cpu = @host_cpu@
378 host_os = @host_os@
379 host_vendor = @host_vendor@
380 htmldir = @htmldir@
381 includedir = @includedir@
382 infodir = @infodir@
383 install_sh = @install_sh@
384 libdir = @libdir@
385 libexecdir = @libexecdir@
386 localedir = @localedir@
387 localstatedir = @localstatedir@
388 mandir = @mandir@
389 mkdir_p = @mkdir_p@
390 oldincludedir = @oldincludedir@
391 pdfdir = @pdfdir@
392 prefix = @prefix@
393 program_transform_name = @program_transform_name@
394 psdir = @psdir@
395 sbindir = @sbindir@
396 sharedstatedir = @sharedstatedir@
397 srcdir = @srcdir@
398 sysconfdir = @sysconfdir@
399 target_alias = @target_alias@
400 top_build_prefix = @top_build_prefix@
401 top_builddir = @top_builddir@
402 top_srcdir = @top_srcdir@
403 NULL = 
404 ACLOCAL_AMFLAGS = -I m4
405 SUBDIRS = src util test docs
406 EXTRA_DIST = \
407         autogen.sh \
408         harfbuzz.doap \
409         README.md \
410         README.mingw.md \
411         README.python.md \
412         BUILD.md \
413         CONFIG.md \
414         RELEASING.md \
415         TESTING.md \
416         CMakeLists.txt \
417         replace-enum-strings.cmake \
418         mingw-configure.sh \
419         mingw-ldd.py \
420         mingw32.sh \
421         mingw64.sh \
422         $(NULL)
423
424 MAINTAINERCLEANFILES = \
425         $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
426         $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \
427         $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \
428         $(srcdir)/INSTALL \
429         $(srcdir)/ChangeLog \
430         $(srcdir)/gtk-doc.make \
431         $(srcdir)/m4/gtk-doc.m4 \
432         $(NULL)
433
434
435 #
436 # ChangeLog generation
437 #
438 CHANGELOG_RANGE = 
439
440 #
441 # Release engineering
442 #
443 DISTCHECK_CONFIGURE_FLAGS = \
444         --enable-gtk-doc \
445         --disable-doc-cross-references \
446         --with-gobject \
447         --enable-introspection \
448         $(NULL)
449
450
451 # TAR_OPTIONS is not set as env var for 'make dist'.  How to fix that?
452 TAR_OPTIONS = --owner=0 --group=0
453 tar_file = $(PACKAGE_TARNAME)-$(VERSION).tar.xz
454 sha256_file = $(tar_file).sha256
455 gpg_file = $(sha256_file).asc
456 all: config.h
457         $(MAKE) $(AM_MAKEFLAGS) all-recursive
458
459 .SUFFIXES:
460 am--refresh: Makefile
461         @:
462 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
463         @for dep in $?; do \
464           case '$(am__configure_deps)' in \
465             *$$dep*) \
466               echo ' cd $(srcdir) && $(AUTOMAKE) --gnits'; \
467               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnits \
468                 && exit 0; \
469               exit 1;; \
470           esac; \
471         done; \
472         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile'; \
473         $(am__cd) $(top_srcdir) && \
474           $(AUTOMAKE) --gnits Makefile
475 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
476         @case '$?' in \
477           *config.status*) \
478             echo ' $(SHELL) ./config.status'; \
479             $(SHELL) ./config.status;; \
480           *) \
481             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
482             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
483         esac;
484
485 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
486         $(SHELL) ./config.status --recheck
487
488 $(top_srcdir)/configure:  $(am__configure_deps)
489         $(am__cd) $(srcdir) && $(AUTOCONF)
490 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
491         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
492 $(am__aclocal_m4_deps):
493
494 config.h: stamp-h1
495         @test -f $@ || rm -f stamp-h1
496         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
497
498 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
499         @rm -f stamp-h1
500         cd $(top_builddir) && $(SHELL) ./config.status config.h
501 $(srcdir)/config.h.in:  $(am__configure_deps) 
502         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
503         rm -f stamp-h1
504         touch $@
505
506 distclean-hdr:
507         -rm -f config.h stamp-h1
508
509 mostlyclean-libtool:
510         -rm -f *.lo
511
512 clean-libtool:
513         -rm -rf .libs _libs
514
515 distclean-libtool:
516         -rm -f libtool config.lt
517
518 # This directory's subdirectories are mostly independent; you can cd
519 # into them and run 'make' without going through this Makefile.
520 # To change the values of 'make' variables: instead of editing Makefiles,
521 # (1) if the variable is set in 'config.status', edit 'config.status'
522 #     (which will cause the Makefiles to be regenerated when you run 'make');
523 # (2) otherwise, pass the desired values on the 'make' command line.
524 $(am__recursive_targets):
525         @fail=; \
526         if $(am__make_keepgoing); then \
527           failcom='fail=yes'; \
528         else \
529           failcom='exit 1'; \
530         fi; \
531         dot_seen=no; \
532         target=`echo $@ | sed s/-recursive//`; \
533         case "$@" in \
534           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
535           *) list='$(SUBDIRS)' ;; \
536         esac; \
537         for subdir in $$list; do \
538           echo "Making $$target in $$subdir"; \
539           if test "$$subdir" = "."; then \
540             dot_seen=yes; \
541             local_target="$$target-am"; \
542           else \
543             local_target="$$target"; \
544           fi; \
545           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
546           || eval $$failcom; \
547         done; \
548         if test "$$dot_seen" = "no"; then \
549           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
550         fi; test -z "$$fail"
551
552 ID: $(am__tagged_files)
553         $(am__define_uniq_tagged_files); mkid -fID $$unique
554 tags: tags-recursive
555 TAGS: tags
556
557 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
558         set x; \
559         here=`pwd`; \
560         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
561           include_option=--etags-include; \
562           empty_fix=.; \
563         else \
564           include_option=--include; \
565           empty_fix=; \
566         fi; \
567         list='$(SUBDIRS)'; for subdir in $$list; do \
568           if test "$$subdir" = .; then :; else \
569             test ! -f $$subdir/TAGS || \
570               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
571           fi; \
572         done; \
573         $(am__define_uniq_tagged_files); \
574         shift; \
575         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
576           test -n "$$unique" || unique=$$empty_fix; \
577           if test $$# -gt 0; then \
578             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
579               "$$@" $$unique; \
580           else \
581             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
582               $$unique; \
583           fi; \
584         fi
585 ctags: ctags-recursive
586
587 CTAGS: ctags
588 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
589         $(am__define_uniq_tagged_files); \
590         test -z "$(CTAGS_ARGS)$$unique" \
591           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
592              $$unique
593
594 GTAGS:
595         here=`$(am__cd) $(top_builddir) && pwd` \
596           && $(am__cd) $(top_srcdir) \
597           && gtags -i $(GTAGS_ARGS) "$$here"
598 cscope: cscope.files
599         test ! -s cscope.files \
600           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
601 clean-cscope:
602         -rm -f cscope.files
603 cscope.files: clean-cscope cscopelist
604 cscopelist: cscopelist-recursive
605
606 cscopelist-am: $(am__tagged_files)
607         list='$(am__tagged_files)'; \
608         case "$(srcdir)" in \
609           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
610           *) sdir=$(subdir)/$(srcdir) ;; \
611         esac; \
612         for i in $$list; do \
613           if test -f "$$i"; then \
614             echo "$(subdir)/$$i"; \
615           else \
616             echo "$$sdir/$$i"; \
617           fi; \
618         done >> $(top_builddir)/cscope.files
619
620 distclean-tags:
621         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
622         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
623
624 distdir: $(BUILT_SOURCES)
625         $(MAKE) $(AM_MAKEFLAGS) distdir-am
626
627 distdir-am: $(DISTFILES)
628         @case `sed 15q $(srcdir)/NEWS` in \
629         *"$(VERSION)"*) : ;; \
630         *) \
631           echo "NEWS not updated; not releasing" 1>&2; \
632           exit 1;; \
633         esac
634         $(am__remove_distdir)
635         test -d "$(distdir)" || mkdir "$(distdir)"
636         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
637         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
638         list='$(DISTFILES)'; \
639           dist_files=`for file in $$list; do echo $$file; done | \
640           sed -e "s|^$$srcdirstrip/||;t" \
641               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
642         case $$dist_files in \
643           */*) $(MKDIR_P) `echo "$$dist_files" | \
644                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
645                            sort -u` ;; \
646         esac; \
647         for file in $$dist_files; do \
648           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
649           if test -d $$d/$$file; then \
650             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
651             if test -d "$(distdir)/$$file"; then \
652               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
653             fi; \
654             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
655               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
656               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
657             fi; \
658             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
659           else \
660             test -f "$(distdir)/$$file" \
661             || cp -p $$d/$$file "$(distdir)/$$file" \
662             || exit 1; \
663           fi; \
664         done
665         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
666           if test "$$subdir" = .; then :; else \
667             $(am__make_dryrun) \
668               || test -d "$(distdir)/$$subdir" \
669               || $(MKDIR_P) "$(distdir)/$$subdir" \
670               || exit 1; \
671             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
672             $(am__relativize); \
673             new_distdir=$$reldir; \
674             dir1=$$subdir; dir2="$(top_distdir)"; \
675             $(am__relativize); \
676             new_top_distdir=$$reldir; \
677             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
678             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
679             ($(am__cd) $$subdir && \
680               $(MAKE) $(AM_MAKEFLAGS) \
681                 top_distdir="$$new_top_distdir" \
682                 distdir="$$new_distdir" \
683                 am__remove_distdir=: \
684                 am__skip_length_check=: \
685                 am__skip_mode_fix=: \
686                 distdir) \
687               || exit 1; \
688           fi; \
689         done
690         $(MAKE) $(AM_MAKEFLAGS) \
691           top_distdir="$(top_distdir)" distdir="$(distdir)" \
692           dist-hook
693         -test -n "$(am__skip_mode_fix)" \
694         || find "$(distdir)" -type d ! -perm -755 \
695                 -exec chmod u+rwx,go+rx {} \; -o \
696           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
697           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
698           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
699         || chmod -R a+r "$(distdir)"
700 dist-gzip: distdir
701         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
702         $(am__post_remove_distdir)
703
704 dist-bzip2: distdir
705         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
706         $(am__post_remove_distdir)
707
708 dist-lzip: distdir
709         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
710         $(am__post_remove_distdir)
711 dist-xz: distdir
712         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
713         $(am__post_remove_distdir)
714
715 dist-tarZ: distdir
716         @echo WARNING: "Support for distribution archives compressed with" \
717                        "legacy program 'compress' is deprecated." >&2
718         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
719         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
720         $(am__post_remove_distdir)
721
722 dist-shar: distdir
723         @echo WARNING: "Support for shar distribution archives is" \
724                        "deprecated." >&2
725         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
726         shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
727         $(am__post_remove_distdir)
728
729 dist-zip: distdir
730         -rm -f $(distdir).zip
731         zip -rq $(distdir).zip $(distdir)
732         $(am__post_remove_distdir)
733
734 dist dist-all:
735         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
736         $(am__post_remove_distdir)
737
738 # This target untars the dist file and tries a VPATH configuration.  Then
739 # it guarantees that the distribution is self-contained by making another
740 # tarfile.
741 distcheck: dist
742         case '$(DIST_ARCHIVES)' in \
743         *.tar.gz*) \
744           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
745         *.tar.bz2*) \
746           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
747         *.tar.lz*) \
748           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
749         *.tar.xz*) \
750           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
751         *.tar.Z*) \
752           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
753         *.shar.gz*) \
754           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
755         *.zip*) \
756           unzip $(distdir).zip ;;\
757         esac
758         chmod -R a-w $(distdir)
759         chmod u+w $(distdir)
760         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
761         chmod a-w $(distdir)
762         test -d $(distdir)/_build || exit 0; \
763         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
764           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
765           && am__cwd=`pwd` \
766           && $(am__cd) $(distdir)/_build/sub \
767           && ../../configure \
768             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
769             $(DISTCHECK_CONFIGURE_FLAGS) \
770             --srcdir=../.. --prefix="$$dc_install_base" \
771           && $(MAKE) $(AM_MAKEFLAGS) \
772           && $(MAKE) $(AM_MAKEFLAGS) dvi \
773           && $(MAKE) $(AM_MAKEFLAGS) check \
774           && $(MAKE) $(AM_MAKEFLAGS) install \
775           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
776           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
777           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
778                 distuninstallcheck \
779           && chmod -R a-w "$$dc_install_base" \
780           && ({ \
781                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
782                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
783                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
784                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
785                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
786               } || { rm -rf "$$dc_destdir"; exit 1; }) \
787           && rm -rf "$$dc_destdir" \
788           && $(MAKE) $(AM_MAKEFLAGS) dist \
789           && rm -rf $(DIST_ARCHIVES) \
790           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
791           && cd "$$am__cwd" \
792           || exit 1
793         $(am__post_remove_distdir)
794         @(echo "$(distdir) archives ready for distribution: "; \
795           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
796           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
797 distuninstallcheck:
798         @test -n '$(distuninstallcheck_dir)' || { \
799           echo 'ERROR: trying to run $@ with an empty' \
800                '$$(distuninstallcheck_dir)' >&2; \
801           exit 1; \
802         }; \
803         $(am__cd) '$(distuninstallcheck_dir)' || { \
804           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
805           exit 1; \
806         }; \
807         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
808            || { echo "ERROR: files left after uninstall:" ; \
809                 if test -n "$(DESTDIR)"; then \
810                   echo "  (check DESTDIR support)"; \
811                 fi ; \
812                 $(distuninstallcheck_listfiles) ; \
813                 exit 1; } >&2
814 distcleancheck: distclean
815         @if test '$(srcdir)' = . ; then \
816           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
817           exit 1 ; \
818         fi
819         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
820           || { echo "ERROR: files left in build directory after distclean:" ; \
821                $(distcleancheck_listfiles) ; \
822                exit 1; } >&2
823 check-am: all-am
824 check: check-recursive
825 all-am: Makefile config.h
826 installdirs: installdirs-recursive
827 installdirs-am:
828 install: install-recursive
829 install-exec: install-exec-recursive
830 install-data: install-data-recursive
831 uninstall: uninstall-recursive
832
833 install-am: all-am
834         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
835
836 installcheck: installcheck-recursive
837 install-strip:
838         if test -z '$(STRIP)'; then \
839           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
840             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
841               install; \
842         else \
843           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
844             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
845             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
846         fi
847 mostlyclean-generic:
848
849 clean-generic:
850
851 distclean-generic:
852         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
853         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
854
855 maintainer-clean-generic:
856         @echo "This command is intended for maintainers to use"
857         @echo "it deletes files that may require special tools to rebuild."
858         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
859 clean: clean-recursive
860
861 clean-am: clean-generic clean-libtool mostlyclean-am
862
863 distclean: distclean-recursive
864         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
865         -rm -f Makefile
866 distclean-am: clean-am distclean-generic distclean-hdr \
867         distclean-libtool distclean-tags
868
869 dvi: dvi-recursive
870
871 dvi-am:
872
873 html: html-recursive
874
875 html-am:
876
877 info: info-recursive
878
879 info-am:
880
881 install-data-am:
882
883 install-dvi: install-dvi-recursive
884
885 install-dvi-am:
886
887 install-exec-am:
888
889 install-html: install-html-recursive
890
891 install-html-am:
892
893 install-info: install-info-recursive
894
895 install-info-am:
896
897 install-man:
898
899 install-pdf: install-pdf-recursive
900
901 install-pdf-am:
902
903 install-ps: install-ps-recursive
904
905 install-ps-am:
906
907 installcheck-am:
908
909 maintainer-clean: maintainer-clean-recursive
910         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
911         -rm -rf $(top_srcdir)/autom4te.cache
912         -rm -f Makefile
913 maintainer-clean-am: distclean-am maintainer-clean-generic
914
915 mostlyclean: mostlyclean-recursive
916
917 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
918
919 pdf: pdf-recursive
920
921 pdf-am:
922
923 ps: ps-recursive
924
925 ps-am:
926
927 uninstall-am:
928
929 .MAKE: $(am__recursive_targets) all install-am install-strip
930
931 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
932         am--refresh check check-am clean clean-cscope clean-generic \
933         clean-libtool cscope cscopelist-am ctags ctags-am dist \
934         dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
935         dist-tarZ dist-xz dist-zip distcheck distclean \
936         distclean-generic distclean-hdr distclean-libtool \
937         distclean-tags distcleancheck distdir distuninstallcheck dvi \
938         dvi-am html html-am info info-am install install-am \
939         install-data install-data-am install-dvi install-dvi-am \
940         install-exec install-exec-am install-html install-html-am \
941         install-info install-info-am install-man install-pdf \
942         install-pdf-am install-ps install-ps-am install-strip \
943         installcheck installcheck-am installdirs installdirs-am \
944         maintainer-clean maintainer-clean-generic mostlyclean \
945         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
946         tags tags-am uninstall uninstall-am
947
948 .PRECIOUS: Makefile
949
950 ChangeLog: $(srcdir)/ChangeLog
951 $(srcdir)/ChangeLog:
952         $(AM_V_GEN) if test -d "$(top_srcdir)/.git"; then \
953           (GIT_DIR=$(top_srcdir)/.git \
954            $(GIT) log $(CHANGELOG_RANGE) --stat) > $@.tmp \
955           && mv -f $@.tmp "$(srcdir)/ChangeLog" \
956           || ($(RM) $@.tmp; \
957               echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
958               (test -f $@ || echo git-log is required to generate this file >> "$(srcdir)/$@")); \
959         else \
960           test -f $@ || \
961           (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
962           echo A git checkout and git-log is required to generate this file >> "$(srcdir)/$@"); \
963         fi
964 .PHONY: ChangeLog $(srcdir)/ChangeLog
965
966 dist-hook: dist-clear-sticky-bits
967 # Clean up any sticky bits we may inherit from parent dir
968 dist-clear-sticky-bits:
969         chmod -R a-s $(distdir)
970 $(sha256_file): $(tar_file)
971         sha256sum $^ > $@
972 $(gpg_file): $(sha256_file)
973         @echo "Please enter your GPG password to sign the checksum."
974         gpg --armor --sign $^
975
976 release-files: $(tar_file) $(sha256_file) $(gpg_file)
977
978 dist-win:
979         @case $(host_triplet) in *-w64-mingw32) ;; *) echo "Error: Requires mingw build. See README.mingw.md.">&2; exit 1 ;; esac
980         @DIR=$(PACKAGE_TARNAME)-$(VERSION)-win`case $(host_triplet) in i686-*) echo 32 ;; x86_64-*) echo 64 ;; esac`; \
981         $(RM) -r $$DIR; $(MKDIR_P) $$DIR || exit 1; \
982         cp util/.libs/hb-{shape,view,subset}.exe $$DIR && \
983         $(top_srcdir)/mingw-ldd.py $$DIR/hb-view.exe | grep -v 'not found' | cut -d '>' -f 2 | xargs cp -t $$DIR && \
984         cp src/.libs/libharfbuzz{,-subset}-0.dll $$DIR && \
985         chmod a+x $$DIR/*.{exe,dll} && \
986         $(STRIP) $$DIR/*.{exe,dll} && \
987         zip -r $$DIR.zip $$DIR && \
988         $(RM) -r $$DIR && \
989         echo "$$DIR.zip is ready."
990
991 -include $(top_srcdir)/git.mk
992
993 # Tell versions [3.59,3.63) of GNU make to not export all variables.
994 # Otherwise a system limit (for SysV at least) may be exceeded.
995 .NOEXPORT: