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