Makefile.in 12 KB

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