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.

873 lines
28KB

  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # Makefile. Generated from Makefile.in by configure.
  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. am__is_gnu_make = { \
  12. if test -z '$(MAKELEVEL)'; then \
  13. false; \
  14. elif test -n '$(MAKE_HOST)'; then \
  15. true; \
  16. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  17. true; \
  18. else \
  19. false; \
  20. fi; \
  21. }
  22. am__make_running_with_option = \
  23. case $${target_option-} in \
  24. ?) ;; \
  25. *) echo "am__make_running_with_option: internal error: invalid" \
  26. "target option '$${target_option-}' specified" >&2; \
  27. exit 1;; \
  28. esac; \
  29. has_opt=no; \
  30. sane_makeflags=$$MAKEFLAGS; \
  31. if $(am__is_gnu_make); then \
  32. sane_makeflags=$$MFLAGS; \
  33. else \
  34. case $$MAKEFLAGS in \
  35. *\\[\ \ ]*) \
  36. bs=\\; \
  37. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  38. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  39. esac; \
  40. fi; \
  41. skip_next=no; \
  42. strip_trailopt () \
  43. { \
  44. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  45. }; \
  46. for flg in $$sane_makeflags; do \
  47. test $$skip_next = yes && { skip_next=no; continue; }; \
  48. case $$flg in \
  49. *=*|--*) continue;; \
  50. -*I) strip_trailopt 'I'; skip_next=yes;; \
  51. -*I?*) strip_trailopt 'I';; \
  52. -*O) strip_trailopt 'O'; skip_next=yes;; \
  53. -*O?*) strip_trailopt 'O';; \
  54. -*l) strip_trailopt 'l'; skip_next=yes;; \
  55. -*l?*) strip_trailopt 'l';; \
  56. -[dEDm]) skip_next=yes;; \
  57. -[JT]) skip_next=yes;; \
  58. esac; \
  59. case $$flg in \
  60. *$$target_option*) has_opt=yes; break;; \
  61. esac; \
  62. done; \
  63. test $$has_opt = yes
  64. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  65. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  66. pkgdatadir = $(datadir)/jansson
  67. pkgincludedir = $(includedir)/jansson
  68. pkglibdir = $(libdir)/jansson
  69. pkglibexecdir = $(libexecdir)/jansson
  70. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  71. install_sh_DATA = $(install_sh) -c -m 644
  72. install_sh_PROGRAM = $(install_sh) -c
  73. install_sh_SCRIPT = $(install_sh) -c
  74. INSTALL_HEADER = $(INSTALL_DATA)
  75. transform = $(program_transform_name)
  76. NORMAL_INSTALL = :
  77. PRE_INSTALL = :
  78. POST_INSTALL = :
  79. NORMAL_UNINSTALL = :
  80. PRE_UNINSTALL = :
  81. POST_UNINSTALL = :
  82. build_triplet = x86_64-w64-mingw32
  83. host_triplet = x86_64-w64-mingw32
  84. subdir = .
  85. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  86. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  87. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  88. $(ACLOCAL_M4)
  89. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  90. $(am__configure_deps) $(am__DIST_COMMON)
  91. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  92. configure.lineno config.status.lineno
  93. mkinstalldirs = $(install_sh) -d
  94. CONFIG_HEADER = jansson_private_config.h
  95. CONFIG_CLEAN_FILES = jansson.pc
  96. CONFIG_CLEAN_VPATH_FILES =
  97. AM_V_P = $(am__v_P_$(V))
  98. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  99. am__v_P_0 = false
  100. am__v_P_1 = :
  101. AM_V_GEN = $(am__v_GEN_$(V))
  102. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  103. am__v_GEN_0 = @echo " GEN " $@;
  104. am__v_GEN_1 =
  105. AM_V_at = $(am__v_at_$(V))
  106. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  107. am__v_at_0 = @
  108. am__v_at_1 =
  109. SOURCES =
  110. DIST_SOURCES =
  111. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  112. ctags-recursive dvi-recursive html-recursive info-recursive \
  113. install-data-recursive install-dvi-recursive \
  114. install-exec-recursive install-html-recursive \
  115. install-info-recursive install-pdf-recursive \
  116. install-ps-recursive install-recursive installcheck-recursive \
  117. installdirs-recursive pdf-recursive ps-recursive \
  118. tags-recursive uninstall-recursive
  119. am__can_run_installinfo = \
  120. case $$AM_UPDATE_INFO_DIR in \
  121. n|no|NO) false;; \
  122. *) (install-info --version) >/dev/null 2>&1;; \
  123. esac
  124. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  125. am__vpath_adj = case $$p in \
  126. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  127. *) f=$$p;; \
  128. esac;
  129. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  130. am__install_max = 40
  131. am__nobase_strip_setup = \
  132. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  133. am__nobase_strip = \
  134. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  135. am__nobase_list = $(am__nobase_strip_setup); \
  136. for p in $$list; do echo "$$p $$p"; done | \
  137. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  138. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  139. if (++n[$$2] == $(am__install_max)) \
  140. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  141. END { for (dir in files) print dir, files[dir] }'
  142. am__base_list = \
  143. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  144. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  145. am__uninstall_files_from_dir = { \
  146. test -z "$$files" \
  147. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  148. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  149. $(am__cd) "$$dir" && rm -f $$files; }; \
  150. }
  151. am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
  152. DATA = $(pkgconfig_DATA)
  153. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  154. distclean-recursive maintainer-clean-recursive
  155. am__recursive_targets = \
  156. $(RECURSIVE_TARGETS) \
  157. $(RECURSIVE_CLEAN_TARGETS) \
  158. $(am__extra_recursive_targets)
  159. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  160. cscope distdir dist dist-all distcheck
  161. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  162. $(LISP)jansson_private_config.h.in
  163. # Read a list of newline-separated strings from the standard input,
  164. # and print each of them once, without duplicates. Input order is
  165. # *not* preserved.
  166. am__uniquify_input = $(AWK) '\
  167. BEGIN { nonempty = 0; } \
  168. { items[$$0] = 1; nonempty = 1; } \
  169. END { if (nonempty) { for (i in items) print i; }; } \
  170. '
  171. # Make sure the list of sources is unique. This is necessary because,
  172. # e.g., the same source file might be shared among _SOURCES variables
  173. # for different programs/libraries.
  174. am__define_uniq_tagged_files = \
  175. list='$(am__tagged_files)'; \
  176. unique=`for i in $$list; do \
  177. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  178. done | $(am__uniquify_input)`
  179. ETAGS = etags
  180. CTAGS = ctags
  181. CSCOPE = cscope
  182. DIST_SUBDIRS = $(SUBDIRS)
  183. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/jansson.pc.in \
  184. $(srcdir)/jansson_private_config.h.in compile config.guess \
  185. config.sub install-sh ltmain.sh missing
  186. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  187. distdir = $(PACKAGE)-$(VERSION)
  188. top_distdir = $(distdir)
  189. am__remove_distdir = \
  190. if test -d "$(distdir)"; then \
  191. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  192. && rm -rf "$(distdir)" \
  193. || { sleep 5 && rm -rf "$(distdir)"; }; \
  194. else :; fi
  195. am__post_remove_distdir = $(am__remove_distdir)
  196. am__relativize = \
  197. dir0=`pwd`; \
  198. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  199. sed_rest='s,^[^/]*/*,,'; \
  200. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  201. sed_butlast='s,/*[^/]*$$,,'; \
  202. while test -n "$$dir1"; do \
  203. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  204. if test "$$first" != "."; then \
  205. if test "$$first" = ".."; then \
  206. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  207. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  208. else \
  209. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  210. if test "$$first2" = "$$first"; then \
  211. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  212. else \
  213. dir2="../$$dir2"; \
  214. fi; \
  215. dir0="$$dir0"/"$$first"; \
  216. fi; \
  217. fi; \
  218. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  219. done; \
  220. reldir="$$dir2"
  221. DIST_ARCHIVES = $(distdir).tar.gz
  222. GZIP_ENV = --best
  223. DIST_TARGETS = dist-gzip
  224. distuninstallcheck_listfiles = find . -type f -print
  225. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  226. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  227. distcleancheck_listfiles = find . -type f -print
  228. ACLOCAL = ${SHELL} /f/git/Rack/dep/jansson-2.10/missing aclocal-1.15
  229. AMTAR = $${TAR-tar}
  230. AM_CFLAGS = -Wall -Wextra -Wdeclaration-after-statement
  231. AM_DEFAULT_VERBOSITY = 1
  232. AR = ar
  233. AUTOCONF = ${SHELL} /f/git/Rack/dep/jansson-2.10/missing autoconf
  234. AUTOHEADER = ${SHELL} /f/git/Rack/dep/jansson-2.10/missing autoheader
  235. AUTOMAKE = ${SHELL} /f/git/Rack/dep/jansson-2.10/missing automake-1.15
  236. AWK = gawk
  237. CC = gcc
  238. CCDEPMODE = depmode=gcc3
  239. CFLAGS = -g -O3 -march=nocona
  240. CPP = gcc -E
  241. CPPFLAGS =
  242. CYGPATH_W = cygpath -w
  243. DEFS = -DHAVE_CONFIG_H
  244. DEPDIR = .deps
  245. DLLTOOL = dlltool
  246. DSYMUTIL =
  247. DUMPBIN =
  248. ECHO_C =
  249. ECHO_N = -n
  250. ECHO_T =
  251. EGREP = /usr/bin/grep -E
  252. EXEEXT = .exe
  253. FGREP = /usr/bin/grep -F
  254. GREP = /usr/bin/grep
  255. INSTALL = /usr/bin/install -c
  256. INSTALL_DATA = ${INSTALL} -m 644
  257. INSTALL_PROGRAM = ${INSTALL}
  258. INSTALL_SCRIPT = ${INSTALL}
  259. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  260. LD = C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
  261. LDFLAGS =
  262. LIBOBJS =
  263. LIBS =
  264. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  265. LIPO =
  266. LN_S = cp -pR
  267. LTLIBOBJS =
  268. LT_SYS_LIBRARY_PATH =
  269. MAKEINFO = ${SHELL} /f/git/Rack/dep/jansson-2.10/missing makeinfo
  270. MANIFEST_TOOL = :
  271. MKDIR_P = /usr/bin/mkdir -p
  272. NM = /mingw64/bin/nm -B
  273. NMEDIT =
  274. OBJDUMP = objdump
  275. OBJEXT = o
  276. OTOOL =
  277. OTOOL64 =
  278. PACKAGE = jansson
  279. PACKAGE_BUGREPORT = petri@digip.org
  280. PACKAGE_NAME = jansson
  281. PACKAGE_STRING = jansson 2.10
  282. PACKAGE_TARNAME = jansson
  283. PACKAGE_URL =
  284. PACKAGE_VERSION = 2.10
  285. PATH_SEPARATOR = :
  286. RANLIB = ranlib
  287. SED = /usr/bin/sed
  288. SET_MAKE =
  289. SHELL = /bin/sh
  290. STRIP = strip
  291. VERSION = 2.10
  292. abs_builddir = /f/git/Rack/dep/jansson-2.10
  293. abs_srcdir = /f/git/Rack/dep/jansson-2.10
  294. abs_top_builddir = /f/git/Rack/dep/jansson-2.10
  295. abs_top_srcdir = /f/git/Rack/dep/jansson-2.10
  296. ac_ct_AR = ar
  297. ac_ct_CC = gcc
  298. ac_ct_DUMPBIN =
  299. am__include = include
  300. am__leading_dot = .
  301. am__quote =
  302. am__tar = $${TAR-tar} chof - "$$tardir"
  303. am__untar = $${TAR-tar} xf -
  304. bindir = ${exec_prefix}/bin
  305. build = x86_64-w64-mingw32
  306. build_alias = x86_64-w64-mingw32
  307. build_cpu = x86_64
  308. build_os = mingw32
  309. build_vendor = w64
  310. builddir = .
  311. datadir = ${datarootdir}
  312. datarootdir = ${prefix}/share
  313. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  314. dvidir = ${docdir}
  315. exec_prefix = ${prefix}
  316. host = x86_64-w64-mingw32
  317. host_alias =
  318. host_cpu = x86_64
  319. host_os = mingw32
  320. host_vendor = w64
  321. htmldir = ${docdir}
  322. includedir = ${prefix}/include
  323. infodir = ${datarootdir}/info
  324. install_sh = ${SHELL} /f/git/Rack/dep/jansson-2.10/install-sh
  325. json_have_localeconv = 1
  326. json_have_long_long = 1
  327. json_inline = inline
  328. libdir = ${exec_prefix}/lib
  329. libexecdir = ${exec_prefix}/libexec
  330. localedir = ${datarootdir}/locale
  331. localstatedir = ${prefix}/var
  332. mandir = ${datarootdir}/man
  333. mkdir_p = $(MKDIR_P)
  334. oldincludedir = /usr/include
  335. pdfdir = ${docdir}
  336. prefix = /f/git/Rack/dep/.
  337. program_transform_name = s,x,x,
  338. psdir = ${docdir}
  339. sbindir = ${exec_prefix}/sbin
  340. sharedstatedir = ${prefix}/com
  341. srcdir = .
  342. sysconfdir = ${prefix}/etc
  343. target_alias =
  344. top_build_prefix =
  345. top_builddir = .
  346. top_srcdir = .
  347. EXTRA_DIST = CHANGES LICENSE README.rst CMakeLists.txt cmake android examples
  348. SUBDIRS = doc src test
  349. pkgconfigdir = $(libdir)/pkgconfig
  350. pkgconfig_DATA = jansson.pc
  351. all: jansson_private_config.h
  352. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  353. .SUFFIXES:
  354. am--refresh: Makefile
  355. @:
  356. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  357. @for dep in $?; do \
  358. case '$(am__configure_deps)' in \
  359. *$$dep*) \
  360. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  361. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  362. && exit 0; \
  363. exit 1;; \
  364. esac; \
  365. done; \
  366. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  367. $(am__cd) $(top_srcdir) && \
  368. $(AUTOMAKE) --foreign Makefile
  369. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  370. @case '$?' in \
  371. *config.status*) \
  372. echo ' $(SHELL) ./config.status'; \
  373. $(SHELL) ./config.status;; \
  374. *) \
  375. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  376. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  377. esac;
  378. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  379. $(SHELL) ./config.status --recheck
  380. $(top_srcdir)/configure: $(am__configure_deps)
  381. $(am__cd) $(srcdir) && $(AUTOCONF)
  382. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  383. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  384. $(am__aclocal_m4_deps):
  385. jansson_private_config.h: stamp-h1
  386. @test -f $@ || rm -f stamp-h1
  387. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  388. stamp-h1: $(srcdir)/jansson_private_config.h.in $(top_builddir)/config.status
  389. @rm -f stamp-h1
  390. cd $(top_builddir) && $(SHELL) ./config.status jansson_private_config.h
  391. $(srcdir)/jansson_private_config.h.in: $(am__configure_deps)
  392. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  393. rm -f stamp-h1
  394. touch $@
  395. distclean-hdr:
  396. -rm -f jansson_private_config.h stamp-h1
  397. jansson.pc: $(top_builddir)/config.status $(srcdir)/jansson.pc.in
  398. cd $(top_builddir) && $(SHELL) ./config.status $@
  399. mostlyclean-libtool:
  400. -rm -f *.lo
  401. clean-libtool:
  402. -rm -rf .libs _libs
  403. distclean-libtool:
  404. -rm -f libtool config.lt
  405. install-pkgconfigDATA: $(pkgconfig_DATA)
  406. @$(NORMAL_INSTALL)
  407. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  408. if test -n "$$list"; then \
  409. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
  410. $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
  411. fi; \
  412. for p in $$list; do \
  413. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  414. echo "$$d$$p"; \
  415. done | $(am__base_list) | \
  416. while read files; do \
  417. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  418. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  419. done
  420. uninstall-pkgconfigDATA:
  421. @$(NORMAL_UNINSTALL)
  422. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  423. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  424. dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
  425. # This directory's subdirectories are mostly independent; you can cd
  426. # into them and run 'make' without going through this Makefile.
  427. # To change the values of 'make' variables: instead of editing Makefiles,
  428. # (1) if the variable is set in 'config.status', edit 'config.status'
  429. # (which will cause the Makefiles to be regenerated when you run 'make');
  430. # (2) otherwise, pass the desired values on the 'make' command line.
  431. $(am__recursive_targets):
  432. @fail=; \
  433. if $(am__make_keepgoing); then \
  434. failcom='fail=yes'; \
  435. else \
  436. failcom='exit 1'; \
  437. fi; \
  438. dot_seen=no; \
  439. target=`echo $@ | sed s/-recursive//`; \
  440. case "$@" in \
  441. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  442. *) list='$(SUBDIRS)' ;; \
  443. esac; \
  444. for subdir in $$list; do \
  445. echo "Making $$target in $$subdir"; \
  446. if test "$$subdir" = "."; then \
  447. dot_seen=yes; \
  448. local_target="$$target-am"; \
  449. else \
  450. local_target="$$target"; \
  451. fi; \
  452. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  453. || eval $$failcom; \
  454. done; \
  455. if test "$$dot_seen" = "no"; then \
  456. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  457. fi; test -z "$$fail"
  458. ID: $(am__tagged_files)
  459. $(am__define_uniq_tagged_files); mkid -fID $$unique
  460. tags: tags-recursive
  461. TAGS: tags
  462. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  463. set x; \
  464. here=`pwd`; \
  465. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  466. include_option=--etags-include; \
  467. empty_fix=.; \
  468. else \
  469. include_option=--include; \
  470. empty_fix=; \
  471. fi; \
  472. list='$(SUBDIRS)'; for subdir in $$list; do \
  473. if test "$$subdir" = .; then :; else \
  474. test ! -f $$subdir/TAGS || \
  475. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  476. fi; \
  477. done; \
  478. $(am__define_uniq_tagged_files); \
  479. shift; \
  480. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  481. test -n "$$unique" || unique=$$empty_fix; \
  482. if test $$# -gt 0; then \
  483. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  484. "$$@" $$unique; \
  485. else \
  486. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  487. $$unique; \
  488. fi; \
  489. fi
  490. ctags: ctags-recursive
  491. CTAGS: ctags
  492. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  493. $(am__define_uniq_tagged_files); \
  494. test -z "$(CTAGS_ARGS)$$unique" \
  495. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  496. $$unique
  497. GTAGS:
  498. here=`$(am__cd) $(top_builddir) && pwd` \
  499. && $(am__cd) $(top_srcdir) \
  500. && gtags -i $(GTAGS_ARGS) "$$here"
  501. cscope: cscope.files
  502. test ! -s cscope.files \
  503. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  504. clean-cscope:
  505. -rm -f cscope.files
  506. cscope.files: clean-cscope cscopelist
  507. cscopelist: cscopelist-recursive
  508. cscopelist-am: $(am__tagged_files)
  509. list='$(am__tagged_files)'; \
  510. case "$(srcdir)" in \
  511. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  512. *) sdir=$(subdir)/$(srcdir) ;; \
  513. esac; \
  514. for i in $$list; do \
  515. if test -f "$$i"; then \
  516. echo "$(subdir)/$$i"; \
  517. else \
  518. echo "$$sdir/$$i"; \
  519. fi; \
  520. done >> $(top_builddir)/cscope.files
  521. distclean-tags:
  522. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  523. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  524. distdir: $(DISTFILES)
  525. $(am__remove_distdir)
  526. test -d "$(distdir)" || mkdir "$(distdir)"
  527. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  528. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  529. list='$(DISTFILES)'; \
  530. dist_files=`for file in $$list; do echo $$file; done | \
  531. sed -e "s|^$$srcdirstrip/||;t" \
  532. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  533. case $$dist_files in \
  534. */*) $(MKDIR_P) `echo "$$dist_files" | \
  535. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  536. sort -u` ;; \
  537. esac; \
  538. for file in $$dist_files; do \
  539. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  540. if test -d $$d/$$file; then \
  541. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  542. if test -d "$(distdir)/$$file"; then \
  543. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  544. fi; \
  545. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  546. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  547. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  548. fi; \
  549. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  550. else \
  551. test -f "$(distdir)/$$file" \
  552. || cp -p $$d/$$file "$(distdir)/$$file" \
  553. || exit 1; \
  554. fi; \
  555. done
  556. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  557. if test "$$subdir" = .; then :; else \
  558. $(am__make_dryrun) \
  559. || test -d "$(distdir)/$$subdir" \
  560. || $(MKDIR_P) "$(distdir)/$$subdir" \
  561. || exit 1; \
  562. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  563. $(am__relativize); \
  564. new_distdir=$$reldir; \
  565. dir1=$$subdir; dir2="$(top_distdir)"; \
  566. $(am__relativize); \
  567. new_top_distdir=$$reldir; \
  568. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  569. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  570. ($(am__cd) $$subdir && \
  571. $(MAKE) $(AM_MAKEFLAGS) \
  572. top_distdir="$$new_top_distdir" \
  573. distdir="$$new_distdir" \
  574. am__remove_distdir=: \
  575. am__skip_length_check=: \
  576. am__skip_mode_fix=: \
  577. distdir) \
  578. || exit 1; \
  579. fi; \
  580. done
  581. -test -n "$(am__skip_mode_fix)" \
  582. || find "$(distdir)" -type d ! -perm -755 \
  583. -exec chmod u+rwx,go+rx {} \; -o \
  584. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  585. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  586. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  587. || chmod -R a+r "$(distdir)"
  588. dist-gzip: distdir
  589. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  590. $(am__post_remove_distdir)
  591. dist-bzip2: distdir
  592. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  593. $(am__post_remove_distdir)
  594. dist-lzip: distdir
  595. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  596. $(am__post_remove_distdir)
  597. dist-xz: distdir
  598. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  599. $(am__post_remove_distdir)
  600. dist-tarZ: distdir
  601. @echo WARNING: "Support for distribution archives compressed with" \
  602. "legacy program 'compress' is deprecated." >&2
  603. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  604. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  605. $(am__post_remove_distdir)
  606. dist-shar: distdir
  607. @echo WARNING: "Support for shar distribution archives is" \
  608. "deprecated." >&2
  609. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  610. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  611. $(am__post_remove_distdir)
  612. dist-zip: distdir
  613. -rm -f $(distdir).zip
  614. zip -rq $(distdir).zip $(distdir)
  615. $(am__post_remove_distdir)
  616. dist dist-all:
  617. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  618. $(am__post_remove_distdir)
  619. # This target untars the dist file and tries a VPATH configuration. Then
  620. # it guarantees that the distribution is self-contained by making another
  621. # tarfile.
  622. distcheck: dist
  623. case '$(DIST_ARCHIVES)' in \
  624. *.tar.gz*) \
  625. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  626. *.tar.bz2*) \
  627. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  628. *.tar.lz*) \
  629. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  630. *.tar.xz*) \
  631. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  632. *.tar.Z*) \
  633. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  634. *.shar.gz*) \
  635. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  636. *.zip*) \
  637. unzip $(distdir).zip ;;\
  638. esac
  639. chmod -R a-w $(distdir)
  640. chmod u+w $(distdir)
  641. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  642. chmod a-w $(distdir)
  643. test -d $(distdir)/_build || exit 0; \
  644. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  645. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  646. && am__cwd=`pwd` \
  647. && $(am__cd) $(distdir)/_build/sub \
  648. && ../../configure \
  649. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  650. $(DISTCHECK_CONFIGURE_FLAGS) \
  651. --srcdir=../.. --prefix="$$dc_install_base" \
  652. && $(MAKE) $(AM_MAKEFLAGS) \
  653. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  654. && $(MAKE) $(AM_MAKEFLAGS) check \
  655. && $(MAKE) $(AM_MAKEFLAGS) install \
  656. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  657. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  658. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  659. distuninstallcheck \
  660. && chmod -R a-w "$$dc_install_base" \
  661. && ({ \
  662. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  663. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  664. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  665. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  666. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  667. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  668. && rm -rf "$$dc_destdir" \
  669. && $(MAKE) $(AM_MAKEFLAGS) dist \
  670. && rm -rf $(DIST_ARCHIVES) \
  671. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  672. && cd "$$am__cwd" \
  673. || exit 1
  674. $(am__post_remove_distdir)
  675. @(echo "$(distdir) archives ready for distribution: "; \
  676. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  677. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  678. distuninstallcheck:
  679. @test -n '$(distuninstallcheck_dir)' || { \
  680. echo 'ERROR: trying to run $@ with an empty' \
  681. '$$(distuninstallcheck_dir)' >&2; \
  682. exit 1; \
  683. }; \
  684. $(am__cd) '$(distuninstallcheck_dir)' || { \
  685. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  686. exit 1; \
  687. }; \
  688. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  689. || { echo "ERROR: files left after uninstall:" ; \
  690. if test -n "$(DESTDIR)"; then \
  691. echo " (check DESTDIR support)"; \
  692. fi ; \
  693. $(distuninstallcheck_listfiles) ; \
  694. exit 1; } >&2
  695. distcleancheck: distclean
  696. @if test '$(srcdir)' = . ; then \
  697. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  698. exit 1 ; \
  699. fi
  700. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  701. || { echo "ERROR: files left in build directory after distclean:" ; \
  702. $(distcleancheck_listfiles) ; \
  703. exit 1; } >&2
  704. check-am: all-am
  705. check: check-recursive
  706. all-am: Makefile $(DATA) jansson_private_config.h
  707. installdirs: installdirs-recursive
  708. installdirs-am:
  709. for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
  710. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  711. done
  712. install: install-recursive
  713. install-exec: install-exec-recursive
  714. install-data: install-data-recursive
  715. uninstall: uninstall-recursive
  716. install-am: all-am
  717. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  718. installcheck: installcheck-recursive
  719. install-strip:
  720. if test -z '$(STRIP)'; then \
  721. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  722. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  723. install; \
  724. else \
  725. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  726. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  727. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  728. fi
  729. mostlyclean-generic:
  730. clean-generic:
  731. distclean-generic:
  732. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  733. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  734. maintainer-clean-generic:
  735. @echo "This command is intended for maintainers to use"
  736. @echo "it deletes files that may require special tools to rebuild."
  737. clean: clean-recursive
  738. clean-am: clean-generic clean-libtool mostlyclean-am
  739. distclean: distclean-recursive
  740. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  741. -rm -f Makefile
  742. distclean-am: clean-am distclean-generic distclean-hdr \
  743. distclean-libtool distclean-tags
  744. dvi-am:
  745. html: html-recursive
  746. html-am:
  747. info: info-recursive
  748. info-am:
  749. install-data-am: install-pkgconfigDATA
  750. install-dvi: install-dvi-recursive
  751. install-dvi-am:
  752. install-exec-am:
  753. install-html: install-html-recursive
  754. install-html-am:
  755. install-info: install-info-recursive
  756. install-info-am:
  757. install-man:
  758. install-pdf: install-pdf-recursive
  759. install-pdf-am:
  760. install-ps: install-ps-recursive
  761. install-ps-am:
  762. installcheck-am:
  763. maintainer-clean: maintainer-clean-recursive
  764. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  765. -rm -rf $(top_srcdir)/autom4te.cache
  766. -rm -f Makefile
  767. maintainer-clean-am: distclean-am maintainer-clean-generic
  768. mostlyclean: mostlyclean-recursive
  769. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  770. pdf: pdf-recursive
  771. pdf-am:
  772. ps: ps-recursive
  773. ps-am:
  774. uninstall-am: uninstall-pkgconfigDATA
  775. .MAKE: $(am__recursive_targets) all install-am install-strip
  776. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  777. am--refresh check check-am clean clean-cscope clean-generic \
  778. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  779. dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  780. dist-xz dist-zip distcheck distclean distclean-generic \
  781. distclean-hdr distclean-libtool distclean-tags distcleancheck \
  782. distdir distuninstallcheck dvi dvi-am html html-am info \
  783. info-am install install-am install-data install-data-am \
  784. install-dvi install-dvi-am install-exec install-exec-am \
  785. install-html install-html-am install-info install-info-am \
  786. install-man install-pdf install-pdf-am install-pkgconfigDATA \
  787. install-ps install-ps-am install-strip installcheck \
  788. installcheck-am installdirs installdirs-am maintainer-clean \
  789. maintainer-clean-generic mostlyclean mostlyclean-generic \
  790. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  791. uninstall-am uninstall-pkgconfigDATA
  792. .PRECIOUS: Makefile
  793. # "make distcheck" builds the dvi target, so use it to check that the
  794. # documentation is built correctly.
  795. dvi:
  796. $(MAKE) SPHINXOPTS_EXTRA=-W html
  797. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  798. # Otherwise a system limit (for SysV at least) may be exceeded.
  799. .NOEXPORT: