Imported Upstream version 1.8.1
[platform/upstream/harfbuzz.git] / 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 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_pthread.m4 $(top_srcdir)/m4/gtk-doc.m4 \
97         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
98         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
99         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
100         $(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 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.bz2
209 DIST_TARGETS = dist-bzip2
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 GENHTML = @GENHTML@
264 GIT = @GIT@
265 GLIB_CFLAGS = @GLIB_CFLAGS@
266 GLIB_DEPS = @GLIB_DEPS@
267 GLIB_LIBS = @GLIB_LIBS@
268 GLIB_MKENUMS = @GLIB_MKENUMS@
269 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
270 GOBJECT_LIBS = @GOBJECT_LIBS@
271 GRAPHITE2_CFLAGS = @GRAPHITE2_CFLAGS@
272 GRAPHITE2_DEPS = @GRAPHITE2_DEPS@
273 GRAPHITE2_LIBS = @GRAPHITE2_LIBS@
274 GREP = @GREP@
275 GTKDOC_CHECK = @GTKDOC_CHECK@
276 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
277 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
278 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
279 GTKDOC_MKPDF = @GTKDOC_MKPDF@
280 GTKDOC_REBASE = @GTKDOC_REBASE@
281 HB_LIBTOOL_VERSION_INFO = @HB_LIBTOOL_VERSION_INFO@
282 HB_VERSION = @HB_VERSION@
283 HB_VERSION_MAJOR = @HB_VERSION_MAJOR@
284 HB_VERSION_MICRO = @HB_VERSION_MICRO@
285 HB_VERSION_MINOR = @HB_VERSION_MINOR@
286 HTML_DIR = @HTML_DIR@
287 ICU_CFLAGS = @ICU_CFLAGS@
288 ICU_CONFIG = @ICU_CONFIG@
289 ICU_LIBS = @ICU_LIBS@
290 INSTALL = @INSTALL@
291 INSTALL_DATA = @INSTALL_DATA@
292 INSTALL_PROGRAM = @INSTALL_PROGRAM@
293 INSTALL_SCRIPT = @INSTALL_SCRIPT@
294 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
295 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
296 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
297 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
298 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
299 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
300 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
301 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
302 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
303 LCOV = @LCOV@
304 LD = @LD@
305 LDFLAGS = @LDFLAGS@
306 LIBOBJS = @LIBOBJS@
307 LIBS = @LIBS@
308 LIBTOOL = @LIBTOOL@
309 LIPO = @LIPO@
310 LN_S = @LN_S@
311 LTLIBOBJS = @LTLIBOBJS@
312 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
313 MAKEINFO = @MAKEINFO@
314 MANIFEST_TOOL = @MANIFEST_TOOL@
315 MKDIR_P = @MKDIR_P@
316 NM = @NM@
317 NMEDIT = @NMEDIT@
318 OBJDUMP = @OBJDUMP@
319 OBJEXT = @OBJEXT@
320 OTOOL = @OTOOL@
321 OTOOL64 = @OTOOL64@
322 PACKAGE = @PACKAGE@
323 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
324 PACKAGE_NAME = @PACKAGE_NAME@
325 PACKAGE_STRING = @PACKAGE_STRING@
326 PACKAGE_TARNAME = @PACKAGE_TARNAME@
327 PACKAGE_URL = @PACKAGE_URL@
328 PACKAGE_VERSION = @PACKAGE_VERSION@
329 PATH_SEPARATOR = @PATH_SEPARATOR@
330 PKG_CONFIG = @PKG_CONFIG@
331 PTHREAD_CC = @PTHREAD_CC@
332 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
333 PTHREAD_LIBS = @PTHREAD_LIBS@
334 RAGEL = @RAGEL@
335 RANLIB = @RANLIB@
336 SED = @SED@
337 SET_MAKE = @SET_MAKE@
338 SHELL = @SHELL@
339 STRIP = @STRIP@
340 UNISCRIBE_CFLAGS = @UNISCRIBE_CFLAGS@
341 UNISCRIBE_LIBS = @UNISCRIBE_LIBS@
342 VERSION = @VERSION@
343 abs_builddir = @abs_builddir@
344 abs_srcdir = @abs_srcdir@
345 abs_top_builddir = @abs_top_builddir@
346 abs_top_srcdir = @abs_top_srcdir@
347 ac_ct_AR = @ac_ct_AR@
348 ac_ct_CC = @ac_ct_CC@
349 ac_ct_CXX = @ac_ct_CXX@
350 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
351 am__include = @am__include@
352 am__leading_dot = @am__leading_dot@
353 am__quote = @am__quote@
354 am__tar = @am__tar@
355 am__untar = @am__untar@
356 ax_pthread_config = @ax_pthread_config@
357 bindir = @bindir@
358 build = @build@
359 build_alias = @build_alias@
360 build_cpu = @build_cpu@
361 build_os = @build_os@
362 build_vendor = @build_vendor@
363 builddir = @builddir@
364 datadir = @datadir@
365 datarootdir = @datarootdir@
366 docdir = @docdir@
367 dvidir = @dvidir@
368 exec_prefix = @exec_prefix@
369 have_gobject = @have_gobject@
370 host = @host@
371 host_alias = @host_alias@
372 host_cpu = @host_cpu@
373 host_os = @host_os@
374 host_vendor = @host_vendor@
375 htmldir = @htmldir@
376 includedir = @includedir@
377 infodir = @infodir@
378 install_sh = @install_sh@
379 libdir = @libdir@
380 libexecdir = @libexecdir@
381 localedir = @localedir@
382 localstatedir = @localstatedir@
383 mandir = @mandir@
384 mkdir_p = @mkdir_p@
385 oldincludedir = @oldincludedir@
386 pdfdir = @pdfdir@
387 prefix = @prefix@
388 program_transform_name = @program_transform_name@
389 psdir = @psdir@
390 runstatedir = @runstatedir@
391 sbindir = @sbindir@
392 sharedstatedir = @sharedstatedir@
393 srcdir = @srcdir@
394 sysconfdir = @sysconfdir@
395 target_alias = @target_alias@
396 top_build_prefix = @top_build_prefix@
397 top_builddir = @top_builddir@
398 top_srcdir = @top_srcdir@
399 NULL = 
400 ACLOCAL_AMFLAGS = -I m4
401 SUBDIRS = src util test docs
402 EXTRA_DIST = \
403         autogen.sh \
404         harfbuzz.doap \
405         README.python.md \
406         README.wine.md \
407         BUILD.md \
408         RELEASING.md \
409         CMakeLists.txt \
410         replace-enum-strings.cmake \
411         $(NULL)
412
413 MAINTAINERCLEANFILES = \
414         $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
415         $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \
416         $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \
417         $(srcdir)/INSTALL \
418         $(srcdir)/ChangeLog \
419         $(srcdir)/gtk-doc.make \
420         $(srcdir)/m4/gtk-doc.m4 \
421         $(NULL)
422
423
424 #
425 # ChangeLog generation
426 #
427 CHANGELOG_RANGE = 
428
429 #
430 # Release engineering
431 #
432 DISTCHECK_CONFIGURE_FLAGS = \
433         --enable-gtk-doc \
434         --disable-doc-cross-references \
435         --with-gobject \
436         --enable-introspection \
437         $(NULL)
438
439
440 # TODO: Copy infrastructure from cairo
441
442 # TAR_OPTIONS is not set as env var for 'make dist'.  How to fix that?
443 TAR_OPTIONS = --owner=0 --group=0
444 tar_file = $(PACKAGE_TARNAME)-$(VERSION).tar.bz2
445 sha256_file = $(tar_file).sha256
446 gpg_file = $(sha256_file).asc
447 all: config.h
448         $(MAKE) $(AM_MAKEFLAGS) all-recursive
449
450 .SUFFIXES:
451 am--refresh: Makefile
452         @:
453 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
454         @for dep in $?; do \
455           case '$(am__configure_deps)' in \
456             *$$dep*) \
457               echo ' cd $(srcdir) && $(AUTOMAKE) --gnits'; \
458               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnits \
459                 && exit 0; \
460               exit 1;; \
461           esac; \
462         done; \
463         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile'; \
464         $(am__cd) $(top_srcdir) && \
465           $(AUTOMAKE) --gnits Makefile
466 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
467         @case '$?' in \
468           *config.status*) \
469             echo ' $(SHELL) ./config.status'; \
470             $(SHELL) ./config.status;; \
471           *) \
472             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
473             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
474         esac;
475
476 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
477         $(SHELL) ./config.status --recheck
478
479 $(top_srcdir)/configure:  $(am__configure_deps)
480         $(am__cd) $(srcdir) && $(AUTOCONF)
481 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
482         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
483 $(am__aclocal_m4_deps):
484
485 config.h: stamp-h1
486         @test -f $@ || rm -f stamp-h1
487         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
488
489 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
490         @rm -f stamp-h1
491         cd $(top_builddir) && $(SHELL) ./config.status config.h
492 $(srcdir)/config.h.in:  $(am__configure_deps) 
493         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
494         rm -f stamp-h1
495         touch $@
496
497 distclean-hdr:
498         -rm -f config.h stamp-h1
499
500 mostlyclean-libtool:
501         -rm -f *.lo
502
503 clean-libtool:
504         -rm -rf .libs _libs
505
506 distclean-libtool:
507         -rm -f libtool config.lt
508
509 # This directory's subdirectories are mostly independent; you can cd
510 # into them and run 'make' without going through this Makefile.
511 # To change the values of 'make' variables: instead of editing Makefiles,
512 # (1) if the variable is set in 'config.status', edit 'config.status'
513 #     (which will cause the Makefiles to be regenerated when you run 'make');
514 # (2) otherwise, pass the desired values on the 'make' command line.
515 $(am__recursive_targets):
516         @fail=; \
517         if $(am__make_keepgoing); then \
518           failcom='fail=yes'; \
519         else \
520           failcom='exit 1'; \
521         fi; \
522         dot_seen=no; \
523         target=`echo $@ | sed s/-recursive//`; \
524         case "$@" in \
525           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
526           *) list='$(SUBDIRS)' ;; \
527         esac; \
528         for subdir in $$list; do \
529           echo "Making $$target in $$subdir"; \
530           if test "$$subdir" = "."; then \
531             dot_seen=yes; \
532             local_target="$$target-am"; \
533           else \
534             local_target="$$target"; \
535           fi; \
536           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
537           || eval $$failcom; \
538         done; \
539         if test "$$dot_seen" = "no"; then \
540           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
541         fi; test -z "$$fail"
542
543 ID: $(am__tagged_files)
544         $(am__define_uniq_tagged_files); mkid -fID $$unique
545 tags: tags-recursive
546 TAGS: tags
547
548 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
549         set x; \
550         here=`pwd`; \
551         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
552           include_option=--etags-include; \
553           empty_fix=.; \
554         else \
555           include_option=--include; \
556           empty_fix=; \
557         fi; \
558         list='$(SUBDIRS)'; for subdir in $$list; do \
559           if test "$$subdir" = .; then :; else \
560             test ! -f $$subdir/TAGS || \
561               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
562           fi; \
563         done; \
564         $(am__define_uniq_tagged_files); \
565         shift; \
566         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
567           test -n "$$unique" || unique=$$empty_fix; \
568           if test $$# -gt 0; then \
569             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
570               "$$@" $$unique; \
571           else \
572             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
573               $$unique; \
574           fi; \
575         fi
576 ctags: ctags-recursive
577
578 CTAGS: ctags
579 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
580         $(am__define_uniq_tagged_files); \
581         test -z "$(CTAGS_ARGS)$$unique" \
582           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
583              $$unique
584
585 GTAGS:
586         here=`$(am__cd) $(top_builddir) && pwd` \
587           && $(am__cd) $(top_srcdir) \
588           && gtags -i $(GTAGS_ARGS) "$$here"
589 cscope: cscope.files
590         test ! -s cscope.files \
591           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
592 clean-cscope:
593         -rm -f cscope.files
594 cscope.files: clean-cscope cscopelist
595 cscopelist: cscopelist-recursive
596
597 cscopelist-am: $(am__tagged_files)
598         list='$(am__tagged_files)'; \
599         case "$(srcdir)" in \
600           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
601           *) sdir=$(subdir)/$(srcdir) ;; \
602         esac; \
603         for i in $$list; do \
604           if test -f "$$i"; then \
605             echo "$(subdir)/$$i"; \
606           else \
607             echo "$$sdir/$$i"; \
608           fi; \
609         done >> $(top_builddir)/cscope.files
610
611 distclean-tags:
612         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
613         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
614
615 distdir: $(DISTFILES)
616         @case `sed 15q $(srcdir)/NEWS` in \
617         *"$(VERSION)"*) : ;; \
618         *) \
619           echo "NEWS not updated; not releasing" 1>&2; \
620           exit 1;; \
621         esac
622         $(am__remove_distdir)
623         test -d "$(distdir)" || mkdir "$(distdir)"
624         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
625         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
626         list='$(DISTFILES)'; \
627           dist_files=`for file in $$list; do echo $$file; done | \
628           sed -e "s|^$$srcdirstrip/||;t" \
629               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
630         case $$dist_files in \
631           */*) $(MKDIR_P) `echo "$$dist_files" | \
632                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
633                            sort -u` ;; \
634         esac; \
635         for file in $$dist_files; do \
636           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
637           if test -d $$d/$$file; then \
638             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
639             if test -d "$(distdir)/$$file"; then \
640               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
641             fi; \
642             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
643               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
644               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
645             fi; \
646             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
647           else \
648             test -f "$(distdir)/$$file" \
649             || cp -p $$d/$$file "$(distdir)/$$file" \
650             || exit 1; \
651           fi; \
652         done
653         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
654           if test "$$subdir" = .; then :; else \
655             $(am__make_dryrun) \
656               || test -d "$(distdir)/$$subdir" \
657               || $(MKDIR_P) "$(distdir)/$$subdir" \
658               || exit 1; \
659             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
660             $(am__relativize); \
661             new_distdir=$$reldir; \
662             dir1=$$subdir; dir2="$(top_distdir)"; \
663             $(am__relativize); \
664             new_top_distdir=$$reldir; \
665             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
666             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
667             ($(am__cd) $$subdir && \
668               $(MAKE) $(AM_MAKEFLAGS) \
669                 top_distdir="$$new_top_distdir" \
670                 distdir="$$new_distdir" \
671                 am__remove_distdir=: \
672                 am__skip_length_check=: \
673                 am__skip_mode_fix=: \
674                 distdir) \
675               || exit 1; \
676           fi; \
677         done
678         $(MAKE) $(AM_MAKEFLAGS) \
679           top_distdir="$(top_distdir)" distdir="$(distdir)" \
680           dist-hook
681         -test -n "$(am__skip_mode_fix)" \
682         || find "$(distdir)" -type d ! -perm -755 \
683                 -exec chmod u+rwx,go+rx {} \; -o \
684           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
685           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
686           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
687         || chmod -R a+r "$(distdir)"
688 dist-gzip: distdir
689         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
690         $(am__post_remove_distdir)
691 dist-bzip2: distdir
692         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
693         $(am__post_remove_distdir)
694
695 dist-lzip: distdir
696         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
697         $(am__post_remove_distdir)
698
699 dist-xz: distdir
700         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
701         $(am__post_remove_distdir)
702
703 dist-tarZ: distdir
704         @echo WARNING: "Support for distribution archives compressed with" \
705                        "legacy program 'compress' is deprecated." >&2
706         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
707         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
708         $(am__post_remove_distdir)
709
710 dist-shar: distdir
711         @echo WARNING: "Support for shar distribution archives is" \
712                        "deprecated." >&2
713         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
714         shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
715         $(am__post_remove_distdir)
716
717 dist-zip: distdir
718         -rm -f $(distdir).zip
719         zip -rq $(distdir).zip $(distdir)
720         $(am__post_remove_distdir)
721
722 dist dist-all:
723         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
724         $(am__post_remove_distdir)
725
726 # This target untars the dist file and tries a VPATH configuration.  Then
727 # it guarantees that the distribution is self-contained by making another
728 # tarfile.
729 distcheck: dist
730         case '$(DIST_ARCHIVES)' in \
731         *.tar.gz*) \
732           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
733         *.tar.bz2*) \
734           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
735         *.tar.lz*) \
736           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
737         *.tar.xz*) \
738           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
739         *.tar.Z*) \
740           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
741         *.shar.gz*) \
742           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
743         *.zip*) \
744           unzip $(distdir).zip ;;\
745         esac
746         chmod -R a-w $(distdir)
747         chmod u+w $(distdir)
748         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
749         chmod a-w $(distdir)
750         test -d $(distdir)/_build || exit 0; \
751         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
752           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
753           && am__cwd=`pwd` \
754           && $(am__cd) $(distdir)/_build/sub \
755           && ../../configure \
756             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
757             $(DISTCHECK_CONFIGURE_FLAGS) \
758             --srcdir=../.. --prefix="$$dc_install_base" \
759           && $(MAKE) $(AM_MAKEFLAGS) \
760           && $(MAKE) $(AM_MAKEFLAGS) dvi \
761           && $(MAKE) $(AM_MAKEFLAGS) check \
762           && $(MAKE) $(AM_MAKEFLAGS) install \
763           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
764           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
765           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
766                 distuninstallcheck \
767           && chmod -R a-w "$$dc_install_base" \
768           && ({ \
769                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
770                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
771                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
772                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
773                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
774               } || { rm -rf "$$dc_destdir"; exit 1; }) \
775           && rm -rf "$$dc_destdir" \
776           && $(MAKE) $(AM_MAKEFLAGS) dist \
777           && rm -rf $(DIST_ARCHIVES) \
778           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
779           && cd "$$am__cwd" \
780           || exit 1
781         $(am__post_remove_distdir)
782         @(echo "$(distdir) archives ready for distribution: "; \
783           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
784           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
785 distuninstallcheck:
786         @test -n '$(distuninstallcheck_dir)' || { \
787           echo 'ERROR: trying to run $@ with an empty' \
788                '$$(distuninstallcheck_dir)' >&2; \
789           exit 1; \
790         }; \
791         $(am__cd) '$(distuninstallcheck_dir)' || { \
792           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
793           exit 1; \
794         }; \
795         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
796            || { echo "ERROR: files left after uninstall:" ; \
797                 if test -n "$(DESTDIR)"; then \
798                   echo "  (check DESTDIR support)"; \
799                 fi ; \
800                 $(distuninstallcheck_listfiles) ; \
801                 exit 1; } >&2
802 distcleancheck: distclean
803         @if test '$(srcdir)' = . ; then \
804           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
805           exit 1 ; \
806         fi
807         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
808           || { echo "ERROR: files left in build directory after distclean:" ; \
809                $(distcleancheck_listfiles) ; \
810                exit 1; } >&2
811 check-am: all-am
812 check: check-recursive
813 all-am: Makefile config.h
814 installdirs: installdirs-recursive
815 installdirs-am:
816 install: install-recursive
817 install-exec: install-exec-recursive
818 install-data: install-data-recursive
819 uninstall: uninstall-recursive
820
821 install-am: all-am
822         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
823
824 installcheck: installcheck-recursive
825 install-strip:
826         if test -z '$(STRIP)'; then \
827           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
828             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
829               install; \
830         else \
831           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
832             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
833             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
834         fi
835 mostlyclean-generic:
836
837 clean-generic:
838
839 distclean-generic:
840         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
841         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
842
843 maintainer-clean-generic:
844         @echo "This command is intended for maintainers to use"
845         @echo "it deletes files that may require special tools to rebuild."
846         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
847 clean: clean-recursive
848
849 clean-am: clean-generic clean-libtool mostlyclean-am
850
851 distclean: distclean-recursive
852         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
853         -rm -f Makefile
854 distclean-am: clean-am distclean-generic distclean-hdr \
855         distclean-libtool distclean-tags
856
857 dvi: dvi-recursive
858
859 dvi-am:
860
861 html: html-recursive
862
863 html-am:
864
865 info: info-recursive
866
867 info-am:
868
869 install-data-am:
870
871 install-dvi: install-dvi-recursive
872
873 install-dvi-am:
874
875 install-exec-am:
876
877 install-html: install-html-recursive
878
879 install-html-am:
880
881 install-info: install-info-recursive
882
883 install-info-am:
884
885 install-man:
886
887 install-pdf: install-pdf-recursive
888
889 install-pdf-am:
890
891 install-ps: install-ps-recursive
892
893 install-ps-am:
894
895 installcheck-am:
896
897 maintainer-clean: maintainer-clean-recursive
898         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
899         -rm -rf $(top_srcdir)/autom4te.cache
900         -rm -f Makefile
901 maintainer-clean-am: distclean-am maintainer-clean-generic
902
903 mostlyclean: mostlyclean-recursive
904
905 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
906
907 pdf: pdf-recursive
908
909 pdf-am:
910
911 ps: ps-recursive
912
913 ps-am:
914
915 uninstall-am:
916
917 .MAKE: $(am__recursive_targets) all install-am install-strip
918
919 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
920         am--refresh check check-am clean clean-cscope clean-generic \
921         clean-libtool cscope cscopelist-am ctags ctags-am dist \
922         dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
923         dist-tarZ dist-xz dist-zip distcheck distclean \
924         distclean-generic distclean-hdr distclean-libtool \
925         distclean-tags distcleancheck distdir distuninstallcheck dvi \
926         dvi-am html html-am info info-am install install-am \
927         install-data install-data-am install-dvi install-dvi-am \
928         install-exec install-exec-am install-html install-html-am \
929         install-info install-info-am install-man install-pdf \
930         install-pdf-am install-ps install-ps-am install-strip \
931         installcheck installcheck-am installdirs installdirs-am \
932         maintainer-clean maintainer-clean-generic mostlyclean \
933         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
934         tags tags-am uninstall uninstall-am
935
936 .PRECIOUS: Makefile
937
938 ChangeLog: $(srcdir)/ChangeLog
939 $(srcdir)/ChangeLog:
940         $(AM_V_GEN) if test -d "$(top_srcdir)/.git"; then \
941           (GIT_DIR=$(top_srcdir)/.git \
942            $(GIT) log $(CHANGELOG_RANGE) --stat) | fmt --split-only > $@.tmp \
943           && mv -f $@.tmp "$(srcdir)/ChangeLog" \
944           || ($(RM) $@.tmp; \
945               echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
946               (test -f $@ || echo git-log is required to generate this file >> "$(srcdir)/$@")); \
947         else \
948           test -f $@ || \
949           (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
950           echo A git checkout and git-log is required to generate this file >> "$(srcdir)/$@"); \
951         fi
952 .PHONY: ChangeLog $(srcdir)/ChangeLog
953
954 dist-hook: dist-clear-sticky-bits
955 # Clean up any sticky bits we may inherit from parent dir
956 dist-clear-sticky-bits:
957         chmod -R a-s $(distdir)
958 $(sha256_file): $(tar_file)
959         sha256sum $^ > $@
960 $(gpg_file): $(sha256_file)
961         @echo "Please enter your GPG password to sign the checksum."
962         gpg --armor --sign $^
963
964 release-files: $(tar_file) $(sha256_file) $(gpg_file)
965
966 -include $(top_srcdir)/git.mk
967
968 # Tell versions [3.59,3.63) of GNU make to not export all variables.
969 # Otherwise a system limit (for SysV at least) may be exceeded.
970 .NOEXPORT: