xref: /freebsd/contrib/expat/doc/Makefile.in (revision d9cc3d558d00ee7f62dbef2032f099033c91d2a1)
1# Makefile.in generated by automake 1.18.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2025 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#
18#                          __  __            _
19#                       ___\ \/ /_ __   __ _| |_
20#                      / _ \\  /| '_ \ / _` | __|
21#                     |  __//  \| |_) | (_| | |_
22#                      \___/_/\_\ .__/ \__,_|\__|
23#                               |_| XML parser
24#
25# Copyright (c) 2017-2024 Sebastian Pipping <sebastian@pipping.org>
26# Copyright (c) 2017      Stephen Groat <stephen@groat.us>
27# Copyright (c) 2017      Joe Orton <jorton@redhat.com>
28# Copyright (c) 2024      Tomas Korbar <tkorbar@redhat.com>
29# Licensed under the MIT license:
30#
31# Permission is  hereby granted,  free of charge,  to any  person obtaining
32# a  copy  of  this  software   and  associated  documentation  files  (the
33# "Software"),  to  deal in  the  Software  without restriction,  including
34# without  limitation the  rights  to use,  copy,  modify, merge,  publish,
35# distribute, sublicense, and/or sell copies of the Software, and to permit
36# persons  to whom  the Software  is  furnished to  do so,  subject to  the
37# following conditions:
38#
39# The above copyright  notice and this permission notice  shall be included
40# in all copies or substantial portions of the Software.
41#
42# THE  SOFTWARE  IS  PROVIDED  "AS  IS",  WITHOUT  WARRANTY  OF  ANY  KIND,
43# EXPRESS  OR IMPLIED,  INCLUDING  BUT  NOT LIMITED  TO  THE WARRANTIES  OF
44# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
45# NO EVENT SHALL THE AUTHORS OR  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
46# DAMAGES OR  OTHER LIABILITY, WHETHER  IN AN  ACTION OF CONTRACT,  TORT OR
47# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
48# USE OR OTHER DEALINGS IN THE SOFTWARE.
49VPATH = @srcdir@
50am__is_gnu_make = { \
51  if test -z '$(MAKELEVEL)'; then \
52    false; \
53  elif test -n '$(MAKE_HOST)'; then \
54    true; \
55  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
56    true; \
57  else \
58    false; \
59  fi; \
60}
61am__make_running_with_option = \
62  case $${target_option-} in \
63      ?) ;; \
64      *) echo "am__make_running_with_option: internal error: invalid" \
65              "target option '$${target_option-}' specified" >&2; \
66         exit 1;; \
67  esac; \
68  has_opt=no; \
69  sane_makeflags=$$MAKEFLAGS; \
70  if $(am__is_gnu_make); then \
71    sane_makeflags=$$MFLAGS; \
72  else \
73    case $$MAKEFLAGS in \
74      *\\[\ \	]*) \
75        bs=\\; \
76        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
77          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
78    esac; \
79  fi; \
80  skip_next=no; \
81  strip_trailopt () \
82  { \
83    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
84  }; \
85  for flg in $$sane_makeflags; do \
86    test $$skip_next = yes && { skip_next=no; continue; }; \
87    case $$flg in \
88      *=*|--*) continue;; \
89        -*I) strip_trailopt 'I'; skip_next=yes;; \
90      -*I?*) strip_trailopt 'I';; \
91        -*O) strip_trailopt 'O'; skip_next=yes;; \
92      -*O?*) strip_trailopt 'O';; \
93        -*l) strip_trailopt 'l'; skip_next=yes;; \
94      -*l?*) strip_trailopt 'l';; \
95      -[dEDm]) skip_next=yes;; \
96      -[JT]) skip_next=yes;; \
97    esac; \
98    case $$flg in \
99      *$$target_option*) has_opt=yes; break;; \
100    esac; \
101  done; \
102  test $$has_opt = yes
103am__make_dryrun = (target_option=n; $(am__make_running_with_option))
104am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
105am__rm_f = rm -f $(am__rm_f_notfound)
106am__rm_rf = rm -rf $(am__rm_f_notfound)
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 = doc
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 $(am__DIST_COMMON)
144mkinstalldirs = $(install_sh) -d
145CONFIG_HEADER = $(top_builddir)/expat_config.h
146CONFIG_CLEAN_FILES =
147CONFIG_CLEAN_VPATH_FILES =
148AM_V_P = $(am__v_P_@AM_V@)
149am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
150am__v_P_0 = false
151am__v_P_1 = :
152AM_V_GEN = $(am__v_GEN_@AM_V@)
153am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
154am__v_GEN_0 = @echo "  GEN     " $@;
155am__v_GEN_1 =
156AM_V_at = $(am__v_at_@AM_V@)
157am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
158am__v_at_0 = @
159am__v_at_1 =
160SOURCES =
161DIST_SOURCES =
162am__can_run_installinfo = \
163  case $$AM_UPDATE_INFO_DIR in \
164    n|no|NO) false;; \
165    *) (install-info --version) >/dev/null 2>&1;; \
166  esac
167am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
168am__vpath_adj = case $$p in \
169    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
170    *) f=$$p;; \
171  esac;
172am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
173am__install_max = 40
174am__nobase_strip_setup = \
175  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
176am__nobase_strip = \
177  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
178am__nobase_list = $(am__nobase_strip_setup); \
179  for p in $$list; do echo "$$p $$p"; done | \
180  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
181  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
182    if (++n[$$2] == $(am__install_max)) \
183      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
184    END { for (dir in files) print dir, files[dir] }'
185am__base_list = \
186  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
187  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
188am__uninstall_files_from_dir = { \
189  { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
190  || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
191       $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
192  }
193man1dir = $(mandir)/man1
194am__installdirs = "$(DESTDIR)$(man1dir)"
195NROFF = nroff
196MANS = $(dist_man_MANS)
197am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
198am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in
199DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
200ACLOCAL = @ACLOCAL@
201AMTAR = @AMTAR@
202AM_CFLAGS = @AM_CFLAGS@
203AM_CPPFLAGS = @AM_CPPFLAGS@
204AM_CXXFLAGS = @AM_CXXFLAGS@
205AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
206AM_LDFLAGS = @AM_LDFLAGS@
207AR = @AR@
208AS = @AS@
209AUTOCONF = @AUTOCONF@
210AUTOHEADER = @AUTOHEADER@
211AUTOMAKE = @AUTOMAKE@
212AWK = @AWK@
213CC = @CC@
214CCDEPMODE = @CCDEPMODE@
215CFLAGS = @CFLAGS@
216CMAKE_SHARED_LIBRARY_PREFIX = @CMAKE_SHARED_LIBRARY_PREFIX@
217CPPFLAGS = @CPPFLAGS@
218CSCOPE = @CSCOPE@
219CTAGS = @CTAGS@
220CXX = @CXX@
221CXXCPP = @CXXCPP@
222CXXDEPMODE = @CXXDEPMODE@
223CXXFLAGS = @CXXFLAGS@
224CYGPATH_W = @CYGPATH_W@
225DEFS = @DEFS@
226DEPDIR = @DEPDIR@
227DLLTOOL = @DLLTOOL@
228DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
229DSYMUTIL = @DSYMUTIL@
230DUMPBIN = @DUMPBIN@
231ECHO_C = @ECHO_C@
232ECHO_N = @ECHO_N@
233ECHO_T = @ECHO_T@
234EGREP = @EGREP@
235ETAGS = @ETAGS@
236EXEEXT = @EXEEXT@
237EXPAT_ATTR_INFO = @EXPAT_ATTR_INFO@
238EXPAT_CHAR_TYPE = @EXPAT_CHAR_TYPE@
239EXPAT_CONTEXT_BYTES = @EXPAT_CONTEXT_BYTES@
240EXPAT_DTD = @EXPAT_DTD@
241EXPAT_LARGE_SIZE = @EXPAT_LARGE_SIZE@
242EXPAT_MIN_SIZE = @EXPAT_MIN_SIZE@
243EXPAT_NS = @EXPAT_NS@
244FGREP = @FGREP@
245FILECMD = @FILECMD@
246FILEMAP = @FILEMAP@
247GREP = @GREP@
248HAVE_CXX11 = @HAVE_CXX11@
249INSTALL = @INSTALL@
250INSTALL_DATA = @INSTALL_DATA@
251INSTALL_PROGRAM = @INSTALL_PROGRAM@
252INSTALL_SCRIPT = @INSTALL_SCRIPT@
253INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
254LD = @LD@
255LDFLAGS = @LDFLAGS@
256LIBAGE = @LIBAGE@
257LIBCURRENT = @LIBCURRENT@
258LIBDIR_BASENAME = @LIBDIR_BASENAME@
259LIBM = @LIBM@
260LIBOBJS = @LIBOBJS@
261LIBREVISION = @LIBREVISION@
262LIBS = @LIBS@
263LIBTOOL = @LIBTOOL@
264LIPO = @LIPO@
265LN_S = @LN_S@
266LTLIBOBJS = @LTLIBOBJS@
267LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
268MAINT = @MAINT@
269MAKEINFO = @MAKEINFO@
270MANIFEST_TOOL = @MANIFEST_TOOL@
271MKDIR_P = @MKDIR_P@
272NM = @NM@
273NMEDIT = @NMEDIT@
274OBJDUMP = @OBJDUMP@
275OBJEXT = @OBJEXT@
276OTOOL = @OTOOL@
277OTOOL64 = @OTOOL64@
278PACKAGE = @PACKAGE@
279PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
280PACKAGE_NAME = @PACKAGE_NAME@
281PACKAGE_STRING = @PACKAGE_STRING@
282PACKAGE_TARNAME = @PACKAGE_TARNAME@
283PACKAGE_URL = @PACKAGE_URL@
284PACKAGE_VERSION = @PACKAGE_VERSION@
285PATH_SEPARATOR = @PATH_SEPARATOR@
286RANLIB = @RANLIB@
287SED = @SED@
288SET_MAKE = @SET_MAKE@
289SHELL = @SHELL@
290SIZEOF_VOID_P = @SIZEOF_VOID_P@
291SO_MAJOR = @SO_MAJOR@
292SO_MINOR = @SO_MINOR@
293SO_PATCH = @SO_PATCH@
294STRIP = @STRIP@
295VERSION = @VERSION@
296abs_builddir = @abs_builddir@
297abs_srcdir = @abs_srcdir@
298abs_top_builddir = @abs_top_builddir@
299abs_top_srcdir = @abs_top_srcdir@
300ac_ct_AR = @ac_ct_AR@
301ac_ct_CC = @ac_ct_CC@
302ac_ct_CXX = @ac_ct_CXX@
303ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
304am__include = @am__include@
305am__leading_dot = @am__leading_dot@
306am__quote = @am__quote@
307am__rm_f_notfound = @am__rm_f_notfound@
308am__tar = @am__tar@
309am__untar = @am__untar@
310am__xargs_n = @am__xargs_n@
311bindir = @bindir@
312build = @build@
313build_alias = @build_alias@
314build_cpu = @build_cpu@
315build_os = @build_os@
316build_vendor = @build_vendor@
317builddir = @builddir@
318datadir = @datadir@
319datarootdir = @datarootdir@
320docdir = @docdir@
321dvidir = @dvidir@
322exec_prefix = @exec_prefix@
323host = @host@
324host_alias = @host_alias@
325host_cpu = @host_cpu@
326host_os = @host_os@
327host_vendor = @host_vendor@
328htmldir = @htmldir@
329includedir = @includedir@
330infodir = @infodir@
331install_sh = @install_sh@
332libdir = @libdir@
333libexecdir = @libexecdir@
334localedir = @localedir@
335localstatedir = @localstatedir@
336mandir = @mandir@
337mkdir_p = @mkdir_p@
338oldincludedir = @oldincludedir@
339pdfdir = @pdfdir@
340prefix = @prefix@
341program_transform_name = @program_transform_name@
342psdir = @psdir@
343runstatedir = @runstatedir@
344sbindir = @sbindir@
345sharedstatedir = @sharedstatedir@
346srcdir = @srcdir@
347sysconfdir = @sysconfdir@
348target_alias = @target_alias@
349top_build_prefix = @top_build_prefix@
350top_builddir = @top_builddir@
351top_srcdir = @top_srcdir@
352@WITH_MANPAGE_TRUE@dist_man_MANS = xmlwf.1
353@WITH_PREBUILT_MANPAGE_FALSE@CLEANFILES = xmlwf.1
354EXTRA_DIST = \
355    ok.min.css \
356    reference.html \
357    style.css \
358    xmlwf.xml
359
360all: all-am
361
362.SUFFIXES:
363$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
364	@for dep in $?; do \
365	  case '$(am__configure_deps)' in \
366	    *$$dep*) \
367	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
368	        && { if test -f $@; then exit 0; else break; fi; }; \
369	      exit 1;; \
370	  esac; \
371	done; \
372	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
373	$(am__cd) $(top_srcdir) && \
374	  $(AUTOMAKE) --gnu doc/Makefile
375Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
376	@case '$?' in \
377	  *config.status*) \
378	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
379	  *) \
380	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
381	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
382	esac;
383
384$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
385	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386
387$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
388	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
390	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391$(am__aclocal_m4_deps):
392
393mostlyclean-libtool:
394	-rm -f *.lo
395
396clean-libtool:
397	-rm -rf .libs _libs
398install-man1: $(dist_man_MANS)
399	@$(NORMAL_INSTALL)
400	@list1=''; \
401	list2='$(dist_man_MANS)'; \
402	test -n "$(man1dir)" \
403	  && test -n "`echo $$list1$$list2`" \
404	  || exit 0; \
405	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
406	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
407	{ for i in $$list1; do echo "$$i"; done;  \
408	if test -n "$$list2"; then \
409	  for i in $$list2; do echo "$$i"; done \
410	    | sed -n '/\.1[a-z]*$$/p'; \
411	fi; \
412	} | while read p; do \
413	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
414	  echo "$$d$$p"; echo "$$p"; \
415	done | \
416	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
417	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
418	sed 'N;N;s,\n, ,g' | { \
419	list=; while read file base inst; do \
420	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
421	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
422	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
423	  fi; \
424	done; \
425	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
426	while read files; do \
427	  test -z "$$files" || { \
428	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
429	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
430	done; }
431
432uninstall-man1:
433	@$(NORMAL_UNINSTALL)
434	@list=''; test -n "$(man1dir)" || exit 0; \
435	files=`{ for i in $$list; do echo "$$i"; done; \
436	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
437	  sed -n '/\.1[a-z]*$$/p'; \
438	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
439	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
440	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
441tags TAGS:
442
443ctags CTAGS:
444
445cscope cscopelist:
446
447@WITH_DISTRIBUTABLE_MANPAGE_TRUE@dist-hook:
448
449distdir: $(BUILT_SOURCES)
450	$(MAKE) $(AM_MAKEFLAGS) distdir-am
451
452distdir-am: $(DISTFILES)
453	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
454	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
455	list='$(DISTFILES)'; \
456	  dist_files=`for file in $$list; do echo $$file; done | \
457	  sed -e "s|^$$srcdirstrip/||;t" \
458	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
459	case $$dist_files in \
460	  */*) $(MKDIR_P) `echo "$$dist_files" | \
461			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
462			   sort -u` ;; \
463	esac; \
464	for file in $$dist_files; do \
465	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
466	  if test -d $$d/$$file; then \
467	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
468	    if test -d "$(distdir)/$$file"; then \
469	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
470	    fi; \
471	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
472	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
473	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
474	    fi; \
475	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
476	  else \
477	    test -f "$(distdir)/$$file" \
478	    || cp -p $$d/$$file "$(distdir)/$$file" \
479	    || exit 1; \
480	  fi; \
481	done
482	$(MAKE) $(AM_MAKEFLAGS) \
483	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
484	  dist-hook
485check-am: all-am
486check: check-am
487all-am: Makefile $(MANS)
488installdirs:
489	for dir in "$(DESTDIR)$(man1dir)"; do \
490	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
491	done
492install: install-am
493install-exec: install-exec-am
494install-data: install-data-am
495uninstall: uninstall-am
496
497install-am: all-am
498	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
499
500installcheck: installcheck-am
501install-strip:
502	if test -z '$(STRIP)'; then \
503	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
504	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
505	      install; \
506	else \
507	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
510	fi
511mostlyclean-generic:
512
513clean-generic:
514	-$(am__rm_f) $(CLEANFILES)
515
516distclean-generic:
517	-$(am__rm_f) $(CONFIG_CLEAN_FILES)
518	-test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
519
520maintainer-clean-generic:
521	@echo "This command is intended for maintainers to use"
522	@echo "it deletes files that may require special tools to rebuild."
523clean: clean-am
524
525clean-am: clean-generic clean-libtool mostlyclean-am
526
527distclean: distclean-am
528	-rm -f Makefile
529distclean-am: clean-am distclean-generic
530
531dvi: dvi-am
532
533dvi-am:
534
535html: html-am
536
537html-am:
538
539info: info-am
540
541info-am:
542
543install-data-am: install-man
544
545install-dvi: install-dvi-am
546
547install-dvi-am:
548
549install-exec-am:
550
551install-html: install-html-am
552
553install-html-am:
554
555install-info: install-info-am
556
557install-info-am:
558
559install-man: install-man1
560
561install-pdf: install-pdf-am
562
563install-pdf-am:
564
565install-ps: install-ps-am
566
567install-ps-am:
568
569installcheck-am:
570
571maintainer-clean: maintainer-clean-am
572	-rm -f Makefile
573maintainer-clean-am: distclean-am maintainer-clean-generic
574
575mostlyclean: mostlyclean-am
576
577mostlyclean-am: mostlyclean-generic mostlyclean-libtool
578
579pdf: pdf-am
580
581pdf-am:
582
583ps: ps-am
584
585ps-am:
586
587uninstall-am: uninstall-man
588
589uninstall-man: uninstall-man1
590
591.MAKE: install-am install-strip
592
593.PHONY: all all-am check check-am clean clean-generic clean-libtool \
594	cscopelist-am ctags-am dist-hook distclean distclean-generic \
595	distclean-libtool distdir dvi dvi-am html html-am info info-am \
596	install install-am install-data install-data-am install-dvi \
597	install-dvi-am install-exec install-exec-am install-html \
598	install-html-am install-info install-info-am install-man \
599	install-man1 install-pdf install-pdf-am install-ps \
600	install-ps-am install-strip installcheck installcheck-am \
601	installdirs maintainer-clean maintainer-clean-generic \
602	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
603	ps ps-am tags-am uninstall uninstall-am uninstall-man \
604	uninstall-man1
605
606.PRECIOUS: Makefile
607
608
609.PHONY: dist-hook  # not inside conditional to avoid automake warning
610
611@WITH_MANPAGE_TRUE@xmlwf.1: xmlwf.xml
612@WITH_MANPAGE_TRUE@	-rm -f $@
613@WITH_MANPAGE_TRUE@	test "x$(DOCBOOK_TO_MAN)" != x && $(DOCBOOK_TO_MAN) $<
614@WITH_MANPAGE_TRUE@	test -f $@ || mv XMLWF.1 $@
615
616@WITH_DISTRIBUTABLE_MANPAGE_FALSE@dist-hook:
617@WITH_DISTRIBUTABLE_MANPAGE_FALSE@	@echo 'ERROR: Configure with --with-docbook for "make dist".' 1>&2
618@WITH_DISTRIBUTABLE_MANPAGE_FALSE@	@false
619
620# Tell versions [3.59,3.63) of GNU make to not export all variables.
621# Otherwise a system limit (for SysV at least) may be exceeded.
622.NOEXPORT:
623
624# Tell GNU make to disable its built-in pattern rules.
625%:: %,v
626%:: RCS/%,v
627%:: RCS/%
628%:: s.%
629%:: SCCS/s.%
630