You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

457 lines
12KB

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