1355604Sdelphij# Makefile.in generated by automake 1.16.1 from Makefile.am.
2355604Sdelphij# @configure_input@
3355604Sdelphij
4355604Sdelphij# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5355604Sdelphij
6355604Sdelphij# This Makefile.in is free software; the Free Software Foundation
7355604Sdelphij# gives unlimited permission to copy and/or distribute it,
8355604Sdelphij# with or without modifications, as long as this notice is preserved.
9355604Sdelphij
10355604Sdelphij# This program is distributed in the hope that it will be useful,
11355604Sdelphij# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12355604Sdelphij# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13355604Sdelphij# PARTICULAR PURPOSE.
14355604Sdelphij
15355604Sdelphij@SET_MAKE@
16355604Sdelphij
17104349Sphk#
18355604Sdelphij#                          __  __            _
19355604Sdelphij#                       ___\ \/ /_ __   __ _| |_
20355604Sdelphij#                      / _ \\  /| '_ \ / _` | __|
21355604Sdelphij#                     |  __//  \| |_) | (_| | |_
22355604Sdelphij#                      \___/_/\_\ .__/ \__,_|\__|
23355604Sdelphij#                               |_| XML parser
24104349Sphk#
25355604Sdelphij# Copyright (c) 2017 Expat development team
26355604Sdelphij# Licensed under the MIT license:
27104349Sphk#
28355604Sdelphij# Permission is  hereby granted,  free of charge,  to any  person obtaining
29355604Sdelphij# a  copy  of  this  software   and  associated  documentation  files  (the
30355604Sdelphij# "Software"),  to  deal in  the  Software  without restriction,  including
31355604Sdelphij# without  limitation the  rights  to use,  copy,  modify, merge,  publish,
32355604Sdelphij# distribute, sublicense, and/or sell copies of the Software, and to permit
33355604Sdelphij# persons  to whom  the Software  is  furnished to  do so,  subject to  the
34355604Sdelphij# following conditions:
35104349Sphk#
36355604Sdelphij# The above copyright  notice and this permission notice  shall be included
37355604Sdelphij# in all copies or substantial portions of the Software.
38104349Sphk#
39355604Sdelphij# THE  SOFTWARE  IS  PROVIDED  "AS  IS",  WITHOUT  WARRANTY  OF  ANY  KIND,
40355604Sdelphij# EXPRESS  OR IMPLIED,  INCLUDING  BUT  NOT LIMITED  TO  THE WARRANTIES  OF
41355604Sdelphij# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
42355604Sdelphij# NO EVENT SHALL THE AUTHORS OR  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
43355604Sdelphij# DAMAGES OR  OTHER LIABILITY, WHETHER  IN AN  ACTION OF CONTRACT,  TORT OR
44355604Sdelphij# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
45355604Sdelphij# USE OR OTHER DEALINGS IN THE SOFTWARE.
46104349Sphk
47355604SdelphijVPATH = @srcdir@
48355604Sdelphijam__is_gnu_make = { \
49355604Sdelphij  if test -z '$(MAKELEVEL)'; then \
50355604Sdelphij    false; \
51355604Sdelphij  elif test -n '$(MAKE_HOST)'; then \
52355604Sdelphij    true; \
53355604Sdelphij  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
54355604Sdelphij    true; \
55355604Sdelphij  else \
56355604Sdelphij    false; \
57355604Sdelphij  fi; \
58355604Sdelphij}
59355604Sdelphijam__make_running_with_option = \
60355604Sdelphij  case $${target_option-} in \
61355604Sdelphij      ?) ;; \
62355604Sdelphij      *) echo "am__make_running_with_option: internal error: invalid" \
63355604Sdelphij              "target option '$${target_option-}' specified" >&2; \
64355604Sdelphij         exit 1;; \
65355604Sdelphij  esac; \
66355604Sdelphij  has_opt=no; \
67355604Sdelphij  sane_makeflags=$$MAKEFLAGS; \
68355604Sdelphij  if $(am__is_gnu_make); then \
69355604Sdelphij    sane_makeflags=$$MFLAGS; \
70355604Sdelphij  else \
71355604Sdelphij    case $$MAKEFLAGS in \
72355604Sdelphij      *\\[\ \	]*) \
73355604Sdelphij        bs=\\; \
74355604Sdelphij        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
75355604Sdelphij          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
76355604Sdelphij    esac; \
77355604Sdelphij  fi; \
78355604Sdelphij  skip_next=no; \
79355604Sdelphij  strip_trailopt () \
80355604Sdelphij  { \
81355604Sdelphij    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
82355604Sdelphij  }; \
83355604Sdelphij  for flg in $$sane_makeflags; do \
84355604Sdelphij    test $$skip_next = yes && { skip_next=no; continue; }; \
85355604Sdelphij    case $$flg in \
86355604Sdelphij      *=*|--*) continue;; \
87355604Sdelphij        -*I) strip_trailopt 'I'; skip_next=yes;; \
88355604Sdelphij      -*I?*) strip_trailopt 'I';; \
89355604Sdelphij        -*O) strip_trailopt 'O'; skip_next=yes;; \
90355604Sdelphij      -*O?*) strip_trailopt 'O';; \
91355604Sdelphij        -*l) strip_trailopt 'l'; skip_next=yes;; \
92355604Sdelphij      -*l?*) strip_trailopt 'l';; \
93355604Sdelphij      -[dEDm]) skip_next=yes;; \
94355604Sdelphij      -[JT]) skip_next=yes;; \
95355604Sdelphij    esac; \
96355604Sdelphij    case $$flg in \
97355604Sdelphij      *$$target_option*) has_opt=yes; break;; \
98355604Sdelphij    esac; \
99355604Sdelphij  done; \
100355604Sdelphij  test $$has_opt = yes
101355604Sdelphijam__make_dryrun = (target_option=n; $(am__make_running_with_option))
102355604Sdelphijam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
103355604Sdelphijpkgdatadir = $(datadir)/@PACKAGE@
104355604Sdelphijpkgincludedir = $(includedir)/@PACKAGE@
105355604Sdelphijpkglibdir = $(libdir)/@PACKAGE@
106355604Sdelphijpkglibexecdir = $(libexecdir)/@PACKAGE@
107355604Sdelphijam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
108355604Sdelphijinstall_sh_DATA = $(install_sh) -c -m 644
109355604Sdelphijinstall_sh_PROGRAM = $(install_sh) -c
110355604Sdelphijinstall_sh_SCRIPT = $(install_sh) -c
111355604SdelphijINSTALL_HEADER = $(INSTALL_DATA)
112355604Sdelphijtransform = $(program_transform_name)
113355604SdelphijNORMAL_INSTALL = :
114355604SdelphijPRE_INSTALL = :
115355604SdelphijPOST_INSTALL = :
116355604SdelphijNORMAL_UNINSTALL = :
117355604SdelphijPRE_UNINSTALL = :
118355604SdelphijPOST_UNINSTALL = :
119355604Sdelphijbuild_triplet = @build@
120355604Sdelphijhost_triplet = @host@
121355604Sdelphij@WITH_EXAMPLES_TRUE@am__append_1 = examples
122355604Sdelphij@WITH_TESTS_TRUE@am__append_2 = tests  
123355604Sdelphij@WITH_XMLWF_TRUE@am__append_3 = xmlwf doc
124355604Sdelphijsubdir = .
125355604SdelphijACLOCAL_M4 = $(top_srcdir)/aclocal.m4
126355604Sdelphijam__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
127355604Sdelphij	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
128355604Sdelphij	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
129355604Sdelphij	$(top_srcdir)/acinclude.m4 \
130355604Sdelphij	$(top_srcdir)/conftools/ax-require-defined.m4 \
131355604Sdelphij	$(top_srcdir)/conftools/ax-check-compile-flag.m4 \
132355604Sdelphij	$(top_srcdir)/conftools/ax-check-link-flag.m4 \
133355604Sdelphij	$(top_srcdir)/conftools/ax-append-flag.m4 \
134355604Sdelphij	$(top_srcdir)/conftools/ax-append-compile-flags.m4 \
135355604Sdelphij	$(top_srcdir)/conftools/ax-append-link-flags.m4 \
136355604Sdelphij	$(top_srcdir)/conftools/expatcfg-compiler-supports-visibility.m4 \
137355604Sdelphij	$(top_srcdir)/configure.ac
138355604Sdelphijam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
139355604Sdelphij	$(ACLOCAL_M4)
140355604SdelphijDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
141355604Sdelphij	$(am__configure_deps) $(am__DIST_COMMON)
142355604Sdelphijam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
143355604Sdelphij configure.lineno config.status.lineno
144355604Sdelphijmkinstalldirs = $(install_sh) -d
145355604SdelphijCONFIG_HEADER = expat_config.h
146355604SdelphijCONFIG_CLEAN_FILES = expat.pc run.sh
147355604SdelphijCONFIG_CLEAN_VPATH_FILES =
148355604SdelphijAM_V_P = $(am__v_P_@AM_V@)
149355604Sdelphijam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
150355604Sdelphijam__v_P_0 = false
151355604Sdelphijam__v_P_1 = :
152355604SdelphijAM_V_GEN = $(am__v_GEN_@AM_V@)
153355604Sdelphijam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
154355604Sdelphijam__v_GEN_0 = @echo "  GEN     " $@;
155355604Sdelphijam__v_GEN_1 = 
156355604SdelphijAM_V_at = $(am__v_at_@AM_V@)
157355604Sdelphijam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
158355604Sdelphijam__v_at_0 = @
159355604Sdelphijam__v_at_1 = 
160355604SdelphijSOURCES =
161355604SdelphijDIST_SOURCES =
162355604SdelphijRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
163355604Sdelphij	ctags-recursive dvi-recursive html-recursive info-recursive \
164355604Sdelphij	install-data-recursive install-dvi-recursive \
165355604Sdelphij	install-exec-recursive install-html-recursive \
166355604Sdelphij	install-info-recursive install-pdf-recursive \
167355604Sdelphij	install-ps-recursive install-recursive installcheck-recursive \
168355604Sdelphij	installdirs-recursive pdf-recursive ps-recursive \
169355604Sdelphij	tags-recursive uninstall-recursive
170355604Sdelphijam__can_run_installinfo = \
171355604Sdelphij  case $$AM_UPDATE_INFO_DIR in \
172355604Sdelphij    n|no|NO) false;; \
173355604Sdelphij    *) (install-info --version) >/dev/null 2>&1;; \
174355604Sdelphij  esac
175355604Sdelphijam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
176355604Sdelphijam__vpath_adj = case $$p in \
177355604Sdelphij    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
178355604Sdelphij    *) f=$$p;; \
179355604Sdelphij  esac;
180355604Sdelphijam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
181355604Sdelphijam__install_max = 40
182355604Sdelphijam__nobase_strip_setup = \
183355604Sdelphij  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
184355604Sdelphijam__nobase_strip = \
185355604Sdelphij  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
186355604Sdelphijam__nobase_list = $(am__nobase_strip_setup); \
187355604Sdelphij  for p in $$list; do echo "$$p $$p"; done | \
188355604Sdelphij  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
189355604Sdelphij  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
190355604Sdelphij    if (++n[$$2] == $(am__install_max)) \
191355604Sdelphij      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
192355604Sdelphij    END { for (dir in files) print dir, files[dir] }'
193355604Sdelphijam__base_list = \
194355604Sdelphij  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
195355604Sdelphij  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
196355604Sdelphijam__uninstall_files_from_dir = { \
197355604Sdelphij  test -z "$$files" \
198355604Sdelphij    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
199355604Sdelphij    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
200355604Sdelphij         $(am__cd) "$$dir" && rm -f $$files; }; \
201355604Sdelphij  }
202355604Sdelphijam__installdirs = "$(DESTDIR)$(pkgconfigdir)"
203355604SdelphijDATA = $(pkgconfig_DATA)
204355604SdelphijRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
205355604Sdelphij  distclean-recursive maintainer-clean-recursive
206355604Sdelphijam__recursive_targets = \
207355604Sdelphij  $(RECURSIVE_TARGETS) \
208355604Sdelphij  $(RECURSIVE_CLEAN_TARGETS) \
209355604Sdelphij  $(am__extra_recursive_targets)
210355604SdelphijAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
211355604Sdelphij	cscope distdir distdir-am dist dist-all distcheck
212355604Sdelphijam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
213355604Sdelphij	$(LISP)expat_config.h.in
214355604Sdelphij# Read a list of newline-separated strings from the standard input,
215355604Sdelphij# and print each of them once, without duplicates.  Input order is
216355604Sdelphij# *not* preserved.
217355604Sdelphijam__uniquify_input = $(AWK) '\
218355604Sdelphij  BEGIN { nonempty = 0; } \
219355604Sdelphij  { items[$$0] = 1; nonempty = 1; } \
220355604Sdelphij  END { if (nonempty) { for (i in items) print i; }; } \
221355604Sdelphij'
222355604Sdelphij# Make sure the list of sources is unique.  This is necessary because,
223355604Sdelphij# e.g., the same source file might be shared among _SOURCES variables
224355604Sdelphij# for different programs/libraries.
225355604Sdelphijam__define_uniq_tagged_files = \
226355604Sdelphij  list='$(am__tagged_files)'; \
227355604Sdelphij  unique=`for i in $$list; do \
228355604Sdelphij    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
229355604Sdelphij  done | $(am__uniquify_input)`
230355604SdelphijETAGS = etags
231355604SdelphijCTAGS = ctags
232355604SdelphijCSCOPE = cscope
233355604SdelphijDIST_SUBDIRS = lib examples tests xmlwf doc
234355604Sdelphijam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/expat.pc.in \
235355604Sdelphij	$(srcdir)/expat_config.h.in $(srcdir)/run.sh.in \
236355604Sdelphij	$(top_srcdir)/conftools/ar-lib $(top_srcdir)/conftools/compile \
237355604Sdelphij	$(top_srcdir)/conftools/config.guess \
238355604Sdelphij	$(top_srcdir)/conftools/config.sub \
239355604Sdelphij	$(top_srcdir)/conftools/install-sh \
240355604Sdelphij	$(top_srcdir)/conftools/ltmain.sh \
241355604Sdelphij	$(top_srcdir)/conftools/missing AUTHORS COPYING \
242355604Sdelphij	conftools/ar-lib conftools/compile conftools/config.guess \
243355604Sdelphij	conftools/config.sub conftools/depcomp conftools/install-sh \
244355604Sdelphij	conftools/ltmain.sh conftools/missing
245355604SdelphijDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
246355604Sdelphijdistdir = $(PACKAGE)-$(VERSION)
247355604Sdelphijtop_distdir = $(distdir)
248355604Sdelphijam__remove_distdir = \
249355604Sdelphij  if test -d "$(distdir)"; then \
250355604Sdelphij    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
251355604Sdelphij      && rm -rf "$(distdir)" \
252355604Sdelphij      || { sleep 5 && rm -rf "$(distdir)"; }; \
253355604Sdelphij  else :; fi
254355604Sdelphijam__post_remove_distdir = $(am__remove_distdir)
255355604Sdelphijam__relativize = \
256355604Sdelphij  dir0=`pwd`; \
257355604Sdelphij  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
258355604Sdelphij  sed_rest='s,^[^/]*/*,,'; \
259355604Sdelphij  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
260355604Sdelphij  sed_butlast='s,/*[^/]*$$,,'; \
261355604Sdelphij  while test -n "$$dir1"; do \
262355604Sdelphij    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
263355604Sdelphij    if test "$$first" != "."; then \
264355604Sdelphij      if test "$$first" = ".."; then \
265355604Sdelphij        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
266355604Sdelphij        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
267355604Sdelphij      else \
268355604Sdelphij        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
269355604Sdelphij        if test "$$first2" = "$$first"; then \
270355604Sdelphij          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
271355604Sdelphij        else \
272355604Sdelphij          dir2="../$$dir2"; \
273355604Sdelphij        fi; \
274355604Sdelphij        dir0="$$dir0"/"$$first"; \
275355604Sdelphij      fi; \
276355604Sdelphij    fi; \
277355604Sdelphij    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
278355604Sdelphij  done; \
279355604Sdelphij  reldir="$$dir2"
280355604SdelphijDIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).tar.lz \
281355604Sdelphij	$(distdir).tar.xz
282355604SdelphijGZIP_ENV = --best
283355604SdelphijDIST_TARGETS = dist-lzip dist-xz dist-bzip2 dist-gzip
284355604Sdelphijdistuninstallcheck_listfiles = find . -type f -print
285355604Sdelphijam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
286355604Sdelphij  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
287355604Sdelphijdistcleancheck_listfiles = find . -type f -print
288355604SdelphijACLOCAL = @ACLOCAL@
289355604SdelphijAMTAR = @AMTAR@
290355604SdelphijAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
291355604SdelphijAR = @AR@
292355604SdelphijAS = @AS@
293355604SdelphijAUTOCONF = @AUTOCONF@
294355604SdelphijAUTOHEADER = @AUTOHEADER@
295355604SdelphijAUTOMAKE = @AUTOMAKE@
296355604SdelphijAWK = @AWK@
297355604SdelphijCC = @CC@
298355604SdelphijCCDEPMODE = @CCDEPMODE@
299355604SdelphijCFLAGS = @CFLAGS@
300355604SdelphijCPP = @CPP@
301355604SdelphijCPPFLAGS = @CPPFLAGS@
302355604SdelphijCXX = @CXX@
303355604SdelphijCXXCPP = @CXXCPP@
304355604SdelphijCXXDEPMODE = @CXXDEPMODE@
305355604SdelphijCXXFLAGS = @CXXFLAGS@
306355604SdelphijCYGPATH_W = @CYGPATH_W@
307355604SdelphijDEFS = @DEFS@
308355604SdelphijDEPDIR = @DEPDIR@
309355604SdelphijDLLTOOL = @DLLTOOL@
310355604SdelphijDOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
311355604SdelphijDSYMUTIL = @DSYMUTIL@
312355604SdelphijDUMPBIN = @DUMPBIN@
313355604SdelphijECHO_C = @ECHO_C@
314355604SdelphijECHO_N = @ECHO_N@
315355604SdelphijECHO_T = @ECHO_T@
316355604SdelphijEGREP = @EGREP@
317355604SdelphijEXEEXT = @EXEEXT@
318355604SdelphijFGREP = @FGREP@
319355604SdelphijFILEMAP = @FILEMAP@
320355604SdelphijGREP = @GREP@
321355604SdelphijINSTALL = @INSTALL@
322355604SdelphijINSTALL_DATA = @INSTALL_DATA@
323355604SdelphijINSTALL_PROGRAM = @INSTALL_PROGRAM@
324355604SdelphijINSTALL_SCRIPT = @INSTALL_SCRIPT@
325355604SdelphijINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
326355604SdelphijLD = @LD@
327355604SdelphijLDFLAGS = @LDFLAGS@
328355604SdelphijLIBAGE = @LIBAGE@
329355604SdelphijLIBCURRENT = @LIBCURRENT@
330355604SdelphijLIBOBJS = @LIBOBJS@
331355604SdelphijLIBREVISION = @LIBREVISION@
332355604SdelphijLIBS = @LIBS@
333355604SdelphijLIBTOOL = @LIBTOOL@
334355604SdelphijLIPO = @LIPO@
335355604SdelphijLN_S = @LN_S@
336355604SdelphijLTLIBOBJS = @LTLIBOBJS@
337355604SdelphijLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
338355604SdelphijMAKEINFO = @MAKEINFO@
339355604SdelphijMANIFEST_TOOL = @MANIFEST_TOOL@
340355604SdelphijMKDIR_P = @MKDIR_P@
341355604SdelphijNM = @NM@
342355604SdelphijNMEDIT = @NMEDIT@
343355604SdelphijOBJDUMP = @OBJDUMP@
344355604SdelphijOBJEXT = @OBJEXT@
345355604SdelphijOTOOL = @OTOOL@
346355604SdelphijOTOOL64 = @OTOOL64@
347355604SdelphijPACKAGE = @PACKAGE@
348355604SdelphijPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
349355604SdelphijPACKAGE_NAME = @PACKAGE_NAME@
350355604SdelphijPACKAGE_STRING = @PACKAGE_STRING@
351355604SdelphijPACKAGE_TARNAME = @PACKAGE_TARNAME@
352355604SdelphijPACKAGE_URL = @PACKAGE_URL@
353355604SdelphijPACKAGE_VERSION = @PACKAGE_VERSION@
354355604SdelphijPATH_SEPARATOR = @PATH_SEPARATOR@
355355604SdelphijRANLIB = @RANLIB@
356355604SdelphijSED = @SED@
357355604SdelphijSET_MAKE = @SET_MAKE@
358104349SphkSHELL = @SHELL@
359355604SdelphijSTRIP = @STRIP@
360355604SdelphijVERSION = @VERSION@
361355604Sdelphijabs_builddir = @abs_builddir@
362355604Sdelphijabs_srcdir = @abs_srcdir@
363355604Sdelphijabs_top_builddir = @abs_top_builddir@
364355604Sdelphijabs_top_srcdir = @abs_top_srcdir@
365355604Sdelphijac_ct_AR = @ac_ct_AR@
366355604Sdelphijac_ct_CC = @ac_ct_CC@
367355604Sdelphijac_ct_CXX = @ac_ct_CXX@
368355604Sdelphijac_ct_DUMPBIN = @ac_ct_DUMPBIN@
369355604Sdelphijam__include = @am__include@
370355604Sdelphijam__leading_dot = @am__leading_dot@
371355604Sdelphijam__quote = @am__quote@
372355604Sdelphijam__tar = @am__tar@
373355604Sdelphijam__untar = @am__untar@
374355604Sdelphijbindir = @bindir@
375355604Sdelphijbuild = @build@
376355604Sdelphijbuild_alias = @build_alias@
377355604Sdelphijbuild_cpu = @build_cpu@
378355604Sdelphijbuild_os = @build_os@
379355604Sdelphijbuild_vendor = @build_vendor@
380355604Sdelphijbuilddir = @builddir@
381355604Sdelphijdatadir = @datadir@
382355604Sdelphijdatarootdir = @datarootdir@
383355604Sdelphijdocdir = @docdir@
384355604Sdelphijdvidir = @dvidir@
385355604Sdelphijexec_prefix = @exec_prefix@
386355604Sdelphijhost = @host@
387355604Sdelphijhost_alias = @host_alias@
388355604Sdelphijhost_cpu = @host_cpu@
389355604Sdelphijhost_os = @host_os@
390355604Sdelphijhost_vendor = @host_vendor@
391355604Sdelphijhtmldir = @htmldir@
392355604Sdelphijincludedir = @includedir@
393355604Sdelphijinfodir = @infodir@
394355604Sdelphijinstall_sh = @install_sh@
395355604Sdelphijlibdir = @libdir@
396355604Sdelphijlibexecdir = @libexecdir@
397355604Sdelphijlocaledir = @localedir@
398355604Sdelphijlocalstatedir = @localstatedir@
399355604Sdelphijmandir = @mandir@
400355604Sdelphijmkdir_p = @mkdir_p@
401355604Sdelphijoldincludedir = @oldincludedir@
402355604Sdelphijpdfdir = @pdfdir@
403355604Sdelphijprefix = @prefix@
404355604Sdelphijprogram_transform_name = @program_transform_name@
405355604Sdelphijpsdir = @psdir@
406355604Sdelphijsbindir = @sbindir@
407355604Sdelphijsharedstatedir = @sharedstatedir@
408104349Sphksrcdir = @srcdir@
409355604Sdelphijsysconfdir = @sysconfdir@
410355604Sdelphijtarget_alias = @target_alias@
411355604Sdelphijtop_build_prefix = @top_build_prefix@
412355604Sdelphijtop_builddir = @top_builddir@
413104349Sphktop_srcdir = @top_srcdir@
414355604SdelphijAUTOMAKE_OPTIONS = \
415355604Sdelphij    dist-bzip2 \
416355604Sdelphij    dist-lzip \
417355604Sdelphij    dist-xz \
418355604Sdelphij    foreign \
419355604Sdelphij    subdir-objects
420104349Sphk
421355604SdelphijACLOCAL_AMFLAGS = -I m4
422355604SdelphijLIBTOOLFLAGS = --verbose
423355604SdelphijSUBDIRS = lib $(am__append_1) $(am__append_2) $(am__append_3)
424355604Sdelphijpkgconfig_DATA = expat.pc
425247296Sdelphijpkgconfigdir = $(libdir)/pkgconfig
426355604Sdelphij_EXTRA_DIST_CMAKE = \
427355604Sdelphij    cmake/expat-config.cmake.in \
428355604Sdelphij    cmake/mingw-toolchain.cmake \
429355604Sdelphij    \
430355604Sdelphij    CMakeLists.txt \
431355604Sdelphij    CMake.README \
432355604Sdelphij    ConfigureChecks.cmake \
433355604Sdelphij    expat_config.h.cmake
434104349Sphk
435355604Sdelphij_EXTRA_DIST_WINDOWS = \
436355604Sdelphij    win32/build_expat_iss.bat \
437355604Sdelphij    win32/expat.iss \
438355604Sdelphij    win32/MANIFEST.txt \
439355604Sdelphij    win32/README.txt
440104349Sphk
441355604SdelphijEXTRA_DIST = \
442355604Sdelphij    $(_EXTRA_DIST_CMAKE) \
443355604Sdelphij    $(_EXTRA_DIST_WINDOWS) \
444355604Sdelphij    \
445355604Sdelphij    conftools/expat.m4 \
446355604Sdelphij    conftools/get-version.sh \
447355604Sdelphij    conftools/PrintPath \
448355604Sdelphij    \
449355604Sdelphij    xmlwf/xmlwf_helpgen.py \
450355604Sdelphij    xmlwf/xmlwf_helpgen.sh \
451355604Sdelphij    \
452355604Sdelphij    Changes \
453355604Sdelphij    README.md \
454355604Sdelphij    \
455355604Sdelphij    fix-xmltest-log.sh \
456355604Sdelphij    test-driver-wrapper.sh
457104349Sphk
458355604Sdelphijall: expat_config.h
459355604Sdelphij	$(MAKE) $(AM_MAKEFLAGS) all-recursive
460104349Sphk
461355604Sdelphij.SUFFIXES:
462355604Sdelphijam--refresh: Makefile
463355604Sdelphij	@:
464355604Sdelphij$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
465355604Sdelphij	@for dep in $?; do \
466355604Sdelphij	  case '$(am__configure_deps)' in \
467355604Sdelphij	    *$$dep*) \
468355604Sdelphij	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
469355604Sdelphij	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
470355604Sdelphij		&& exit 0; \
471355604Sdelphij	      exit 1;; \
472355604Sdelphij	  esac; \
473355604Sdelphij	done; \
474355604Sdelphij	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
475355604Sdelphij	$(am__cd) $(top_srcdir) && \
476355604Sdelphij	  $(AUTOMAKE) --foreign Makefile
477355604SdelphijMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
478355604Sdelphij	@case '$?' in \
479355604Sdelphij	  *config.status*) \
480355604Sdelphij	    echo ' $(SHELL) ./config.status'; \
481355604Sdelphij	    $(SHELL) ./config.status;; \
482355604Sdelphij	  *) \
483355604Sdelphij	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
484355604Sdelphij	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
485355604Sdelphij	esac;
486104349Sphk
487355604Sdelphij$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
488355604Sdelphij	$(SHELL) ./config.status --recheck
489104349Sphk
490355604Sdelphij$(top_srcdir)/configure:  $(am__configure_deps)
491355604Sdelphij	$(am__cd) $(srcdir) && $(AUTOCONF)
492355604Sdelphij$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
493355604Sdelphij	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
494355604Sdelphij$(am__aclocal_m4_deps):
495104349Sphk
496355604Sdelphijexpat_config.h: stamp-h1
497355604Sdelphij	@test -f $@ || rm -f stamp-h1
498355604Sdelphij	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
499104349Sphk
500355604Sdelphijstamp-h1: $(srcdir)/expat_config.h.in $(top_builddir)/config.status
501355604Sdelphij	@rm -f stamp-h1
502355604Sdelphij	cd $(top_builddir) && $(SHELL) ./config.status expat_config.h
503355604Sdelphij$(srcdir)/expat_config.h.in:  $(am__configure_deps) 
504355604Sdelphij	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
505355604Sdelphij	rm -f stamp-h1
506355604Sdelphij	touch $@
507104349Sphk
508355604Sdelphijdistclean-hdr:
509355604Sdelphij	-rm -f expat_config.h stamp-h1
510355604Sdelphijexpat.pc: $(top_builddir)/config.status $(srcdir)/expat.pc.in
511355604Sdelphij	cd $(top_builddir) && $(SHELL) ./config.status $@
512355604Sdelphijrun.sh: $(top_builddir)/config.status $(srcdir)/run.sh.in
513355604Sdelphij	cd $(top_builddir) && $(SHELL) ./config.status $@
514104349Sphk
515355604Sdelphijmostlyclean-libtool:
516355604Sdelphij	-rm -f *.lo
517178848Scokane
518355604Sdelphijclean-libtool:
519355604Sdelphij	-rm -rf .libs _libs
520104349Sphk
521355604Sdelphijdistclean-libtool:
522355604Sdelphij	-rm -f libtool config.lt
523355604Sdelphijinstall-pkgconfigDATA: $(pkgconfig_DATA)
524355604Sdelphij	@$(NORMAL_INSTALL)
525355604Sdelphij	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
526355604Sdelphij	if test -n "$$list"; then \
527355604Sdelphij	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
528355604Sdelphij	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
529355604Sdelphij	fi; \
530355604Sdelphij	for p in $$list; do \
531355604Sdelphij	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
532355604Sdelphij	  echo "$$d$$p"; \
533355604Sdelphij	done | $(am__base_list) | \
534355604Sdelphij	while read files; do \
535355604Sdelphij	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
536355604Sdelphij	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
537355604Sdelphij	done
538104349Sphk
539355604Sdelphijuninstall-pkgconfigDATA:
540355604Sdelphij	@$(NORMAL_UNINSTALL)
541355604Sdelphij	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
542355604Sdelphij	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
543355604Sdelphij	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
544104349Sphk
545355604Sdelphij# This directory's subdirectories are mostly independent; you can cd
546355604Sdelphij# into them and run 'make' without going through this Makefile.
547355604Sdelphij# To change the values of 'make' variables: instead of editing Makefiles,
548355604Sdelphij# (1) if the variable is set in 'config.status', edit 'config.status'
549355604Sdelphij#     (which will cause the Makefiles to be regenerated when you run 'make');
550355604Sdelphij# (2) otherwise, pass the desired values on the 'make' command line.
551355604Sdelphij$(am__recursive_targets):
552355604Sdelphij	@fail=; \
553355604Sdelphij	if $(am__make_keepgoing); then \
554355604Sdelphij	  failcom='fail=yes'; \
555355604Sdelphij	else \
556355604Sdelphij	  failcom='exit 1'; \
557355604Sdelphij	fi; \
558355604Sdelphij	dot_seen=no; \
559355604Sdelphij	target=`echo $@ | sed s/-recursive//`; \
560355604Sdelphij	case "$@" in \
561355604Sdelphij	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
562355604Sdelphij	  *) list='$(SUBDIRS)' ;; \
563355604Sdelphij	esac; \
564355604Sdelphij	for subdir in $$list; do \
565355604Sdelphij	  echo "Making $$target in $$subdir"; \
566355604Sdelphij	  if test "$$subdir" = "."; then \
567355604Sdelphij	    dot_seen=yes; \
568355604Sdelphij	    local_target="$$target-am"; \
569355604Sdelphij	  else \
570355604Sdelphij	    local_target="$$target"; \
571355604Sdelphij	  fi; \
572355604Sdelphij	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
573355604Sdelphij	  || eval $$failcom; \
574355604Sdelphij	done; \
575355604Sdelphij	if test "$$dot_seen" = "no"; then \
576355604Sdelphij	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
577355604Sdelphij	fi; test -z "$$fail"
578302305Sdelphij
579355604SdelphijID: $(am__tagged_files)
580355604Sdelphij	$(am__define_uniq_tagged_files); mkid -fID $$unique
581355604Sdelphijtags: tags-recursive
582355604SdelphijTAGS: tags
583104349Sphk
584355604Sdelphijtags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
585355604Sdelphij	set x; \
586355604Sdelphij	here=`pwd`; \
587355604Sdelphij	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
588355604Sdelphij	  include_option=--etags-include; \
589355604Sdelphij	  empty_fix=.; \
590355604Sdelphij	else \
591355604Sdelphij	  include_option=--include; \
592355604Sdelphij	  empty_fix=; \
593355604Sdelphij	fi; \
594355604Sdelphij	list='$(SUBDIRS)'; for subdir in $$list; do \
595355604Sdelphij	  if test "$$subdir" = .; then :; else \
596355604Sdelphij	    test ! -f $$subdir/TAGS || \
597355604Sdelphij	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
598355604Sdelphij	  fi; \
599355604Sdelphij	done; \
600355604Sdelphij	$(am__define_uniq_tagged_files); \
601355604Sdelphij	shift; \
602355604Sdelphij	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
603355604Sdelphij	  test -n "$$unique" || unique=$$empty_fix; \
604355604Sdelphij	  if test $$# -gt 0; then \
605355604Sdelphij	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
606355604Sdelphij	      "$$@" $$unique; \
607355604Sdelphij	  else \
608355604Sdelphij	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
609355604Sdelphij	      $$unique; \
610355604Sdelphij	  fi; \
611355604Sdelphij	fi
612355604Sdelphijctags: ctags-recursive
613104349Sphk
614355604SdelphijCTAGS: ctags
615355604Sdelphijctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
616355604Sdelphij	$(am__define_uniq_tagged_files); \
617355604Sdelphij	test -z "$(CTAGS_ARGS)$$unique" \
618355604Sdelphij	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
619355604Sdelphij	     $$unique
620104349Sphk
621355604SdelphijGTAGS:
622355604Sdelphij	here=`$(am__cd) $(top_builddir) && pwd` \
623355604Sdelphij	  && $(am__cd) $(top_srcdir) \
624355604Sdelphij	  && gtags -i $(GTAGS_ARGS) "$$here"
625355604Sdelphijcscope: cscope.files
626355604Sdelphij	test ! -s cscope.files \
627355604Sdelphij	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
628355604Sdelphijclean-cscope:
629355604Sdelphij	-rm -f cscope.files
630355604Sdelphijcscope.files: clean-cscope cscopelist
631355604Sdelphijcscopelist: cscopelist-recursive
632104349Sphk
633355604Sdelphijcscopelist-am: $(am__tagged_files)
634355604Sdelphij	list='$(am__tagged_files)'; \
635355604Sdelphij	case "$(srcdir)" in \
636355604Sdelphij	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
637355604Sdelphij	  *) sdir=$(subdir)/$(srcdir) ;; \
638355604Sdelphij	esac; \
639355604Sdelphij	for i in $$list; do \
640355604Sdelphij	  if test -f "$$i"; then \
641355604Sdelphij	    echo "$(subdir)/$$i"; \
642355604Sdelphij	  else \
643355604Sdelphij	    echo "$$sdir/$$i"; \
644355604Sdelphij	  fi; \
645355604Sdelphij	done >> $(top_builddir)/cscope.files
646355604Sdelphij
647355604Sdelphijdistclean-tags:
648355604Sdelphij	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
649355604Sdelphij	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
650355604Sdelphij
651355604Sdelphijdistdir: $(BUILT_SOURCES)
652355604Sdelphij	$(MAKE) $(AM_MAKEFLAGS) distdir-am
653355604Sdelphij
654355604Sdelphijdistdir-am: $(DISTFILES)
655355604Sdelphij	$(am__remove_distdir)
656355604Sdelphij	test -d "$(distdir)" || mkdir "$(distdir)"
657355604Sdelphij	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
658355604Sdelphij	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
659355604Sdelphij	list='$(DISTFILES)'; \
660355604Sdelphij	  dist_files=`for file in $$list; do echo $$file; done | \
661355604Sdelphij	  sed -e "s|^$$srcdirstrip/||;t" \
662355604Sdelphij	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
663355604Sdelphij	case $$dist_files in \
664355604Sdelphij	  */*) $(MKDIR_P) `echo "$$dist_files" | \
665355604Sdelphij			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
666355604Sdelphij			   sort -u` ;; \
667355604Sdelphij	esac; \
668355604Sdelphij	for file in $$dist_files; do \
669355604Sdelphij	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
670355604Sdelphij	  if test -d $$d/$$file; then \
671355604Sdelphij	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
672355604Sdelphij	    if test -d "$(distdir)/$$file"; then \
673355604Sdelphij	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
674355604Sdelphij	    fi; \
675355604Sdelphij	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
676355604Sdelphij	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
677355604Sdelphij	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
678355604Sdelphij	    fi; \
679355604Sdelphij	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
680355604Sdelphij	  else \
681355604Sdelphij	    test -f "$(distdir)/$$file" \
682355604Sdelphij	    || cp -p $$d/$$file "$(distdir)/$$file" \
683355604Sdelphij	    || exit 1; \
684355604Sdelphij	  fi; \
685104349Sphk	done
686355604Sdelphij	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
687355604Sdelphij	  if test "$$subdir" = .; then :; else \
688355604Sdelphij	    $(am__make_dryrun) \
689355604Sdelphij	      || test -d "$(distdir)/$$subdir" \
690355604Sdelphij	      || $(MKDIR_P) "$(distdir)/$$subdir" \
691355604Sdelphij	      || exit 1; \
692355604Sdelphij	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
693355604Sdelphij	    $(am__relativize); \
694355604Sdelphij	    new_distdir=$$reldir; \
695355604Sdelphij	    dir1=$$subdir; dir2="$(top_distdir)"; \
696355604Sdelphij	    $(am__relativize); \
697355604Sdelphij	    new_top_distdir=$$reldir; \
698355604Sdelphij	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
699355604Sdelphij	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
700355604Sdelphij	    ($(am__cd) $$subdir && \
701355604Sdelphij	      $(MAKE) $(AM_MAKEFLAGS) \
702355604Sdelphij	        top_distdir="$$new_top_distdir" \
703355604Sdelphij	        distdir="$$new_distdir" \
704355604Sdelphij		am__remove_distdir=: \
705355604Sdelphij		am__skip_length_check=: \
706355604Sdelphij		am__skip_mode_fix=: \
707355604Sdelphij	        distdir) \
708355604Sdelphij	      || exit 1; \
709355604Sdelphij	  fi; \
710355604Sdelphij	done
711355604Sdelphij	-test -n "$(am__skip_mode_fix)" \
712355604Sdelphij	|| find "$(distdir)" -type d ! -perm -755 \
713355604Sdelphij		-exec chmod u+rwx,go+rx {} \; -o \
714355604Sdelphij	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
715355604Sdelphij	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
716355604Sdelphij	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
717355604Sdelphij	|| chmod -R a+r "$(distdir)"
718355604Sdelphijdist-gzip: distdir
719355604Sdelphij	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
720355604Sdelphij	$(am__post_remove_distdir)
721355604Sdelphijdist-bzip2: distdir
722355604Sdelphij	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
723355604Sdelphij	$(am__post_remove_distdir)
724355604Sdelphijdist-lzip: distdir
725355604Sdelphij	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
726355604Sdelphij	$(am__post_remove_distdir)
727355604Sdelphijdist-xz: distdir
728355604Sdelphij	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
729355604Sdelphij	$(am__post_remove_distdir)
730104349Sphk
731355604Sdelphijdist-tarZ: distdir
732355604Sdelphij	@echo WARNING: "Support for distribution archives compressed with" \
733355604Sdelphij		       "legacy program 'compress' is deprecated." >&2
734355604Sdelphij	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
735355604Sdelphij	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
736355604Sdelphij	$(am__post_remove_distdir)
737104349Sphk
738355604Sdelphijdist-shar: distdir
739355604Sdelphij	@echo WARNING: "Support for shar distribution archives is" \
740355604Sdelphij	               "deprecated." >&2
741355604Sdelphij	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
742355604Sdelphij	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
743355604Sdelphij	$(am__post_remove_distdir)
744104349Sphk
745355604Sdelphijdist-zip: distdir
746355604Sdelphij	-rm -f $(distdir).zip
747355604Sdelphij	zip -rq $(distdir).zip $(distdir)
748355604Sdelphij	$(am__post_remove_distdir)
749104349Sphk
750355604Sdelphijdist dist-all:
751355604Sdelphij	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
752355604Sdelphij	$(am__post_remove_distdir)
753104349Sphk
754355604Sdelphij# This target untars the dist file and tries a VPATH configuration.  Then
755355604Sdelphij# it guarantees that the distribution is self-contained by making another
756355604Sdelphij# tarfile.
757355604Sdelphijdistcheck: dist
758355604Sdelphij	case '$(DIST_ARCHIVES)' in \
759355604Sdelphij	*.tar.gz*) \
760355604Sdelphij	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
761355604Sdelphij	*.tar.bz2*) \
762355604Sdelphij	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
763355604Sdelphij	*.tar.lz*) \
764355604Sdelphij	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
765355604Sdelphij	*.tar.xz*) \
766355604Sdelphij	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
767355604Sdelphij	*.tar.Z*) \
768355604Sdelphij	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
769355604Sdelphij	*.shar.gz*) \
770355604Sdelphij	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
771355604Sdelphij	*.zip*) \
772355604Sdelphij	  unzip $(distdir).zip ;;\
773355604Sdelphij	esac
774355604Sdelphij	chmod -R a-w $(distdir)
775355604Sdelphij	chmod u+w $(distdir)
776355604Sdelphij	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
777355604Sdelphij	chmod a-w $(distdir)
778355604Sdelphij	test -d $(distdir)/_build || exit 0; \
779355604Sdelphij	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
780355604Sdelphij	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
781355604Sdelphij	  && am__cwd=`pwd` \
782355604Sdelphij	  && $(am__cd) $(distdir)/_build/sub \
783355604Sdelphij	  && ../../configure \
784355604Sdelphij	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
785355604Sdelphij	    $(DISTCHECK_CONFIGURE_FLAGS) \
786355604Sdelphij	    --srcdir=../.. --prefix="$$dc_install_base" \
787355604Sdelphij	  && $(MAKE) $(AM_MAKEFLAGS) \
788355604Sdelphij	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
789355604Sdelphij	  && $(MAKE) $(AM_MAKEFLAGS) check \
790355604Sdelphij	  && $(MAKE) $(AM_MAKEFLAGS) install \
791355604Sdelphij	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
792355604Sdelphij	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
793355604Sdelphij	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
794355604Sdelphij	        distuninstallcheck \
795355604Sdelphij	  && chmod -R a-w "$$dc_install_base" \
796355604Sdelphij	  && ({ \
797355604Sdelphij	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
798355604Sdelphij	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
799355604Sdelphij	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
800355604Sdelphij	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
801355604Sdelphij	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
802355604Sdelphij	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
803355604Sdelphij	  && rm -rf "$$dc_destdir" \
804355604Sdelphij	  && $(MAKE) $(AM_MAKEFLAGS) dist \
805355604Sdelphij	  && rm -rf $(DIST_ARCHIVES) \
806355604Sdelphij	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
807355604Sdelphij	  && cd "$$am__cwd" \
808355604Sdelphij	  || exit 1
809355604Sdelphij	$(am__post_remove_distdir)
810355604Sdelphij	@(echo "$(distdir) archives ready for distribution: "; \
811355604Sdelphij	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
812355604Sdelphij	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
813355604Sdelphijdistuninstallcheck:
814355604Sdelphij	@test -n '$(distuninstallcheck_dir)' || { \
815355604Sdelphij	  echo 'ERROR: trying to run $@ with an empty' \
816355604Sdelphij	       '$$(distuninstallcheck_dir)' >&2; \
817355604Sdelphij	  exit 1; \
818355604Sdelphij	}; \
819355604Sdelphij	$(am__cd) '$(distuninstallcheck_dir)' || { \
820355604Sdelphij	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
821355604Sdelphij	  exit 1; \
822355604Sdelphij	}; \
823355604Sdelphij	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
824355604Sdelphij	   || { echo "ERROR: files left after uninstall:" ; \
825355604Sdelphij	        if test -n "$(DESTDIR)"; then \
826355604Sdelphij	          echo "  (check DESTDIR support)"; \
827355604Sdelphij	        fi ; \
828355604Sdelphij	        $(distuninstallcheck_listfiles) ; \
829355604Sdelphij	        exit 1; } >&2
830355604Sdelphijdistcleancheck: distclean
831355604Sdelphij	@if test '$(srcdir)' = . ; then \
832355604Sdelphij	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
833355604Sdelphij	  exit 1 ; \
834355604Sdelphij	fi
835355604Sdelphij	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
836355604Sdelphij	  || { echo "ERROR: files left in build directory after distclean:" ; \
837355604Sdelphij	       $(distcleancheck_listfiles) ; \
838355604Sdelphij	       exit 1; } >&2
839355604Sdelphijcheck-am: all-am
840355604Sdelphijcheck: check-recursive
841355604Sdelphijall-am: Makefile $(DATA) expat_config.h
842355604Sdelphijinstalldirs: installdirs-recursive
843355604Sdelphijinstalldirs-am:
844355604Sdelphij	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
845355604Sdelphij	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
846355604Sdelphij	done
847355604Sdelphijinstall: install-recursive
848355604Sdelphijinstall-exec: install-exec-recursive
849355604Sdelphijinstall-data: install-data-recursive
850355604Sdelphijuninstall: uninstall-recursive
851104349Sphk
852355604Sdelphijinstall-am: all-am
853355604Sdelphij	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
854247296Sdelphij
855355604Sdelphijinstallcheck: installcheck-recursive
856355604Sdelphijinstall-strip:
857355604Sdelphij	if test -z '$(STRIP)'; then \
858355604Sdelphij	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
859355604Sdelphij	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
860355604Sdelphij	      install; \
861355604Sdelphij	else \
862355604Sdelphij	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
863355604Sdelphij	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
864355604Sdelphij	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
865355604Sdelphij	fi
866355604Sdelphijmostlyclean-generic:
867104349Sphk
868355604Sdelphijclean-generic:
869104349Sphk
870355604Sdelphijdistclean-generic:
871355604Sdelphij	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
872355604Sdelphij	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
873104349Sphk
874355604Sdelphijmaintainer-clean-generic:
875355604Sdelphij	@echo "This command is intended for maintainers to use"
876355604Sdelphij	@echo "it deletes files that may require special tools to rebuild."
877355604Sdelphijclean: clean-recursive
878104349Sphk
879355604Sdelphijclean-am: clean-generic clean-libtool mostlyclean-am
880104349Sphk
881355604Sdelphijdistclean: distclean-recursive
882355604Sdelphij	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
883355604Sdelphij	-rm -f Makefile
884355604Sdelphijdistclean-am: clean-am distclean-generic distclean-hdr \
885355604Sdelphij	distclean-libtool distclean-tags
886104349Sphk
887355604Sdelphijdvi: dvi-recursive
888104349Sphk
889355604Sdelphijdvi-am:
890104349Sphk
891355604Sdelphijhtml: html-recursive
892247296Sdelphij
893355604Sdelphijhtml-am:
894247296Sdelphij
895355604Sdelphijinfo: info-recursive
896355604Sdelphij
897355604Sdelphijinfo-am:
898355604Sdelphij
899355604Sdelphijinstall-data-am: install-pkgconfigDATA
900355604Sdelphij
901355604Sdelphijinstall-dvi: install-dvi-recursive
902355604Sdelphij
903355604Sdelphijinstall-dvi-am:
904355604Sdelphij
905355604Sdelphijinstall-exec-am:
906355604Sdelphij
907355604Sdelphijinstall-html: install-html-recursive
908355604Sdelphij
909355604Sdelphijinstall-html-am:
910355604Sdelphij
911355604Sdelphijinstall-info: install-info-recursive
912355604Sdelphij
913355604Sdelphijinstall-info-am:
914355604Sdelphij
915355604Sdelphijinstall-man:
916355604Sdelphij
917355604Sdelphijinstall-pdf: install-pdf-recursive
918355604Sdelphij
919355604Sdelphijinstall-pdf-am:
920355604Sdelphij
921355604Sdelphijinstall-ps: install-ps-recursive
922355604Sdelphij
923355604Sdelphijinstall-ps-am:
924355604Sdelphij
925355604Sdelphijinstallcheck-am:
926355604Sdelphij
927355604Sdelphijmaintainer-clean: maintainer-clean-recursive
928355604Sdelphij	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
929355604Sdelphij	-rm -rf $(top_srcdir)/autom4te.cache
930355604Sdelphij	-rm -f Makefile
931355604Sdelphijmaintainer-clean-am: distclean-am maintainer-clean-generic
932355604Sdelphij
933355604Sdelphijmostlyclean: mostlyclean-recursive
934355604Sdelphij
935355604Sdelphijmostlyclean-am: mostlyclean-generic mostlyclean-libtool
936355604Sdelphij
937355604Sdelphijpdf: pdf-recursive
938355604Sdelphij
939355604Sdelphijpdf-am:
940355604Sdelphij
941355604Sdelphijps: ps-recursive
942355604Sdelphij
943355604Sdelphijps-am:
944355604Sdelphij
945355604Sdelphijuninstall-am: uninstall-pkgconfigDATA
946355604Sdelphij
947355604Sdelphij.MAKE: $(am__recursive_targets) all install-am install-strip
948355604Sdelphij
949355604Sdelphij.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
950355604Sdelphij	am--refresh check check-am clean clean-cscope clean-generic \
951355604Sdelphij	clean-libtool cscope cscopelist-am ctags ctags-am dist \
952355604Sdelphij	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
953355604Sdelphij	dist-xz dist-zip distcheck distclean distclean-generic \
954355604Sdelphij	distclean-hdr distclean-libtool distclean-tags distcleancheck \
955355604Sdelphij	distdir distuninstallcheck dvi dvi-am html html-am info \
956355604Sdelphij	info-am install install-am install-data install-data-am \
957355604Sdelphij	install-dvi install-dvi-am install-exec install-exec-am \
958355604Sdelphij	install-html install-html-am install-info install-info-am \
959355604Sdelphij	install-man install-pdf install-pdf-am install-pkgconfigDATA \
960355604Sdelphij	install-ps install-ps-am install-strip installcheck \
961355604Sdelphij	installcheck-am installdirs installdirs-am maintainer-clean \
962355604Sdelphij	maintainer-clean-generic mostlyclean mostlyclean-generic \
963355604Sdelphij	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
964355604Sdelphij	uninstall-am uninstall-pkgconfigDATA
965355604Sdelphij
966355604Sdelphij.PRECIOUS: Makefile
967355604Sdelphij
968355604Sdelphij
969355604Sdelphij.PHONY: buildlib
970355604Sdelphijbuildlib:
971355604Sdelphij	@echo 'ERROR: Running "make buildlib LIBRARY=libexpatw.la"' >&2
972355604Sdelphij	@echo 'ERROR: is no longer supported.  INSTEAD please:' >&2
973355604Sdelphij	@echo 'ERROR:' >&2
974355604Sdelphij	@echo 'ERROR:  * Mass-patch Makefile.am, e.g.' >&2
975355604Sdelphij	@echo 'ERROR:    # find -name Makefile.am -exec sed \' >&2
976355604Sdelphij	@echo 'ERROR:          -e "s,libexpat\.la,libexpatw.la," \' >&2
977355604Sdelphij	@echo 'ERROR:          -e "s,libexpat_la,libexpatw_la," \' >&2
978355604Sdelphij	@echo 'ERROR:          -i {} +' >&2
979355604Sdelphij	@echo 'ERROR:' >&2
980355604Sdelphij	@echo 'ERROR:  * Run automake to re-generate Makefile.in files' >&2
981355604Sdelphij	@echo 'ERROR:' >&2
982355604Sdelphij	@echo 'ERROR:  * Use "./configure --without-xmlwf" and/or' >&2
983355604Sdelphij	@echo 'ERROR:    "make -C lib all install" to bypass compilation' >&2
984355604Sdelphij	@echo 'ERROR:    of xmlwf (e.g. with -DXML_UNICODE)' >&2
985355604Sdelphij	@echo 'ERROR:' >&2
986355604Sdelphij	@false
987355604Sdelphij
988355604Sdelphij.PHONY: run-benchmark
989355604Sdelphijrun-benchmark:
990355604Sdelphij	$(MAKE) -C tests/benchmark
991355604Sdelphij	./run.sh tests/benchmark/benchmark@EXEEXT@ -n $(top_srcdir)/../testdata/largefiles/recset.xml 65535 3
992355604Sdelphij
993355604Sdelphij.PHONY: download-xmlts-zip
994355604Sdelphijdownload-xmlts-zip:
995355604Sdelphij	if test "$(XMLTS_ZIP)" = ""; then \
996355604Sdelphij		wget --output-document=tests/xmlts.zip \
997355604Sdelphij			https://www.w3.org/XML/Test/xmlts20080827.zip; \
998355604Sdelphij	else \
999355604Sdelphij		cp $(XMLTS_ZIP) tests/xmlts.zip; \
1000355604Sdelphij	fi
1001355604Sdelphij
1002104349Sphktests/xmlts.zip:
1003355604Sdelphij	$(MAKE) download-xmlts-zip
1004104349Sphk
1005355604Sdelphij.PHONY: extract-xmlts-zip
1006355604Sdelphijextract-xmlts-zip: tests/xmlts.zip
1007355604Sdelphij	[ -f $(builddir)/tests/xmlts.zip ] || $(MAKE) download-xmlts-zip  # vpath workaround
1008104349Sphk	cd tests && unzip -q xmlts.zip
1009104349Sphk
1010355604Sdelphijtests/xmlconf: tests/xmlts.zip
1011355604Sdelphij	$(MAKE) extract-xmlts-zip
1012104349Sphk
1013355604Sdelphij.PHONY: run-xmltest
1014355604Sdelphijrun-xmltest: tests/xmlconf
1015355604Sdelphij@WITH_XMLWF_TRUE@	[ -d $(builddir)/tests/xmlconf ] || $(MAKE) extract-xmlts-zip  # vpath workaround
1016355604Sdelphij@WITH_XMLWF_TRUE@	$(MAKE) -C lib
1017355604Sdelphij@WITH_XMLWF_TRUE@	$(MAKE) -C xmlwf
1018355604Sdelphij@WITH_XMLWF_TRUE@	$(srcdir)/tests/xmltest.sh "$(abs_builddir)/run.sh $(abs_builddir)/xmlwf/xmlwf@EXEEXT@" 2>&1 | tee $(builddir)/tests/xmltest.log
1019355604Sdelphij@WITH_XMLWF_TRUE@	$(srcdir)/fix-xmltest-log.sh $(builddir)/tests/xmltest.log
1020355604Sdelphij@WITH_XMLWF_TRUE@	diff -u $(srcdir)/tests/xmltest.log.expected $(builddir)/tests/xmltest.log
1021355604Sdelphij@WITH_XMLWF_FALSE@	@echo 'ERROR: xmlwf is needed for "make run-xmltest".' >&2
1022355604Sdelphij@WITH_XMLWF_FALSE@	@echo 'ERROR: Please re-configure without --without-xmlwf.' >&2
1023355604Sdelphij@WITH_XMLWF_FALSE@	@false
1024355604Sdelphij
1025302305Sdelphij.PHONY: qa
1026302305Sdelphijqa:
1027355604Sdelphij	QA_COMPILER=clang QA_SANITIZER=address   ./qa.sh
1028355604Sdelphij	QA_COMPILER=clang QA_SANITIZER=memory    ./qa.sh
1029355604Sdelphij	QA_COMPILER=clang QA_SANITIZER=undefined ./qa.sh
1030355604Sdelphij	QA_COMPILER=gcc   QA_PROCESSOR=gcov      ./qa.sh
1031302305Sdelphij
1032355604Sdelphij# Tell versions [3.59,3.63) of GNU make to not export all variables.
1033355604Sdelphij# Otherwise a system limit (for SysV at least) may be exceeded.
1034355604Sdelphij.NOEXPORT:
1035