xref: /freebsd/contrib/expat/lib/Makefile.in (revision c03c5b1c)
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@
271CMAKE_SHARED_LIBRARY_PREFIX = @CMAKE_SHARED_LIBRARY_PREFIX@
272CPPFLAGS = @CPPFLAGS@
273CSCOPE = @CSCOPE@
274CTAGS = @CTAGS@
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@
290ETAGS = @ETAGS@
291EXEEXT = @EXEEXT@
292EXPAT_ATTR_INFO = @EXPAT_ATTR_INFO@
293EXPAT_CHAR_TYPE = @EXPAT_CHAR_TYPE@
294EXPAT_CONTEXT_BYTES = @EXPAT_CONTEXT_BYTES@
295EXPAT_DTD = @EXPAT_DTD@
296EXPAT_LARGE_SIZE = @EXPAT_LARGE_SIZE@
297EXPAT_MIN_SIZE = @EXPAT_MIN_SIZE@
298EXPAT_NS = @EXPAT_NS@
299FGREP = @FGREP@
300FILEMAP = @FILEMAP@
301GREP = @GREP@
302INSTALL = @INSTALL@
303INSTALL_DATA = @INSTALL_DATA@
304INSTALL_PROGRAM = @INSTALL_PROGRAM@
305INSTALL_SCRIPT = @INSTALL_SCRIPT@
306INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
307LD = @LD@
308LDFLAGS = @LDFLAGS@
309LIBAGE = @LIBAGE@
310LIBCURRENT = @LIBCURRENT@
311LIBDIR_BASENAME = @LIBDIR_BASENAME@
312LIBM = @LIBM@
313LIBOBJS = @LIBOBJS@
314LIBREVISION = @LIBREVISION@
315LIBS = @LIBS@
316LIBTOOL = @LIBTOOL@
317LIPO = @LIPO@
318LN_S = @LN_S@
319LTLIBOBJS = @LTLIBOBJS@
320LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
321MAKEINFO = @MAKEINFO@
322MANIFEST_TOOL = @MANIFEST_TOOL@
323MKDIR_P = @MKDIR_P@
324NM = @NM@
325NMEDIT = @NMEDIT@
326OBJDUMP = @OBJDUMP@
327OBJEXT = @OBJEXT@
328OTOOL = @OTOOL@
329OTOOL64 = @OTOOL64@
330PACKAGE = @PACKAGE@
331PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
332PACKAGE_NAME = @PACKAGE_NAME@
333PACKAGE_STRING = @PACKAGE_STRING@
334PACKAGE_TARNAME = @PACKAGE_TARNAME@
335PACKAGE_URL = @PACKAGE_URL@
336PACKAGE_VERSION = @PACKAGE_VERSION@
337PATH_SEPARATOR = @PATH_SEPARATOR@
338RANLIB = @RANLIB@
339SED = @SED@
340SET_MAKE = @SET_MAKE@
341SHELL = @SHELL@
342SO_MAJOR = @SO_MAJOR@
343SO_MINOR = @SO_MINOR@
344SO_PATCH = @SO_PATCH@
345STRIP = @STRIP@
346VERSION = @VERSION@
347abs_builddir = @abs_builddir@
348abs_srcdir = @abs_srcdir@
349abs_top_builddir = @abs_top_builddir@
350abs_top_srcdir = @abs_top_srcdir@
351ac_ct_AR = @ac_ct_AR@
352ac_ct_CC = @ac_ct_CC@
353ac_ct_CXX = @ac_ct_CXX@
354ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
355ac_cv_sizeof_void_p = @ac_cv_sizeof_void_p@
356am__include = @am__include@
357am__leading_dot = @am__leading_dot@
358am__quote = @am__quote@
359am__tar = @am__tar@
360am__untar = @am__untar@
361bindir = @bindir@
362build = @build@
363build_alias = @build_alias@
364build_cpu = @build_cpu@
365build_os = @build_os@
366build_vendor = @build_vendor@
367builddir = @builddir@
368datadir = @datadir@
369datarootdir = @datarootdir@
370docdir = @docdir@
371dvidir = @dvidir@
372exec_prefix = @exec_prefix@
373host = @host@
374host_alias = @host_alias@
375host_cpu = @host_cpu@
376host_os = @host_os@
377host_vendor = @host_vendor@
378htmldir = @htmldir@
379includedir = @includedir@
380infodir = @infodir@
381install_sh = @install_sh@
382libdir = @libdir@
383libexecdir = @libexecdir@
384localedir = @localedir@
385localstatedir = @localstatedir@
386mandir = @mandir@
387mkdir_p = @mkdir_p@
388oldincludedir = @oldincludedir@
389pdfdir = @pdfdir@
390prefix = @prefix@
391program_transform_name = @program_transform_name@
392psdir = @psdir@
393runstatedir = @runstatedir@
394sbindir = @sbindir@
395sharedstatedir = @sharedstatedir@
396srcdir = @srcdir@
397sysconfdir = @sysconfdir@
398target_alias = @target_alias@
399top_build_prefix = @top_build_prefix@
400top_builddir = @top_builddir@
401top_srcdir = @top_srcdir@
402include_HEADERS = \
403    ../expat_config.h \
404    expat.h \
405    expat_external.h
406
407lib_LTLIBRARIES = libexpat.la
408noinst_LTLIBRARIES = libexpatinternal.la
409libexpat_la_LDFLAGS = \
410    @AM_LDFLAGS@ \
411    @LIBM@ \
412    -no-undefined \
413    -version-info @LIBCURRENT@:@LIBREVISION@:@LIBAGE@
414
415libexpat_la_SOURCES =
416
417# This layer of indirection allows
418# the test suite to access internal symbols
419# despite compiling with -fvisibility=hidden
420libexpatinternal_la_SOURCES = \
421    xmlparse.c \
422    xmltok.c \
423    xmlrole.c
424
425libexpat_la_LIBADD = libexpatinternal.la
426doc_DATA = \
427    ../AUTHORS \
428    ../Changes
429
430EXTRA_DIST = \
431    ascii.h \
432    asciitab.h \
433    expat_external.h \
434    expat.h \
435    iasciitab.h \
436    internal.h \
437    latin1tab.h \
438    libexpat.def \
439    libexpatw.def \
440    nametab.h \
441    siphash.h \
442    utf8tab.h \
443    winconfig.h \
444    xmlrole.h \
445    xmltok.h \
446    xmltok_impl.c \
447    xmltok_impl.h \
448    xmltok_ns.c
449
450all: all-am
451
452.SUFFIXES:
453.SUFFIXES: .c .lo .o .obj
454$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
455	@for dep in $?; do \
456	  case '$(am__configure_deps)' in \
457	    *$$dep*) \
458	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
459	        && { if test -f $@; then exit 0; else break; fi; }; \
460	      exit 1;; \
461	  esac; \
462	done; \
463	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
464	$(am__cd) $(top_srcdir) && \
465	  $(AUTOMAKE) --gnu lib/Makefile
466Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
467	@case '$?' in \
468	  *config.status*) \
469	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
470	  *) \
471	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
472	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
473	esac;
474
475$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
476	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
477
478$(top_srcdir)/configure:  $(am__configure_deps)
479	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
480$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
481	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
482$(am__aclocal_m4_deps):
483
484install-libLTLIBRARIES: $(lib_LTLIBRARIES)
485	@$(NORMAL_INSTALL)
486	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
487	list2=; for p in $$list; do \
488	  if test -f $$p; then \
489	    list2="$$list2 $$p"; \
490	  else :; fi; \
491	done; \
492	test -z "$$list2" || { \
493	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
494	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
495	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
496	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
497	}
498
499uninstall-libLTLIBRARIES:
500	@$(NORMAL_UNINSTALL)
501	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
502	for p in $$list; do \
503	  $(am__strip_dir) \
504	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
505	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
506	done
507
508clean-libLTLIBRARIES:
509	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
510	@list='$(lib_LTLIBRARIES)'; \
511	locs=`for p in $$list; do echo $$p; done | \
512	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
513	      sort -u`; \
514	test -z "$$locs" || { \
515	  echo rm -f $${locs}; \
516	  rm -f $${locs}; \
517	}
518
519clean-noinstLTLIBRARIES:
520	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
521	@list='$(noinst_LTLIBRARIES)'; \
522	locs=`for p in $$list; do echo $$p; done | \
523	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
524	      sort -u`; \
525	test -z "$$locs" || { \
526	  echo rm -f $${locs}; \
527	  rm -f $${locs}; \
528	}
529
530libexpat.la: $(libexpat_la_OBJECTS) $(libexpat_la_DEPENDENCIES) $(EXTRA_libexpat_la_DEPENDENCIES)
531	$(AM_V_CCLD)$(libexpat_la_LINK) -rpath $(libdir) $(libexpat_la_OBJECTS) $(libexpat_la_LIBADD) $(LIBS)
532
533libexpatinternal.la: $(libexpatinternal_la_OBJECTS) $(libexpatinternal_la_DEPENDENCIES) $(EXTRA_libexpatinternal_la_DEPENDENCIES)
534	$(AM_V_CCLD)$(LINK)  $(libexpatinternal_la_OBJECTS) $(libexpatinternal_la_LIBADD) $(LIBS)
535
536mostlyclean-compile:
537	-rm -f *.$(OBJEXT)
538
539distclean-compile:
540	-rm -f *.tab.c
541
542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlparse.Plo@am__quote@ # am--include-marker
543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlrole.Plo@am__quote@ # am--include-marker
544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmltok.Plo@am__quote@ # am--include-marker
545
546$(am__depfiles_remade):
547	@$(MKDIR_P) $(@D)
548	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
549
550am--depfiles: $(am__depfiles_remade)
551
552.c.o:
553@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
554@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
555@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
556@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
557@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
558
559.c.obj:
560@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
561@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
562@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
563@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
564@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
565
566.c.lo:
567@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
568@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
569@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
570@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
571@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
572
573mostlyclean-libtool:
574	-rm -f *.lo
575
576clean-libtool:
577	-rm -rf .libs _libs
578install-docDATA: $(doc_DATA)
579	@$(NORMAL_INSTALL)
580	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
581	if test -n "$$list"; then \
582	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
583	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
584	fi; \
585	for p in $$list; do \
586	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
587	  echo "$$d$$p"; \
588	done | $(am__base_list) | \
589	while read files; do \
590	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
591	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
592	done
593
594uninstall-docDATA:
595	@$(NORMAL_UNINSTALL)
596	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
597	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
598	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
599install-includeHEADERS: $(include_HEADERS)
600	@$(NORMAL_INSTALL)
601	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
602	if test -n "$$list"; then \
603	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
604	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
605	fi; \
606	for p in $$list; do \
607	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
608	  echo "$$d$$p"; \
609	done | $(am__base_list) | \
610	while read files; do \
611	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
612	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
613	done
614
615uninstall-includeHEADERS:
616	@$(NORMAL_UNINSTALL)
617	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
618	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
619	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
620
621ID: $(am__tagged_files)
622	$(am__define_uniq_tagged_files); mkid -fID $$unique
623tags: tags-am
624TAGS: tags
625
626tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
627	set x; \
628	here=`pwd`; \
629	$(am__define_uniq_tagged_files); \
630	shift; \
631	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
632	  test -n "$$unique" || unique=$$empty_fix; \
633	  if test $$# -gt 0; then \
634	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
635	      "$$@" $$unique; \
636	  else \
637	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
638	      $$unique; \
639	  fi; \
640	fi
641ctags: ctags-am
642
643CTAGS: ctags
644ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
645	$(am__define_uniq_tagged_files); \
646	test -z "$(CTAGS_ARGS)$$unique" \
647	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
648	     $$unique
649
650GTAGS:
651	here=`$(am__cd) $(top_builddir) && pwd` \
652	  && $(am__cd) $(top_srcdir) \
653	  && gtags -i $(GTAGS_ARGS) "$$here"
654cscopelist: cscopelist-am
655
656cscopelist-am: $(am__tagged_files)
657	list='$(am__tagged_files)'; \
658	case "$(srcdir)" in \
659	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
660	  *) sdir=$(subdir)/$(srcdir) ;; \
661	esac; \
662	for i in $$list; do \
663	  if test -f "$$i"; then \
664	    echo "$(subdir)/$$i"; \
665	  else \
666	    echo "$$sdir/$$i"; \
667	  fi; \
668	done >> $(top_builddir)/cscope.files
669
670distclean-tags:
671	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
672distdir: $(BUILT_SOURCES)
673	$(MAKE) $(AM_MAKEFLAGS) distdir-am
674
675distdir-am: $(DISTFILES)
676	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
677	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
678	list='$(DISTFILES)'; \
679	  dist_files=`for file in $$list; do echo $$file; done | \
680	  sed -e "s|^$$srcdirstrip/||;t" \
681	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
682	case $$dist_files in \
683	  */*) $(MKDIR_P) `echo "$$dist_files" | \
684			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
685			   sort -u` ;; \
686	esac; \
687	for file in $$dist_files; do \
688	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
689	  if test -d $$d/$$file; then \
690	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
691	    if test -d "$(distdir)/$$file"; then \
692	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
693	    fi; \
694	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
695	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
696	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
697	    fi; \
698	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
699	  else \
700	    test -f "$(distdir)/$$file" \
701	    || cp -p $$d/$$file "$(distdir)/$$file" \
702	    || exit 1; \
703	  fi; \
704	done
705check-am: all-am
706check: check-am
707all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
708installdirs:
709	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(includedir)"; do \
710	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
711	done
712install: install-am
713install-exec: install-exec-am
714install-data: install-data-am
715uninstall: uninstall-am
716
717install-am: all-am
718	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
719
720installcheck: installcheck-am
721install-strip:
722	if test -z '$(STRIP)'; then \
723	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
724	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
725	      install; \
726	else \
727	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
728	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
729	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
730	fi
731mostlyclean-generic:
732
733clean-generic:
734
735distclean-generic:
736	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
737	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
738
739maintainer-clean-generic:
740	@echo "This command is intended for maintainers to use"
741	@echo "it deletes files that may require special tools to rebuild."
742clean: clean-am
743
744clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
745	clean-noinstLTLIBRARIES mostlyclean-am
746
747distclean: distclean-am
748		-rm -f ./$(DEPDIR)/xmlparse.Plo
749	-rm -f ./$(DEPDIR)/xmlrole.Plo
750	-rm -f ./$(DEPDIR)/xmltok.Plo
751	-rm -f Makefile
752distclean-am: clean-am distclean-compile distclean-generic \
753	distclean-tags
754
755dvi: dvi-am
756
757dvi-am:
758
759html: html-am
760
761html-am:
762
763info: info-am
764
765info-am:
766
767install-data-am: install-docDATA install-includeHEADERS
768	@$(NORMAL_INSTALL)
769	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
770install-dvi: install-dvi-am
771
772install-dvi-am:
773
774install-exec-am: install-libLTLIBRARIES
775
776install-html: install-html-am
777
778install-html-am:
779
780install-info: install-info-am
781
782install-info-am:
783
784install-man:
785
786install-pdf: install-pdf-am
787
788install-pdf-am:
789
790install-ps: install-ps-am
791
792install-ps-am:
793
794installcheck-am:
795
796maintainer-clean: maintainer-clean-am
797		-rm -f ./$(DEPDIR)/xmlparse.Plo
798	-rm -f ./$(DEPDIR)/xmlrole.Plo
799	-rm -f ./$(DEPDIR)/xmltok.Plo
800	-rm -f Makefile
801maintainer-clean-am: distclean-am maintainer-clean-generic
802
803mostlyclean: mostlyclean-am
804
805mostlyclean-am: mostlyclean-compile mostlyclean-generic \
806	mostlyclean-libtool
807
808pdf: pdf-am
809
810pdf-am:
811
812ps: ps-am
813
814ps-am:
815
816uninstall-am: uninstall-docDATA uninstall-includeHEADERS \
817	uninstall-libLTLIBRARIES uninstall-local
818
819.MAKE: install-am install-data-am install-strip
820
821.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
822	clean-generic clean-libLTLIBRARIES clean-libtool \
823	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
824	distclean-compile distclean-generic distclean-libtool \
825	distclean-tags distdir dvi dvi-am html html-am info info-am \
826	install install-am install-data install-data-am \
827	install-data-hook install-docDATA install-dvi install-dvi-am \
828	install-exec install-exec-am install-html install-html-am \
829	install-includeHEADERS install-info install-info-am \
830	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
831	install-ps install-ps-am install-strip installcheck \
832	installcheck-am installdirs maintainer-clean \
833	maintainer-clean-generic mostlyclean mostlyclean-compile \
834	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
835	tags tags-am uninstall uninstall-am uninstall-docDATA \
836	uninstall-includeHEADERS uninstall-libLTLIBRARIES \
837	uninstall-local
838
839.PRECIOUS: Makefile
840
841
842install-data-hook:
843	cd "$(DESTDIR)$(docdir)" && $(am__mv) Changes changelog
844
845uninstall-local:
846	$(RM) "$(DESTDIR)$(docdir)/changelog"
847
848# Tell versions [3.59,3.63) of GNU make to not export all variables.
849# Otherwise a system limit (for SysV at least) may be exceeded.
850.NOEXPORT:
851