xref: /freebsd/contrib/file/python/Makefile.in (revision 4d846d26)
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 = python
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 README.md
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@
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@
249EXTRA_DIST = LICENSE CHANGELOG.md README.md example.py magic.py setup.py \
250	tests.py file_magic/__init__.py
251
252all: all-am
253
254.SUFFIXES:
255$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
256	@for dep in $?; do \
257	  case '$(am__configure_deps)' in \
258	    *$$dep*) \
259	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
260	        && { if test -f $@; then exit 0; else break; fi; }; \
261	      exit 1;; \
262	  esac; \
263	done; \
264	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign python/Makefile'; \
265	$(am__cd) $(top_srcdir) && \
266	  $(AUTOMAKE) --foreign python/Makefile
267Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
268	@case '$?' in \
269	  *config.status*) \
270	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
271	  *) \
272	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
273	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
274	esac;
275
276$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
277	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278
279$(top_srcdir)/configure:  $(am__configure_deps)
280	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
282	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283$(am__aclocal_m4_deps):
284
285mostlyclean-libtool:
286	-rm -f *.lo
287
288clean-libtool:
289	-rm -rf .libs _libs
290tags TAGS:
291
292ctags CTAGS:
293
294cscope cscopelist:
295
296distdir: $(BUILT_SOURCES)
297	$(MAKE) $(AM_MAKEFLAGS) distdir-am
298
299distdir-am: $(DISTFILES)
300	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
301	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
302	list='$(DISTFILES)'; \
303	  dist_files=`for file in $$list; do echo $$file; done | \
304	  sed -e "s|^$$srcdirstrip/||;t" \
305	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
306	case $$dist_files in \
307	  */*) $(MKDIR_P) `echo "$$dist_files" | \
308			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
309			   sort -u` ;; \
310	esac; \
311	for file in $$dist_files; do \
312	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
313	  if test -d $$d/$$file; then \
314	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
315	    if test -d "$(distdir)/$$file"; then \
316	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
317	    fi; \
318	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
319	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
320	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
321	    fi; \
322	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
323	  else \
324	    test -f "$(distdir)/$$file" \
325	    || cp -p $$d/$$file "$(distdir)/$$file" \
326	    || exit 1; \
327	  fi; \
328	done
329check-am: all-am
330check: check-am
331all-am: Makefile
332installdirs:
333install: install-am
334install-exec: install-exec-am
335install-data: install-data-am
336uninstall: uninstall-am
337
338install-am: all-am
339	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
340
341installcheck: installcheck-am
342install-strip:
343	if test -z '$(STRIP)'; then \
344	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
345	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
346	      install; \
347	else \
348	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
349	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
350	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
351	fi
352mostlyclean-generic:
353
354clean-generic:
355
356distclean-generic:
357	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
358	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
359
360maintainer-clean-generic:
361	@echo "This command is intended for maintainers to use"
362	@echo "it deletes files that may require special tools to rebuild."
363clean: clean-am
364
365clean-am: clean-generic clean-libtool mostlyclean-am
366
367distclean: distclean-am
368	-rm -f Makefile
369distclean-am: clean-am distclean-generic
370
371dvi: dvi-am
372
373dvi-am:
374
375html: html-am
376
377html-am:
378
379info: info-am
380
381info-am:
382
383install-data-am:
384
385install-dvi: install-dvi-am
386
387install-dvi-am:
388
389install-exec-am:
390
391install-html: install-html-am
392
393install-html-am:
394
395install-info: install-info-am
396
397install-info-am:
398
399install-man:
400
401install-pdf: install-pdf-am
402
403install-pdf-am:
404
405install-ps: install-ps-am
406
407install-ps-am:
408
409installcheck-am:
410
411maintainer-clean: maintainer-clean-am
412	-rm -f Makefile
413maintainer-clean-am: distclean-am maintainer-clean-generic
414
415mostlyclean: mostlyclean-am
416
417mostlyclean-am: mostlyclean-generic mostlyclean-libtool
418
419pdf: pdf-am
420
421pdf-am:
422
423ps: ps-am
424
425ps-am:
426
427uninstall-am:
428
429.MAKE: install-am install-strip
430
431.PHONY: all all-am check check-am clean clean-generic clean-libtool \
432	cscopelist-am ctags-am distclean distclean-generic \
433	distclean-libtool distdir dvi dvi-am html html-am info info-am \
434	install install-am install-data install-data-am install-dvi \
435	install-dvi-am install-exec install-exec-am install-html \
436	install-html-am install-info install-info-am install-man \
437	install-pdf install-pdf-am install-ps install-ps-am \
438	install-strip installcheck installcheck-am installdirs \
439	maintainer-clean maintainer-clean-generic mostlyclean \
440	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
441	tags-am uninstall uninstall-am
442
443.PRECIOUS: Makefile
444
445
446# Tell versions [3.59,3.63) of GNU make to not export all variables.
447# Otherwise a system limit (for SysV at least) may be exceeded.
448.NOEXPORT:
449