Makefile.in 12 KB

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