• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Makefile.in generated by automake 1.16.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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#
18#                          __  __            _
19#                       ___\ \/ /_ __   __ _| |_
20#                      / _ \\  /| '_ \ / _` | __|
21#                     |  __//  \| |_) | (_| | |_
22#                      \___/_/\_\ .__/ \__,_|\__|
23#                               |_| XML parser
24#
25# Copyright (c) 2017-2021 Sebastian Pipping <sebastian@pipping.org>
26# Copyright (c) 2017      Tomasz Kłoczko <kloczek@fedoraproject.org>
27# Copyright (c) 2019      David Loffredo <loffredo@steptools.com>
28# Licensed under the MIT license:
29#
30# Permission is  hereby granted,  free of charge,  to any  person obtaining
31# a  copy  of  this  software   and  associated  documentation  files  (the
32# "Software"),  to  deal in  the  Software  without restriction,  including
33# without  limitation the  rights  to use,  copy,  modify, merge,  publish,
34# distribute, sublicense, and/or sell copies of the Software, and to permit
35# persons  to whom  the Software  is  furnished to  do so,  subject to  the
36# following conditions:
37#
38# The above copyright  notice and this permission notice  shall be included
39# in all copies or substantial portions of the Software.
40#
41# THE  SOFTWARE  IS  PROVIDED  "AS  IS",  WITHOUT  WARRANTY  OF  ANY  KIND,
42# EXPRESS  OR IMPLIED,  INCLUDING  BUT  NOT LIMITED  TO  THE WARRANTIES  OF
43# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
44# NO EVENT SHALL THE AUTHORS OR  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
45# DAMAGES OR  OTHER LIABILITY, WHETHER  IN AN  ACTION OF CONTRACT,  TORT OR
46# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
47# USE OR OTHER DEALINGS IN THE SOFTWARE.
48
49
50
51VPATH = @srcdir@
52am__is_gnu_make = { \
53  if test -z '$(MAKELEVEL)'; then \
54    false; \
55  elif test -n '$(MAKE_HOST)'; then \
56    true; \
57  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
58    true; \
59  else \
60    false; \
61  fi; \
62}
63am__make_running_with_option = \
64  case $${target_option-} in \
65      ?) ;; \
66      *) echo "am__make_running_with_option: internal error: invalid" \
67              "target option '$${target_option-}' specified" >&2; \
68         exit 1;; \
69  esac; \
70  has_opt=no; \
71  sane_makeflags=$$MAKEFLAGS; \
72  if $(am__is_gnu_make); then \
73    sane_makeflags=$$MFLAGS; \
74  else \
75    case $$MAKEFLAGS in \
76      *\\[\ \	]*) \
77        bs=\\; \
78        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
79          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
80    esac; \
81  fi; \
82  skip_next=no; \
83  strip_trailopt () \
84  { \
85    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
86  }; \
87  for flg in $$sane_makeflags; do \
88    test $$skip_next = yes && { skip_next=no; continue; }; \
89    case $$flg in \
90      *=*|--*) continue;; \
91        -*I) strip_trailopt 'I'; skip_next=yes;; \
92      -*I?*) strip_trailopt 'I';; \
93        -*O) strip_trailopt 'O'; skip_next=yes;; \
94      -*O?*) strip_trailopt 'O';; \
95        -*l) strip_trailopt 'l'; skip_next=yes;; \
96      -*l?*) strip_trailopt 'l';; \
97      -[dEDm]) skip_next=yes;; \
98      -[JT]) skip_next=yes;; \
99    esac; \
100    case $$flg in \
101      *$$target_option*) has_opt=yes; break;; \
102    esac; \
103  done; \
104  test $$has_opt = yes
105am__make_dryrun = (target_option=n; $(am__make_running_with_option))
106am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
107pkgdatadir = $(datadir)/@PACKAGE@
108pkgincludedir = $(includedir)/@PACKAGE@
109pkglibdir = $(libdir)/@PACKAGE@
110pkglibexecdir = $(libexecdir)/@PACKAGE@
111am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
112install_sh_DATA = $(install_sh) -c -m 644
113install_sh_PROGRAM = $(install_sh) -c
114install_sh_SCRIPT = $(install_sh) -c
115INSTALL_HEADER = $(INSTALL_DATA)
116transform = $(program_transform_name)
117NORMAL_INSTALL = :
118PRE_INSTALL = :
119POST_INSTALL = :
120NORMAL_UNINSTALL = :
121PRE_UNINSTALL = :
122POST_UNINSTALL = :
123build_triplet = @build@
124host_triplet = @host@
125subdir = lib
126ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
127am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
128	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
129	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
130	$(top_srcdir)/acinclude.m4 \
131	$(top_srcdir)/conftools/ax-require-defined.m4 \
132	$(top_srcdir)/conftools/ax-check-compile-flag.m4 \
133	$(top_srcdir)/conftools/ax-check-link-flag.m4 \
134	$(top_srcdir)/conftools/ax-append-flag.m4 \
135	$(top_srcdir)/conftools/ax-append-compile-flags.m4 \
136	$(top_srcdir)/conftools/ax-append-link-flags.m4 \
137	$(top_srcdir)/conftools/expatcfg-compiler-supports-visibility.m4 \
138	$(top_srcdir)/configure.ac
139am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
140	$(ACLOCAL_M4)
141DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
142	$(am__DIST_COMMON)
143mkinstalldirs = $(install_sh) -d
144CONFIG_HEADER = $(top_builddir)/expat_config.h
145CONFIG_CLEAN_FILES =
146CONFIG_CLEAN_VPATH_FILES =
147am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
148am__vpath_adj = case $$p in \
149    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
150    *) f=$$p;; \
151  esac;
152am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
153am__install_max = 40
154am__nobase_strip_setup = \
155  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
156am__nobase_strip = \
157  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
158am__nobase_list = $(am__nobase_strip_setup); \
159  for p in $$list; do echo "$$p $$p"; done | \
160  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
161  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
162    if (++n[$$2] == $(am__install_max)) \
163      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
164    END { for (dir in files) print dir, files[dir] }'
165am__base_list = \
166  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
167  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
168am__uninstall_files_from_dir = { \
169  test -z "$$files" \
170    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
171    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
172         $(am__cd) "$$dir" && rm -f $$files; }; \
173  }
174am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" \
175	"$(DESTDIR)$(includedir)"
176LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
177libexpat_la_DEPENDENCIES = libexpatinternal.la
178am_libexpat_la_OBJECTS =
179libexpat_la_OBJECTS = $(am_libexpat_la_OBJECTS)
180AM_V_lt = $(am__v_lt_@AM_V@)
181am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
182am__v_lt_0 = --silent
183am__v_lt_1 =
184libexpat_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
185	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
186	$(libexpat_la_LDFLAGS) $(LDFLAGS) -o $@
187libexpatinternal_la_LIBADD =
188am_libexpatinternal_la_OBJECTS = xmlparse.lo xmltok.lo xmlrole.lo
189libexpatinternal_la_OBJECTS = $(am_libexpatinternal_la_OBJECTS)
190AM_V_P = $(am__v_P_@AM_V@)
191am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
192am__v_P_0 = false
193am__v_P_1 = :
194AM_V_GEN = $(am__v_GEN_@AM_V@)
195am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
196am__v_GEN_0 = @echo "  GEN     " $@;
197am__v_GEN_1 =
198AM_V_at = $(am__v_at_@AM_V@)
199am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
200am__v_at_0 = @
201am__v_at_1 =
202DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
203depcomp = $(SHELL) $(top_srcdir)/conftools/depcomp
204am__maybe_remake_depfiles = depfiles
205am__depfiles_remade = ./$(DEPDIR)/xmlparse.Plo ./$(DEPDIR)/xmlrole.Plo \
206	./$(DEPDIR)/xmltok.Plo
207am__mv = mv -f
208COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
209	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
210LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
211	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
212	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
213	$(AM_CFLAGS) $(CFLAGS)
214AM_V_CC = $(am__v_CC_@AM_V@)
215am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
216am__v_CC_0 = @echo "  CC      " $@;
217am__v_CC_1 =
218CCLD = $(CC)
219LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
220	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
221	$(AM_LDFLAGS) $(LDFLAGS) -o $@
222AM_V_CCLD = $(am__v_CCLD_@AM_V@)
223am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
224am__v_CCLD_0 = @echo "  CCLD    " $@;
225am__v_CCLD_1 =
226SOURCES = $(libexpat_la_SOURCES) $(libexpatinternal_la_SOURCES)
227DIST_SOURCES = $(libexpat_la_SOURCES) $(libexpatinternal_la_SOURCES)
228am__can_run_installinfo = \
229  case $$AM_UPDATE_INFO_DIR in \
230    n|no|NO) false;; \
231    *) (install-info --version) >/dev/null 2>&1;; \
232  esac
233DATA = $(doc_DATA)
234HEADERS = $(include_HEADERS)
235am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
236# Read a list of newline-separated strings from the standard input,
237# and print each of them once, without duplicates.  Input order is
238# *not* preserved.
239am__uniquify_input = $(AWK) '\
240  BEGIN { nonempty = 0; } \
241  { items[$$0] = 1; nonempty = 1; } \
242  END { if (nonempty) { for (i in items) print i; }; } \
243'
244# Make sure the list of sources is unique.  This is necessary because,
245# e.g., the same source file might be shared among _SOURCES variables
246# for different programs/libraries.
247am__define_uniq_tagged_files = \
248  list='$(am__tagged_files)'; \
249  unique=`for i in $$list; do \
250    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
251  done | $(am__uniquify_input)`
252ETAGS = etags
253CTAGS = ctags
254am__DIST_COMMON = $(srcdir)/Makefile.in \
255	$(top_srcdir)/conftools/depcomp
256DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
257ACLOCAL = @ACLOCAL@
258AMTAR = @AMTAR@
259AM_CFLAGS = @AM_CFLAGS@
260AM_CPPFLAGS = @AM_CPPFLAGS@
261AM_CXXFLAGS = @AM_CXXFLAGS@
262AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
263AM_LDFLAGS = @AM_LDFLAGS@
264AR = @AR@
265AS = @AS@
266AUTOCONF = @AUTOCONF@
267AUTOHEADER = @AUTOHEADER@
268AUTOMAKE = @AUTOMAKE@
269AWK = @AWK@
270CC = @CC@
271CCDEPMODE = @CCDEPMODE@
272CFLAGS = @CFLAGS@
273CPP = @CPP@
274CPPFLAGS = @CPPFLAGS@
275CXX = @CXX@
276CXXCPP = @CXXCPP@
277CXXDEPMODE = @CXXDEPMODE@
278CXXFLAGS = @CXXFLAGS@
279CYGPATH_W = @CYGPATH_W@
280DEFS = @DEFS@
281DEPDIR = @DEPDIR@
282DLLTOOL = @DLLTOOL@
283DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
284DSYMUTIL = @DSYMUTIL@
285DUMPBIN = @DUMPBIN@
286ECHO_C = @ECHO_C@
287ECHO_N = @ECHO_N@
288ECHO_T = @ECHO_T@
289EGREP = @EGREP@
290EXEEXT = @EXEEXT@
291EXPAT_ATTR_INFO = @EXPAT_ATTR_INFO@
292EXPAT_CHAR_TYPE = @EXPAT_CHAR_TYPE@
293EXPAT_CONTEXT_BYTES = @EXPAT_CONTEXT_BYTES@
294EXPAT_DTD = @EXPAT_DTD@
295EXPAT_LARGE_SIZE = @EXPAT_LARGE_SIZE@
296EXPAT_MIN_SIZE = @EXPAT_MIN_SIZE@
297EXPAT_NS = @EXPAT_NS@
298FGREP = @FGREP@
299FILEMAP = @FILEMAP@
300GREP = @GREP@
301INSTALL = @INSTALL@
302INSTALL_DATA = @INSTALL_DATA@
303INSTALL_PROGRAM = @INSTALL_PROGRAM@
304INSTALL_SCRIPT = @INSTALL_SCRIPT@
305INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
306LD = @LD@
307LDFLAGS = @LDFLAGS@
308LIBAGE = @LIBAGE@
309LIBCURRENT = @LIBCURRENT@
310LIBDIR_BASENAME = @LIBDIR_BASENAME@
311LIBOBJS = @LIBOBJS@
312LIBREVISION = @LIBREVISION@
313LIBS = @LIBS@
314LIBTOOL = @LIBTOOL@
315LIPO = @LIPO@
316LN_S = @LN_S@
317LTLIBOBJS = @LTLIBOBJS@
318LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
319MAKEINFO = @MAKEINFO@
320MANIFEST_TOOL = @MANIFEST_TOOL@
321MKDIR_P = @MKDIR_P@
322NM = @NM@
323NMEDIT = @NMEDIT@
324OBJDUMP = @OBJDUMP@
325OBJEXT = @OBJEXT@
326OTOOL = @OTOOL@
327OTOOL64 = @OTOOL64@
328PACKAGE = @PACKAGE@
329PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
330PACKAGE_NAME = @PACKAGE_NAME@
331PACKAGE_STRING = @PACKAGE_STRING@
332PACKAGE_TARNAME = @PACKAGE_TARNAME@
333PACKAGE_URL = @PACKAGE_URL@
334PACKAGE_VERSION = @PACKAGE_VERSION@
335PATH_SEPARATOR = @PATH_SEPARATOR@
336RANLIB = @RANLIB@
337SED = @SED@
338SET_MAKE = @SET_MAKE@
339SHELL = @SHELL@
340SO_MAJOR = @SO_MAJOR@
341SO_MINOR = @SO_MINOR@
342SO_PATCH = @SO_PATCH@
343STRIP = @STRIP@
344VERSION = @VERSION@
345_EXPAT_OUTPUT_NAME = @_EXPAT_OUTPUT_NAME@
346abs_builddir = @abs_builddir@
347abs_srcdir = @abs_srcdir@
348abs_top_builddir = @abs_top_builddir@
349abs_top_srcdir = @abs_top_srcdir@
350ac_ct_AR = @ac_ct_AR@
351ac_ct_CC = @ac_ct_CC@
352ac_ct_CXX = @ac_ct_CXX@
353ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
354ac_cv_sizeof_void_p = @ac_cv_sizeof_void_p@
355am__include = @am__include@
356am__leading_dot = @am__leading_dot@
357am__quote = @am__quote@
358am__tar = @am__tar@
359am__untar = @am__untar@
360bindir = @bindir@
361build = @build@
362build_alias = @build_alias@
363build_cpu = @build_cpu@
364build_os = @build_os@
365build_vendor = @build_vendor@
366builddir = @builddir@
367datadir = @datadir@
368datarootdir = @datarootdir@
369docdir = @docdir@
370dvidir = @dvidir@
371exec_prefix = @exec_prefix@
372host = @host@
373host_alias = @host_alias@
374host_cpu = @host_cpu@
375host_os = @host_os@
376host_vendor = @host_vendor@
377htmldir = @htmldir@
378includedir = @includedir@
379infodir = @infodir@
380install_sh = @install_sh@
381libdir = @libdir@
382libexecdir = @libexecdir@
383localedir = @localedir@
384localstatedir = @localstatedir@
385mandir = @mandir@
386mkdir_p = @mkdir_p@
387oldincludedir = @oldincludedir@
388pdfdir = @pdfdir@
389prefix = @prefix@
390program_transform_name = @program_transform_name@
391psdir = @psdir@
392runstatedir = @runstatedir@
393sbindir = @sbindir@
394sharedstatedir = @sharedstatedir@
395srcdir = @srcdir@
396sysconfdir = @sysconfdir@
397target_alias = @target_alias@
398top_build_prefix = @top_build_prefix@
399top_builddir = @top_builddir@
400top_srcdir = @top_srcdir@
401include_HEADERS = \
402    ../expat_config.h \
403    expat.h \
404    expat_external.h
405
406lib_LTLIBRARIES = libexpat.la
407noinst_LTLIBRARIES = libexpatinternal.la
408libexpat_la_LDFLAGS = \
409    @AM_LDFLAGS@ \
410    -no-undefined \
411    -version-info @LIBCURRENT@:@LIBREVISION@:@LIBAGE@
412
413libexpat_la_SOURCES =
414
415# This layer of indirection allows
416# the test suite to access internal symbols
417# despite compiling with -fvisibility=hidden
418libexpatinternal_la_SOURCES = \
419    xmlparse.c \
420    xmltok.c \
421    xmlrole.c
422
423libexpat_la_LIBADD = libexpatinternal.la
424doc_DATA = \
425    ../AUTHORS \
426    ../Changes
427
428EXTRA_DIST = \
429    ascii.h \
430    asciitab.h \
431    expat_external.h \
432    expat.h \
433    iasciitab.h \
434    internal.h \
435    latin1tab.h \
436    libexpat.def \
437    libexpatw.def \
438    nametab.h \
439    siphash.h \
440    utf8tab.h \
441    winconfig.h \
442    xmlrole.h \
443    xmltok.h \
444    xmltok_impl.c \
445    xmltok_impl.h \
446    xmltok_ns.c
447
448all: all-am
449
450.SUFFIXES:
451.SUFFIXES: .c .lo .o .obj
452$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
453	@for dep in $?; do \
454	  case '$(am__configure_deps)' in \
455	    *$$dep*) \
456	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
457	        && { if test -f $@; then exit 0; else break; fi; }; \
458	      exit 1;; \
459	  esac; \
460	done; \
461	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
462	$(am__cd) $(top_srcdir) && \
463	  $(AUTOMAKE) --gnu lib/Makefile
464Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
465	@case '$?' in \
466	  *config.status*) \
467	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
468	  *) \
469	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
470	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
471	esac;
472
473$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
474	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475
476$(top_srcdir)/configure:  $(am__configure_deps)
477	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
478$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
479	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
480$(am__aclocal_m4_deps):
481
482install-libLTLIBRARIES: $(lib_LTLIBRARIES)
483	@$(NORMAL_INSTALL)
484	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
485	list2=; for p in $$list; do \
486	  if test -f $$p; then \
487	    list2="$$list2 $$p"; \
488	  else :; fi; \
489	done; \
490	test -z "$$list2" || { \
491	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
492	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
493	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
494	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
495	}
496
497uninstall-libLTLIBRARIES:
498	@$(NORMAL_UNINSTALL)
499	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
500	for p in $$list; do \
501	  $(am__strip_dir) \
502	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
503	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
504	done
505
506clean-libLTLIBRARIES:
507	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
508	@list='$(lib_LTLIBRARIES)'; \
509	locs=`for p in $$list; do echo $$p; done | \
510	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
511	      sort -u`; \
512	test -z "$$locs" || { \
513	  echo rm -f $${locs}; \
514	  rm -f $${locs}; \
515	}
516
517clean-noinstLTLIBRARIES:
518	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
519	@list='$(noinst_LTLIBRARIES)'; \
520	locs=`for p in $$list; do echo $$p; done | \
521	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
522	      sort -u`; \
523	test -z "$$locs" || { \
524	  echo rm -f $${locs}; \
525	  rm -f $${locs}; \
526	}
527
528libexpat.la: $(libexpat_la_OBJECTS) $(libexpat_la_DEPENDENCIES) $(EXTRA_libexpat_la_DEPENDENCIES)
529	$(AM_V_CCLD)$(libexpat_la_LINK) -rpath $(libdir) $(libexpat_la_OBJECTS) $(libexpat_la_LIBADD) $(LIBS)
530
531libexpatinternal.la: $(libexpatinternal_la_OBJECTS) $(libexpatinternal_la_DEPENDENCIES) $(EXTRA_libexpatinternal_la_DEPENDENCIES)
532	$(AM_V_CCLD)$(LINK)  $(libexpatinternal_la_OBJECTS) $(libexpatinternal_la_LIBADD) $(LIBS)
533
534mostlyclean-compile:
535	-rm -f *.$(OBJEXT)
536
537distclean-compile:
538	-rm -f *.tab.c
539
540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlparse.Plo@am__quote@ # am--include-marker
541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlrole.Plo@am__quote@ # am--include-marker
542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmltok.Plo@am__quote@ # am--include-marker
543
544$(am__depfiles_remade):
545	@$(MKDIR_P) $(@D)
546	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
547
548am--depfiles: $(am__depfiles_remade)
549
550.c.o:
551@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
552@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
553@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
554@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
555@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
556
557.c.obj:
558@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
559@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
560@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
561@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
562@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
563
564.c.lo:
565@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
566@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
567@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
568@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
569@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
570
571mostlyclean-libtool:
572	-rm -f *.lo
573
574clean-libtool:
575	-rm -rf .libs _libs
576install-docDATA: $(doc_DATA)
577	@$(NORMAL_INSTALL)
578	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
579	if test -n "$$list"; then \
580	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
581	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
582	fi; \
583	for p in $$list; do \
584	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
585	  echo "$$d$$p"; \
586	done | $(am__base_list) | \
587	while read files; do \
588	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
589	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
590	done
591
592uninstall-docDATA:
593	@$(NORMAL_UNINSTALL)
594	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
595	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
596	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
597install-includeHEADERS: $(include_HEADERS)
598	@$(NORMAL_INSTALL)
599	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
600	if test -n "$$list"; then \
601	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
602	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
603	fi; \
604	for p in $$list; do \
605	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
606	  echo "$$d$$p"; \
607	done | $(am__base_list) | \
608	while read files; do \
609	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
610	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
611	done
612
613uninstall-includeHEADERS:
614	@$(NORMAL_UNINSTALL)
615	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
616	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
617	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
618
619ID: $(am__tagged_files)
620	$(am__define_uniq_tagged_files); mkid -fID $$unique
621tags: tags-am
622TAGS: tags
623
624tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
625	set x; \
626	here=`pwd`; \
627	$(am__define_uniq_tagged_files); \
628	shift; \
629	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
630	  test -n "$$unique" || unique=$$empty_fix; \
631	  if test $$# -gt 0; then \
632	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
633	      "$$@" $$unique; \
634	  else \
635	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
636	      $$unique; \
637	  fi; \
638	fi
639ctags: ctags-am
640
641CTAGS: ctags
642ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
643	$(am__define_uniq_tagged_files); \
644	test -z "$(CTAGS_ARGS)$$unique" \
645	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
646	     $$unique
647
648GTAGS:
649	here=`$(am__cd) $(top_builddir) && pwd` \
650	  && $(am__cd) $(top_srcdir) \
651	  && gtags -i $(GTAGS_ARGS) "$$here"
652cscopelist: cscopelist-am
653
654cscopelist-am: $(am__tagged_files)
655	list='$(am__tagged_files)'; \
656	case "$(srcdir)" in \
657	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
658	  *) sdir=$(subdir)/$(srcdir) ;; \
659	esac; \
660	for i in $$list; do \
661	  if test -f "$$i"; then \
662	    echo "$(subdir)/$$i"; \
663	  else \
664	    echo "$$sdir/$$i"; \
665	  fi; \
666	done >> $(top_builddir)/cscope.files
667
668distclean-tags:
669	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
670
671distdir: $(BUILT_SOURCES)
672	$(MAKE) $(AM_MAKEFLAGS) distdir-am
673
674distdir-am: $(DISTFILES)
675	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
676	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
677	list='$(DISTFILES)'; \
678	  dist_files=`for file in $$list; do echo $$file; done | \
679	  sed -e "s|^$$srcdirstrip/||;t" \
680	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
681	case $$dist_files in \
682	  */*) $(MKDIR_P) `echo "$$dist_files" | \
683			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
684			   sort -u` ;; \
685	esac; \
686	for file in $$dist_files; do \
687	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
688	  if test -d $$d/$$file; then \
689	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
690	    if test -d "$(distdir)/$$file"; then \
691	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
692	    fi; \
693	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
694	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
695	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
696	    fi; \
697	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
698	  else \
699	    test -f "$(distdir)/$$file" \
700	    || cp -p $$d/$$file "$(distdir)/$$file" \
701	    || exit 1; \
702	  fi; \
703	done
704check-am: all-am
705check: check-am
706all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
707installdirs:
708	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(includedir)"; do \
709	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
710	done
711install: install-am
712install-exec: install-exec-am
713install-data: install-data-am
714uninstall: uninstall-am
715
716install-am: all-am
717	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
718
719installcheck: installcheck-am
720install-strip:
721	if test -z '$(STRIP)'; then \
722	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
723	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
724	      install; \
725	else \
726	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
727	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
728	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
729	fi
730mostlyclean-generic:
731
732clean-generic:
733
734distclean-generic:
735	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
736	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
737
738maintainer-clean-generic:
739	@echo "This command is intended for maintainers to use"
740	@echo "it deletes files that may require special tools to rebuild."
741clean: clean-am
742
743clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
744	clean-noinstLTLIBRARIES mostlyclean-am
745
746distclean: distclean-am
747		-rm -f ./$(DEPDIR)/xmlparse.Plo
748	-rm -f ./$(DEPDIR)/xmlrole.Plo
749	-rm -f ./$(DEPDIR)/xmltok.Plo
750	-rm -f Makefile
751distclean-am: clean-am distclean-compile distclean-generic \
752	distclean-tags
753
754dvi: dvi-am
755
756dvi-am:
757
758html: html-am
759
760html-am:
761
762info: info-am
763
764info-am:
765
766install-data-am: install-docDATA install-includeHEADERS
767	@$(NORMAL_INSTALL)
768	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
769install-dvi: install-dvi-am
770
771install-dvi-am:
772
773install-exec-am: install-libLTLIBRARIES
774
775install-html: install-html-am
776
777install-html-am:
778
779install-info: install-info-am
780
781install-info-am:
782
783install-man:
784
785install-pdf: install-pdf-am
786
787install-pdf-am:
788
789install-ps: install-ps-am
790
791install-ps-am:
792
793installcheck-am:
794
795maintainer-clean: maintainer-clean-am
796		-rm -f ./$(DEPDIR)/xmlparse.Plo
797	-rm -f ./$(DEPDIR)/xmlrole.Plo
798	-rm -f ./$(DEPDIR)/xmltok.Plo
799	-rm -f Makefile
800maintainer-clean-am: distclean-am maintainer-clean-generic
801
802mostlyclean: mostlyclean-am
803
804mostlyclean-am: mostlyclean-compile mostlyclean-generic \
805	mostlyclean-libtool
806
807pdf: pdf-am
808
809pdf-am:
810
811ps: ps-am
812
813ps-am:
814
815uninstall-am: uninstall-docDATA uninstall-includeHEADERS \
816	uninstall-libLTLIBRARIES uninstall-local
817
818.MAKE: install-am install-data-am install-strip
819
820.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
821	clean-generic clean-libLTLIBRARIES clean-libtool \
822	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
823	distclean-compile distclean-generic distclean-libtool \
824	distclean-tags distdir dvi dvi-am html html-am info info-am \
825	install install-am install-data install-data-am \
826	install-data-hook install-docDATA install-dvi install-dvi-am \
827	install-exec install-exec-am install-html install-html-am \
828	install-includeHEADERS install-info install-info-am \
829	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
830	install-ps install-ps-am install-strip installcheck \
831	installcheck-am installdirs maintainer-clean \
832	maintainer-clean-generic mostlyclean mostlyclean-compile \
833	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
834	tags tags-am uninstall uninstall-am uninstall-docDATA \
835	uninstall-includeHEADERS uninstall-libLTLIBRARIES \
836	uninstall-local
837
838.PRECIOUS: Makefile
839
840
841install-data-hook:
842	cd "$(DESTDIR)$(docdir)" && $(am__mv) Changes changelog
843
844uninstall-local:
845	$(RM) "$(DESTDIR)$(docdir)/changelog"
846
847# Tell versions [3.59,3.63) of GNU make to not export all variables.
848# Otherwise a system limit (for SysV at least) may be exceeded.
849.NOEXPORT:
850