Makefile.in 10 KB

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