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