Merge branch 'tizen_base' of ssh://review.tizen.org:29418/platform/upstream/expat...
[platform/upstream/expat.git] / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 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 Expat development team
26 # Licensed under the MIT license:
27 #
28 # Permission is  hereby granted,  free of charge,  to any  person obtaining
29 # a  copy  of  this  software   and  associated  documentation  files  (the
30 # "Software"),  to  deal in  the  Software  without restriction,  including
31 # without  limitation the  rights  to use,  copy,  modify, merge,  publish,
32 # distribute, sublicense, and/or sell copies of the Software, and to permit
33 # persons  to whom  the Software  is  furnished to  do so,  subject to  the
34 # following conditions:
35 #
36 # The above copyright  notice and this permission notice  shall be included
37 # in all copies or substantial portions of the Software.
38 #
39 # THE  SOFTWARE  IS  PROVIDED  "AS  IS",  WITHOUT  WARRANTY  OF  ANY  KIND,
40 # EXPRESS  OR IMPLIED,  INCLUDING  BUT  NOT LIMITED  TO  THE WARRANTIES  OF
41 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
42 # NO EVENT SHALL THE AUTHORS OR  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
43 # DAMAGES OR  OTHER LIABILITY, WHETHER  IN AN  ACTION OF CONTRACT,  TORT OR
44 # OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
45 # USE OR OTHER DEALINGS IN THE SOFTWARE.
46
47 VPATH = @srcdir@
48 am__is_gnu_make = { \
49   if test -z '$(MAKELEVEL)'; then \
50     false; \
51   elif test -n '$(MAKE_HOST)'; then \
52     true; \
53   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
54     true; \
55   else \
56     false; \
57   fi; \
58 }
59 am__make_running_with_option = \
60   case $${target_option-} in \
61       ?) ;; \
62       *) echo "am__make_running_with_option: internal error: invalid" \
63               "target option '$${target_option-}' specified" >&2; \
64          exit 1;; \
65   esac; \
66   has_opt=no; \
67   sane_makeflags=$$MAKEFLAGS; \
68   if $(am__is_gnu_make); then \
69     sane_makeflags=$$MFLAGS; \
70   else \
71     case $$MAKEFLAGS in \
72       *\\[\ \   ]*) \
73         bs=\\; \
74         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
75           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
76     esac; \
77   fi; \
78   skip_next=no; \
79   strip_trailopt () \
80   { \
81     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
82   }; \
83   for flg in $$sane_makeflags; do \
84     test $$skip_next = yes && { skip_next=no; continue; }; \
85     case $$flg in \
86       *=*|--*) continue;; \
87         -*I) strip_trailopt 'I'; skip_next=yes;; \
88       -*I?*) strip_trailopt 'I';; \
89         -*O) strip_trailopt 'O'; skip_next=yes;; \
90       -*O?*) strip_trailopt 'O';; \
91         -*l) strip_trailopt 'l'; skip_next=yes;; \
92       -*l?*) strip_trailopt 'l';; \
93       -[dEDm]) skip_next=yes;; \
94       -[JT]) skip_next=yes;; \
95     esac; \
96     case $$flg in \
97       *$$target_option*) has_opt=yes; break;; \
98     esac; \
99   done; \
100   test $$has_opt = yes
101 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
102 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
103 pkgdatadir = $(datadir)/@PACKAGE@
104 pkgincludedir = $(includedir)/@PACKAGE@
105 pkglibdir = $(libdir)/@PACKAGE@
106 pkglibexecdir = $(libexecdir)/@PACKAGE@
107 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
108 install_sh_DATA = $(install_sh) -c -m 644
109 install_sh_PROGRAM = $(install_sh) -c
110 install_sh_SCRIPT = $(install_sh) -c
111 INSTALL_HEADER = $(INSTALL_DATA)
112 transform = $(program_transform_name)
113 NORMAL_INSTALL = :
114 PRE_INSTALL = :
115 POST_INSTALL = :
116 NORMAL_UNINSTALL = :
117 PRE_UNINSTALL = :
118 POST_UNINSTALL = :
119 build_triplet = @build@
120 host_triplet = @host@
121 @WITH_XMLWF_TRUE@am__append_1 = xmlwf doc
122 subdir = .
123 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
124 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
125         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
126         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
127         $(top_srcdir)/conftools/ac_c_bigendian_cross.m4 \
128         $(top_srcdir)/configure.ac
129 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
130         $(ACLOCAL_M4)
131 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
132         $(am__configure_deps) $(am__DIST_COMMON)
133 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
134  configure.lineno config.status.lineno
135 mkinstalldirs = $(install_sh) -d
136 CONFIG_HEADER = expat_config.h
137 CONFIG_CLEAN_FILES = expat.pc run.sh
138 CONFIG_CLEAN_VPATH_FILES =
139 AM_V_P = $(am__v_P_@AM_V@)
140 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
141 am__v_P_0 = false
142 am__v_P_1 = :
143 AM_V_GEN = $(am__v_GEN_@AM_V@)
144 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
145 am__v_GEN_0 = @echo "  GEN     " $@;
146 am__v_GEN_1 = 
147 AM_V_at = $(am__v_at_@AM_V@)
148 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
149 am__v_at_0 = @
150 am__v_at_1 = 
151 SOURCES =
152 DIST_SOURCES =
153 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
154         ctags-recursive dvi-recursive html-recursive info-recursive \
155         install-data-recursive install-dvi-recursive \
156         install-exec-recursive install-html-recursive \
157         install-info-recursive install-pdf-recursive \
158         install-ps-recursive install-recursive installcheck-recursive \
159         installdirs-recursive pdf-recursive ps-recursive \
160         tags-recursive uninstall-recursive
161 am__can_run_installinfo = \
162   case $$AM_UPDATE_INFO_DIR in \
163     n|no|NO) false;; \
164     *) (install-info --version) >/dev/null 2>&1;; \
165   esac
166 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
167 am__vpath_adj = case $$p in \
168     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
169     *) f=$$p;; \
170   esac;
171 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
172 am__install_max = 40
173 am__nobase_strip_setup = \
174   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
175 am__nobase_strip = \
176   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
177 am__nobase_list = $(am__nobase_strip_setup); \
178   for p in $$list; do echo "$$p $$p"; done | \
179   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
180   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
181     if (++n[$$2] == $(am__install_max)) \
182       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
183     END { for (dir in files) print dir, files[dir] }'
184 am__base_list = \
185   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
186   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
187 am__uninstall_files_from_dir = { \
188   test -z "$$files" \
189     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
190     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
191          $(am__cd) "$$dir" && rm -f $$files; }; \
192   }
193 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
194 DATA = $(pkgconfig_DATA)
195 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
196   distclean-recursive maintainer-clean-recursive
197 am__recursive_targets = \
198   $(RECURSIVE_TARGETS) \
199   $(RECURSIVE_CLEAN_TARGETS) \
200   $(am__extra_recursive_targets)
201 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
202         cscope distdir dist dist-all distcheck
203 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
204         $(LISP)expat_config.h.in
205 # Read a list of newline-separated strings from the standard input,
206 # and print each of them once, without duplicates.  Input order is
207 # *not* preserved.
208 am__uniquify_input = $(AWK) '\
209   BEGIN { nonempty = 0; } \
210   { items[$$0] = 1; nonempty = 1; } \
211   END { if (nonempty) { for (i in items) print i; }; } \
212 '
213 # Make sure the list of sources is unique.  This is necessary because,
214 # e.g., the same source file might be shared among _SOURCES variables
215 # for different programs/libraries.
216 am__define_uniq_tagged_files = \
217   list='$(am__tagged_files)'; \
218   unique=`for i in $$list; do \
219     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
220   done | $(am__uniquify_input)`
221 ETAGS = etags
222 CTAGS = ctags
223 CSCOPE = cscope
224 DIST_SUBDIRS = lib examples tests xmlwf doc
225 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/expat.pc.in \
226         $(srcdir)/expat_config.h.in $(srcdir)/run.sh.in \
227         $(top_srcdir)/conftools/compile \
228         $(top_srcdir)/conftools/config.guess \
229         $(top_srcdir)/conftools/config.sub \
230         $(top_srcdir)/conftools/install-sh \
231         $(top_srcdir)/conftools/ltmain.sh \
232         $(top_srcdir)/conftools/missing AUTHORS COPYING \
233         conftools/compile conftools/config.guess conftools/config.sub \
234         conftools/install-sh conftools/ltmain.sh conftools/missing
235 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
236 distdir = $(PACKAGE)-$(VERSION)
237 top_distdir = $(distdir)
238 am__remove_distdir = \
239   if test -d "$(distdir)"; then \
240     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
241       && rm -rf "$(distdir)" \
242       || { sleep 5 && rm -rf "$(distdir)"; }; \
243   else :; fi
244 am__post_remove_distdir = $(am__remove_distdir)
245 am__relativize = \
246   dir0=`pwd`; \
247   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
248   sed_rest='s,^[^/]*/*,,'; \
249   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
250   sed_butlast='s,/*[^/]*$$,,'; \
251   while test -n "$$dir1"; do \
252     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
253     if test "$$first" != "."; then \
254       if test "$$first" = ".."; then \
255         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
256         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
257       else \
258         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
259         if test "$$first2" = "$$first"; then \
260           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
261         else \
262           dir2="../$$dir2"; \
263         fi; \
264         dir0="$$dir0"/"$$first"; \
265       fi; \
266     fi; \
267     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
268   done; \
269   reldir="$$dir2"
270 GZIP_ENV = --best
271 DIST_ARCHIVES = $(distdir).tar.bz2
272 DIST_TARGETS = dist-bzip2
273 distuninstallcheck_listfiles = find . -type f -print
274 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
275   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
276 distcleancheck_listfiles = find . -type f -print
277 ACLOCAL = @ACLOCAL@
278 AMTAR = @AMTAR@
279 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
280 AR = @AR@
281 AS = @AS@
282 AUTOCONF = @AUTOCONF@
283 AUTOHEADER = @AUTOHEADER@
284 AUTOMAKE = @AUTOMAKE@
285 AWK = @AWK@
286 CC = @CC@
287 CCDEPMODE = @CCDEPMODE@
288 CFLAGS = @CFLAGS@
289 CPP = @CPP@
290 CPPFLAGS = @CPPFLAGS@
291 CXX = @CXX@
292 CXXCPP = @CXXCPP@
293 CXXDEPMODE = @CXXDEPMODE@
294 CXXFLAGS = @CXXFLAGS@
295 CYGPATH_W = @CYGPATH_W@
296 DEFS = @DEFS@
297 DEPDIR = @DEPDIR@
298 DLLTOOL = @DLLTOOL@
299 DSYMUTIL = @DSYMUTIL@
300 DUMPBIN = @DUMPBIN@
301 ECHO_C = @ECHO_C@
302 ECHO_N = @ECHO_N@
303 ECHO_T = @ECHO_T@
304 EGREP = @EGREP@
305 EXEEXT = @EXEEXT@
306 FGREP = @FGREP@
307 FILEMAP = @FILEMAP@
308 GREP = @GREP@
309 INSTALL = @INSTALL@
310 INSTALL_DATA = @INSTALL_DATA@
311 INSTALL_PROGRAM = @INSTALL_PROGRAM@
312 INSTALL_SCRIPT = @INSTALL_SCRIPT@
313 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
314 LD = @LD@
315 LDFLAGS = @LDFLAGS@
316 LIBAGE = @LIBAGE@
317 LIBCURRENT = @LIBCURRENT@
318 LIBOBJS = @LIBOBJS@
319 LIBREVISION = @LIBREVISION@
320 LIBS = @LIBS@
321 LIBTOOL = @LIBTOOL@
322 LIPO = @LIPO@
323 LN_S = @LN_S@
324 LTLIBOBJS = @LTLIBOBJS@
325 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
326 MAKEINFO = @MAKEINFO@
327 MANIFEST_TOOL = @MANIFEST_TOOL@
328 MKDIR_P = @MKDIR_P@
329 NM = @NM@
330 NMEDIT = @NMEDIT@
331 OBJDUMP = @OBJDUMP@
332 OBJEXT = @OBJEXT@
333 OTOOL = @OTOOL@
334 OTOOL64 = @OTOOL64@
335 PACKAGE = @PACKAGE@
336 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
337 PACKAGE_NAME = @PACKAGE_NAME@
338 PACKAGE_STRING = @PACKAGE_STRING@
339 PACKAGE_TARNAME = @PACKAGE_TARNAME@
340 PACKAGE_URL = @PACKAGE_URL@
341 PACKAGE_VERSION = @PACKAGE_VERSION@
342 PATH_SEPARATOR = @PATH_SEPARATOR@
343 RANLIB = @RANLIB@
344 SED = @SED@
345 SET_MAKE = @SET_MAKE@
346 SHELL = @SHELL@
347 STRIP = @STRIP@
348 VERSION = @VERSION@
349 abs_builddir = @abs_builddir@
350 abs_srcdir = @abs_srcdir@
351 abs_top_builddir = @abs_top_builddir@
352 abs_top_srcdir = @abs_top_srcdir@
353 ac_ct_AR = @ac_ct_AR@
354 ac_ct_CC = @ac_ct_CC@
355 ac_ct_CXX = @ac_ct_CXX@
356 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
357 am__include = @am__include@
358 am__leading_dot = @am__leading_dot@
359 am__quote = @am__quote@
360 am__tar = @am__tar@
361 am__untar = @am__untar@
362 bindir = @bindir@
363 build = @build@
364 build_alias = @build_alias@
365 build_cpu = @build_cpu@
366 build_os = @build_os@
367 build_vendor = @build_vendor@
368 builddir = @builddir@
369 datadir = @datadir@
370 datarootdir = @datarootdir@
371 docdir = @docdir@
372 dvidir = @dvidir@
373 exec_prefix = @exec_prefix@
374 host = @host@
375 host_alias = @host_alias@
376 host_cpu = @host_cpu@
377 host_os = @host_os@
378 host_vendor = @host_vendor@
379 htmldir = @htmldir@
380 includedir = @includedir@
381 infodir = @infodir@
382 install_sh = @install_sh@
383 libdir = @libdir@
384 libexecdir = @libexecdir@
385 localedir = @localedir@
386 localstatedir = @localstatedir@
387 mandir = @mandir@
388 mkdir_p = @mkdir_p@
389 oldincludedir = @oldincludedir@
390 pdfdir = @pdfdir@
391 prefix = @prefix@
392 program_transform_name = @program_transform_name@
393 psdir = @psdir@
394 sbindir = @sbindir@
395 sharedstatedir = @sharedstatedir@
396 srcdir = @srcdir@
397 sysconfdir = @sysconfdir@
398 target_alias = @target_alias@
399 top_build_prefix = @top_build_prefix@
400 top_builddir = @top_builddir@
401 top_srcdir = @top_srcdir@
402 AUTOMAKE_OPTIONS = \
403     dist-bzip2 \
404     foreign \
405     no-dist-gzip \
406     subdir-objects
407
408 ACLOCAL_AMFLAGS = -I m4
409 LIBTOOLFLAGS = --verbose
410 SUBDIRS = lib examples tests $(am__append_1)
411 pkgconfig_DATA = expat.pc
412 pkgconfigdir = $(libdir)/pkgconfig
413 _EXTRA_DIST_CMAKE = \
414     CMakeLists.txt \
415     CMake.README \
416     ConfigureChecks.cmake \
417     expat_config.h.cmake
418
419 _EXTRA_DIST_WINDOWS = \
420     examples/elements.vcxproj \
421     examples/elements.vcxproj.filters \
422     examples/outline.vcxproj \
423     examples/outline.vcxproj.filters \
424     \
425     lib/expat_static.vcxproj \
426     lib/expat_static.vcxproj.filters \
427     lib/expat.vcxproj \
428     lib/expat.vcxproj.filters \
429     lib/expatw_static.vcxproj \
430     lib/expatw_static.vcxproj.filters \
431     lib/expatw.vcxproj \
432     lib/expatw.vcxproj.filters \
433     \
434     tests/benchmark/benchmark.sln \
435     tests/benchmark/benchmark.vcxproj \
436     \
437     tests/runtests.sln \
438     tests/runtests.vcxproj \
439     tests/runtests.vcxproj.filters \
440     \
441     win32/expat.iss \
442     win32/MANIFEST.txt \
443     win32/README.txt \
444     \
445     xmlwf/xmlwf.vcxproj \
446     xmlwf/xmlwf.vcxproj.filters \
447     \
448     expat.sln
449
450 EXTRA_DIST = \
451     $(_EXTRA_DIST_CMAKE) \
452     $(_EXTRA_DIST_WINDOWS) \
453     \
454     conftools/expat.m4 \
455     conftools/get-version.sh \
456     conftools/PrintPath \
457     \
458     Changes \
459     README.md \
460     test-driver-wrapper.sh
461
462 all: expat_config.h
463         $(MAKE) $(AM_MAKEFLAGS) all-recursive
464
465 .SUFFIXES:
466 am--refresh: Makefile
467         @:
468 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
469         @for dep in $?; do \
470           case '$(am__configure_deps)' in \
471             *$$dep*) \
472               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
473               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
474                 && exit 0; \
475               exit 1;; \
476           esac; \
477         done; \
478         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
479         $(am__cd) $(top_srcdir) && \
480           $(AUTOMAKE) --foreign Makefile
481 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
482         @case '$?' in \
483           *config.status*) \
484             echo ' $(SHELL) ./config.status'; \
485             $(SHELL) ./config.status;; \
486           *) \
487             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
488             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
489         esac;
490
491 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
492         $(SHELL) ./config.status --recheck
493
494 $(top_srcdir)/configure:  $(am__configure_deps)
495         $(am__cd) $(srcdir) && $(AUTOCONF)
496 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
497         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
498 $(am__aclocal_m4_deps):
499
500 expat_config.h: stamp-h1
501         @test -f $@ || rm -f stamp-h1
502         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
503
504 stamp-h1: $(srcdir)/expat_config.h.in $(top_builddir)/config.status
505         @rm -f stamp-h1
506         cd $(top_builddir) && $(SHELL) ./config.status expat_config.h
507 $(srcdir)/expat_config.h.in:  $(am__configure_deps) 
508         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
509         rm -f stamp-h1
510         touch $@
511
512 distclean-hdr:
513         -rm -f expat_config.h stamp-h1
514 expat.pc: $(top_builddir)/config.status $(srcdir)/expat.pc.in
515         cd $(top_builddir) && $(SHELL) ./config.status $@
516 run.sh: $(top_builddir)/config.status $(srcdir)/run.sh.in
517         cd $(top_builddir) && $(SHELL) ./config.status $@
518
519 mostlyclean-libtool:
520         -rm -f *.lo
521
522 clean-libtool:
523         -rm -rf .libs _libs
524
525 distclean-libtool:
526         -rm -f libtool config.lt
527 install-pkgconfigDATA: $(pkgconfig_DATA)
528         @$(NORMAL_INSTALL)
529         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
530         if test -n "$$list"; then \
531           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
532           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
533         fi; \
534         for p in $$list; do \
535           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
536           echo "$$d$$p"; \
537         done | $(am__base_list) | \
538         while read files; do \
539           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
540           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
541         done
542
543 uninstall-pkgconfigDATA:
544         @$(NORMAL_UNINSTALL)
545         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
546         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
547         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
548
549 # This directory's subdirectories are mostly independent; you can cd
550 # into them and run 'make' without going through this Makefile.
551 # To change the values of 'make' variables: instead of editing Makefiles,
552 # (1) if the variable is set in 'config.status', edit 'config.status'
553 #     (which will cause the Makefiles to be regenerated when you run 'make');
554 # (2) otherwise, pass the desired values on the 'make' command line.
555 $(am__recursive_targets):
556         @fail=; \
557         if $(am__make_keepgoing); then \
558           failcom='fail=yes'; \
559         else \
560           failcom='exit 1'; \
561         fi; \
562         dot_seen=no; \
563         target=`echo $@ | sed s/-recursive//`; \
564         case "$@" in \
565           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
566           *) list='$(SUBDIRS)' ;; \
567         esac; \
568         for subdir in $$list; do \
569           echo "Making $$target in $$subdir"; \
570           if test "$$subdir" = "."; then \
571             dot_seen=yes; \
572             local_target="$$target-am"; \
573           else \
574             local_target="$$target"; \
575           fi; \
576           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
577           || eval $$failcom; \
578         done; \
579         if test "$$dot_seen" = "no"; then \
580           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
581         fi; test -z "$$fail"
582
583 ID: $(am__tagged_files)
584         $(am__define_uniq_tagged_files); mkid -fID $$unique
585 tags: tags-recursive
586 TAGS: tags
587
588 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
589         set x; \
590         here=`pwd`; \
591         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
592           include_option=--etags-include; \
593           empty_fix=.; \
594         else \
595           include_option=--include; \
596           empty_fix=; \
597         fi; \
598         list='$(SUBDIRS)'; for subdir in $$list; do \
599           if test "$$subdir" = .; then :; else \
600             test ! -f $$subdir/TAGS || \
601               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
602           fi; \
603         done; \
604         $(am__define_uniq_tagged_files); \
605         shift; \
606         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
607           test -n "$$unique" || unique=$$empty_fix; \
608           if test $$# -gt 0; then \
609             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
610               "$$@" $$unique; \
611           else \
612             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
613               $$unique; \
614           fi; \
615         fi
616 ctags: ctags-recursive
617
618 CTAGS: ctags
619 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
620         $(am__define_uniq_tagged_files); \
621         test -z "$(CTAGS_ARGS)$$unique" \
622           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
623              $$unique
624
625 GTAGS:
626         here=`$(am__cd) $(top_builddir) && pwd` \
627           && $(am__cd) $(top_srcdir) \
628           && gtags -i $(GTAGS_ARGS) "$$here"
629 cscope: cscope.files
630         test ! -s cscope.files \
631           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
632 clean-cscope:
633         -rm -f cscope.files
634 cscope.files: clean-cscope cscopelist
635 cscopelist: cscopelist-recursive
636
637 cscopelist-am: $(am__tagged_files)
638         list='$(am__tagged_files)'; \
639         case "$(srcdir)" in \
640           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
641           *) sdir=$(subdir)/$(srcdir) ;; \
642         esac; \
643         for i in $$list; do \
644           if test -f "$$i"; then \
645             echo "$(subdir)/$$i"; \
646           else \
647             echo "$$sdir/$$i"; \
648           fi; \
649         done >> $(top_builddir)/cscope.files
650
651 distclean-tags:
652         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
653         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
654
655 distdir: $(DISTFILES)
656         $(am__remove_distdir)
657         test -d "$(distdir)" || mkdir "$(distdir)"
658         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
659         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
660         list='$(DISTFILES)'; \
661           dist_files=`for file in $$list; do echo $$file; done | \
662           sed -e "s|^$$srcdirstrip/||;t" \
663               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
664         case $$dist_files in \
665           */*) $(MKDIR_P) `echo "$$dist_files" | \
666                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
667                            sort -u` ;; \
668         esac; \
669         for file in $$dist_files; do \
670           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
671           if test -d $$d/$$file; then \
672             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
673             if test -d "$(distdir)/$$file"; then \
674               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
675             fi; \
676             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
677               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
678               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
679             fi; \
680             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
681           else \
682             test -f "$(distdir)/$$file" \
683             || cp -p $$d/$$file "$(distdir)/$$file" \
684             || exit 1; \
685           fi; \
686         done
687         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
688           if test "$$subdir" = .; then :; else \
689             $(am__make_dryrun) \
690               || test -d "$(distdir)/$$subdir" \
691               || $(MKDIR_P) "$(distdir)/$$subdir" \
692               || exit 1; \
693             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
694             $(am__relativize); \
695             new_distdir=$$reldir; \
696             dir1=$$subdir; dir2="$(top_distdir)"; \
697             $(am__relativize); \
698             new_top_distdir=$$reldir; \
699             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
700             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
701             ($(am__cd) $$subdir && \
702               $(MAKE) $(AM_MAKEFLAGS) \
703                 top_distdir="$$new_top_distdir" \
704                 distdir="$$new_distdir" \
705                 am__remove_distdir=: \
706                 am__skip_length_check=: \
707                 am__skip_mode_fix=: \
708                 distdir) \
709               || exit 1; \
710           fi; \
711         done
712         -test -n "$(am__skip_mode_fix)" \
713         || find "$(distdir)" -type d ! -perm -755 \
714                 -exec chmod u+rwx,go+rx {} \; -o \
715           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
716           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
717           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
718         || chmod -R a+r "$(distdir)"
719 dist-gzip: distdir
720         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
721         $(am__post_remove_distdir)
722 dist-bzip2: distdir
723         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
724         $(am__post_remove_distdir)
725
726 dist-lzip: distdir
727         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
728         $(am__post_remove_distdir)
729
730 INCLUDES = -I$(srcdir)/lib -I.
731 LDFLAGS = @LDFLAGS@
732 CPPFLAGS = @CPPFLAGS@ -DHAVE_EXPAT_CONFIG_H
733 CFLAGS = @CFLAGS@
734 CXXFLAGS = @CXXFLAGS@
735 VSNFLAG = -version-info @LIBCURRENT@:@LIBREVISION@:@LIBAGE@
736
737 dist-tarZ: distdir
738         @echo WARNING: "Support for distribution archives compressed with" \
739                        "legacy program 'compress' is deprecated." >&2
740         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
741         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
742         $(am__post_remove_distdir)
743
744 COMPILE = $(CC) $(INCLUDES) $(CFLAGS) $(DEFS) $(CPPFLAGS)
745 CXXCOMPILE = $(CXX) $(INCLUDES) $(CXXFLAGS) $(DEFS) $(CPPFLAGS)
746 LTCOMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE)
747 LINK_LIB = $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) -no-undefined $(VSNFLAG) -rpath $(libdir) $(LDFLAGS) -o $@
748 LINK_EXE = $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) $(LDFLAGS) -o $@
749 LINK_CXX_EXE = $(LIBTOOL) $(LTFLAGS) --mode=link $(CXXCOMPILE) $(LDFLAGS) -o $@
750
751 dist-zip: distdir
752         -rm -f $(distdir).zip
753         zip -rq $(distdir).zip $(distdir)
754         $(am__post_remove_distdir)
755
756 dist dist-all:
757         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
758         $(am__post_remove_distdir)
759
760 # This target untars the dist file and tries a VPATH configuration.  Then
761 # it guarantees that the distribution is self-contained by making another
762 # tarfile.
763 distcheck: dist
764         case '$(DIST_ARCHIVES)' in \
765         *.tar.gz*) \
766           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
767         *.tar.bz2*) \
768           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
769         *.tar.lz*) \
770           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
771         *.tar.xz*) \
772           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
773         *.tar.Z*) \
774           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
775         *.shar.gz*) \
776           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
777         *.zip*) \
778           unzip $(distdir).zip ;;\
779         esac
780         chmod -R a-w $(distdir)
781         chmod u+w $(distdir)
782         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
783         chmod a-w $(distdir)
784         test -d $(distdir)/_build || exit 0; \
785         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
786           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
787           && am__cwd=`pwd` \
788           && $(am__cd) $(distdir)/_build/sub \
789           && ../../configure \
790             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
791             $(DISTCHECK_CONFIGURE_FLAGS) \
792             --srcdir=../.. --prefix="$$dc_install_base" \
793           && $(MAKE) $(AM_MAKEFLAGS) \
794           && $(MAKE) $(AM_MAKEFLAGS) dvi \
795           && $(MAKE) $(AM_MAKEFLAGS) check \
796           && $(MAKE) $(AM_MAKEFLAGS) install \
797           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
798           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
799           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
800                 distuninstallcheck \
801           && chmod -R a-w "$$dc_install_base" \
802           && ({ \
803                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
804                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
805                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
806                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
807                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
808               } || { rm -rf "$$dc_destdir"; exit 1; }) \
809           && rm -rf "$$dc_destdir" \
810           && $(MAKE) $(AM_MAKEFLAGS) dist \
811           && rm -rf $(DIST_ARCHIVES) \
812           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
813           && cd "$$am__cwd" \
814           || exit 1
815         $(am__post_remove_distdir)
816         @(echo "$(distdir) archives ready for distribution: "; \
817           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
818           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
819 distuninstallcheck:
820         @test -n '$(distuninstallcheck_dir)' || { \
821           echo 'ERROR: trying to run $@ with an empty' \
822                '$$(distuninstallcheck_dir)' >&2; \
823           exit 1; \
824         }; \
825         $(am__cd) '$(distuninstallcheck_dir)' || { \
826           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
827           exit 1; \
828         }; \
829         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
830            || { echo "ERROR: files left after uninstall:" ; \
831                 if test -n "$(DESTDIR)"; then \
832                   echo "  (check DESTDIR support)"; \
833                 fi ; \
834                 $(distuninstallcheck_listfiles) ; \
835                 exit 1; } >&2
836 distcleancheck: distclean
837         @if test '$(srcdir)' = . ; then \
838           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
839           exit 1 ; \
840         fi
841         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
842           || { echo "ERROR: files left in build directory after distclean:" ; \
843                $(distcleancheck_listfiles) ; \
844                exit 1; } >&2
845 check-am: all-am
846 check: check-recursive
847 all-am: Makefile $(DATA) expat_config.h
848 installdirs: installdirs-recursive
849 installdirs-am:
850         for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
851           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
852         done
853 install: install-recursive
854 install-exec: install-exec-recursive
855 install-data: install-data-recursive
856 uninstall: uninstall-recursive
857
858 install-am: all-am
859         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
860
861 installcheck: installcheck-recursive
862 install-strip:
863         if test -z '$(STRIP)'; then \
864           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
865             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
866               install; \
867         else \
868           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
869             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
870             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
871         fi
872 mostlyclean-generic:
873
874 clean-generic:
875
876 distclean-generic:
877         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
878         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
879
880 maintainer-clean-generic:
881         @echo "This command is intended for maintainers to use"
882         @echo "it deletes files that may require special tools to rebuild."
883 clean: clean-recursive
884
885 clean-am: clean-generic clean-libtool mostlyclean-am
886
887 distclean: distclean-recursive
888         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
889         -rm -f Makefile
890 distclean-am: clean-am distclean-generic distclean-hdr \
891         distclean-libtool distclean-tags
892
893 dvi: dvi-recursive
894
895 dvi-am:
896
897 html: html-recursive
898
899 html-am:
900
901 info: info-recursive
902
903 info-am:
904
905 install-data-am: install-pkgconfigDATA
906
907 install-dvi: install-dvi-recursive
908
909 install-dvi-am:
910
911 install-exec-am:
912
913 install-html: install-html-recursive
914
915 install-html-am:
916
917 install-info: install-info-recursive
918
919 install-info-am:
920
921 install-man:
922
923 install-pdf: install-pdf-recursive
924
925 install-pdf-am:
926
927 install-ps: install-ps-recursive
928
929 install-ps-am:
930
931 installcheck-am:
932
933 maintainer-clean: maintainer-clean-recursive
934         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
935         -rm -rf $(top_srcdir)/autom4te.cache
936         -rm -f Makefile
937 maintainer-clean-am: distclean-am maintainer-clean-generic
938
939 mostlyclean: mostlyclean-recursive
940
941 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
942
943 pdf: pdf-recursive
944
945 pdf-am:
946
947 ps: ps-recursive
948
949 ps-am:
950
951 uninstall-am: uninstall-pkgconfigDATA
952
953 .MAKE: $(am__recursive_targets) all install-am install-strip
954
955 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
956         am--refresh check check-am clean clean-cscope clean-generic \
957         clean-libtool cscope cscopelist-am ctags ctags-am dist \
958         dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
959         dist-xz dist-zip distcheck distclean distclean-generic \
960         distclean-hdr distclean-libtool distclean-tags distcleancheck \
961         distdir distuninstallcheck dvi dvi-am html html-am info \
962         info-am install install-am install-data install-data-am \
963         install-dvi install-dvi-am install-exec install-exec-am \
964         install-html install-html-am install-info install-info-am \
965         install-man install-pdf install-pdf-am install-pkgconfigDATA \
966         install-ps install-ps-am install-strip installcheck \
967         installcheck-am installdirs installdirs-am maintainer-clean \
968         maintainer-clean-generic mostlyclean mostlyclean-generic \
969         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
970         uninstall-am uninstall-pkgconfigDATA
971
972 .PRECIOUS: Makefile
973
974
975 .PHONY: buildlib
976 buildlib:
977         @echo 'ERROR: Running "make buildlib LIBRARY=libexpatw.la"' >&2
978         @echo 'ERROR: is no longer supported.  INSTEAD please:' >&2
979         @echo 'ERROR:' >&2
980         @echo 'ERROR:  * Mass-patch Makefile.am, e.g.' >&2
981         @echo 'ERROR:    # find -name Makefile.am -exec sed \' >&2
982         @echo 'ERROR:          -e "s,libexpat\.la,libexpatw\.la," \' >&2
983         @echo 'ERROR:          -e "s,libexpat_la,libexpatw_la," \' >&2
984         @echo 'ERROR:          -i {} +' >&2
985         @echo 'ERROR:' >&2
986         @echo 'ERROR:  * Run automake to re-generate Makefile.in files' >&2
987         @echo 'ERROR:' >&2
988         @echo 'ERROR:  * Use "./configure --without-xmlwf" and/or' >&2
989         @echo 'ERROR:    "make -C lib all install" to bypass compilation' >&2
990         @echo 'ERROR:    of xmlwf (e.g. with -DXML_UNICODE)' >&2
991         @echo 'ERROR:' >&2
992         @false
993
994 .PHONY: run-benchmark
995 run-benchmark:
996         $(MAKE) -C tests/benchmark
997         tests/benchmark/benchmark@EXEEXT@ -n $(top_srcdir)/../testdata/largefiles/recset.xml 65535 3
998
999 tests/xmlts.zip:
1000         if test "$(XMLTS_ZIP)" = ""; then \
1001                 wget --output-document=tests/xmlts.zip \
1002                         https://www.w3.org/XML/Test/xmlts20080827.zip; \
1003         else \
1004                 cp $(XMLTS_ZIP) tests/xmlts.zip; \
1005         fi
1006
1007 tests/xmlconf: tests/xmlts.zip
1008         cd tests && unzip -q xmlts.zip
1009
1010 .PHONY: run-xmltest
1011 run-xmltest: tests/xmlconf
1012 @WITH_XMLWF_TRUE@       $(MAKE) -C xmlwf
1013 @WITH_XMLWF_TRUE@       tests/xmltest.sh "$(PWD)/run.sh $(PWD)/xmlwf/xmlwf@EXEEXT@" 2>&1 | tee tests/xmltest.log
1014 @WITH_XMLWF_TRUE@       dos2unix tests/xmltest.log
1015 @WITH_XMLWF_TRUE@       diff -u tests/xmltest.log.expected tests/xmltest.log
1016 @WITH_XMLWF_FALSE@      @echo 'ERROR: xmlwf is needed for "make run-xmltest".' >&2
1017 @WITH_XMLWF_FALSE@      @echo 'ERROR: Please re-configure without --without-xmlwf.' >&2
1018 @WITH_XMLWF_FALSE@      @false
1019
1020 .PHONY: qa
1021 qa:
1022         ./qa.sh address
1023         ./qa.sh memory
1024         ./qa.sh undefined
1025         ./qa.sh coverage
1026
1027 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1028 # Otherwise a system limit (for SysV at least) may be exceeded.
1029 .NOEXPORT: