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