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