Makefile.in 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. # Makefile.in generated by automake 1.11.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
  5. # Foundation, Inc.
  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. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. subdir = doc
  34. DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  35. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  36. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  37. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  38. $(ACLOCAL_M4)
  39. mkinstalldirs = $(install_sh) -d
  40. CONFIG_HEADER = $(top_builddir)/config.h
  41. CONFIG_CLEAN_FILES =
  42. CONFIG_CLEAN_VPATH_FILES =
  43. SOURCES =
  44. DIST_SOURCES =
  45. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  46. ACLOCAL = @ACLOCAL@
  47. AMTAR = @AMTAR@
  48. AR = @AR@
  49. AUTOCONF = @AUTOCONF@
  50. AUTOHEADER = @AUTOHEADER@
  51. AUTOMAKE = @AUTOMAKE@
  52. AWK = @AWK@
  53. CC = @CC@
  54. CCDEPMODE = @CCDEPMODE@
  55. CFLAGS = @CFLAGS@
  56. CPP = @CPP@
  57. CPPFLAGS = @CPPFLAGS@
  58. CYGPATH_W = @CYGPATH_W@
  59. DEFS = @DEFS@
  60. DEPDIR = @DEPDIR@
  61. DLLTOOL = @DLLTOOL@
  62. DSYMUTIL = @DSYMUTIL@
  63. DUMPBIN = @DUMPBIN@
  64. ECHO_C = @ECHO_C@
  65. ECHO_N = @ECHO_N@
  66. ECHO_T = @ECHO_T@
  67. EGREP = @EGREP@
  68. EXEEXT = @EXEEXT@
  69. FGREP = @FGREP@
  70. GREP = @GREP@
  71. INSTALL = @INSTALL@
  72. INSTALL_DATA = @INSTALL_DATA@
  73. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  74. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  75. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  76. LD = @LD@
  77. LDFLAGS = @LDFLAGS@
  78. LIBOBJS = @LIBOBJS@
  79. LIBS = @LIBS@
  80. LIBTOOL = @LIBTOOL@
  81. LIPO = @LIPO@
  82. LN_S = @LN_S@
  83. LTLIBOBJS = @LTLIBOBJS@
  84. MAKEINFO = @MAKEINFO@
  85. MANIFEST_TOOL = @MANIFEST_TOOL@
  86. MKDIR_P = @MKDIR_P@
  87. NM = @NM@
  88. NMEDIT = @NMEDIT@
  89. OBJDUMP = @OBJDUMP@
  90. OBJEXT = @OBJEXT@
  91. OTOOL = @OTOOL@
  92. OTOOL64 = @OTOOL64@
  93. PACKAGE = @PACKAGE@
  94. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  95. PACKAGE_NAME = @PACKAGE_NAME@
  96. PACKAGE_STRING = @PACKAGE_STRING@
  97. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  98. PACKAGE_URL = @PACKAGE_URL@
  99. PACKAGE_VERSION = @PACKAGE_VERSION@
  100. PATH_SEPARATOR = @PATH_SEPARATOR@
  101. RANLIB = @RANLIB@
  102. SED = @SED@
  103. SET_MAKE = @SET_MAKE@
  104. SHELL = @SHELL@
  105. STRIP = @STRIP@
  106. VERSION = @VERSION@
  107. abs_builddir = @abs_builddir@
  108. abs_srcdir = @abs_srcdir@
  109. abs_top_builddir = @abs_top_builddir@
  110. abs_top_srcdir = @abs_top_srcdir@
  111. ac_ct_AR = @ac_ct_AR@
  112. ac_ct_CC = @ac_ct_CC@
  113. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  114. am__include = @am__include@
  115. am__leading_dot = @am__leading_dot@
  116. am__quote = @am__quote@
  117. am__tar = @am__tar@
  118. am__untar = @am__untar@
  119. bindir = @bindir@
  120. build = @build@
  121. build_alias = @build_alias@
  122. build_cpu = @build_cpu@
  123. build_os = @build_os@
  124. build_vendor = @build_vendor@
  125. builddir = @builddir@
  126. datadir = @datadir@
  127. datarootdir = @datarootdir@
  128. docdir = @docdir@
  129. dvidir = @dvidir@
  130. exec_prefix = @exec_prefix@
  131. host = @host@
  132. host_alias = @host_alias@
  133. host_cpu = @host_cpu@
  134. host_os = @host_os@
  135. host_vendor = @host_vendor@
  136. htmldir = @htmldir@
  137. includedir = @includedir@
  138. infodir = @infodir@
  139. install_sh = @install_sh@
  140. json_have_localeconv = @json_have_localeconv@
  141. json_have_long_long = @json_have_long_long@
  142. json_inline = @json_inline@
  143. libdir = @libdir@
  144. libexecdir = @libexecdir@
  145. localedir = @localedir@
  146. localstatedir = @localstatedir@
  147. mandir = @mandir@
  148. mkdir_p = @mkdir_p@
  149. oldincludedir = @oldincludedir@
  150. pdfdir = @pdfdir@
  151. prefix = @prefix@
  152. program_transform_name = @program_transform_name@
  153. psdir = @psdir@
  154. sbindir = @sbindir@
  155. sharedstatedir = @sharedstatedir@
  156. srcdir = @srcdir@
  157. sysconfdir = @sysconfdir@
  158. target_alias = @target_alias@
  159. top_build_prefix = @top_build_prefix@
  160. top_builddir = @top_builddir@
  161. top_srcdir = @top_srcdir@
  162. EXTRA_DIST = conf.py apiref.rst changes.rst conformance.rst \
  163. gettingstarted.rst github_commits.c index.rst portability.rst \
  164. tutorial.rst upgrading.rst ext/refcounting.py
  165. SPHINXBUILD = sphinx-build
  166. SPHINXOPTS = -d _build/doctrees $(SPHINXOPTS_EXTRA)
  167. all: all-am
  168. .SUFFIXES:
  169. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  170. @for dep in $?; do \
  171. case '$(am__configure_deps)' in \
  172. *$$dep*) \
  173. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  174. && { if test -f $@; then exit 0; else break; fi; }; \
  175. exit 1;; \
  176. esac; \
  177. done; \
  178. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
  179. $(am__cd) $(top_srcdir) && \
  180. $(AUTOMAKE) --foreign doc/Makefile
  181. .PRECIOUS: Makefile
  182. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  183. @case '$?' in \
  184. *config.status*) \
  185. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  186. *) \
  187. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  188. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  189. esac;
  190. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  191. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  192. $(top_srcdir)/configure: $(am__configure_deps)
  193. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  194. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  195. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  196. $(am__aclocal_m4_deps):
  197. mostlyclean-libtool:
  198. -rm -f *.lo
  199. clean-libtool:
  200. -rm -rf .libs _libs
  201. tags: TAGS
  202. TAGS:
  203. ctags: CTAGS
  204. CTAGS:
  205. distdir: $(DISTFILES)
  206. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  207. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  208. list='$(DISTFILES)'; \
  209. dist_files=`for file in $$list; do echo $$file; done | \
  210. sed -e "s|^$$srcdirstrip/||;t" \
  211. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  212. case $$dist_files in \
  213. */*) $(MKDIR_P) `echo "$$dist_files" | \
  214. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  215. sort -u` ;; \
  216. esac; \
  217. for file in $$dist_files; do \
  218. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  219. if test -d $$d/$$file; then \
  220. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  221. if test -d "$(distdir)/$$file"; then \
  222. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  223. fi; \
  224. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  225. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  226. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  227. fi; \
  228. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  229. else \
  230. test -f "$(distdir)/$$file" \
  231. || cp -p $$d/$$file "$(distdir)/$$file" \
  232. || exit 1; \
  233. fi; \
  234. done
  235. check-am: all-am
  236. check: check-am
  237. all-am: Makefile
  238. installdirs:
  239. install: install-am
  240. install-exec: install-exec-am
  241. install-data: install-data-am
  242. uninstall: uninstall-am
  243. install-am: all-am
  244. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  245. installcheck: installcheck-am
  246. install-strip:
  247. if test -z '$(STRIP)'; then \
  248. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  249. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  250. install; \
  251. else \
  252. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  253. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  254. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  255. fi
  256. mostlyclean-generic:
  257. clean-generic:
  258. distclean-generic:
  259. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  260. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  261. maintainer-clean-generic:
  262. @echo "This command is intended for maintainers to use"
  263. @echo "it deletes files that may require special tools to rebuild."
  264. clean: clean-am
  265. clean-am: clean-generic clean-libtool clean-local mostlyclean-am
  266. distclean: distclean-am
  267. -rm -f Makefile
  268. distclean-am: clean-am distclean-generic
  269. dvi: dvi-am
  270. dvi-am:
  271. html: html-am
  272. html-am: html-local
  273. info: info-am
  274. info-am:
  275. install-data-am:
  276. install-dvi: install-dvi-am
  277. install-dvi-am:
  278. install-exec-am:
  279. install-html: install-html-am
  280. install-html-am: install-html-local
  281. install-info: install-info-am
  282. install-info-am:
  283. install-man:
  284. install-pdf: install-pdf-am
  285. install-pdf-am:
  286. install-ps: install-ps-am
  287. install-ps-am:
  288. installcheck-am:
  289. maintainer-clean: maintainer-clean-am
  290. -rm -f Makefile
  291. maintainer-clean-am: distclean-am maintainer-clean-generic
  292. mostlyclean: mostlyclean-am
  293. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  294. pdf: pdf-am
  295. pdf-am:
  296. ps: ps-am
  297. ps-am:
  298. uninstall-am: uninstall-local
  299. .MAKE: install-am install-strip
  300. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  301. clean-local distclean distclean-generic distclean-libtool \
  302. distdir dvi dvi-am html html-am html-local info info-am \
  303. install install-am install-data install-data-am install-dvi \
  304. install-dvi-am install-exec install-exec-am install-html \
  305. install-html-am install-html-local install-info \
  306. install-info-am install-man install-pdf install-pdf-am \
  307. install-ps install-ps-am install-strip installcheck \
  308. installcheck-am installdirs maintainer-clean \
  309. maintainer-clean-generic mostlyclean mostlyclean-generic \
  310. mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
  311. uninstall-local
  312. html-local:
  313. $(SPHINXBUILD) -b html $(SPHINXOPTS) $(srcdir) _build/html
  314. install-html-local: html
  315. mkdir -p $(DESTDIR)$(htmldir)
  316. cp -r _build/html $(DESTDIR)$(htmldir)
  317. uninstall-local:
  318. rm -rf $(DESTDIR)$(htmldir)
  319. clean-local:
  320. rm -rf _build
  321. rm -f ext/refcounting.pyc
  322. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  323. # Otherwise a system limit (for SysV at least) may be exceeded.
  324. .NOEXPORT:
粤ICP备19079148号