1# Makefile.in generated by automake 1.16.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2018 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. 46VPATH = @srcdir@ 47am__is_gnu_make = { \ 48 if test -z '$(MAKELEVEL)'; then \ 49 false; \ 50 elif test -n '$(MAKE_HOST)'; then \ 51 true; \ 52 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 53 true; \ 54 else \ 55 false; \ 56 fi; \ 57} 58am__make_running_with_option = \ 59 case $${target_option-} in \ 60 ?) ;; \ 61 *) echo "am__make_running_with_option: internal error: invalid" \ 62 "target option '$${target_option-}' specified" >&2; \ 63 exit 1;; \ 64 esac; \ 65 has_opt=no; \ 66 sane_makeflags=$$MAKEFLAGS; \ 67 if $(am__is_gnu_make); then \ 68 sane_makeflags=$$MFLAGS; \ 69 else \ 70 case $$MAKEFLAGS in \ 71 *\\[\ \ ]*) \ 72 bs=\\; \ 73 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 74 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 75 esac; \ 76 fi; \ 77 skip_next=no; \ 78 strip_trailopt () \ 79 { \ 80 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 81 }; \ 82 for flg in $$sane_makeflags; do \ 83 test $$skip_next = yes && { skip_next=no; continue; }; \ 84 case $$flg in \ 85 *=*|--*) continue;; \ 86 -*I) strip_trailopt 'I'; skip_next=yes;; \ 87 -*I?*) strip_trailopt 'I';; \ 88 -*O) strip_trailopt 'O'; skip_next=yes;; \ 89 -*O?*) strip_trailopt 'O';; \ 90 -*l) strip_trailopt 'l'; skip_next=yes;; \ 91 -*l?*) strip_trailopt 'l';; \ 92 -[dEDm]) skip_next=yes;; \ 93 -[JT]) skip_next=yes;; \ 94 esac; \ 95 case $$flg in \ 96 *$$target_option*) has_opt=yes; break;; \ 97 esac; \ 98 done; \ 99 test $$has_opt = yes 100am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 101am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 102pkgdatadir = $(datadir)/@PACKAGE@ 103pkgincludedir = $(includedir)/@PACKAGE@ 104pkglibdir = $(libdir)/@PACKAGE@ 105pkglibexecdir = $(libexecdir)/@PACKAGE@ 106am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 107install_sh_DATA = $(install_sh) -c -m 644 108install_sh_PROGRAM = $(install_sh) -c 109install_sh_SCRIPT = $(install_sh) -c 110INSTALL_HEADER = $(INSTALL_DATA) 111transform = $(program_transform_name) 112NORMAL_INSTALL = : 113PRE_INSTALL = : 114POST_INSTALL = : 115NORMAL_UNINSTALL = : 116PRE_UNINSTALL = : 117POST_UNINSTALL = : 118build_triplet = @build@ 119host_triplet = @host@ 120subdir = doc 121ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 122am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 123 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 124 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 125 $(top_srcdir)/acinclude.m4 \ 126 $(top_srcdir)/conftools/ax-require-defined.m4 \ 127 $(top_srcdir)/conftools/ax-check-compile-flag.m4 \ 128 $(top_srcdir)/conftools/ax-check-link-flag.m4 \ 129 $(top_srcdir)/conftools/ax-append-flag.m4 \ 130 $(top_srcdir)/conftools/ax-append-compile-flags.m4 \ 131 $(top_srcdir)/conftools/ax-append-link-flags.m4 \ 132 $(top_srcdir)/conftools/expatcfg-compiler-supports-visibility.m4 \ 133 $(top_srcdir)/configure.ac 134am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 135 $(ACLOCAL_M4) 136DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 137mkinstalldirs = $(install_sh) -d 138CONFIG_HEADER = $(top_builddir)/expat_config.h 139CONFIG_CLEAN_FILES = 140CONFIG_CLEAN_VPATH_FILES = 141AM_V_P = $(am__v_P_@AM_V@) 142am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 143am__v_P_0 = false 144am__v_P_1 = : 145AM_V_GEN = $(am__v_GEN_@AM_V@) 146am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 147am__v_GEN_0 = @echo " GEN " $@; 148am__v_GEN_1 = 149AM_V_at = $(am__v_at_@AM_V@) 150am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 151am__v_at_0 = @ 152am__v_at_1 = 153SOURCES = 154DIST_SOURCES = 155am__can_run_installinfo = \ 156 case $$AM_UPDATE_INFO_DIR in \ 157 n|no|NO) false;; \ 158 *) (install-info --version) >/dev/null 2>&1;; \ 159 esac 160am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 161am__vpath_adj = case $$p in \ 162 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 163 *) f=$$p;; \ 164 esac; 165am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 166am__install_max = 40 167am__nobase_strip_setup = \ 168 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 169am__nobase_strip = \ 170 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 171am__nobase_list = $(am__nobase_strip_setup); \ 172 for p in $$list; do echo "$$p $$p"; done | \ 173 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 174 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 175 if (++n[$$2] == $(am__install_max)) \ 176 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 177 END { for (dir in files) print dir, files[dir] }' 178am__base_list = \ 179 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 180 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 181am__uninstall_files_from_dir = { \ 182 test -z "$$files" \ 183 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 184 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 185 $(am__cd) "$$dir" && rm -f $$files; }; \ 186 } 187man1dir = $(mandir)/man1 188am__installdirs = "$(DESTDIR)$(man1dir)" 189NROFF = nroff 190MANS = $(dist_man_MANS) 191am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 192am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in 193DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 194ACLOCAL = @ACLOCAL@ 195AMTAR = @AMTAR@ 196AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 197AR = @AR@ 198AS = @AS@ 199AUTOCONF = @AUTOCONF@ 200AUTOHEADER = @AUTOHEADER@ 201AUTOMAKE = @AUTOMAKE@ 202AWK = @AWK@ 203CC = @CC@ 204CCDEPMODE = @CCDEPMODE@ 205CFLAGS = @CFLAGS@ 206CPP = @CPP@ 207CPPFLAGS = @CPPFLAGS@ 208CXX = @CXX@ 209CXXCPP = @CXXCPP@ 210CXXDEPMODE = @CXXDEPMODE@ 211CXXFLAGS = @CXXFLAGS@ 212CYGPATH_W = @CYGPATH_W@ 213DEFS = @DEFS@ 214DEPDIR = @DEPDIR@ 215DLLTOOL = @DLLTOOL@ 216DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@ 217DSYMUTIL = @DSYMUTIL@ 218DUMPBIN = @DUMPBIN@ 219ECHO_C = @ECHO_C@ 220ECHO_N = @ECHO_N@ 221ECHO_T = @ECHO_T@ 222EGREP = @EGREP@ 223EXEEXT = @EXEEXT@ 224FGREP = @FGREP@ 225FILEMAP = @FILEMAP@ 226GREP = @GREP@ 227INSTALL = @INSTALL@ 228INSTALL_DATA = @INSTALL_DATA@ 229INSTALL_PROGRAM = @INSTALL_PROGRAM@ 230INSTALL_SCRIPT = @INSTALL_SCRIPT@ 231INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 232LD = @LD@ 233LDFLAGS = @LDFLAGS@ 234LIBAGE = @LIBAGE@ 235LIBCURRENT = @LIBCURRENT@ 236LIBOBJS = @LIBOBJS@ 237LIBREVISION = @LIBREVISION@ 238LIBS = @LIBS@ 239LIBTOOL = @LIBTOOL@ 240LIPO = @LIPO@ 241LN_S = @LN_S@ 242LTLIBOBJS = @LTLIBOBJS@ 243LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 244MAKEINFO = @MAKEINFO@ 245MANIFEST_TOOL = @MANIFEST_TOOL@ 246MKDIR_P = @MKDIR_P@ 247NM = @NM@ 248NMEDIT = @NMEDIT@ 249OBJDUMP = @OBJDUMP@ 250OBJEXT = @OBJEXT@ 251OTOOL = @OTOOL@ 252OTOOL64 = @OTOOL64@ 253PACKAGE = @PACKAGE@ 254PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 255PACKAGE_NAME = @PACKAGE_NAME@ 256PACKAGE_STRING = @PACKAGE_STRING@ 257PACKAGE_TARNAME = @PACKAGE_TARNAME@ 258PACKAGE_URL = @PACKAGE_URL@ 259PACKAGE_VERSION = @PACKAGE_VERSION@ 260PATH_SEPARATOR = @PATH_SEPARATOR@ 261RANLIB = @RANLIB@ 262SED = @SED@ 263SET_MAKE = @SET_MAKE@ 264SHELL = @SHELL@ 265STRIP = @STRIP@ 266VERSION = @VERSION@ 267abs_builddir = @abs_builddir@ 268abs_srcdir = @abs_srcdir@ 269abs_top_builddir = @abs_top_builddir@ 270abs_top_srcdir = @abs_top_srcdir@ 271ac_ct_AR = @ac_ct_AR@ 272ac_ct_CC = @ac_ct_CC@ 273ac_ct_CXX = @ac_ct_CXX@ 274ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 275am__include = @am__include@ 276am__leading_dot = @am__leading_dot@ 277am__quote = @am__quote@ 278am__tar = @am__tar@ 279am__untar = @am__untar@ 280bindir = @bindir@ 281build = @build@ 282build_alias = @build_alias@ 283build_cpu = @build_cpu@ 284build_os = @build_os@ 285build_vendor = @build_vendor@ 286builddir = @builddir@ 287datadir = @datadir@ 288datarootdir = @datarootdir@ 289docdir = @docdir@ 290dvidir = @dvidir@ 291exec_prefix = @exec_prefix@ 292host = @host@ 293host_alias = @host_alias@ 294host_cpu = @host_cpu@ 295host_os = @host_os@ 296host_vendor = @host_vendor@ 297htmldir = @htmldir@ 298includedir = @includedir@ 299infodir = @infodir@ 300install_sh = @install_sh@ 301libdir = @libdir@ 302libexecdir = @libexecdir@ 303localedir = @localedir@ 304localstatedir = @localstatedir@ 305mandir = @mandir@ 306mkdir_p = @mkdir_p@ 307oldincludedir = @oldincludedir@ 308pdfdir = @pdfdir@ 309prefix = @prefix@ 310program_transform_name = @program_transform_name@ 311psdir = @psdir@ 312sbindir = @sbindir@ 313sharedstatedir = @sharedstatedir@ 314srcdir = @srcdir@ 315sysconfdir = @sysconfdir@ 316target_alias = @target_alias@ 317top_build_prefix = @top_build_prefix@ 318top_builddir = @top_builddir@ 319top_srcdir = @top_srcdir@ 320@WITH_DOCBOOK_TRUE@dist_man_MANS = xmlwf.1 321EXTRA_DIST = \ 322 expat.png \ 323 reference.html \ 324 style.css \ 325 valid-xhtml10.png \ 326 xmlwf.xml 327 328all: all-am 329 330.SUFFIXES: 331$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 332 @for dep in $?; do \ 333 case '$(am__configure_deps)' in \ 334 *$$dep*) \ 335 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 336 && { if test -f $@; then exit 0; else break; fi; }; \ 337 exit 1;; \ 338 esac; \ 339 done; \ 340 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \ 341 $(am__cd) $(top_srcdir) && \ 342 $(AUTOMAKE) --gnu doc/Makefile 343Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 344 @case '$?' in \ 345 *config.status*) \ 346 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 347 *) \ 348 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 349 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 350 esac; 351 352$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 353 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 354 355$(top_srcdir)/configure: $(am__configure_deps) 356 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 357$(ACLOCAL_M4): $(am__aclocal_m4_deps) 358 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 359$(am__aclocal_m4_deps): 360 361mostlyclean-libtool: 362 -rm -f *.lo 363 364clean-libtool: 365 -rm -rf .libs _libs 366install-man1: $(dist_man_MANS) 367 @$(NORMAL_INSTALL) 368 @list1=''; \ 369 list2='$(dist_man_MANS)'; \ 370 test -n "$(man1dir)" \ 371 && test -n "`echo $$list1$$list2`" \ 372 || exit 0; \ 373 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ 374 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ 375 { for i in $$list1; do echo "$$i"; done; \ 376 if test -n "$$list2"; then \ 377 for i in $$list2; do echo "$$i"; done \ 378 | sed -n '/\.1[a-z]*$$/p'; \ 379 fi; \ 380 } | while read p; do \ 381 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 382 echo "$$d$$p"; echo "$$p"; \ 383 done | \ 384 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 385 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 386 sed 'N;N;s,\n, ,g' | { \ 387 list=; while read file base inst; do \ 388 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 389 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 390 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ 391 fi; \ 392 done; \ 393 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 394 while read files; do \ 395 test -z "$$files" || { \ 396 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ 397 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ 398 done; } 399 400uninstall-man1: 401 @$(NORMAL_UNINSTALL) 402 @list=''; test -n "$(man1dir)" || exit 0; \ 403 files=`{ for i in $$list; do echo "$$i"; done; \ 404 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 405 sed -n '/\.1[a-z]*$$/p'; \ 406 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 407 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 408 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) 409tags TAGS: 410 411ctags CTAGS: 412 413cscope cscopelist: 414 415@WITH_DOCBOOK_TRUE@dist-hook: 416 417distdir: $(BUILT_SOURCES) 418 $(MAKE) $(AM_MAKEFLAGS) distdir-am 419 420distdir-am: $(DISTFILES) 421 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 422 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 423 list='$(DISTFILES)'; \ 424 dist_files=`for file in $$list; do echo $$file; done | \ 425 sed -e "s|^$$srcdirstrip/||;t" \ 426 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 427 case $$dist_files in \ 428 */*) $(MKDIR_P) `echo "$$dist_files" | \ 429 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 430 sort -u` ;; \ 431 esac; \ 432 for file in $$dist_files; do \ 433 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 434 if test -d $$d/$$file; then \ 435 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 436 if test -d "$(distdir)/$$file"; then \ 437 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 438 fi; \ 439 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 440 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 441 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 442 fi; \ 443 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 444 else \ 445 test -f "$(distdir)/$$file" \ 446 || cp -p $$d/$$file "$(distdir)/$$file" \ 447 || exit 1; \ 448 fi; \ 449 done 450 $(MAKE) $(AM_MAKEFLAGS) \ 451 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 452 dist-hook 453check-am: all-am 454check: check-am 455all-am: Makefile $(MANS) 456installdirs: 457 for dir in "$(DESTDIR)$(man1dir)"; do \ 458 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 459 done 460install: install-am 461install-exec: install-exec-am 462install-data: install-data-am 463uninstall: uninstall-am 464 465install-am: all-am 466 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 467 468installcheck: installcheck-am 469install-strip: 470 if test -z '$(STRIP)'; then \ 471 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 472 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 473 install; \ 474 else \ 475 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 476 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 477 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 478 fi 479mostlyclean-generic: 480 481clean-generic: 482 483distclean-generic: 484 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 485 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 486 487maintainer-clean-generic: 488 @echo "This command is intended for maintainers to use" 489 @echo "it deletes files that may require special tools to rebuild." 490clean: clean-am 491 492clean-am: clean-generic clean-libtool clean-local mostlyclean-am 493 494distclean: distclean-am 495 -rm -f Makefile 496distclean-am: clean-am distclean-generic 497 498dvi: dvi-am 499 500dvi-am: 501 502html: html-am 503 504html-am: 505 506info: info-am 507 508info-am: 509 510install-data-am: install-man 511 512install-dvi: install-dvi-am 513 514install-dvi-am: 515 516install-exec-am: 517 518install-html: install-html-am 519 520install-html-am: 521 522install-info: install-info-am 523 524install-info-am: 525 526install-man: install-man1 527 528install-pdf: install-pdf-am 529 530install-pdf-am: 531 532install-ps: install-ps-am 533 534install-ps-am: 535 536installcheck-am: 537 538maintainer-clean: maintainer-clean-am 539 -rm -f Makefile 540maintainer-clean-am: distclean-am maintainer-clean-generic 541 542mostlyclean: mostlyclean-am 543 544mostlyclean-am: mostlyclean-generic mostlyclean-libtool 545 546pdf: pdf-am 547 548pdf-am: 549 550ps: ps-am 551 552ps-am: 553 554uninstall-am: uninstall-man 555 556uninstall-man: uninstall-man1 557 558.MAKE: install-am install-strip 559 560.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 561 clean-local cscopelist-am ctags-am dist-hook distclean \ 562 distclean-generic distclean-libtool distdir dvi dvi-am html \ 563 html-am info info-am install install-am install-data \ 564 install-data-am install-dvi install-dvi-am install-exec \ 565 install-exec-am install-html install-html-am install-info \ 566 install-info-am install-man install-man1 install-pdf \ 567 install-pdf-am install-ps install-ps-am install-strip \ 568 installcheck installcheck-am installdirs maintainer-clean \ 569 maintainer-clean-generic mostlyclean mostlyclean-generic \ 570 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 571 uninstall-am uninstall-man uninstall-man1 572 573.PRECIOUS: Makefile 574 575 576.PHONY: dist-hook # not inside conditional to avoid automake warning 577 578@WITH_DOCBOOK_TRUE@xmlwf.1: xmlwf.xml 579@WITH_DOCBOOK_TRUE@ -rm -f $@ 580@WITH_DOCBOOK_TRUE@ $(DOCBOOK_TO_MAN) $< 581@WITH_DOCBOOK_TRUE@ test -f $@ || mv XMLWF.1 $@ 582@WITH_DOCBOOK_FALSE@dist-hook: 583@WITH_DOCBOOK_FALSE@ @echo 'ERROR: Configure with --with-docbook for "make dist".' 1>&2 584@WITH_DOCBOOK_FALSE@ @false 585 586# https://www.gnu.org/software/automake/manual/automake.html#What-Gets-Cleaned 587.PHONY: clean-local 588clean-local: clean-local-check 589 590.PHONY: clean-local-check 591clean-local-check: 592 $(RM) xmlwf.1 593 594# Tell versions [3.59,3.63) of GNU make to not export all variables. 595# Otherwise a system limit (for SysV at least) may be exceeded. 596.NOEXPORT: 597