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