1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# 18# __ __ _ 19# ___\ \/ /_ __ __ _| |_ 20# / _ \\ /| '_ \ / _` | __| 21# | __// \| |_) | (_| | |_ 22# \___/_/\_\ .__/ \__,_|\__| 23# |_| XML parser 24# 25# Copyright (c) 2017-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)) 107pkgdatadir = $(datadir)/@PACKAGE@ 108pkgincludedir = $(includedir)/@PACKAGE@ 109pkglibdir = $(libdir)/@PACKAGE@ 110pkglibexecdir = $(libexecdir)/@PACKAGE@ 111am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 112install_sh_DATA = $(install_sh) -c -m 644 113install_sh_PROGRAM = $(install_sh) -c 114install_sh_SCRIPT = $(install_sh) -c 115INSTALL_HEADER = $(INSTALL_DATA) 116transform = $(program_transform_name) 117NORMAL_INSTALL = : 118PRE_INSTALL = : 119POST_INSTALL = : 120NORMAL_UNINSTALL = : 121PRE_UNINSTALL = : 122POST_UNINSTALL = : 123build_triplet = @build@ 124host_triplet = @host@ 125subdir = lib 126ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 127am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 128 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 129 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 130 $(top_srcdir)/acinclude.m4 \ 131 $(top_srcdir)/conftools/ax-require-defined.m4 \ 132 $(top_srcdir)/conftools/ax-check-compile-flag.m4 \ 133 $(top_srcdir)/conftools/ax-check-link-flag.m4 \ 134 $(top_srcdir)/conftools/ax-append-flag.m4 \ 135 $(top_srcdir)/conftools/ax-append-compile-flags.m4 \ 136 $(top_srcdir)/conftools/ax-append-link-flags.m4 \ 137 $(top_srcdir)/conftools/expatcfg-compiler-supports-visibility.m4 \ 138 $(top_srcdir)/conftools/ax-cxx-compile-stdcxx.m4 \ 139 $(top_srcdir)/conftools/ax-cxx-compile-stdcxx-11.m4 \ 140 $(top_srcdir)/configure.ac 141am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 142 $(ACLOCAL_M4) 143DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \ 144 $(am__DIST_COMMON) 145mkinstalldirs = $(install_sh) -d 146CONFIG_HEADER = $(top_builddir)/expat_config.h 147CONFIG_CLEAN_FILES = 148CONFIG_CLEAN_VPATH_FILES = 149am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 150am__vpath_adj = case $$p in \ 151 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 152 *) f=$$p;; \ 153 esac; 154am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 155am__install_max = 40 156am__nobase_strip_setup = \ 157 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 158am__nobase_strip = \ 159 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 160am__nobase_list = $(am__nobase_strip_setup); \ 161 for p in $$list; do echo "$$p $$p"; done | \ 162 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 163 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 164 if (++n[$$2] == $(am__install_max)) \ 165 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 166 END { for (dir in files) print dir, files[dir] }' 167am__base_list = \ 168 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 169 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 170am__uninstall_files_from_dir = { \ 171 test -z "$$files" \ 172 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 173 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 174 $(am__cd) "$$dir" && rm -f $$files; }; \ 175 } 176am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" \ 177 "$(DESTDIR)$(includedir)" 178LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) 179libexpat_la_LIBADD = 180am_libexpat_la_OBJECTS = xmlparse.lo xmltok.lo xmlrole.lo 181libexpat_la_OBJECTS = $(am_libexpat_la_OBJECTS) 182AM_V_lt = $(am__v_lt_@AM_V@) 183am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 184am__v_lt_0 = --silent 185am__v_lt_1 = 186libexpat_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 187 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 188 $(libexpat_la_LDFLAGS) $(LDFLAGS) -o $@ 189libtestpat_la_LIBADD = 190am__libtestpat_la_SOURCES_DIST = xmlparse.c xmltok.c xmlrole.c 191am__objects_1 = libtestpat_la-xmlparse.lo libtestpat_la-xmltok.lo \ 192 libtestpat_la-xmlrole.lo 193@WITH_TESTS_TRUE@am_libtestpat_la_OBJECTS = $(am__objects_1) 194libtestpat_la_OBJECTS = $(am_libtestpat_la_OBJECTS) 195@WITH_TESTS_TRUE@am_libtestpat_la_rpath = 196AM_V_P = $(am__v_P_@AM_V@) 197am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 198am__v_P_0 = false 199am__v_P_1 = : 200AM_V_GEN = $(am__v_GEN_@AM_V@) 201am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 202am__v_GEN_0 = @echo " GEN " $@; 203am__v_GEN_1 = 204AM_V_at = $(am__v_at_@AM_V@) 205am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 206am__v_at_0 = @ 207am__v_at_1 = 208DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 209depcomp = $(SHELL) $(top_srcdir)/conftools/depcomp 210am__maybe_remake_depfiles = depfiles 211am__depfiles_remade = ./$(DEPDIR)/libtestpat_la-xmlparse.Plo \ 212 ./$(DEPDIR)/libtestpat_la-xmlrole.Plo \ 213 ./$(DEPDIR)/libtestpat_la-xmltok.Plo ./$(DEPDIR)/xmlparse.Plo \ 214 ./$(DEPDIR)/xmlrole.Plo ./$(DEPDIR)/xmltok.Plo 215am__mv = mv -f 216COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 217 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 218LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 219 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 220 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 221 $(AM_CFLAGS) $(CFLAGS) 222AM_V_CC = $(am__v_CC_@AM_V@) 223am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 224am__v_CC_0 = @echo " CC " $@; 225am__v_CC_1 = 226CCLD = $(CC) 227LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 228 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 229 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 230AM_V_CCLD = $(am__v_CCLD_@AM_V@) 231am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 232am__v_CCLD_0 = @echo " CCLD " $@; 233am__v_CCLD_1 = 234SOURCES = $(libexpat_la_SOURCES) $(libtestpat_la_SOURCES) 235DIST_SOURCES = $(libexpat_la_SOURCES) \ 236 $(am__libtestpat_la_SOURCES_DIST) 237am__can_run_installinfo = \ 238 case $$AM_UPDATE_INFO_DIR in \ 239 n|no|NO) false;; \ 240 *) (install-info --version) >/dev/null 2>&1;; \ 241 esac 242DATA = $(doc_DATA) 243HEADERS = $(include_HEADERS) 244am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 245# Read a list of newline-separated strings from the standard input, 246# and print each of them once, without duplicates. Input order is 247# *not* preserved. 248am__uniquify_input = $(AWK) '\ 249 BEGIN { nonempty = 0; } \ 250 { items[$$0] = 1; nonempty = 1; } \ 251 END { if (nonempty) { for (i in items) print i; }; } \ 252' 253# Make sure the list of sources is unique. This is necessary because, 254# e.g., the same source file might be shared among _SOURCES variables 255# for different programs/libraries. 256am__define_uniq_tagged_files = \ 257 list='$(am__tagged_files)'; \ 258 unique=`for i in $$list; do \ 259 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 260 done | $(am__uniquify_input)` 261am__DIST_COMMON = $(srcdir)/Makefile.in \ 262 $(top_srcdir)/conftools/depcomp 263DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 264ACLOCAL = @ACLOCAL@ 265AMTAR = @AMTAR@ 266AM_CFLAGS = @AM_CFLAGS@ 267AM_CPPFLAGS = @AM_CPPFLAGS@ 268AM_CXXFLAGS = @AM_CXXFLAGS@ 269AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 270AM_LDFLAGS = @AM_LDFLAGS@ 271AR = @AR@ 272AS = @AS@ 273AUTOCONF = @AUTOCONF@ 274AUTOHEADER = @AUTOHEADER@ 275AUTOMAKE = @AUTOMAKE@ 276AWK = @AWK@ 277CC = @CC@ 278CCDEPMODE = @CCDEPMODE@ 279CFLAGS = @CFLAGS@ 280CMAKE_SHARED_LIBRARY_PREFIX = @CMAKE_SHARED_LIBRARY_PREFIX@ 281CPPFLAGS = @CPPFLAGS@ 282CSCOPE = @CSCOPE@ 283CTAGS = @CTAGS@ 284CXX = @CXX@ 285CXXCPP = @CXXCPP@ 286CXXDEPMODE = @CXXDEPMODE@ 287CXXFLAGS = @CXXFLAGS@ 288CYGPATH_W = @CYGPATH_W@ 289DEFS = @DEFS@ 290DEPDIR = @DEPDIR@ 291DLLTOOL = @DLLTOOL@ 292DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@ 293DSYMUTIL = @DSYMUTIL@ 294DUMPBIN = @DUMPBIN@ 295ECHO_C = @ECHO_C@ 296ECHO_N = @ECHO_N@ 297ECHO_T = @ECHO_T@ 298EGREP = @EGREP@ 299ETAGS = @ETAGS@ 300EXEEXT = @EXEEXT@ 301EXPAT_ATTR_INFO = @EXPAT_ATTR_INFO@ 302EXPAT_CHAR_TYPE = @EXPAT_CHAR_TYPE@ 303EXPAT_CONTEXT_BYTES = @EXPAT_CONTEXT_BYTES@ 304EXPAT_DTD = @EXPAT_DTD@ 305EXPAT_LARGE_SIZE = @EXPAT_LARGE_SIZE@ 306EXPAT_MIN_SIZE = @EXPAT_MIN_SIZE@ 307EXPAT_NS = @EXPAT_NS@ 308FGREP = @FGREP@ 309FILECMD = @FILECMD@ 310FILEMAP = @FILEMAP@ 311GREP = @GREP@ 312HAVE_CXX11 = @HAVE_CXX11@ 313INSTALL = @INSTALL@ 314INSTALL_DATA = @INSTALL_DATA@ 315INSTALL_PROGRAM = @INSTALL_PROGRAM@ 316INSTALL_SCRIPT = @INSTALL_SCRIPT@ 317INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 318LD = @LD@ 319LDFLAGS = @LDFLAGS@ 320LIBAGE = @LIBAGE@ 321LIBCURRENT = @LIBCURRENT@ 322LIBDIR_BASENAME = @LIBDIR_BASENAME@ 323LIBM = @LIBM@ 324LIBOBJS = @LIBOBJS@ 325LIBREVISION = @LIBREVISION@ 326LIBS = @LIBS@ 327LIBTOOL = @LIBTOOL@ 328LIPO = @LIPO@ 329LN_S = @LN_S@ 330LTLIBOBJS = @LTLIBOBJS@ 331LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 332MAINT = @MAINT@ 333MAKEINFO = @MAKEINFO@ 334MANIFEST_TOOL = @MANIFEST_TOOL@ 335MKDIR_P = @MKDIR_P@ 336NM = @NM@ 337NMEDIT = @NMEDIT@ 338OBJDUMP = @OBJDUMP@ 339OBJEXT = @OBJEXT@ 340OTOOL = @OTOOL@ 341OTOOL64 = @OTOOL64@ 342PACKAGE = @PACKAGE@ 343PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 344PACKAGE_NAME = @PACKAGE_NAME@ 345PACKAGE_STRING = @PACKAGE_STRING@ 346PACKAGE_TARNAME = @PACKAGE_TARNAME@ 347PACKAGE_URL = @PACKAGE_URL@ 348PACKAGE_VERSION = @PACKAGE_VERSION@ 349PATH_SEPARATOR = @PATH_SEPARATOR@ 350RANLIB = @RANLIB@ 351SED = @SED@ 352SET_MAKE = @SET_MAKE@ 353SHELL = @SHELL@ 354SIZEOF_VOID_P = @SIZEOF_VOID_P@ 355SO_MAJOR = @SO_MAJOR@ 356SO_MINOR = @SO_MINOR@ 357SO_PATCH = @SO_PATCH@ 358STRIP = @STRIP@ 359VERSION = @VERSION@ 360abs_builddir = @abs_builddir@ 361abs_srcdir = @abs_srcdir@ 362abs_top_builddir = @abs_top_builddir@ 363abs_top_srcdir = @abs_top_srcdir@ 364ac_ct_AR = @ac_ct_AR@ 365ac_ct_CC = @ac_ct_CC@ 366ac_ct_CXX = @ac_ct_CXX@ 367ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 368am__include = @am__include@ 369am__leading_dot = @am__leading_dot@ 370am__quote = @am__quote@ 371am__tar = @am__tar@ 372am__untar = @am__untar@ 373bindir = @bindir@ 374build = @build@ 375build_alias = @build_alias@ 376build_cpu = @build_cpu@ 377build_os = @build_os@ 378build_vendor = @build_vendor@ 379builddir = @builddir@ 380datadir = @datadir@ 381datarootdir = @datarootdir@ 382docdir = @docdir@ 383dvidir = @dvidir@ 384exec_prefix = @exec_prefix@ 385host = @host@ 386host_alias = @host_alias@ 387host_cpu = @host_cpu@ 388host_os = @host_os@ 389host_vendor = @host_vendor@ 390htmldir = @htmldir@ 391includedir = @includedir@ 392infodir = @infodir@ 393install_sh = @install_sh@ 394libdir = @libdir@ 395libexecdir = @libexecdir@ 396localedir = @localedir@ 397localstatedir = @localstatedir@ 398mandir = @mandir@ 399mkdir_p = @mkdir_p@ 400oldincludedir = @oldincludedir@ 401pdfdir = @pdfdir@ 402prefix = @prefix@ 403program_transform_name = @program_transform_name@ 404psdir = @psdir@ 405runstatedir = @runstatedir@ 406sbindir = @sbindir@ 407sharedstatedir = @sharedstatedir@ 408srcdir = @srcdir@ 409sysconfdir = @sysconfdir@ 410target_alias = @target_alias@ 411top_build_prefix = @top_build_prefix@ 412top_builddir = @top_builddir@ 413top_srcdir = @top_srcdir@ 414include_HEADERS = \ 415 ../expat_config.h \ 416 expat.h \ 417 expat_external.h 418 419lib_LTLIBRARIES = libexpat.la 420@WITH_TESTS_TRUE@noinst_LTLIBRARIES = libtestpat.la 421libexpat_la_LDFLAGS = \ 422 @AM_LDFLAGS@ \ 423 @LIBM@ \ 424 -no-undefined \ 425 -version-info @LIBCURRENT@:@LIBREVISION@:@LIBAGE@ 426 427libexpat_la_SOURCES = \ 428 xmlparse.c \ 429 xmltok.c \ 430 xmlrole.c 431 432@WITH_TESTS_TRUE@libtestpat_la_CPPFLAGS = -DXML_TESTING 433@WITH_TESTS_TRUE@libtestpat_la_SOURCES = $(libexpat_la_SOURCES) 434doc_DATA = \ 435 ../AUTHORS \ 436 ../Changes 437 438EXTRA_DIST = \ 439 ascii.h \ 440 asciitab.h \ 441 expat_external.h \ 442 expat.h \ 443 iasciitab.h \ 444 internal.h \ 445 latin1tab.h \ 446 libexpat.def.cmake \ 447 nametab.h \ 448 siphash.h \ 449 utf8tab.h \ 450 winconfig.h \ 451 xmlrole.h \ 452 xmltok.h \ 453 xmltok_impl.c \ 454 xmltok_impl.h \ 455 xmltok_ns.c 456 457all: all-am 458 459.SUFFIXES: 460.SUFFIXES: .c .lo .o .obj 461$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 462 @for dep in $?; do \ 463 case '$(am__configure_deps)' in \ 464 *$$dep*) \ 465 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 466 && { if test -f $@; then exit 0; else break; fi; }; \ 467 exit 1;; \ 468 esac; \ 469 done; \ 470 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \ 471 $(am__cd) $(top_srcdir) && \ 472 $(AUTOMAKE) --gnu lib/Makefile 473Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 474 @case '$?' in \ 475 *config.status*) \ 476 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 477 *) \ 478 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 479 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 480 esac; 481 482$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 483 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 484 485$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 486 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 487$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 488 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 489$(am__aclocal_m4_deps): 490 491install-libLTLIBRARIES: $(lib_LTLIBRARIES) 492 @$(NORMAL_INSTALL) 493 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 494 list2=; for p in $$list; do \ 495 if test -f $$p; then \ 496 list2="$$list2 $$p"; \ 497 else :; fi; \ 498 done; \ 499 test -z "$$list2" || { \ 500 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 501 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 502 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 503 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 504 } 505 506uninstall-libLTLIBRARIES: 507 @$(NORMAL_UNINSTALL) 508 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 509 for p in $$list; do \ 510 $(am__strip_dir) \ 511 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 512 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 513 done 514 515clean-libLTLIBRARIES: 516 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 517 @list='$(lib_LTLIBRARIES)'; \ 518 locs=`for p in $$list; do echo $$p; done | \ 519 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 520 sort -u`; \ 521 test -z "$$locs" || { \ 522 echo rm -f $${locs}; \ 523 rm -f $${locs}; \ 524 } 525 526clean-noinstLTLIBRARIES: 527 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 528 @list='$(noinst_LTLIBRARIES)'; \ 529 locs=`for p in $$list; do echo $$p; done | \ 530 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 531 sort -u`; \ 532 test -z "$$locs" || { \ 533 echo rm -f $${locs}; \ 534 rm -f $${locs}; \ 535 } 536 537libexpat.la: $(libexpat_la_OBJECTS) $(libexpat_la_DEPENDENCIES) $(EXTRA_libexpat_la_DEPENDENCIES) 538 $(AM_V_CCLD)$(libexpat_la_LINK) -rpath $(libdir) $(libexpat_la_OBJECTS) $(libexpat_la_LIBADD) $(LIBS) 539 540libtestpat.la: $(libtestpat_la_OBJECTS) $(libtestpat_la_DEPENDENCIES) $(EXTRA_libtestpat_la_DEPENDENCIES) 541 $(AM_V_CCLD)$(LINK) $(am_libtestpat_la_rpath) $(libtestpat_la_OBJECTS) $(libtestpat_la_LIBADD) $(LIBS) 542 543mostlyclean-compile: 544 -rm -f *.$(OBJEXT) 545 546distclean-compile: 547 -rm -f *.tab.c 548 549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtestpat_la-xmlparse.Plo@am__quote@ # am--include-marker 550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtestpat_la-xmlrole.Plo@am__quote@ # am--include-marker 551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtestpat_la-xmltok.Plo@am__quote@ # am--include-marker 552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlparse.Plo@am__quote@ # am--include-marker 553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlrole.Plo@am__quote@ # am--include-marker 554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmltok.Plo@am__quote@ # am--include-marker 555 556$(am__depfiles_remade): 557 @$(MKDIR_P) $(@D) 558 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 559 560am--depfiles: $(am__depfiles_remade) 561 562.c.o: 563@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 564@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 565@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 566@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 567@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 568 569.c.obj: 570@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 571@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 572@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 573@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 574@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 575 576.c.lo: 577@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 578@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 579@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 580@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 581@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 582 583libtestpat_la-xmlparse.lo: xmlparse.c 584@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 585@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtestpat_la-xmlparse.Tpo $(DEPDIR)/libtestpat_la-xmlparse.Plo 586@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xmlparse.c' object='libtestpat_la-xmlparse.lo' libtool=yes @AMDEPBACKSLASH@ 587@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 588@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 589 590libtestpat_la-xmltok.lo: xmltok.c 591@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 592@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtestpat_la-xmltok.Tpo $(DEPDIR)/libtestpat_la-xmltok.Plo 593@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xmltok.c' object='libtestpat_la-xmltok.lo' libtool=yes @AMDEPBACKSLASH@ 594@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 595@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 596 597libtestpat_la-xmlrole.lo: xmlrole.c 598@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 599@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtestpat_la-xmlrole.Tpo $(DEPDIR)/libtestpat_la-xmlrole.Plo 600@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xmlrole.c' object='libtestpat_la-xmlrole.lo' libtool=yes @AMDEPBACKSLASH@ 601@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 602@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 603 604mostlyclean-libtool: 605 -rm -f *.lo 606 607clean-libtool: 608 -rm -rf .libs _libs 609install-docDATA: $(doc_DATA) 610 @$(NORMAL_INSTALL) 611 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ 612 if test -n "$$list"; then \ 613 echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \ 614 $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \ 615 fi; \ 616 for p in $$list; do \ 617 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 618 echo "$$d$$p"; \ 619 done | $(am__base_list) | \ 620 while read files; do \ 621 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \ 622 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ 623 done 624 625uninstall-docDATA: 626 @$(NORMAL_UNINSTALL) 627 @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ 628 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 629 dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) 630install-includeHEADERS: $(include_HEADERS) 631 @$(NORMAL_INSTALL) 632 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 633 if test -n "$$list"; then \ 634 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 635 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 636 fi; \ 637 for p in $$list; do \ 638 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 639 echo "$$d$$p"; \ 640 done | $(am__base_list) | \ 641 while read files; do \ 642 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ 643 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ 644 done 645 646uninstall-includeHEADERS: 647 @$(NORMAL_UNINSTALL) 648 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 649 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 650 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 651 652ID: $(am__tagged_files) 653 $(am__define_uniq_tagged_files); mkid -fID $$unique 654tags: tags-am 655TAGS: tags 656 657tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 658 set x; \ 659 here=`pwd`; \ 660 $(am__define_uniq_tagged_files); \ 661 shift; \ 662 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 663 test -n "$$unique" || unique=$$empty_fix; \ 664 if test $$# -gt 0; then \ 665 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 666 "$$@" $$unique; \ 667 else \ 668 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 669 $$unique; \ 670 fi; \ 671 fi 672ctags: ctags-am 673 674CTAGS: ctags 675ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 676 $(am__define_uniq_tagged_files); \ 677 test -z "$(CTAGS_ARGS)$$unique" \ 678 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 679 $$unique 680 681GTAGS: 682 here=`$(am__cd) $(top_builddir) && pwd` \ 683 && $(am__cd) $(top_srcdir) \ 684 && gtags -i $(GTAGS_ARGS) "$$here" 685cscopelist: cscopelist-am 686 687cscopelist-am: $(am__tagged_files) 688 list='$(am__tagged_files)'; \ 689 case "$(srcdir)" in \ 690 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 691 *) sdir=$(subdir)/$(srcdir) ;; \ 692 esac; \ 693 for i in $$list; do \ 694 if test -f "$$i"; then \ 695 echo "$(subdir)/$$i"; \ 696 else \ 697 echo "$$sdir/$$i"; \ 698 fi; \ 699 done >> $(top_builddir)/cscope.files 700 701distclean-tags: 702 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 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 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 768 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || 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