xref: /freebsd/contrib/expat/lib/Makefile.in (revision 045c8f526484cb3b97f5fd693987f4376fa43c5f)
1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 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)`
252am__DIST_COMMON = $(srcdir)/Makefile.in \
253	$(top_srcdir)/conftools/depcomp
254DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
255ACLOCAL = @ACLOCAL@
256AMTAR = @AMTAR@
257AM_CFLAGS = @AM_CFLAGS@
258AM_CPPFLAGS = @AM_CPPFLAGS@
259AM_CXXFLAGS = @AM_CXXFLAGS@
260AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
261AM_LDFLAGS = @AM_LDFLAGS@
262AR = @AR@
263AS = @AS@
264AUTOCONF = @AUTOCONF@
265AUTOHEADER = @AUTOHEADER@
266AUTOMAKE = @AUTOMAKE@
267AWK = @AWK@
268CC = @CC@
269CCDEPMODE = @CCDEPMODE@
270CFLAGS = @CFLAGS@
271CPPFLAGS = @CPPFLAGS@
272CSCOPE = @CSCOPE@
273CTAGS = @CTAGS@
274CXX = @CXX@
275CXXCPP = @CXXCPP@
276CXXDEPMODE = @CXXDEPMODE@
277CXXFLAGS = @CXXFLAGS@
278CYGPATH_W = @CYGPATH_W@
279DEFS = @DEFS@
280DEPDIR = @DEPDIR@
281DLLTOOL = @DLLTOOL@
282DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
283DSYMUTIL = @DSYMUTIL@
284DUMPBIN = @DUMPBIN@
285ECHO_C = @ECHO_C@
286ECHO_N = @ECHO_N@
287ECHO_T = @ECHO_T@
288EGREP = @EGREP@
289ETAGS = @ETAGS@
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@
311LIBM = @LIBM@
312LIBOBJS = @LIBOBJS@
313LIBREVISION = @LIBREVISION@
314LIBS = @LIBS@
315LIBTOOL = @LIBTOOL@
316LIPO = @LIPO@
317LN_S = @LN_S@
318LTLIBOBJS = @LTLIBOBJS@
319LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
320MAKEINFO = @MAKEINFO@
321MANIFEST_TOOL = @MANIFEST_TOOL@
322MKDIR_P = @MKDIR_P@
323NM = @NM@
324NMEDIT = @NMEDIT@
325OBJDUMP = @OBJDUMP@
326OBJEXT = @OBJEXT@
327OTOOL = @OTOOL@
328OTOOL64 = @OTOOL64@
329PACKAGE = @PACKAGE@
330PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
331PACKAGE_NAME = @PACKAGE_NAME@
332PACKAGE_STRING = @PACKAGE_STRING@
333PACKAGE_TARNAME = @PACKAGE_TARNAME@
334PACKAGE_URL = @PACKAGE_URL@
335PACKAGE_VERSION = @PACKAGE_VERSION@
336PATH_SEPARATOR = @PATH_SEPARATOR@
337RANLIB = @RANLIB@
338SED = @SED@
339SET_MAKE = @SET_MAKE@
340SHELL = @SHELL@
341SO_MAJOR = @SO_MAJOR@
342SO_MINOR = @SO_MINOR@
343SO_PATCH = @SO_PATCH@
344STRIP = @STRIP@
345VERSION = @VERSION@
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    @LIBM@ \
411    -no-undefined \
412    -version-info @LIBCURRENT@:@LIBREVISION@:@LIBAGE@
413
414libexpat_la_SOURCES =
415
416# This layer of indirection allows
417# the test suite to access internal symbols
418# despite compiling with -fvisibility=hidden
419libexpatinternal_la_SOURCES = \
420    xmlparse.c \
421    xmltok.c \
422    xmlrole.c
423
424libexpat_la_LIBADD = libexpatinternal.la
425doc_DATA = \
426    ../AUTHORS \
427    ../Changes
428
429EXTRA_DIST = \
430    ascii.h \
431    asciitab.h \
432    expat_external.h \
433    expat.h \
434    iasciitab.h \
435    internal.h \
436    latin1tab.h \
437    libexpat.def \
438    libexpatw.def \
439    nametab.h \
440    siphash.h \
441    utf8tab.h \
442    winconfig.h \
443    xmlrole.h \
444    xmltok.h \
445    xmltok_impl.c \
446    xmltok_impl.h \
447    xmltok_ns.c
448
449all: all-am
450
451.SUFFIXES:
452.SUFFIXES: .c .lo .o .obj
453$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
454	@for dep in $?; do \
455	  case '$(am__configure_deps)' in \
456	    *$$dep*) \
457	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
458	        && { if test -f $@; then exit 0; else break; fi; }; \
459	      exit 1;; \
460	  esac; \
461	done; \
462	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
463	$(am__cd) $(top_srcdir) && \
464	  $(AUTOMAKE) --gnu lib/Makefile
465Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
466	@case '$?' in \
467	  *config.status*) \
468	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
469	  *) \
470	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
471	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
472	esac;
473
474$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
475	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
476
477$(top_srcdir)/configure:  $(am__configure_deps)
478	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
479$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
480	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
481$(am__aclocal_m4_deps):
482
483install-libLTLIBRARIES: $(lib_LTLIBRARIES)
484	@$(NORMAL_INSTALL)
485	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
486	list2=; for p in $$list; do \
487	  if test -f $$p; then \
488	    list2="$$list2 $$p"; \
489	  else :; fi; \
490	done; \
491	test -z "$$list2" || { \
492	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
493	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
494	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
495	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
496	}
497
498uninstall-libLTLIBRARIES:
499	@$(NORMAL_UNINSTALL)
500	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
501	for p in $$list; do \
502	  $(am__strip_dir) \
503	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
504	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
505	done
506
507clean-libLTLIBRARIES:
508	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
509	@list='$(lib_LTLIBRARIES)'; \
510	locs=`for p in $$list; do echo $$p; done | \
511	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
512	      sort -u`; \
513	test -z "$$locs" || { \
514	  echo rm -f $${locs}; \
515	  rm -f $${locs}; \
516	}
517
518clean-noinstLTLIBRARIES:
519	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
520	@list='$(noinst_LTLIBRARIES)'; \
521	locs=`for p in $$list; do echo $$p; done | \
522	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
523	      sort -u`; \
524	test -z "$$locs" || { \
525	  echo rm -f $${locs}; \
526	  rm -f $${locs}; \
527	}
528
529libexpat.la: $(libexpat_la_OBJECTS) $(libexpat_la_DEPENDENCIES) $(EXTRA_libexpat_la_DEPENDENCIES)
530	$(AM_V_CCLD)$(libexpat_la_LINK) -rpath $(libdir) $(libexpat_la_OBJECTS) $(libexpat_la_LIBADD) $(LIBS)
531
532libexpatinternal.la: $(libexpatinternal_la_OBJECTS) $(libexpatinternal_la_DEPENDENCIES) $(EXTRA_libexpatinternal_la_DEPENDENCIES)
533	$(AM_V_CCLD)$(LINK)  $(libexpatinternal_la_OBJECTS) $(libexpatinternal_la_LIBADD) $(LIBS)
534
535mostlyclean-compile:
536	-rm -f *.$(OBJEXT)
537
538distclean-compile:
539	-rm -f *.tab.c
540
541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlparse.Plo@am__quote@ # am--include-marker
542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlrole.Plo@am__quote@ # am--include-marker
543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmltok.Plo@am__quote@ # am--include-marker
544
545$(am__depfiles_remade):
546	@$(MKDIR_P) $(@D)
547	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
548
549am--depfiles: $(am__depfiles_remade)
550
551.c.o:
552@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
553@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
554@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
555@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
556@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
557
558.c.obj:
559@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
560@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
561@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
562@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
563@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
564
565.c.lo:
566@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
567@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
568@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
569@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
570@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
571
572mostlyclean-libtool:
573	-rm -f *.lo
574
575clean-libtool:
576	-rm -rf .libs _libs
577install-docDATA: $(doc_DATA)
578	@$(NORMAL_INSTALL)
579	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
580	if test -n "$$list"; then \
581	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
582	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
583	fi; \
584	for p in $$list; do \
585	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
586	  echo "$$d$$p"; \
587	done | $(am__base_list) | \
588	while read files; do \
589	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
590	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
591	done
592
593uninstall-docDATA:
594	@$(NORMAL_UNINSTALL)
595	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
596	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
597	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
598install-includeHEADERS: $(include_HEADERS)
599	@$(NORMAL_INSTALL)
600	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
601	if test -n "$$list"; then \
602	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
603	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
604	fi; \
605	for p in $$list; do \
606	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
607	  echo "$$d$$p"; \
608	done | $(am__base_list) | \
609	while read files; do \
610	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
611	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
612	done
613
614uninstall-includeHEADERS:
615	@$(NORMAL_UNINSTALL)
616	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
617	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
618	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
619
620ID: $(am__tagged_files)
621	$(am__define_uniq_tagged_files); mkid -fID $$unique
622tags: tags-am
623TAGS: tags
624
625tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
626	set x; \
627	here=`pwd`; \
628	$(am__define_uniq_tagged_files); \
629	shift; \
630	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
631	  test -n "$$unique" || unique=$$empty_fix; \
632	  if test $$# -gt 0; then \
633	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
634	      "$$@" $$unique; \
635	  else \
636	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
637	      $$unique; \
638	  fi; \
639	fi
640ctags: ctags-am
641
642CTAGS: ctags
643ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
644	$(am__define_uniq_tagged_files); \
645	test -z "$(CTAGS_ARGS)$$unique" \
646	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
647	     $$unique
648
649GTAGS:
650	here=`$(am__cd) $(top_builddir) && pwd` \
651	  && $(am__cd) $(top_srcdir) \
652	  && gtags -i $(GTAGS_ARGS) "$$here"
653cscopelist: cscopelist-am
654
655cscopelist-am: $(am__tagged_files)
656	list='$(am__tagged_files)'; \
657	case "$(srcdir)" in \
658	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
659	  *) sdir=$(subdir)/$(srcdir) ;; \
660	esac; \
661	for i in $$list; do \
662	  if test -f "$$i"; then \
663	    echo "$(subdir)/$$i"; \
664	  else \
665	    echo "$$sdir/$$i"; \
666	  fi; \
667	done >> $(top_builddir)/cscope.files
668
669distclean-tags:
670	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
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