1# Makefile.in generated by automake 1.16.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2018 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 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@ 138CPP = @CPP@ 139CPPFLAGS = @CPPFLAGS@ 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@ 150EXEEXT = @EXEEXT@ 151FGREP = @FGREP@ 152GREP = @GREP@ 153HAVE_VISIBILITY = @HAVE_VISIBILITY@ 154INSTALL = @INSTALL@ 155INSTALL_DATA = @INSTALL_DATA@ 156INSTALL_PROGRAM = @INSTALL_PROGRAM@ 157INSTALL_SCRIPT = @INSTALL_SCRIPT@ 158INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 159LD = @LD@ 160LDFLAGS = @LDFLAGS@ 161LIBOBJS = @LIBOBJS@ 162LIBS = @LIBS@ 163LIBTOOL = @LIBTOOL@ 164LIPO = @LIPO@ 165LN_S = @LN_S@ 166LTLIBOBJS = @LTLIBOBJS@ 167LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 168MAKEINFO = @MAKEINFO@ 169MANIFEST_TOOL = @MANIFEST_TOOL@ 170MINGW = @MINGW@ 171MKDIR_P = @MKDIR_P@ 172NM = @NM@ 173NMEDIT = @NMEDIT@ 174OBJDUMP = @OBJDUMP@ 175OBJEXT = @OBJEXT@ 176OTOOL = @OTOOL@ 177OTOOL64 = @OTOOL64@ 178PACKAGE = @PACKAGE@ 179PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 180PACKAGE_NAME = @PACKAGE_NAME@ 181PACKAGE_STRING = @PACKAGE_STRING@ 182PACKAGE_TARNAME = @PACKAGE_TARNAME@ 183PACKAGE_URL = @PACKAGE_URL@ 184PACKAGE_VERSION = @PACKAGE_VERSION@ 185PATH_SEPARATOR = @PATH_SEPARATOR@ 186RANLIB = @RANLIB@ 187SED = @SED@ 188SET_MAKE = @SET_MAKE@ 189SHELL = @SHELL@ 190STRIP = @STRIP@ 191VERSION = @VERSION@ 192WARNINGS = @WARNINGS@ 193abs_builddir = @abs_builddir@ 194abs_srcdir = @abs_srcdir@ 195abs_top_builddir = @abs_top_builddir@ 196abs_top_srcdir = @abs_top_srcdir@ 197ac_ct_AR = @ac_ct_AR@ 198ac_ct_CC = @ac_ct_CC@ 199ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 200am__include = @am__include@ 201am__leading_dot = @am__leading_dot@ 202am__quote = @am__quote@ 203am__tar = @am__tar@ 204am__untar = @am__untar@ 205bindir = @bindir@ 206build = @build@ 207build_alias = @build_alias@ 208build_cpu = @build_cpu@ 209build_os = @build_os@ 210build_vendor = @build_vendor@ 211builddir = @builddir@ 212datadir = @datadir@ 213datarootdir = @datarootdir@ 214docdir = @docdir@ 215dvidir = @dvidir@ 216exec_prefix = @exec_prefix@ 217fsect = @fsect@ 218host = @host@ 219host_alias = @host_alias@ 220host_cpu = @host_cpu@ 221host_os = @host_os@ 222host_vendor = @host_vendor@ 223htmldir = @htmldir@ 224includedir = @includedir@ 225infodir = @infodir@ 226install_sh = @install_sh@ 227libdir = @libdir@ 228libexecdir = @libexecdir@ 229localedir = @localedir@ 230localstatedir = @localstatedir@ 231mandir = @mandir@ 232mkdir_p = @mkdir_p@ 233oldincludedir = @oldincludedir@ 234pdfdir = @pdfdir@ 235prefix = @prefix@ 236program_transform_name = @program_transform_name@ 237psdir = @psdir@ 238sbindir = @sbindir@ 239sharedstatedir = @sharedstatedir@ 240srcdir = @srcdir@ 241sysconfdir = @sysconfdir@ 242target_alias = @target_alias@ 243top_build_prefix = @top_build_prefix@ 244top_builddir = @top_builddir@ 245top_srcdir = @top_srcdir@ 246EXTRA_DIST = LICENSE CHANGELOG.md README.md example.py magic.py setup.py \ 247 tests.py file_magic/__init__.py 248 249all: all-am 250 251.SUFFIXES: 252$(srcdir)/Makefile.in: $(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 python/Makefile'; \ 262 $(am__cd) $(top_srcdir) && \ 263 $(AUTOMAKE) --foreign python/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: $(am__configure_deps) 277 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 278$(ACLOCAL_M4): $(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 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# Tell versions [3.59,3.63) of GNU make to not export all variables. 445# Otherwise a system limit (for SysV at least) may be exceeded. 446.NOEXPORT: 447