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