Imported Upstream version 2.9.4
[platform/upstream/libxml2.git] / include / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = include
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
93         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
95         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97         $(ACLOCAL_M4)
98 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99 mkinstalldirs = $(install_sh) -d
100 CONFIG_HEADER = $(top_builddir)/config.h
101 CONFIG_CLEAN_FILES =
102 CONFIG_CLEAN_VPATH_FILES =
103 AM_V_P = $(am__v_P_@AM_V@)
104 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105 am__v_P_0 = false
106 am__v_P_1 = :
107 AM_V_GEN = $(am__v_GEN_@AM_V@)
108 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109 am__v_GEN_0 = @echo "  GEN     " $@;
110 am__v_GEN_1 = 
111 AM_V_at = $(am__v_at_@AM_V@)
112 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113 am__v_at_0 = @
114 am__v_at_1 = 
115 SOURCES =
116 DIST_SOURCES =
117 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
118         ctags-recursive dvi-recursive html-recursive info-recursive \
119         install-data-recursive install-dvi-recursive \
120         install-exec-recursive install-html-recursive \
121         install-info-recursive install-pdf-recursive \
122         install-ps-recursive install-recursive installcheck-recursive \
123         installdirs-recursive pdf-recursive ps-recursive \
124         tags-recursive uninstall-recursive
125 am__can_run_installinfo = \
126   case $$AM_UPDATE_INFO_DIR in \
127     n|no|NO) false;; \
128     *) (install-info --version) >/dev/null 2>&1;; \
129   esac
130 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
131   distclean-recursive maintainer-clean-recursive
132 am__recursive_targets = \
133   $(RECURSIVE_TARGETS) \
134   $(RECURSIVE_CLEAN_TARGETS) \
135   $(am__extra_recursive_targets)
136 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
137         distdir
138 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
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 DIST_SUBDIRS = $(SUBDIRS)
158 am__DIST_COMMON = $(srcdir)/Makefile.in
159 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
160 am__relativize = \
161   dir0=`pwd`; \
162   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
163   sed_rest='s,^[^/]*/*,,'; \
164   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
165   sed_butlast='s,/*[^/]*$$,,'; \
166   while test -n "$$dir1"; do \
167     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
168     if test "$$first" != "."; then \
169       if test "$$first" = ".."; then \
170         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
171         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
172       else \
173         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
174         if test "$$first2" = "$$first"; then \
175           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
176         else \
177           dir2="../$$dir2"; \
178         fi; \
179         dir0="$$dir0"/"$$first"; \
180       fi; \
181     fi; \
182     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
183   done; \
184   reldir="$$dir2"
185 ACLOCAL = @ACLOCAL@
186 AMTAR = @AMTAR@
187 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
188 AR = @AR@
189 AUTOCONF = @AUTOCONF@
190 AUTOHEADER = @AUTOHEADER@
191 AUTOMAKE = @AUTOMAKE@
192 AWK = @AWK@
193 BASE_THREAD_LIBS = @BASE_THREAD_LIBS@
194 C14N_OBJ = @C14N_OBJ@
195 CATALOG_OBJ = @CATALOG_OBJ@
196 CC = @CC@
197 CCDEPMODE = @CCDEPMODE@
198 CFLAGS = @CFLAGS@
199 CPP = @CPP@
200 CPPFLAGS = @CPPFLAGS@
201 CYGPATH_W = @CYGPATH_W@
202 CYGWIN_EXTRA_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@
203 CYGWIN_EXTRA_PYTHON_LIBADD = @CYGWIN_EXTRA_PYTHON_LIBADD@
204 DEBUG_OBJ = @DEBUG_OBJ@
205 DEFS = @DEFS@
206 DEPDIR = @DEPDIR@
207 DLLTOOL = @DLLTOOL@
208 DOCB_OBJ = @DOCB_OBJ@
209 DSYMUTIL = @DSYMUTIL@
210 DUMPBIN = @DUMPBIN@
211 ECHO_C = @ECHO_C@
212 ECHO_N = @ECHO_N@
213 ECHO_T = @ECHO_T@
214 EGREP = @EGREP@
215 EXEEXT = @EXEEXT@
216 FGREP = @FGREP@
217 FTP_OBJ = @FTP_OBJ@
218 GREP = @GREP@
219 HAVE_ISINF = @HAVE_ISINF@
220 HAVE_ISNAN = @HAVE_ISNAN@
221 HTML_DIR = @HTML_DIR@
222 HTML_OBJ = @HTML_OBJ@
223 HTTP_OBJ = @HTTP_OBJ@
224 ICONV_LIBS = @ICONV_LIBS@
225 ICU_CFLAGS = @ICU_CFLAGS@
226 ICU_LIBS = @ICU_LIBS@
227 INSTALL = @INSTALL@
228 INSTALL_DATA = @INSTALL_DATA@
229 INSTALL_PROGRAM = @INSTALL_PROGRAM@
230 INSTALL_SCRIPT = @INSTALL_SCRIPT@
231 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
232 LD = @LD@
233 LDFLAGS = @LDFLAGS@
234 LIBOBJS = @LIBOBJS@
235 LIBS = @LIBS@
236 LIBTOOL = @LIBTOOL@
237 LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
238 LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
239 LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@
240 LIBXML_VERSION = @LIBXML_VERSION@
241 LIBXML_VERSION_EXTRA = @LIBXML_VERSION_EXTRA@
242 LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
243 LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
244 LIPO = @LIPO@
245 LN_S = @LN_S@
246 LTLIBOBJS = @LTLIBOBJS@
247 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
248 LZMA_CFLAGS = @LZMA_CFLAGS@
249 LZMA_LIBS = @LZMA_LIBS@
250 MAINT = @MAINT@
251 MAKEINFO = @MAKEINFO@
252 MANIFEST_TOOL = @MANIFEST_TOOL@
253 MKDIR_P = @MKDIR_P@
254 MODULE_EXTENSION = @MODULE_EXTENSION@
255 MODULE_PLATFORM_LIBS = @MODULE_PLATFORM_LIBS@
256 MV = @MV@
257 M_LIBS = @M_LIBS@
258 NM = @NM@
259 NMEDIT = @NMEDIT@
260 OBJDUMP = @OBJDUMP@
261 OBJEXT = @OBJEXT@
262 OTOOL = @OTOOL@
263 OTOOL64 = @OTOOL64@
264 PACKAGE = @PACKAGE@
265 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
266 PACKAGE_NAME = @PACKAGE_NAME@
267 PACKAGE_STRING = @PACKAGE_STRING@
268 PACKAGE_TARNAME = @PACKAGE_TARNAME@
269 PACKAGE_URL = @PACKAGE_URL@
270 PACKAGE_VERSION = @PACKAGE_VERSION@
271 PATH_SEPARATOR = @PATH_SEPARATOR@
272 PERL = @PERL@
273 PKG_CONFIG = @PKG_CONFIG@
274 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
275 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
276 PYTHON = @PYTHON@
277 PYTHON_INCLUDES = @PYTHON_INCLUDES@
278 PYTHON_LIBS = @PYTHON_LIBS@
279 PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
280 PYTHON_SUBDIR = @PYTHON_SUBDIR@
281 PYTHON_TESTS = @PYTHON_TESTS@
282 PYTHON_VERSION = @PYTHON_VERSION@
283 RANLIB = @RANLIB@
284 RDL_LIBS = @RDL_LIBS@
285 READER_TEST = @READER_TEST@
286 RELDATE = @RELDATE@
287 SED = @SED@
288 SET_MAKE = @SET_MAKE@
289 SHELL = @SHELL@
290 STATIC_BINARIES = @STATIC_BINARIES@
291 STRIP = @STRIP@
292 TAR = @TAR@
293 TEST_C14N = @TEST_C14N@
294 TEST_CATALOG = @TEST_CATALOG@
295 TEST_DEBUG = @TEST_DEBUG@
296 TEST_HTML = @TEST_HTML@
297 TEST_MODULES = @TEST_MODULES@
298 TEST_PATTERN = @TEST_PATTERN@
299 TEST_PHTML = @TEST_PHTML@
300 TEST_PUSH = @TEST_PUSH@
301 TEST_REGEXPS = @TEST_REGEXPS@
302 TEST_SAX = @TEST_SAX@
303 TEST_SCHEMAS = @TEST_SCHEMAS@
304 TEST_SCHEMATRON = @TEST_SCHEMATRON@
305 TEST_THREADS = @TEST_THREADS@
306 TEST_VALID = @TEST_VALID@
307 TEST_VTIME = @TEST_VTIME@
308 TEST_XINCLUDE = @TEST_XINCLUDE@
309 TEST_XPATH = @TEST_XPATH@
310 TEST_XPTR = @TEST_XPTR@
311 THREAD_CFLAGS = @THREAD_CFLAGS@
312 THREAD_LIBS = @THREAD_LIBS@
313 VERSION = @VERSION@
314 VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
315 WGET = @WGET@
316 WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
317 WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
318 WIN32_EXTRA_PYTHON_LIBADD = @WIN32_EXTRA_PYTHON_LIBADD@
319 WITH_C14N = @WITH_C14N@
320 WITH_CATALOG = @WITH_CATALOG@
321 WITH_DEBUG = @WITH_DEBUG@
322 WITH_DOCB = @WITH_DOCB@
323 WITH_FTP = @WITH_FTP@
324 WITH_HTML = @WITH_HTML@
325 WITH_HTTP = @WITH_HTTP@
326 WITH_ICONV = @WITH_ICONV@
327 WITH_ICU = @WITH_ICU@
328 WITH_ISO8859X = @WITH_ISO8859X@
329 WITH_LEGACY = @WITH_LEGACY@
330 WITH_LZMA = @WITH_LZMA@
331 WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
332 WITH_MODULES = @WITH_MODULES@
333 WITH_OUTPUT = @WITH_OUTPUT@
334 WITH_PATTERN = @WITH_PATTERN@
335 WITH_PUSH = @WITH_PUSH@
336 WITH_READER = @WITH_READER@
337 WITH_REGEXPS = @WITH_REGEXPS@
338 WITH_RUN_DEBUG = @WITH_RUN_DEBUG@
339 WITH_SAX1 = @WITH_SAX1@
340 WITH_SCHEMAS = @WITH_SCHEMAS@
341 WITH_SCHEMATRON = @WITH_SCHEMATRON@
342 WITH_THREADS = @WITH_THREADS@
343 WITH_THREAD_ALLOC = @WITH_THREAD_ALLOC@
344 WITH_TREE = @WITH_TREE@
345 WITH_TRIO = @WITH_TRIO@
346 WITH_VALID = @WITH_VALID@
347 WITH_WRITER = @WITH_WRITER@
348 WITH_XINCLUDE = @WITH_XINCLUDE@
349 WITH_XPATH = @WITH_XPATH@
350 WITH_XPTR = @WITH_XPTR@
351 WITH_ZLIB = @WITH_ZLIB@
352 XINCLUDE_OBJ = @XINCLUDE_OBJ@
353 XMLLINT = @XMLLINT@
354 XML_CFLAGS = @XML_CFLAGS@
355 XML_INCLUDEDIR = @XML_INCLUDEDIR@
356 XML_LIBDIR = @XML_LIBDIR@
357 XML_LIBS = @XML_LIBS@
358 XML_LIBTOOLLIBS = @XML_LIBTOOLLIBS@
359 XPATH_OBJ = @XPATH_OBJ@
360 XPTR_OBJ = @XPTR_OBJ@
361 XSLTPROC = @XSLTPROC@
362 Z_CFLAGS = @Z_CFLAGS@
363 Z_LIBS = @Z_LIBS@
364 abs_builddir = @abs_builddir@
365 abs_srcdir = @abs_srcdir@
366 abs_top_builddir = @abs_top_builddir@
367 abs_top_srcdir = @abs_top_srcdir@
368 ac_ct_AR = @ac_ct_AR@
369 ac_ct_CC = @ac_ct_CC@
370 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
371 am__include = @am__include@
372 am__leading_dot = @am__leading_dot@
373 am__quote = @am__quote@
374 am__tar = @am__tar@
375 am__untar = @am__untar@
376 bindir = @bindir@
377 build = @build@
378 build_alias = @build_alias@
379 build_cpu = @build_cpu@
380 build_os = @build_os@
381 build_vendor = @build_vendor@
382 builddir = @builddir@
383 datadir = @datadir@
384 datarootdir = @datarootdir@
385 docdir = @docdir@
386 dvidir = @dvidir@
387 exec_prefix = @exec_prefix@
388 host = @host@
389 host_alias = @host_alias@
390 host_cpu = @host_cpu@
391 host_os = @host_os@
392 host_vendor = @host_vendor@
393 htmldir = @htmldir@
394 includedir = @includedir@
395 infodir = @infodir@
396 install_sh = @install_sh@
397 libdir = @libdir@
398 libexecdir = @libexecdir@
399 localedir = @localedir@
400 localstatedir = @localstatedir@
401 mandir = @mandir@
402 mkdir_p = @mkdir_p@
403 oldincludedir = @oldincludedir@
404 pdfdir = @pdfdir@
405 prefix = @prefix@
406 program_transform_name = @program_transform_name@
407 psdir = @psdir@
408 pythondir = @pythondir@
409 sbindir = @sbindir@
410 sharedstatedir = @sharedstatedir@
411 srcdir = @srcdir@
412 sysconfdir = @sysconfdir@
413 target_alias = @target_alias@
414 top_build_prefix = @top_build_prefix@
415 top_builddir = @top_builddir@
416 top_srcdir = @top_srcdir@
417 SUBDIRS = libxml
418 EXTRA_DIST = win32config.h wsockcompat.h
419 all: all-recursive
420
421 .SUFFIXES:
422 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
423         @for dep in $?; do \
424           case '$(am__configure_deps)' in \
425             *$$dep*) \
426               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
427                 && { if test -f $@; then exit 0; else break; fi; }; \
428               exit 1;; \
429           esac; \
430         done; \
431         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
432         $(am__cd) $(top_srcdir) && \
433           $(AUTOMAKE) --gnu include/Makefile
434 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
435         @case '$?' in \
436           *config.status*) \
437             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
438           *) \
439             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
440             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
441         esac;
442
443 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
444         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
445
446 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
447         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
448 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
449         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
450 $(am__aclocal_m4_deps):
451
452 mostlyclean-libtool:
453         -rm -f *.lo
454
455 clean-libtool:
456         -rm -rf .libs _libs
457
458 # This directory's subdirectories are mostly independent; you can cd
459 # into them and run 'make' without going through this Makefile.
460 # To change the values of 'make' variables: instead of editing Makefiles,
461 # (1) if the variable is set in 'config.status', edit 'config.status'
462 #     (which will cause the Makefiles to be regenerated when you run 'make');
463 # (2) otherwise, pass the desired values on the 'make' command line.
464 $(am__recursive_targets):
465         @fail=; \
466         if $(am__make_keepgoing); then \
467           failcom='fail=yes'; \
468         else \
469           failcom='exit 1'; \
470         fi; \
471         dot_seen=no; \
472         target=`echo $@ | sed s/-recursive//`; \
473         case "$@" in \
474           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
475           *) list='$(SUBDIRS)' ;; \
476         esac; \
477         for subdir in $$list; do \
478           echo "Making $$target in $$subdir"; \
479           if test "$$subdir" = "."; then \
480             dot_seen=yes; \
481             local_target="$$target-am"; \
482           else \
483             local_target="$$target"; \
484           fi; \
485           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
486           || eval $$failcom; \
487         done; \
488         if test "$$dot_seen" = "no"; then \
489           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
490         fi; test -z "$$fail"
491
492 ID: $(am__tagged_files)
493         $(am__define_uniq_tagged_files); mkid -fID $$unique
494 tags: tags-recursive
495 TAGS: tags
496
497 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
498         set x; \
499         here=`pwd`; \
500         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
501           include_option=--etags-include; \
502           empty_fix=.; \
503         else \
504           include_option=--include; \
505           empty_fix=; \
506         fi; \
507         list='$(SUBDIRS)'; for subdir in $$list; do \
508           if test "$$subdir" = .; then :; else \
509             test ! -f $$subdir/TAGS || \
510               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
511           fi; \
512         done; \
513         $(am__define_uniq_tagged_files); \
514         shift; \
515         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
516           test -n "$$unique" || unique=$$empty_fix; \
517           if test $$# -gt 0; then \
518             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
519               "$$@" $$unique; \
520           else \
521             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
522               $$unique; \
523           fi; \
524         fi
525 ctags: ctags-recursive
526
527 CTAGS: ctags
528 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
529         $(am__define_uniq_tagged_files); \
530         test -z "$(CTAGS_ARGS)$$unique" \
531           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
532              $$unique
533
534 GTAGS:
535         here=`$(am__cd) $(top_builddir) && pwd` \
536           && $(am__cd) $(top_srcdir) \
537           && gtags -i $(GTAGS_ARGS) "$$here"
538 cscopelist: cscopelist-recursive
539
540 cscopelist-am: $(am__tagged_files)
541         list='$(am__tagged_files)'; \
542         case "$(srcdir)" in \
543           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
544           *) sdir=$(subdir)/$(srcdir) ;; \
545         esac; \
546         for i in $$list; do \
547           if test -f "$$i"; then \
548             echo "$(subdir)/$$i"; \
549           else \
550             echo "$$sdir/$$i"; \
551           fi; \
552         done >> $(top_builddir)/cscope.files
553
554 distclean-tags:
555         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
556
557 distdir: $(DISTFILES)
558         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
559         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
560         list='$(DISTFILES)'; \
561           dist_files=`for file in $$list; do echo $$file; done | \
562           sed -e "s|^$$srcdirstrip/||;t" \
563               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
564         case $$dist_files in \
565           */*) $(MKDIR_P) `echo "$$dist_files" | \
566                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
567                            sort -u` ;; \
568         esac; \
569         for file in $$dist_files; do \
570           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
571           if test -d $$d/$$file; then \
572             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
573             if test -d "$(distdir)/$$file"; then \
574               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
575             fi; \
576             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
577               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
578               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
579             fi; \
580             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
581           else \
582             test -f "$(distdir)/$$file" \
583             || cp -p $$d/$$file "$(distdir)/$$file" \
584             || exit 1; \
585           fi; \
586         done
587         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
588           if test "$$subdir" = .; then :; else \
589             $(am__make_dryrun) \
590               || test -d "$(distdir)/$$subdir" \
591               || $(MKDIR_P) "$(distdir)/$$subdir" \
592               || exit 1; \
593             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
594             $(am__relativize); \
595             new_distdir=$$reldir; \
596             dir1=$$subdir; dir2="$(top_distdir)"; \
597             $(am__relativize); \
598             new_top_distdir=$$reldir; \
599             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
600             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
601             ($(am__cd) $$subdir && \
602               $(MAKE) $(AM_MAKEFLAGS) \
603                 top_distdir="$$new_top_distdir" \
604                 distdir="$$new_distdir" \
605                 am__remove_distdir=: \
606                 am__skip_length_check=: \
607                 am__skip_mode_fix=: \
608                 distdir) \
609               || exit 1; \
610           fi; \
611         done
612 check-am: all-am
613 check: check-recursive
614 all-am: Makefile
615 installdirs: installdirs-recursive
616 installdirs-am:
617 install: install-recursive
618 install-exec: install-exec-recursive
619 install-data: install-data-recursive
620 uninstall: uninstall-recursive
621
622 install-am: all-am
623         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
624
625 installcheck: installcheck-recursive
626 install-strip:
627         if test -z '$(STRIP)'; then \
628           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
629             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
630               install; \
631         else \
632           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
633             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
634             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
635         fi
636 mostlyclean-generic:
637
638 clean-generic:
639
640 distclean-generic:
641         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
642         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
643
644 maintainer-clean-generic:
645         @echo "This command is intended for maintainers to use"
646         @echo "it deletes files that may require special tools to rebuild."
647 clean: clean-recursive
648
649 clean-am: clean-generic clean-libtool mostlyclean-am
650
651 distclean: distclean-recursive
652         -rm -f Makefile
653 distclean-am: clean-am distclean-generic distclean-tags
654
655 dvi: dvi-recursive
656
657 dvi-am:
658
659 html: html-recursive
660
661 html-am:
662
663 info: info-recursive
664
665 info-am:
666
667 install-data-am:
668
669 install-dvi: install-dvi-recursive
670
671 install-dvi-am:
672
673 install-exec-am:
674
675 install-html: install-html-recursive
676
677 install-html-am:
678
679 install-info: install-info-recursive
680
681 install-info-am:
682
683 install-man:
684
685 install-pdf: install-pdf-recursive
686
687 install-pdf-am:
688
689 install-ps: install-ps-recursive
690
691 install-ps-am:
692
693 installcheck-am:
694
695 maintainer-clean: maintainer-clean-recursive
696         -rm -f Makefile
697 maintainer-clean-am: distclean-am maintainer-clean-generic
698
699 mostlyclean: mostlyclean-recursive
700
701 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
702
703 pdf: pdf-recursive
704
705 pdf-am:
706
707 ps: ps-recursive
708
709 ps-am:
710
711 uninstall-am:
712
713 .MAKE: $(am__recursive_targets) install-am install-strip
714
715 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
716         check-am clean clean-generic clean-libtool cscopelist-am ctags \
717         ctags-am distclean distclean-generic distclean-libtool \
718         distclean-tags distdir dvi dvi-am html html-am info info-am \
719         install install-am install-data install-data-am install-dvi \
720         install-dvi-am install-exec install-exec-am install-html \
721         install-html-am install-info install-info-am install-man \
722         install-pdf install-pdf-am install-ps install-ps-am \
723         install-strip installcheck installcheck-am installdirs \
724         installdirs-am maintainer-clean maintainer-clean-generic \
725         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
726         ps ps-am tags tags-am uninstall uninstall-am
727
728 .PRECIOUS: Makefile
729
730
731 # Tell versions [3.59,3.63) of GNU make to not export all variables.
732 # Otherwise a system limit (for SysV at least) may be exceeded.
733 .NOEXPORT: