xref: /netbsd-src/external/bsd/file/dist/doc/Makefile.in (revision ddb176824c39fb0db5ceef3e9e40dcaa273aec38)
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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgincludedir = $(includedir)/@PACKAGE@
73pkglibdir = $(libdir)/@PACKAGE@
74pkglibexecdir = $(libexecdir)/@PACKAGE@
75am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
76install_sh_DATA = $(install_sh) -c -m 644
77install_sh_PROGRAM = $(install_sh) -c
78install_sh_SCRIPT = $(install_sh) -c
79INSTALL_HEADER = $(INSTALL_DATA)
80transform = $(program_transform_name)
81NORMAL_INSTALL = :
82PRE_INSTALL = :
83POST_INSTALL = :
84NORMAL_UNINSTALL = :
85PRE_UNINSTALL = :
86POST_UNINSTALL = :
87build_triplet = @build@
88host_triplet = @host@
89subdir = doc
90ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
92	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
93	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
94	$(top_srcdir)/m4/visibility.m4 $(top_srcdir)/acinclude.m4 \
95	$(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97	$(ACLOCAL_M4)
98DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99mkinstalldirs = $(install_sh) -d
100CONFIG_HEADER = $(top_builddir)/config.h
101CONFIG_CLEAN_FILES =
102CONFIG_CLEAN_VPATH_FILES =
103AM_V_P = $(am__v_P_@AM_V@)
104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105am__v_P_0 = false
106am__v_P_1 = :
107AM_V_GEN = $(am__v_GEN_@AM_V@)
108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109am__v_GEN_0 = @echo "  GEN     " $@;
110am__v_GEN_1 =
111AM_V_at = $(am__v_at_@AM_V@)
112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113am__v_at_0 = @
114am__v_at_1 =
115SOURCES =
116DIST_SOURCES =
117am__can_run_installinfo = \
118  case $$AM_UPDATE_INFO_DIR in \
119    n|no|NO) false;; \
120    *) (install-info --version) >/dev/null 2>&1;; \
121  esac
122am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
123am__DIST_COMMON = $(srcdir)/Makefile.in
124DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
125pkgdatadir = @pkgdatadir@
126ACLOCAL = @ACLOCAL@
127AMTAR = @AMTAR@
128AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
129AR = @AR@
130AUTOCONF = @AUTOCONF@
131AUTOHEADER = @AUTOHEADER@
132AUTOMAKE = @AUTOMAKE@
133AWK = @AWK@
134CC = @CC@
135CCDEPMODE = @CCDEPMODE@
136CFLAGS = @CFLAGS@
137CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
138CPPFLAGS = @CPPFLAGS@
139CSCOPE = @CSCOPE@
140CTAGS = @CTAGS@
141CYGPATH_W = @CYGPATH_W@
142DEFS = @DEFS@
143DEPDIR = @DEPDIR@
144DLLTOOL = @DLLTOOL@
145DSYMUTIL = @DSYMUTIL@
146DUMPBIN = @DUMPBIN@
147ECHO_C = @ECHO_C@
148ECHO_N = @ECHO_N@
149ECHO_T = @ECHO_T@
150EGREP = @EGREP@
151ETAGS = @ETAGS@
152EXEEXT = @EXEEXT@
153FGREP = @FGREP@
154GREP = @GREP@
155HAVE_VISIBILITY = @HAVE_VISIBILITY@
156INSTALL = @INSTALL@
157INSTALL_DATA = @INSTALL_DATA@
158INSTALL_PROGRAM = @INSTALL_PROGRAM@
159INSTALL_SCRIPT = @INSTALL_SCRIPT@
160INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
161LD = @LD@
162LDFLAGS = @LDFLAGS@
163LIBOBJS = @LIBOBJS@
164LIBS = @LIBS@
165LIBTOOL = @LIBTOOL@
166LIPO = @LIPO@
167LN_S = @LN_S@
168LTLIBOBJS = @LTLIBOBJS@
169LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
170MAINT = @MAINT@
171MAKEINFO = @MAKEINFO@
172MANIFEST_TOOL = @MANIFEST_TOOL@
173MINGW = @MINGW@
174MKDIR_P = @MKDIR_P@
175NM = @NM@
176NMEDIT = @NMEDIT@
177OBJDUMP = @OBJDUMP@
178OBJEXT = @OBJEXT@
179OTOOL = @OTOOL@
180OTOOL64 = @OTOOL64@
181PACKAGE = @PACKAGE@
182PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
183PACKAGE_NAME = @PACKAGE_NAME@
184PACKAGE_STRING = @PACKAGE_STRING@
185PACKAGE_TARNAME = @PACKAGE_TARNAME@
186PACKAGE_URL = @PACKAGE_URL@
187PACKAGE_VERSION = @PACKAGE_VERSION@
188PATH_SEPARATOR = @PATH_SEPARATOR@
189RANLIB = @RANLIB@
190SED = @SED@
191SET_MAKE = @SET_MAKE@
192SHELL = @SHELL@
193STRIP = @STRIP@
194VERSION = @VERSION@
195WARNINGS = @WARNINGS@
196abs_builddir = @abs_builddir@
197abs_srcdir = @abs_srcdir@
198abs_top_builddir = @abs_top_builddir@
199abs_top_srcdir = @abs_top_srcdir@
200ac_ct_AR = @ac_ct_AR@
201ac_ct_CC = @ac_ct_CC@
202ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
203am__include = @am__include@
204am__leading_dot = @am__leading_dot@
205am__quote = @am__quote@
206am__tar = @am__tar@
207am__untar = @am__untar@
208bindir = @bindir@
209build = @build@
210build_alias = @build_alias@
211build_cpu = @build_cpu@
212build_os = @build_os@
213build_vendor = @build_vendor@
214builddir = @builddir@
215datadir = @datadir@
216datarootdir = @datarootdir@
217docdir = @docdir@
218dvidir = @dvidir@
219exec_prefix = @exec_prefix@
220fsect = @fsect@
221host = @host@
222host_alias = @host_alias@
223host_cpu = @host_cpu@
224host_os = @host_os@
225host_vendor = @host_vendor@
226htmldir = @htmldir@
227includedir = @includedir@
228infodir = @infodir@
229install_sh = @install_sh@
230libdir = @libdir@
231libexecdir = @libexecdir@
232localedir = @localedir@
233localstatedir = @localstatedir@
234mandir = @mandir@
235mkdir_p = @mkdir_p@
236oldincludedir = @oldincludedir@
237pdfdir = @pdfdir@
238prefix = @prefix@
239program_transform_name = @program_transform_name@
240psdir = @psdir@
241runstatedir = @runstatedir@
242sbindir = @sbindir@
243sharedstatedir = @sharedstatedir@
244srcdir = @srcdir@
245sysconfdir = @sysconfdir@
246target_alias = @target_alias@
247top_build_prefix = @top_build_prefix@
248top_builddir = @top_builddir@
249top_srcdir = @top_srcdir@
250all: all-am
251
252.SUFFIXES:
253$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
254	@for dep in $?; do \
255	  case '$(am__configure_deps)' in \
256	    *$$dep*) \
257	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
258	        && { if test -f $@; then exit 0; else break; fi; }; \
259	      exit 1;; \
260	  esac; \
261	done; \
262	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
263	$(am__cd) $(top_srcdir) && \
264	  $(AUTOMAKE) --foreign doc/Makefile
265Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266	@case '$?' in \
267	  *config.status*) \
268	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
269	  *) \
270	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
271	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
272	esac;
273
274$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
275	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276
277$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
278	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
280	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281$(am__aclocal_m4_deps):
282
283mostlyclean-libtool:
284	-rm -f *.lo
285
286clean-libtool:
287	-rm -rf .libs _libs
288tags TAGS:
289
290ctags CTAGS:
291
292cscope cscopelist:
293
294distdir: $(BUILT_SOURCES)
295	$(MAKE) $(AM_MAKEFLAGS) distdir-am
296
297distdir-am: $(DISTFILES)
298	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
299	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
300	list='$(DISTFILES)'; \
301	  dist_files=`for file in $$list; do echo $$file; done | \
302	  sed -e "s|^$$srcdirstrip/||;t" \
303	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
304	case $$dist_files in \
305	  */*) $(MKDIR_P) `echo "$$dist_files" | \
306			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
307			   sort -u` ;; \
308	esac; \
309	for file in $$dist_files; do \
310	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
311	  if test -d $$d/$$file; then \
312	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
313	    if test -d "$(distdir)/$$file"; then \
314	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
315	    fi; \
316	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
317	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
318	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
319	    fi; \
320	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
321	  else \
322	    test -f "$(distdir)/$$file" \
323	    || cp -p $$d/$$file "$(distdir)/$$file" \
324	    || exit 1; \
325	  fi; \
326	done
327check-am: all-am
328check: check-am
329all-am: Makefile
330installdirs:
331install: install-am
332install-exec: install-exec-am
333install-data: install-data-am
334uninstall: uninstall-am
335
336install-am: all-am
337	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
338
339installcheck: installcheck-am
340install-strip:
341	if test -z '$(STRIP)'; then \
342	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
343	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
344	      install; \
345	else \
346	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
347	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
348	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
349	fi
350mostlyclean-generic:
351
352clean-generic:
353
354distclean-generic:
355	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
356	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
357
358maintainer-clean-generic:
359	@echo "This command is intended for maintainers to use"
360	@echo "it deletes files that may require special tools to rebuild."
361clean: clean-am
362
363clean-am: clean-generic clean-libtool mostlyclean-am
364
365distclean: distclean-am
366	-rm -f Makefile
367distclean-am: clean-am distclean-generic
368
369dvi: dvi-am
370
371dvi-am:
372
373html: html-am
374
375html-am:
376
377info: info-am
378
379info-am:
380
381install-data-am:
382
383install-dvi: install-dvi-am
384
385install-dvi-am:
386
387install-exec-am:
388
389install-html: install-html-am
390
391install-html-am:
392
393install-info: install-info-am
394
395install-info-am:
396
397install-man:
398
399install-pdf: install-pdf-am
400
401install-pdf-am:
402
403install-ps: install-ps-am
404
405install-ps-am:
406
407installcheck-am:
408
409maintainer-clean: maintainer-clean-am
410	-rm -f Makefile
411maintainer-clean-am: distclean-am maintainer-clean-generic
412
413mostlyclean: mostlyclean-am
414
415mostlyclean-am: mostlyclean-generic mostlyclean-libtool
416
417pdf: pdf-am
418
419pdf-am:
420
421ps: ps-am
422
423ps-am:
424
425uninstall-am:
426
427.MAKE: install-am install-strip
428
429.PHONY: all all-am check check-am clean clean-generic clean-libtool \
430	cscopelist-am ctags-am distclean distclean-generic \
431	distclean-libtool distdir dvi dvi-am html html-am info info-am \
432	install install-am install-data install-data-am install-dvi \
433	install-dvi-am install-exec install-exec-am install-html \
434	install-html-am install-info install-info-am install-man \
435	install-pdf install-pdf-am install-ps install-ps-am \
436	install-strip installcheck installcheck-am installdirs \
437	maintainer-clean maintainer-clean-generic mostlyclean \
438	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
439	tags-am uninstall uninstall-am
440
441.PRECIOUS: Makefile
442
443
444#MAGIC	 = $(pkgdatadir)/magic
445#man_MAGIC = magic.5
446#man_MAGIC = magic.4
447#fsect = @fsect@
448#man_MANS = file.1 $(man_MAGIC) libmagic.3
449
450#EXTRA_DIST = file.man magic.man libmagic.man
451#CLEANFILES = $(man_MANS)
452
453#file.1:	Makefile file.man
454#	@rm -f $@
455#	sed -e s@__CSECTION__@1@g \
456#	    -e s@__FSECTION__@${fsect}@g \
457#	    -e s@__VERSION__@${VERSION}@g \
458#	    -e s@__MAGIC__@${MAGIC}@g $(srcdir)/file.man > $@
459
460#magic.${fsect}: Makefile magic.man
461#	@rm -f $@
462#	sed -e s@__CSECTION__@1@g \
463#	    -e s@__FSECTION__@${fsect}@g \
464#	    -e s@__VERSION__@${VERSION}@g \
465#	    -e s@__MAGIC__@${MAGIC}@g $(srcdir)/magic.man > $@
466
467#libmagic.3: Makefile libmagic.man
468#	@rm -f $@
469#	sed -e s@__CSECTION__@1@g \
470#	    -e s@__FSECTION__@${fsect}@g \
471#	    -e s@__VERSION__@${VERSION}@g \
472#	    -e s@__MAGIC__@${MAGIC}@g $(srcdir)/libmagic.man > $@
473
474# Tell versions [3.59,3.63) of GNU make to not export all variables.
475# Otherwise a system limit (for SysV at least) may be exceeded.
476.NOEXPORT:
477