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