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
27KB

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