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