Merge branch 'upstream' into tizen
[platform/upstream/harfbuzz.git] / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Process this file with automake to produce Makefile.in
18 VPATH = @srcdir@
19 am__is_gnu_make = { \
20   if test -z '$(MAKELEVEL)'; then \
21     false; \
22   elif test -n '$(MAKE_HOST)'; then \
23     true; \
24   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25     true; \
26   else \
27     false; \
28   fi; \
29 }
30 am__make_running_with_option = \
31   case $${target_option-} in \
32       ?) ;; \
33       *) echo "am__make_running_with_option: internal error: invalid" \
34               "target option '$${target_option-}' specified" >&2; \
35          exit 1;; \
36   esac; \
37   has_opt=no; \
38   sane_makeflags=$$MAKEFLAGS; \
39   if $(am__is_gnu_make); then \
40     sane_makeflags=$$MFLAGS; \
41   else \
42     case $$MAKEFLAGS in \
43       *\\[\ \   ]*) \
44         bs=\\; \
45         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
47     esac; \
48   fi; \
49   skip_next=no; \
50   strip_trailopt () \
51   { \
52     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53   }; \
54   for flg in $$sane_makeflags; do \
55     test $$skip_next = yes && { skip_next=no; continue; }; \
56     case $$flg in \
57       *=*|--*) continue;; \
58         -*I) strip_trailopt 'I'; skip_next=yes;; \
59       -*I?*) strip_trailopt 'I';; \
60         -*O) strip_trailopt 'O'; skip_next=yes;; \
61       -*O?*) strip_trailopt 'O';; \
62         -*l) strip_trailopt 'l'; skip_next=yes;; \
63       -*l?*) strip_trailopt 'l';; \
64       -[dEDm]) skip_next=yes;; \
65       -[JT]) skip_next=yes;; \
66     esac; \
67     case $$flg in \
68       *$$target_option*) has_opt=yes; break;; \
69     esac; \
70   done; \
71   test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 subdir = .
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_link_flag.m4 \
95         $(top_srcdir)/m4/ax_code_coverage.m4 \
96         $(top_srcdir)/m4/ax_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 ar-lib compile \
170         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 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 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
257 FREETYPE_DEPS = @FREETYPE_DEPS@
258 FREETYPE_LIBS = @FREETYPE_LIBS@
259 GCOV = @GCOV@
260 GDI_CFLAGS = @GDI_CFLAGS@
261 GDI_LIBS = @GDI_LIBS@
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 HAVE_CXX11 = @HAVE_CXX11@
281 HB_LIBTOOL_VERSION_INFO = @HB_LIBTOOL_VERSION_INFO@
282 HB_VERSION = @HB_VERSION@
283 HB_VERSION_MAJOR = @HB_VERSION_MAJOR@
284 HB_VERSION_MICRO = @HB_VERSION_MICRO@
285 HB_VERSION_MINOR = @HB_VERSION_MINOR@
286 HTML_DIR = @HTML_DIR@
287 ICU_CFLAGS = @ICU_CFLAGS@
288 ICU_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 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
331 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
332 PTHREAD_CC = @PTHREAD_CC@
333 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
334 PTHREAD_LIBS = @PTHREAD_LIBS@
335 RAGEL = @RAGEL@
336 RANLIB = @RANLIB@
337 SED = @SED@
338 SET_MAKE = @SET_MAKE@
339 SHELL = @SHELL@
340 STRIP = @STRIP@
341 UNISCRIBE_CFLAGS = @UNISCRIBE_CFLAGS@
342 UNISCRIBE_LIBS = @UNISCRIBE_LIBS@
343 VERSION = @VERSION@
344 WASM_CFLAGS = @WASM_CFLAGS@
345 WASM_LIBS = @WASM_LIBS@
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 perf 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         mingw-configure.sh \
427         $(NULL)
428
429 MAINTAINERCLEANFILES = \
430         $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
431         $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \
432         $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \
433         $(srcdir)/INSTALL \
434         $(srcdir)/ChangeLog \
435         $(srcdir)/gtk-doc.make \
436         $(srcdir)/m4/gtk-doc.m4 \
437         $(NULL)
438
439
440 #
441 # ChangeLog generation
442 #
443 CHANGELOG_RANGE = 
444
445 #
446 # Release engineering
447 #
448 DISTCHECK_CONFIGURE_FLAGS = \
449         --enable-gtk-doc \
450         --disable-doc-cross-references \
451         --with-gobject \
452         --enable-introspection \
453         $(NULL)
454
455
456 # TAR_OPTIONS is not set as env var for 'make dist'.  How to fix that?
457 TAR_OPTIONS = --owner=0 --group=0
458 all: config.h
459         $(MAKE) $(AM_MAKEFLAGS) all-recursive
460
461 .SUFFIXES:
462 am--refresh: Makefile
463         @:
464 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
465         @for dep in $?; do \
466           case '$(am__configure_deps)' in \
467             *$$dep*) \
468               echo ' cd $(srcdir) && $(AUTOMAKE) --gnits'; \
469               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnits \
470                 && exit 0; \
471               exit 1;; \
472           esac; \
473         done; \
474         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile'; \
475         $(am__cd) $(top_srcdir) && \
476           $(AUTOMAKE) --gnits Makefile
477 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
478         @case '$?' in \
479           *config.status*) \
480             echo ' $(SHELL) ./config.status'; \
481             $(SHELL) ./config.status;; \
482           *) \
483             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
484             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
485         esac;
486
487 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
488         $(SHELL) ./config.status --recheck
489
490 $(top_srcdir)/configure:  $(am__configure_deps)
491         $(am__cd) $(srcdir) && $(AUTOCONF)
492 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
493         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
494 $(am__aclocal_m4_deps):
495
496 config.h: stamp-h1
497         @test -f $@ || rm -f stamp-h1
498         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
499
500 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
501         @rm -f stamp-h1
502         cd $(top_builddir) && $(SHELL) ./config.status config.h
503 $(srcdir)/config.h.in:  $(am__configure_deps) 
504         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
505         rm -f stamp-h1
506         touch $@
507
508 distclean-hdr:
509         -rm -f config.h stamp-h1
510
511 mostlyclean-libtool:
512         -rm -f *.lo
513
514 clean-libtool:
515         -rm -rf .libs _libs
516
517 distclean-libtool:
518         -rm -f libtool config.lt
519
520 # This directory's subdirectories are mostly independent; you can cd
521 # into them and run 'make' without going through this Makefile.
522 # To change the values of 'make' variables: instead of editing Makefiles,
523 # (1) if the variable is set in 'config.status', edit 'config.status'
524 #     (which will cause the Makefiles to be regenerated when you run 'make');
525 # (2) otherwise, pass the desired values on the 'make' command line.
526 $(am__recursive_targets):
527         @fail=; \
528         if $(am__make_keepgoing); then \
529           failcom='fail=yes'; \
530         else \
531           failcom='exit 1'; \
532         fi; \
533         dot_seen=no; \
534         target=`echo $@ | sed s/-recursive//`; \
535         case "$@" in \
536           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
537           *) list='$(SUBDIRS)' ;; \
538         esac; \
539         for subdir in $$list; do \
540           echo "Making $$target in $$subdir"; \
541           if test "$$subdir" = "."; then \
542             dot_seen=yes; \
543             local_target="$$target-am"; \
544           else \
545             local_target="$$target"; \
546           fi; \
547           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
548           || eval $$failcom; \
549         done; \
550         if test "$$dot_seen" = "no"; then \
551           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
552         fi; test -z "$$fail"
553
554 ID: $(am__tagged_files)
555         $(am__define_uniq_tagged_files); mkid -fID $$unique
556 tags: tags-recursive
557 TAGS: tags
558
559 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
560         set x; \
561         here=`pwd`; \
562         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
563           include_option=--etags-include; \
564           empty_fix=.; \
565         else \
566           include_option=--include; \
567           empty_fix=; \
568         fi; \
569         list='$(SUBDIRS)'; for subdir in $$list; do \
570           if test "$$subdir" = .; then :; else \
571             test ! -f $$subdir/TAGS || \
572               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
573           fi; \
574         done; \
575         $(am__define_uniq_tagged_files); \
576         shift; \
577         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
578           test -n "$$unique" || unique=$$empty_fix; \
579           if test $$# -gt 0; then \
580             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
581               "$$@" $$unique; \
582           else \
583             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
584               $$unique; \
585           fi; \
586         fi
587 ctags: ctags-recursive
588
589 CTAGS: ctags
590 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
591         $(am__define_uniq_tagged_files); \
592         test -z "$(CTAGS_ARGS)$$unique" \
593           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
594              $$unique
595
596 GTAGS:
597         here=`$(am__cd) $(top_builddir) && pwd` \
598           && $(am__cd) $(top_srcdir) \
599           && gtags -i $(GTAGS_ARGS) "$$here"
600 cscope: cscope.files
601         test ! -s cscope.files \
602           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
603 clean-cscope:
604         -rm -f cscope.files
605 cscope.files: clean-cscope cscopelist
606 cscopelist: cscopelist-recursive
607
608 cscopelist-am: $(am__tagged_files)
609         list='$(am__tagged_files)'; \
610         case "$(srcdir)" in \
611           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
612           *) sdir=$(subdir)/$(srcdir) ;; \
613         esac; \
614         for i in $$list; do \
615           if test -f "$$i"; then \
616             echo "$(subdir)/$$i"; \
617           else \
618             echo "$$sdir/$$i"; \
619           fi; \
620         done >> $(top_builddir)/cscope.files
621
622 distclean-tags:
623         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
624         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
625
626 distdir: $(BUILT_SOURCES)
627         $(MAKE) $(AM_MAKEFLAGS) distdir-am
628
629 distdir-am: $(DISTFILES)
630         @case `sed 15q $(srcdir)/NEWS` in \
631         *"$(VERSION)"*) : ;; \
632         *) \
633           echo "NEWS not updated; not releasing" 1>&2; \
634           exit 1;; \
635         esac
636         $(am__remove_distdir)
637         test -d "$(distdir)" || mkdir "$(distdir)"
638         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
639         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
640         list='$(DISTFILES)'; \
641           dist_files=`for file in $$list; do echo $$file; done | \
642           sed -e "s|^$$srcdirstrip/||;t" \
643               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
644         case $$dist_files in \
645           */*) $(MKDIR_P) `echo "$$dist_files" | \
646                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
647                            sort -u` ;; \
648         esac; \
649         for file in $$dist_files; do \
650           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
651           if test -d $$d/$$file; then \
652             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
653             if test -d "$(distdir)/$$file"; then \
654               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
655             fi; \
656             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
657               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
658               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
659             fi; \
660             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
661           else \
662             test -f "$(distdir)/$$file" \
663             || cp -p $$d/$$file "$(distdir)/$$file" \
664             || exit 1; \
665           fi; \
666         done
667         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
668           if test "$$subdir" = .; then :; else \
669             $(am__make_dryrun) \
670               || test -d "$(distdir)/$$subdir" \
671               || $(MKDIR_P) "$(distdir)/$$subdir" \
672               || exit 1; \
673             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
674             $(am__relativize); \
675             new_distdir=$$reldir; \
676             dir1=$$subdir; dir2="$(top_distdir)"; \
677             $(am__relativize); \
678             new_top_distdir=$$reldir; \
679             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
680             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
681             ($(am__cd) $$subdir && \
682               $(MAKE) $(AM_MAKEFLAGS) \
683                 top_distdir="$$new_top_distdir" \
684                 distdir="$$new_distdir" \
685                 am__remove_distdir=: \
686                 am__skip_length_check=: \
687                 am__skip_mode_fix=: \
688                 distdir) \
689               || exit 1; \
690           fi; \
691         done
692         $(MAKE) $(AM_MAKEFLAGS) \
693           top_distdir="$(top_distdir)" distdir="$(distdir)" \
694           dist-hook
695         -test -n "$(am__skip_mode_fix)" \
696         || find "$(distdir)" -type d ! -perm -755 \
697                 -exec chmod u+rwx,go+rx {} \; -o \
698           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
699           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
700           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
701         || chmod -R a+r "$(distdir)"
702 dist-gzip: distdir
703         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
704         $(am__post_remove_distdir)
705
706 dist-bzip2: distdir
707         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
708         $(am__post_remove_distdir)
709
710 dist-lzip: distdir
711         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
712         $(am__post_remove_distdir)
713 dist-xz: distdir
714         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
715         $(am__post_remove_distdir)
716
717 dist-tarZ: distdir
718         @echo WARNING: "Support for distribution archives compressed with" \
719                        "legacy program 'compress' is deprecated." >&2
720         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
721         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
722         $(am__post_remove_distdir)
723
724 dist-shar: distdir
725         @echo WARNING: "Support for shar distribution archives is" \
726                        "deprecated." >&2
727         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
728         shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
729         $(am__post_remove_distdir)
730
731 dist-zip: distdir
732         -rm -f $(distdir).zip
733         zip -rq $(distdir).zip $(distdir)
734         $(am__post_remove_distdir)
735
736 dist dist-all:
737         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
738         $(am__post_remove_distdir)
739
740 # This target untars the dist file and tries a VPATH configuration.  Then
741 # it guarantees that the distribution is self-contained by making another
742 # tarfile.
743 distcheck: dist
744         case '$(DIST_ARCHIVES)' in \
745         *.tar.gz*) \
746           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
747         *.tar.bz2*) \
748           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
749         *.tar.lz*) \
750           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
751         *.tar.xz*) \
752           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
753         *.tar.Z*) \
754           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
755         *.shar.gz*) \
756           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
757         *.zip*) \
758           unzip $(distdir).zip ;;\
759         esac
760         chmod -R a-w $(distdir)
761         chmod u+w $(distdir)
762         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
763         chmod a-w $(distdir)
764         test -d $(distdir)/_build || exit 0; \
765         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
766           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
767           && am__cwd=`pwd` \
768           && $(am__cd) $(distdir)/_build/sub \
769           && ../../configure \
770             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
771             $(DISTCHECK_CONFIGURE_FLAGS) \
772             --srcdir=../.. --prefix="$$dc_install_base" \
773           && $(MAKE) $(AM_MAKEFLAGS) \
774           && $(MAKE) $(AM_MAKEFLAGS) dvi \
775           && $(MAKE) $(AM_MAKEFLAGS) check \
776           && $(MAKE) $(AM_MAKEFLAGS) install \
777           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
778           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
779           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
780                 distuninstallcheck \
781           && chmod -R a-w "$$dc_install_base" \
782           && ({ \
783                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
784                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
785                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
786                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
787                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
788               } || { rm -rf "$$dc_destdir"; exit 1; }) \
789           && rm -rf "$$dc_destdir" \
790           && $(MAKE) $(AM_MAKEFLAGS) dist \
791           && rm -rf $(DIST_ARCHIVES) \
792           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
793           && cd "$$am__cwd" \
794           || exit 1
795         $(am__post_remove_distdir)
796         @(echo "$(distdir) archives ready for distribution: "; \
797           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
798           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
799 distuninstallcheck:
800         @test -n '$(distuninstallcheck_dir)' || { \
801           echo 'ERROR: trying to run $@ with an empty' \
802                '$$(distuninstallcheck_dir)' >&2; \
803           exit 1; \
804         }; \
805         $(am__cd) '$(distuninstallcheck_dir)' || { \
806           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
807           exit 1; \
808         }; \
809         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
810            || { echo "ERROR: files left after uninstall:" ; \
811                 if test -n "$(DESTDIR)"; then \
812                   echo "  (check DESTDIR support)"; \
813                 fi ; \
814                 $(distuninstallcheck_listfiles) ; \
815                 exit 1; } >&2
816 distcleancheck: distclean
817         @if test '$(srcdir)' = . ; then \
818           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
819           exit 1 ; \
820         fi
821         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
822           || { echo "ERROR: files left in build directory after distclean:" ; \
823                $(distcleancheck_listfiles) ; \
824                exit 1; } >&2
825 check-am: all-am
826 check: check-recursive
827 all-am: Makefile config.h
828 installdirs: installdirs-recursive
829 installdirs-am:
830 install: install-recursive
831 install-exec: install-exec-recursive
832 install-data: install-data-recursive
833 uninstall: uninstall-recursive
834
835 install-am: all-am
836         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
837
838 installcheck: installcheck-recursive
839 install-strip:
840         if test -z '$(STRIP)'; then \
841           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
842             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
843               install; \
844         else \
845           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
846             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
847             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
848         fi
849 mostlyclean-generic:
850
851 clean-generic:
852
853 distclean-generic:
854         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
855         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
856
857 maintainer-clean-generic:
858         @echo "This command is intended for maintainers to use"
859         @echo "it deletes files that may require special tools to rebuild."
860         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
861 clean: clean-recursive
862
863 clean-am: clean-generic clean-libtool mostlyclean-am
864
865 distclean: distclean-recursive
866         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
867         -rm -f Makefile
868 distclean-am: clean-am distclean-generic distclean-hdr \
869         distclean-libtool distclean-tags
870
871 dvi: dvi-recursive
872
873 dvi-am:
874
875 html: html-recursive
876
877 html-am:
878
879 info: info-recursive
880
881 info-am:
882
883 install-data-am:
884
885 install-dvi: install-dvi-recursive
886
887 install-dvi-am:
888
889 install-exec-am:
890
891 install-html: install-html-recursive
892
893 install-html-am:
894
895 install-info: install-info-recursive
896
897 install-info-am:
898
899 install-man:
900
901 install-pdf: install-pdf-recursive
902
903 install-pdf-am:
904
905 install-ps: install-ps-recursive
906
907 install-ps-am:
908
909 installcheck-am:
910
911 maintainer-clean: maintainer-clean-recursive
912         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
913         -rm -rf $(top_srcdir)/autom4te.cache
914         -rm -f Makefile
915 maintainer-clean-am: distclean-am maintainer-clean-generic
916
917 mostlyclean: mostlyclean-recursive
918
919 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
920
921 pdf: pdf-recursive
922
923 pdf-am:
924
925 ps: ps-recursive
926
927 ps-am:
928
929 uninstall-am:
930
931 .MAKE: $(am__recursive_targets) all install-am install-strip
932
933 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
934         am--refresh check check-am clean clean-cscope clean-generic \
935         clean-libtool cscope cscopelist-am ctags ctags-am dist \
936         dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
937         dist-tarZ dist-xz dist-zip distcheck distclean \
938         distclean-generic distclean-hdr distclean-libtool \
939         distclean-tags distcleancheck distdir distuninstallcheck dvi \
940         dvi-am html html-am info info-am install install-am \
941         install-data install-data-am install-dvi install-dvi-am \
942         install-exec install-exec-am install-html install-html-am \
943         install-info install-info-am install-man install-pdf \
944         install-pdf-am install-ps install-ps-am install-strip \
945         installcheck installcheck-am installdirs installdirs-am \
946         maintainer-clean maintainer-clean-generic mostlyclean \
947         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
948         tags tags-am uninstall uninstall-am
949
950 .PRECIOUS: Makefile
951
952 ChangeLog: $(srcdir)/ChangeLog
953 $(srcdir)/ChangeLog:
954         $(AM_V_GEN) if test -d "$(top_srcdir)/.git"; then \
955           (GIT_DIR=$(top_srcdir)/.git \
956            $(GIT) log $(CHANGELOG_RANGE) --stat) > $@.tmp \
957           && mv -f $@.tmp "$(srcdir)/ChangeLog" \
958           || ($(RM) $@.tmp; \
959               echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
960               (test -f $@ || echo git-log is required to generate this file >> "$(srcdir)/$@")); \
961         else \
962           test -f $@ || \
963           (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
964           echo A git checkout and git-log is required to generate this file >> "$(srcdir)/$@"); \
965         fi
966 .PHONY: ChangeLog $(srcdir)/ChangeLog
967
968 dist-hook: dist-clear-sticky-bits
969 # Clean up any sticky bits we may inherit from parent dir
970 dist-clear-sticky-bits:
971         chmod -R a-s $(distdir)
972
973 -include $(top_srcdir)/git.mk
974
975 # Tell versions [3.59,3.63) of GNU make to not export all variables.
976 # Otherwise a system limit (for SysV at least) may be exceeded.
977 .NOEXPORT: