xref: /freebsd/contrib/expat/lib/Makefile.in (revision 1edb7116)
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-2022 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)/conftools/ax-cxx-compile-stdcxx.m4 \
139	$(top_srcdir)/conftools/ax-cxx-compile-stdcxx-11.m4 \
140	$(top_srcdir)/configure.ac
141am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
142	$(ACLOCAL_M4)
143DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
144	$(am__DIST_COMMON)
145mkinstalldirs = $(install_sh) -d
146CONFIG_HEADER = $(top_builddir)/expat_config.h
147CONFIG_CLEAN_FILES =
148CONFIG_CLEAN_VPATH_FILES =
149am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
150am__vpath_adj = case $$p in \
151    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
152    *) f=$$p;; \
153  esac;
154am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
155am__install_max = 40
156am__nobase_strip_setup = \
157  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
158am__nobase_strip = \
159  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
160am__nobase_list = $(am__nobase_strip_setup); \
161  for p in $$list; do echo "$$p $$p"; done | \
162  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
163  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
164    if (++n[$$2] == $(am__install_max)) \
165      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
166    END { for (dir in files) print dir, files[dir] }'
167am__base_list = \
168  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
169  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
170am__uninstall_files_from_dir = { \
171  test -z "$$files" \
172    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
173    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
174         $(am__cd) "$$dir" && rm -f $$files; }; \
175  }
176am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" \
177	"$(DESTDIR)$(includedir)"
178LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
179libexpat_la_DEPENDENCIES = libexpatinternal.la
180am_libexpat_la_OBJECTS =
181libexpat_la_OBJECTS = $(am_libexpat_la_OBJECTS)
182AM_V_lt = $(am__v_lt_@AM_V@)
183am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
184am__v_lt_0 = --silent
185am__v_lt_1 =
186libexpat_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
187	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
188	$(libexpat_la_LDFLAGS) $(LDFLAGS) -o $@
189libexpatinternal_la_LIBADD =
190am_libexpatinternal_la_OBJECTS = xmlparse.lo xmltok.lo xmlrole.lo
191libexpatinternal_la_OBJECTS = $(am_libexpatinternal_la_OBJECTS)
192AM_V_P = $(am__v_P_@AM_V@)
193am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
194am__v_P_0 = false
195am__v_P_1 = :
196AM_V_GEN = $(am__v_GEN_@AM_V@)
197am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
198am__v_GEN_0 = @echo "  GEN     " $@;
199am__v_GEN_1 =
200AM_V_at = $(am__v_at_@AM_V@)
201am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
202am__v_at_0 = @
203am__v_at_1 =
204DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
205depcomp = $(SHELL) $(top_srcdir)/conftools/depcomp
206am__maybe_remake_depfiles = depfiles
207am__depfiles_remade = ./$(DEPDIR)/xmlparse.Plo ./$(DEPDIR)/xmlrole.Plo \
208	./$(DEPDIR)/xmltok.Plo
209am__mv = mv -f
210COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
211	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
212LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
213	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
214	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
215	$(AM_CFLAGS) $(CFLAGS)
216AM_V_CC = $(am__v_CC_@AM_V@)
217am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
218am__v_CC_0 = @echo "  CC      " $@;
219am__v_CC_1 =
220CCLD = $(CC)
221LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
222	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
223	$(AM_LDFLAGS) $(LDFLAGS) -o $@
224AM_V_CCLD = $(am__v_CCLD_@AM_V@)
225am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
226am__v_CCLD_0 = @echo "  CCLD    " $@;
227am__v_CCLD_1 =
228SOURCES = $(libexpat_la_SOURCES) $(libexpatinternal_la_SOURCES)
229DIST_SOURCES = $(libexpat_la_SOURCES) $(libexpatinternal_la_SOURCES)
230am__can_run_installinfo = \
231  case $$AM_UPDATE_INFO_DIR in \
232    n|no|NO) false;; \
233    *) (install-info --version) >/dev/null 2>&1;; \
234  esac
235DATA = $(doc_DATA)
236HEADERS = $(include_HEADERS)
237am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
238# Read a list of newline-separated strings from the standard input,
239# and print each of them once, without duplicates.  Input order is
240# *not* preserved.
241am__uniquify_input = $(AWK) '\
242  BEGIN { nonempty = 0; } \
243  { items[$$0] = 1; nonempty = 1; } \
244  END { if (nonempty) { for (i in items) print i; }; } \
245'
246# Make sure the list of sources is unique.  This is necessary because,
247# e.g., the same source file might be shared among _SOURCES variables
248# for different programs/libraries.
249am__define_uniq_tagged_files = \
250  list='$(am__tagged_files)'; \
251  unique=`for i in $$list; do \
252    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
253  done | $(am__uniquify_input)`
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@
273CMAKE_SHARED_LIBRARY_PREFIX = @CMAKE_SHARED_LIBRARY_PREFIX@
274CPPFLAGS = @CPPFLAGS@
275CSCOPE = @CSCOPE@
276CTAGS = @CTAGS@
277CXX = @CXX@
278CXXCPP = @CXXCPP@
279CXXDEPMODE = @CXXDEPMODE@
280CXXFLAGS = @CXXFLAGS@
281CYGPATH_W = @CYGPATH_W@
282DEFS = @DEFS@
283DEPDIR = @DEPDIR@
284DLLTOOL = @DLLTOOL@
285DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
286DSYMUTIL = @DSYMUTIL@
287DUMPBIN = @DUMPBIN@
288ECHO_C = @ECHO_C@
289ECHO_N = @ECHO_N@
290ECHO_T = @ECHO_T@
291EGREP = @EGREP@
292ETAGS = @ETAGS@
293EXEEXT = @EXEEXT@
294EXPAT_ATTR_INFO = @EXPAT_ATTR_INFO@
295EXPAT_CHAR_TYPE = @EXPAT_CHAR_TYPE@
296EXPAT_CONTEXT_BYTES = @EXPAT_CONTEXT_BYTES@
297EXPAT_DTD = @EXPAT_DTD@
298EXPAT_LARGE_SIZE = @EXPAT_LARGE_SIZE@
299EXPAT_MIN_SIZE = @EXPAT_MIN_SIZE@
300EXPAT_NS = @EXPAT_NS@
301FGREP = @FGREP@
302FILECMD = @FILECMD@
303FILEMAP = @FILEMAP@
304GREP = @GREP@
305HAVE_CXX11 = @HAVE_CXX11@
306INSTALL = @INSTALL@
307INSTALL_DATA = @INSTALL_DATA@
308INSTALL_PROGRAM = @INSTALL_PROGRAM@
309INSTALL_SCRIPT = @INSTALL_SCRIPT@
310INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
311LD = @LD@
312LDFLAGS = @LDFLAGS@
313LIBAGE = @LIBAGE@
314LIBCURRENT = @LIBCURRENT@
315LIBDIR_BASENAME = @LIBDIR_BASENAME@
316LIBM = @LIBM@
317LIBOBJS = @LIBOBJS@
318LIBREVISION = @LIBREVISION@
319LIBS = @LIBS@
320LIBTOOL = @LIBTOOL@
321LIPO = @LIPO@
322LN_S = @LN_S@
323LTLIBOBJS = @LTLIBOBJS@
324LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
325MAINT = @MAINT@
326MAKEINFO = @MAKEINFO@
327MANIFEST_TOOL = @MANIFEST_TOOL@
328MKDIR_P = @MKDIR_P@
329NM = @NM@
330NMEDIT = @NMEDIT@
331OBJDUMP = @OBJDUMP@
332OBJEXT = @OBJEXT@
333OTOOL = @OTOOL@
334OTOOL64 = @OTOOL64@
335PACKAGE = @PACKAGE@
336PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
337PACKAGE_NAME = @PACKAGE_NAME@
338PACKAGE_STRING = @PACKAGE_STRING@
339PACKAGE_TARNAME = @PACKAGE_TARNAME@
340PACKAGE_URL = @PACKAGE_URL@
341PACKAGE_VERSION = @PACKAGE_VERSION@
342PATH_SEPARATOR = @PATH_SEPARATOR@
343RANLIB = @RANLIB@
344SED = @SED@
345SET_MAKE = @SET_MAKE@
346SHELL = @SHELL@
347SO_MAJOR = @SO_MAJOR@
348SO_MINOR = @SO_MINOR@
349SO_PATCH = @SO_PATCH@
350STRIP = @STRIP@
351VERSION = @VERSION@
352abs_builddir = @abs_builddir@
353abs_srcdir = @abs_srcdir@
354abs_top_builddir = @abs_top_builddir@
355abs_top_srcdir = @abs_top_srcdir@
356ac_ct_AR = @ac_ct_AR@
357ac_ct_CC = @ac_ct_CC@
358ac_ct_CXX = @ac_ct_CXX@
359ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
360ac_cv_sizeof_void_p = @ac_cv_sizeof_void_p@
361am__include = @am__include@
362am__leading_dot = @am__leading_dot@
363am__quote = @am__quote@
364am__tar = @am__tar@
365am__untar = @am__untar@
366bindir = @bindir@
367build = @build@
368build_alias = @build_alias@
369build_cpu = @build_cpu@
370build_os = @build_os@
371build_vendor = @build_vendor@
372builddir = @builddir@
373datadir = @datadir@
374datarootdir = @datarootdir@
375docdir = @docdir@
376dvidir = @dvidir@
377exec_prefix = @exec_prefix@
378host = @host@
379host_alias = @host_alias@
380host_cpu = @host_cpu@
381host_os = @host_os@
382host_vendor = @host_vendor@
383htmldir = @htmldir@
384includedir = @includedir@
385infodir = @infodir@
386install_sh = @install_sh@
387libdir = @libdir@
388libexecdir = @libexecdir@
389localedir = @localedir@
390localstatedir = @localstatedir@
391mandir = @mandir@
392mkdir_p = @mkdir_p@
393oldincludedir = @oldincludedir@
394pdfdir = @pdfdir@
395prefix = @prefix@
396program_transform_name = @program_transform_name@
397psdir = @psdir@
398runstatedir = @runstatedir@
399sbindir = @sbindir@
400sharedstatedir = @sharedstatedir@
401srcdir = @srcdir@
402sysconfdir = @sysconfdir@
403target_alias = @target_alias@
404top_build_prefix = @top_build_prefix@
405top_builddir = @top_builddir@
406top_srcdir = @top_srcdir@
407include_HEADERS = \
408    ../expat_config.h \
409    expat.h \
410    expat_external.h
411
412lib_LTLIBRARIES = libexpat.la
413noinst_LTLIBRARIES = libexpatinternal.la
414libexpat_la_LDFLAGS = \
415    @AM_LDFLAGS@ \
416    @LIBM@ \
417    -no-undefined \
418    -version-info @LIBCURRENT@:@LIBREVISION@:@LIBAGE@
419
420libexpat_la_SOURCES =
421
422# This layer of indirection allows
423# the test suite to access internal symbols
424# despite compiling with -fvisibility=hidden
425libexpatinternal_la_SOURCES = \
426    xmlparse.c \
427    xmltok.c \
428    xmlrole.c
429
430libexpat_la_LIBADD = libexpatinternal.la
431doc_DATA = \
432    ../AUTHORS \
433    ../Changes
434
435EXTRA_DIST = \
436    ascii.h \
437    asciitab.h \
438    expat_external.h \
439    expat.h \
440    iasciitab.h \
441    internal.h \
442    latin1tab.h \
443    libexpat.def.cmake \
444    nametab.h \
445    siphash.h \
446    utf8tab.h \
447    winconfig.h \
448    xmlrole.h \
449    xmltok.h \
450    xmltok_impl.c \
451    xmltok_impl.h \
452    xmltok_ns.c
453
454all: all-am
455
456.SUFFIXES:
457.SUFFIXES: .c .lo .o .obj
458$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
459	@for dep in $?; do \
460	  case '$(am__configure_deps)' in \
461	    *$$dep*) \
462	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
463	        && { if test -f $@; then exit 0; else break; fi; }; \
464	      exit 1;; \
465	  esac; \
466	done; \
467	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
468	$(am__cd) $(top_srcdir) && \
469	  $(AUTOMAKE) --gnu lib/Makefile
470Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
471	@case '$?' in \
472	  *config.status*) \
473	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
474	  *) \
475	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
476	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
477	esac;
478
479$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
480	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
481
482$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
483	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
484$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
485	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
486$(am__aclocal_m4_deps):
487
488install-libLTLIBRARIES: $(lib_LTLIBRARIES)
489	@$(NORMAL_INSTALL)
490	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
491	list2=; for p in $$list; do \
492	  if test -f $$p; then \
493	    list2="$$list2 $$p"; \
494	  else :; fi; \
495	done; \
496	test -z "$$list2" || { \
497	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
498	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
499	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
500	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
501	}
502
503uninstall-libLTLIBRARIES:
504	@$(NORMAL_UNINSTALL)
505	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
506	for p in $$list; do \
507	  $(am__strip_dir) \
508	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
509	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
510	done
511
512clean-libLTLIBRARIES:
513	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
514	@list='$(lib_LTLIBRARIES)'; \
515	locs=`for p in $$list; do echo $$p; done | \
516	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
517	      sort -u`; \
518	test -z "$$locs" || { \
519	  echo rm -f $${locs}; \
520	  rm -f $${locs}; \
521	}
522
523clean-noinstLTLIBRARIES:
524	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
525	@list='$(noinst_LTLIBRARIES)'; \
526	locs=`for p in $$list; do echo $$p; done | \
527	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
528	      sort -u`; \
529	test -z "$$locs" || { \
530	  echo rm -f $${locs}; \
531	  rm -f $${locs}; \
532	}
533
534libexpat.la: $(libexpat_la_OBJECTS) $(libexpat_la_DEPENDENCIES) $(EXTRA_libexpat_la_DEPENDENCIES)
535	$(AM_V_CCLD)$(libexpat_la_LINK) -rpath $(libdir) $(libexpat_la_OBJECTS) $(libexpat_la_LIBADD) $(LIBS)
536
537libexpatinternal.la: $(libexpatinternal_la_OBJECTS) $(libexpatinternal_la_DEPENDENCIES) $(EXTRA_libexpatinternal_la_DEPENDENCIES)
538	$(AM_V_CCLD)$(LINK)  $(libexpatinternal_la_OBJECTS) $(libexpatinternal_la_LIBADD) $(LIBS)
539
540mostlyclean-compile:
541	-rm -f *.$(OBJEXT)
542
543distclean-compile:
544	-rm -f *.tab.c
545
546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlparse.Plo@am__quote@ # am--include-marker
547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlrole.Plo@am__quote@ # am--include-marker
548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmltok.Plo@am__quote@ # am--include-marker
549
550$(am__depfiles_remade):
551	@$(MKDIR_P) $(@D)
552	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
553
554am--depfiles: $(am__depfiles_remade)
555
556.c.o:
557@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
558@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
559@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
560@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
562
563.c.obj:
564@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
565@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
566@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
567@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
569
570.c.lo:
571@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
572@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
573@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
574@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
576
577mostlyclean-libtool:
578	-rm -f *.lo
579
580clean-libtool:
581	-rm -rf .libs _libs
582install-docDATA: $(doc_DATA)
583	@$(NORMAL_INSTALL)
584	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
585	if test -n "$$list"; then \
586	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
587	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
588	fi; \
589	for p in $$list; do \
590	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
591	  echo "$$d$$p"; \
592	done | $(am__base_list) | \
593	while read files; do \
594	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
595	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
596	done
597
598uninstall-docDATA:
599	@$(NORMAL_UNINSTALL)
600	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
601	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
602	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
603install-includeHEADERS: $(include_HEADERS)
604	@$(NORMAL_INSTALL)
605	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
606	if test -n "$$list"; then \
607	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
608	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
609	fi; \
610	for p in $$list; do \
611	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
612	  echo "$$d$$p"; \
613	done | $(am__base_list) | \
614	while read files; do \
615	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
616	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
617	done
618
619uninstall-includeHEADERS:
620	@$(NORMAL_UNINSTALL)
621	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
622	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
623	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
624
625ID: $(am__tagged_files)
626	$(am__define_uniq_tagged_files); mkid -fID $$unique
627tags: tags-am
628TAGS: tags
629
630tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
631	set x; \
632	here=`pwd`; \
633	$(am__define_uniq_tagged_files); \
634	shift; \
635	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
636	  test -n "$$unique" || unique=$$empty_fix; \
637	  if test $$# -gt 0; then \
638	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
639	      "$$@" $$unique; \
640	  else \
641	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
642	      $$unique; \
643	  fi; \
644	fi
645ctags: ctags-am
646
647CTAGS: ctags
648ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
649	$(am__define_uniq_tagged_files); \
650	test -z "$(CTAGS_ARGS)$$unique" \
651	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
652	     $$unique
653
654GTAGS:
655	here=`$(am__cd) $(top_builddir) && pwd` \
656	  && $(am__cd) $(top_srcdir) \
657	  && gtags -i $(GTAGS_ARGS) "$$here"
658cscopelist: cscopelist-am
659
660cscopelist-am: $(am__tagged_files)
661	list='$(am__tagged_files)'; \
662	case "$(srcdir)" in \
663	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
664	  *) sdir=$(subdir)/$(srcdir) ;; \
665	esac; \
666	for i in $$list; do \
667	  if test -f "$$i"; then \
668	    echo "$(subdir)/$$i"; \
669	  else \
670	    echo "$$sdir/$$i"; \
671	  fi; \
672	done >> $(top_builddir)/cscope.files
673
674distclean-tags:
675	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
676distdir: $(BUILT_SOURCES)
677	$(MAKE) $(AM_MAKEFLAGS) distdir-am
678
679distdir-am: $(DISTFILES)
680	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
681	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
682	list='$(DISTFILES)'; \
683	  dist_files=`for file in $$list; do echo $$file; done | \
684	  sed -e "s|^$$srcdirstrip/||;t" \
685	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
686	case $$dist_files in \
687	  */*) $(MKDIR_P) `echo "$$dist_files" | \
688			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
689			   sort -u` ;; \
690	esac; \
691	for file in $$dist_files; do \
692	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
693	  if test -d $$d/$$file; then \
694	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
695	    if test -d "$(distdir)/$$file"; then \
696	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
697	    fi; \
698	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
699	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
700	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
701	    fi; \
702	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
703	  else \
704	    test -f "$(distdir)/$$file" \
705	    || cp -p $$d/$$file "$(distdir)/$$file" \
706	    || exit 1; \
707	  fi; \
708	done
709check-am: all-am
710check: check-am
711all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
712installdirs:
713	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(includedir)"; do \
714	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
715	done
716install: install-am
717install-exec: install-exec-am
718install-data: install-data-am
719uninstall: uninstall-am
720
721install-am: all-am
722	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
723
724installcheck: installcheck-am
725install-strip:
726	if test -z '$(STRIP)'; then \
727	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
728	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
729	      install; \
730	else \
731	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
732	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
733	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
734	fi
735mostlyclean-generic:
736
737clean-generic:
738
739distclean-generic:
740	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
741	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
742
743maintainer-clean-generic:
744	@echo "This command is intended for maintainers to use"
745	@echo "it deletes files that may require special tools to rebuild."
746clean: clean-am
747
748clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
749	clean-noinstLTLIBRARIES mostlyclean-am
750
751distclean: distclean-am
752		-rm -f ./$(DEPDIR)/xmlparse.Plo
753	-rm -f ./$(DEPDIR)/xmlrole.Plo
754	-rm -f ./$(DEPDIR)/xmltok.Plo
755	-rm -f Makefile
756distclean-am: clean-am distclean-compile distclean-generic \
757	distclean-tags
758
759dvi: dvi-am
760
761dvi-am:
762
763html: html-am
764
765html-am:
766
767info: info-am
768
769info-am:
770
771install-data-am: install-docDATA install-includeHEADERS
772	@$(NORMAL_INSTALL)
773	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
774install-dvi: install-dvi-am
775
776install-dvi-am:
777
778install-exec-am: install-libLTLIBRARIES
779
780install-html: install-html-am
781
782install-html-am:
783
784install-info: install-info-am
785
786install-info-am:
787
788install-man:
789
790install-pdf: install-pdf-am
791
792install-pdf-am:
793
794install-ps: install-ps-am
795
796install-ps-am:
797
798installcheck-am:
799
800maintainer-clean: maintainer-clean-am
801		-rm -f ./$(DEPDIR)/xmlparse.Plo
802	-rm -f ./$(DEPDIR)/xmlrole.Plo
803	-rm -f ./$(DEPDIR)/xmltok.Plo
804	-rm -f Makefile
805maintainer-clean-am: distclean-am maintainer-clean-generic
806
807mostlyclean: mostlyclean-am
808
809mostlyclean-am: mostlyclean-compile mostlyclean-generic \
810	mostlyclean-libtool
811
812pdf: pdf-am
813
814pdf-am:
815
816ps: ps-am
817
818ps-am:
819
820uninstall-am: uninstall-docDATA uninstall-includeHEADERS \
821	uninstall-libLTLIBRARIES uninstall-local
822
823.MAKE: install-am install-data-am install-strip
824
825.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
826	clean-generic clean-libLTLIBRARIES clean-libtool \
827	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
828	distclean-compile distclean-generic distclean-libtool \
829	distclean-tags distdir dvi dvi-am html html-am info info-am \
830	install install-am install-data install-data-am \
831	install-data-hook install-docDATA install-dvi install-dvi-am \
832	install-exec install-exec-am install-html install-html-am \
833	install-includeHEADERS install-info install-info-am \
834	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
835	install-ps install-ps-am install-strip installcheck \
836	installcheck-am installdirs maintainer-clean \
837	maintainer-clean-generic mostlyclean mostlyclean-compile \
838	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
839	tags tags-am uninstall uninstall-am uninstall-docDATA \
840	uninstall-includeHEADERS uninstall-libLTLIBRARIES \
841	uninstall-local
842
843.PRECIOUS: Makefile
844
845
846install-data-hook:
847	cd "$(DESTDIR)$(docdir)" && $(am__mv) Changes changelog
848
849uninstall-local:
850	$(RM) "$(DESTDIR)$(docdir)/changelog"
851
852# Tell versions [3.59,3.63) of GNU make to not export all variables.
853# Otherwise a system limit (for SysV at least) may be exceeded.
854.NOEXPORT:
855