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

Makefile.in 38 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115
  1. # Makefile.in generated by automake 1.14.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2013 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. #ACLOCAL_AMFLAGS = -I autoconf-archive/m4
  13. VPATH = @srcdir@
  14. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  15. am__make_running_with_option = \
  16. case $${target_option-} in \
  17. ?) ;; \
  18. *) echo "am__make_running_with_option: internal error: invalid" \
  19. "target option '$${target_option-}' specified" >&2; \
  20. exit 1;; \
  21. esac; \
  22. has_opt=no; \
  23. sane_makeflags=$$MAKEFLAGS; \
  24. if $(am__is_gnu_make); then \
  25. sane_makeflags=$$MFLAGS; \
  26. else \
  27. case $$MAKEFLAGS in \
  28. *\\[\ \ ]*) \
  29. bs=\\; \
  30. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  31. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  32. esac; \
  33. fi; \
  34. skip_next=no; \
  35. strip_trailopt () \
  36. { \
  37. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  38. }; \
  39. for flg in $$sane_makeflags; do \
  40. test $$skip_next = yes && { skip_next=no; continue; }; \
  41. case $$flg in \
  42. *=*|--*) continue;; \
  43. -*I) strip_trailopt 'I'; skip_next=yes;; \
  44. -*I?*) strip_trailopt 'I';; \
  45. -*O) strip_trailopt 'O'; skip_next=yes;; \
  46. -*O?*) strip_trailopt 'O';; \
  47. -*l) strip_trailopt 'l'; skip_next=yes;; \
  48. -*l?*) strip_trailopt 'l';; \
  49. -[dEDm]) skip_next=yes;; \
  50. -[JT]) skip_next=yes;; \
  51. esac; \
  52. case $$flg in \
  53. *$$target_option*) has_opt=yes; break;; \
  54. esac; \
  55. done; \
  56. test $$has_opt = yes
  57. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  58. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  59. pkgdatadir = $(datadir)/@PACKAGE@
  60. pkgincludedir = $(includedir)/@PACKAGE@
  61. pkglibdir = $(libdir)/@PACKAGE@
  62. pkglibexecdir = $(libexecdir)/@PACKAGE@
  63. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  64. install_sh_DATA = $(install_sh) -c -m 644
  65. install_sh_PROGRAM = $(install_sh) -c
  66. install_sh_SCRIPT = $(install_sh) -c
  67. INSTALL_HEADER = $(INSTALL_DATA)
  68. transform = $(program_transform_name)
  69. NORMAL_INSTALL = :
  70. PRE_INSTALL = :
  71. POST_INSTALL = :
  72. NORMAL_UNINSTALL = :
  73. PRE_UNINSTALL = :
  74. POST_UNINSTALL = :
  75. build_triplet = @build@
  76. host_triplet = @host@
  77. subdir = .
  78. DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
  79. $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  80. $(top_srcdir)/configure $(am__configure_deps) \
  81. $(srcdir)/config.h.in $(srcdir)/json_config.h.in \
  82. $(srcdir)/json-c.pc.in $(srcdir)/json-c-uninstalled.pc.in \
  83. depcomp $(libjson_cinclude_HEADERS) $(noinst_HEADERS) COPYING \
  84. compile config.guess config.sub install-sh missing ltmain.sh
  85. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  86. am__aclocal_m4_deps = \
  87. $(top_srcdir)/autoconf-archive/m4/ax_append_compile_flags.m4 \
  88. $(top_srcdir)/autoconf-archive/m4/ax_append_flag.m4 \
  89. $(top_srcdir)/autoconf-archive/m4/ax_check_compile_flag.m4 \
  90. $(top_srcdir)/autoconf-archive/m4/ax_compile_check_sizeof.m4 \
  91. $(top_srcdir)/autoconf-archive/m4/ax_require_defined.m4 \
  92. $(top_srcdir)/configure.ac
  93. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  94. $(ACLOCAL_M4)
  95. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  96. configure.lineno config.status.lineno
  97. mkinstalldirs = $(install_sh) -d
  98. CONFIG_HEADER = config.h json_config.h
  99. CONFIG_CLEAN_FILES = json-c.pc json-c-uninstalled.pc
  100. CONFIG_CLEAN_VPATH_FILES =
  101. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  102. am__vpath_adj = case $$p in \
  103. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  104. *) f=$$p;; \
  105. esac;
  106. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  107. am__install_max = 40
  108. am__nobase_strip_setup = \
  109. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  110. am__nobase_strip = \
  111. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  112. am__nobase_list = $(am__nobase_strip_setup); \
  113. for p in $$list; do echo "$$p $$p"; done | \
  114. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  115. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  116. if (++n[$$2] == $(am__install_max)) \
  117. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  118. END { for (dir in files) print dir, files[dir] }'
  119. am__base_list = \
  120. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  121. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  122. am__uninstall_files_from_dir = { \
  123. test -z "$$files" \
  124. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  125. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  126. $(am__cd) "$$dir" && rm -f $$files; }; \
  127. }
  128. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
  129. "$(DESTDIR)$(libjson_cincludedir)"
  130. LTLIBRARIES = $(lib_LTLIBRARIES)
  131. libjson_c_la_LIBADD =
  132. am_libjson_c_la_OBJECTS = arraylist.lo debug.lo json_c_version.lo \
  133. json_object.lo json_object_iterator.lo json_pointer.lo \
  134. json_tokener.lo json_util.lo json_visit.lo linkhash.lo \
  135. printbuf.lo random_seed.lo strerror_override.lo
  136. libjson_c_la_OBJECTS = $(am_libjson_c_la_OBJECTS)
  137. AM_V_lt = $(am__v_lt_@AM_V@)
  138. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  139. am__v_lt_0 = --silent
  140. am__v_lt_1 =
  141. libjson_c_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  142. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  143. $(libjson_c_la_LDFLAGS) $(LDFLAGS) -o $@
  144. AM_V_P = $(am__v_P_@AM_V@)
  145. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  146. am__v_P_0 = false
  147. am__v_P_1 = :
  148. AM_V_GEN = $(am__v_GEN_@AM_V@)
  149. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  150. am__v_GEN_0 = @echo " GEN " $@;
  151. am__v_GEN_1 =
  152. AM_V_at = $(am__v_at_@AM_V@)
  153. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  154. am__v_at_0 = @
  155. am__v_at_1 =
  156. DEFAULT_INCLUDES = -I.@am__isrc@
  157. depcomp = $(SHELL) $(top_srcdir)/depcomp
  158. am__depfiles_maybe = depfiles
  159. am__mv = mv -f
  160. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  161. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  162. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  163. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  164. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  165. $(AM_CFLAGS) $(CFLAGS)
  166. AM_V_CC = $(am__v_CC_@AM_V@)
  167. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  168. am__v_CC_0 = @echo " CC " $@;
  169. am__v_CC_1 =
  170. CCLD = $(CC)
  171. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  172. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  173. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  174. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  175. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  176. am__v_CCLD_0 = @echo " CCLD " $@;
  177. am__v_CCLD_1 =
  178. SOURCES = $(libjson_c_la_SOURCES)
  179. DIST_SOURCES = $(libjson_c_la_SOURCES)
  180. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  181. ctags-recursive dvi-recursive html-recursive info-recursive \
  182. install-data-recursive install-dvi-recursive \
  183. install-exec-recursive install-html-recursive \
  184. install-info-recursive install-pdf-recursive \
  185. install-ps-recursive install-recursive installcheck-recursive \
  186. installdirs-recursive pdf-recursive ps-recursive \
  187. tags-recursive uninstall-recursive
  188. am__can_run_installinfo = \
  189. case $$AM_UPDATE_INFO_DIR in \
  190. n|no|NO) false;; \
  191. *) (install-info --version) >/dev/null 2>&1;; \
  192. esac
  193. DATA = $(pkgconfig_DATA)
  194. HEADERS = $(libjson_cinclude_HEADERS) $(noinst_HEADERS)
  195. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  196. distclean-recursive maintainer-clean-recursive
  197. am__recursive_targets = \
  198. $(RECURSIVE_TARGETS) \
  199. $(RECURSIVE_CLEAN_TARGETS) \
  200. $(am__extra_recursive_targets)
  201. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  202. cscope distdir dist dist-all distcheck
  203. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  204. $(LISP)config.h.in json_config.h.in
  205. # Read a list of newline-separated strings from the standard input,
  206. # and print each of them once, without duplicates. Input order is
  207. # *not* preserved.
  208. am__uniquify_input = $(AWK) '\
  209. BEGIN { nonempty = 0; } \
  210. { items[$$0] = 1; nonempty = 1; } \
  211. END { if (nonempty) { for (i in items) print i; }; } \
  212. '
  213. # Make sure the list of sources is unique. This is necessary because,
  214. # e.g., the same source file might be shared among _SOURCES variables
  215. # for different programs/libraries.
  216. am__define_uniq_tagged_files = \
  217. list='$(am__tagged_files)'; \
  218. unique=`for i in $$list; do \
  219. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  220. done | $(am__uniquify_input)`
  221. ETAGS = etags
  222. CTAGS = ctags
  223. CSCOPE = cscope
  224. DIST_SUBDIRS = $(SUBDIRS)
  225. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  226. distdir = $(PACKAGE)-$(VERSION)
  227. top_distdir = $(distdir)
  228. am__remove_distdir = \
  229. if test -d "$(distdir)"; then \
  230. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  231. && rm -rf "$(distdir)" \
  232. || { sleep 5 && rm -rf "$(distdir)"; }; \
  233. else :; fi
  234. am__post_remove_distdir = $(am__remove_distdir)
  235. am__relativize = \
  236. dir0=`pwd`; \
  237. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  238. sed_rest='s,^[^/]*/*,,'; \
  239. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  240. sed_butlast='s,/*[^/]*$$,,'; \
  241. while test -n "$$dir1"; do \
  242. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  243. if test "$$first" != "."; then \
  244. if test "$$first" = ".."; then \
  245. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  246. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  247. else \
  248. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  249. if test "$$first2" = "$$first"; then \
  250. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  251. else \
  252. dir2="../$$dir2"; \
  253. fi; \
  254. dir0="$$dir0"/"$$first"; \
  255. fi; \
  256. fi; \
  257. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  258. done; \
  259. reldir="$$dir2"
  260. DIST_ARCHIVES = $(distdir).tar.gz
  261. GZIP_ENV = --best
  262. DIST_TARGETS = dist-gzip
  263. distuninstallcheck_listfiles = find . -type f -print
  264. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  265. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  266. distcleancheck_listfiles = find . -type f -print
  267. ACLOCAL = @ACLOCAL@
  268. AMTAR = @AMTAR@
  269. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  270. AR = @AR@
  271. AUTOCONF = @AUTOCONF@
  272. AUTOHEADER = @AUTOHEADER@
  273. AUTOMAKE = @AUTOMAKE@
  274. AWK = @AWK@
  275. CC = @CC@
  276. CCDEPMODE = @CCDEPMODE@
  277. CFLAGS = @CFLAGS@
  278. CPP = @CPP@
  279. CPPFLAGS = @CPPFLAGS@
  280. CYGPATH_W = @CYGPATH_W@
  281. DEFS = @DEFS@
  282. DEPDIR = @DEPDIR@
  283. DLLTOOL = @DLLTOOL@
  284. DSYMUTIL = @DSYMUTIL@
  285. DUMPBIN = @DUMPBIN@
  286. ECHO_C = @ECHO_C@
  287. ECHO_N = @ECHO_N@
  288. ECHO_T = @ECHO_T@
  289. EGREP = @EGREP@
  290. EXEEXT = @EXEEXT@
  291. FGREP = @FGREP@
  292. GREP = @GREP@
  293. INSTALL = @INSTALL@
  294. INSTALL_DATA = @INSTALL_DATA@
  295. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  296. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  297. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  298. JSON_BSYMBOLIC_LDFLAGS = @JSON_BSYMBOLIC_LDFLAGS@
  299. LD = @LD@
  300. LDFLAGS = @LDFLAGS@
  301. LIBOBJS = @LIBOBJS@
  302. LIBS = @LIBS@
  303. LIBTOOL = @LIBTOOL@
  304. LIPO = @LIPO@
  305. LN_S = @LN_S@
  306. LTLIBOBJS = @LTLIBOBJS@
  307. MAKEINFO = @MAKEINFO@
  308. MANIFEST_TOOL = @MANIFEST_TOOL@
  309. MKDIR_P = @MKDIR_P@
  310. NM = @NM@
  311. NMEDIT = @NMEDIT@
  312. OBJDUMP = @OBJDUMP@
  313. OBJEXT = @OBJEXT@
  314. OTOOL = @OTOOL@
  315. OTOOL64 = @OTOOL64@
  316. PACKAGE = @PACKAGE@
  317. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  318. PACKAGE_NAME = @PACKAGE_NAME@
  319. PACKAGE_STRING = @PACKAGE_STRING@
  320. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  321. PACKAGE_URL = @PACKAGE_URL@
  322. PACKAGE_VERSION = @PACKAGE_VERSION@
  323. PATH_SEPARATOR = @PATH_SEPARATOR@
  324. RANLIB = @RANLIB@
  325. SED = @SED@
  326. SET_MAKE = @SET_MAKE@
  327. SHELL = @SHELL@
  328. STRIP = @STRIP@
  329. VERSION = @VERSION@
  330. abs_builddir = @abs_builddir@
  331. abs_srcdir = @abs_srcdir@
  332. abs_top_builddir = @abs_top_builddir@
  333. abs_top_srcdir = @abs_top_srcdir@
  334. ac_ct_AR = @ac_ct_AR@
  335. ac_ct_CC = @ac_ct_CC@
  336. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  337. am__include = @am__include@
  338. am__leading_dot = @am__leading_dot@
  339. am__quote = @am__quote@
  340. am__tar = @am__tar@
  341. am__untar = @am__untar@
  342. bindir = @bindir@
  343. build = @build@
  344. build_alias = @build_alias@
  345. build_cpu = @build_cpu@
  346. build_os = @build_os@
  347. build_vendor = @build_vendor@
  348. builddir = @builddir@
  349. datadir = @datadir@
  350. datarootdir = @datarootdir@
  351. docdir = @docdir@
  352. dvidir = @dvidir@
  353. exec_prefix = @exec_prefix@
  354. host = @host@
  355. host_alias = @host_alias@
  356. host_cpu = @host_cpu@
  357. host_os = @host_os@
  358. host_vendor = @host_vendor@
  359. htmldir = @htmldir@
  360. includedir = @includedir@
  361. infodir = @infodir@
  362. install_sh = @install_sh@
  363. libdir = @libdir@
  364. libexecdir = @libexecdir@
  365. localedir = @localedir@
  366. localstatedir = @localstatedir@
  367. mandir = @mandir@
  368. mkdir_p = @mkdir_p@
  369. oldincludedir = @oldincludedir@
  370. pdfdir = @pdfdir@
  371. prefix = @prefix@
  372. program_transform_name = @program_transform_name@
  373. psdir = @psdir@
  374. sbindir = @sbindir@
  375. sharedstatedir = @sharedstatedir@
  376. srcdir = @srcdir@
  377. sysconfdir = @sysconfdir@
  378. target_alias = @target_alias@
  379. top_build_prefix = @top_build_prefix@
  380. top_builddir = @top_builddir@
  381. top_srcdir = @top_srcdir@
  382. EXTRA_DIST = README.md README.html config.h.win32 Doxyfile \
  383. issues_closed_for_0.13.md
  384. SUBDIRS = . tests
  385. lib_LTLIBRARIES = libjson-c.la
  386. pkgconfigdir = $(libdir)/pkgconfig
  387. pkgconfig_DATA = json-c.pc
  388. libjson_cincludedir = $(includedir)/json-c
  389. libjson_cinclude_HEADERS = \
  390. arraylist.h \
  391. bits.h \
  392. debug.h \
  393. json.h \
  394. json_c_version.h \
  395. json_config.h \
  396. json_inttypes.h \
  397. json_object.h \
  398. json_object_iterator.h \
  399. json_pointer.h \
  400. json_tokener.h \
  401. json_util.h \
  402. json_visit.h \
  403. linkhash.h \
  404. printbuf.h
  405. noinst_HEADERS = \
  406. json_object_private.h \
  407. math_compat.h \
  408. strdup_compat.h \
  409. snprintf_compat.h \
  410. vasprintf_compat.h \
  411. random_seed.h \
  412. strerror_override.h
  413. libjson_c_la_LDFLAGS = -version-info 4:0:0 -no-undefined @JSON_BSYMBOLIC_LDFLAGS@
  414. libjson_c_la_SOURCES = \
  415. arraylist.c \
  416. debug.c \
  417. json_c_version.c \
  418. json_object.c \
  419. json_object_iterator.c \
  420. json_pointer.c \
  421. json_tokener.c \
  422. json_util.c \
  423. json_visit.c \
  424. linkhash.c \
  425. printbuf.c \
  426. random_seed.c \
  427. strerror_override.c \
  428. strerror_override_private.h
  429. DISTCLEANFILES = config.h json-c-uninstalled.pc json-c.pc \
  430. json_config.h
  431. JSON_CLEANFILES = Makefile.in aclocal.m4 autom4te.cache/ compile \
  432. config.guess config.h.in config.sub configure depcomp \
  433. install-sh ltmain.sh missing test-driver tests/Makefile.in \
  434. libtool stamp-h1 stamp-h2
  435. ANDROID_CFLAGS = -I$(top_srcdir) -DHAVE_CONFIG_H
  436. all: config.h json_config.h
  437. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  438. .SUFFIXES:
  439. .SUFFIXES: .c .lo .o .obj
  440. am--refresh: Makefile
  441. @:
  442. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  443. @for dep in $?; do \
  444. case '$(am__configure_deps)' in \
  445. *$$dep*) \
  446. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  447. $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  448. && exit 0; \
  449. exit 1;; \
  450. esac; \
  451. done; \
  452. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  453. $(am__cd) $(top_srcdir) && \
  454. $(AUTOMAKE) --gnu Makefile
  455. .PRECIOUS: Makefile
  456. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  457. @case '$?' in \
  458. *config.status*) \
  459. echo ' $(SHELL) ./config.status'; \
  460. $(SHELL) ./config.status;; \
  461. *) \
  462. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  463. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  464. esac;
  465. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  466. $(SHELL) ./config.status --recheck
  467. $(top_srcdir)/configure: $(am__configure_deps)
  468. $(am__cd) $(srcdir) && $(AUTOCONF)
  469. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  470. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  471. $(am__aclocal_m4_deps):
  472. config.h: stamp-h1
  473. @test -f $@ || rm -f stamp-h1
  474. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  475. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  476. @rm -f stamp-h1
  477. cd $(top_builddir) && $(SHELL) ./config.status config.h
  478. $(srcdir)/config.h.in: $(am__configure_deps)
  479. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  480. rm -f stamp-h1
  481. touch $@
  482. json_config.h: stamp-h2
  483. @test -f $@ || rm -f stamp-h2
  484. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h2
  485. stamp-h2: $(srcdir)/json_config.h.in $(top_builddir)/config.status
  486. @rm -f stamp-h2
  487. cd $(top_builddir) && $(SHELL) ./config.status json_config.h
  488. distclean-hdr:
  489. -rm -f config.h stamp-h1 json_config.h stamp-h2
  490. json-c.pc: $(top_builddir)/config.status $(srcdir)/json-c.pc.in
  491. cd $(top_builddir) && $(SHELL) ./config.status $@
  492. json-c-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/json-c-uninstalled.pc.in
  493. cd $(top_builddir) && $(SHELL) ./config.status $@
  494. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  495. @$(NORMAL_INSTALL)
  496. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  497. list2=; for p in $$list; do \
  498. if test -f $$p; then \
  499. list2="$$list2 $$p"; \
  500. else :; fi; \
  501. done; \
  502. test -z "$$list2" || { \
  503. echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  504. $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  505. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  506. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  507. }
  508. uninstall-libLTLIBRARIES:
  509. @$(NORMAL_UNINSTALL)
  510. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  511. for p in $$list; do \
  512. $(am__strip_dir) \
  513. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  514. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  515. done
  516. clean-libLTLIBRARIES:
  517. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  518. @list='$(lib_LTLIBRARIES)'; \
  519. locs=`for p in $$list; do echo $$p; done | \
  520. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  521. sort -u`; \
  522. test -z "$$locs" || { \
  523. echo rm -f $${locs}; \
  524. rm -f $${locs}; \
  525. }
  526. libjson-c.la: $(libjson_c_la_OBJECTS) $(libjson_c_la_DEPENDENCIES) $(EXTRA_libjson_c_la_DEPENDENCIES)
  527. $(AM_V_CCLD)$(libjson_c_la_LINK) -rpath $(libdir) $(libjson_c_la_OBJECTS) $(libjson_c_la_LIBADD) $(LIBS)
  528. mostlyclean-compile:
  529. -rm -f *.$(OBJEXT)
  530. distclean-compile:
  531. -rm -f *.tab.c
  532. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arraylist.Plo@am__quote@
  533. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@
  534. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json_c_version.Plo@am__quote@
  535. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json_object.Plo@am__quote@
  536. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json_object_iterator.Plo@am__quote@
  537. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json_pointer.Plo@am__quote@
  538. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json_tokener.Plo@am__quote@
  539. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json_util.Plo@am__quote@
  540. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json_visit.Plo@am__quote@
  541. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linkhash.Plo@am__quote@
  542. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printbuf.Plo@am__quote@
  543. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random_seed.Plo@am__quote@
  544. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror_override.Plo@am__quote@
  545. .c.o:
  546. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  547. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  548. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  549. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  550. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  551. .c.obj:
  552. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  553. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  554. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  555. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  556. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  557. .c.lo:
  558. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  559. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  560. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  561. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  562. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  563. mostlyclean-libtool:
  564. -rm -f *.lo
  565. clean-libtool:
  566. -rm -rf .libs _libs
  567. distclean-libtool:
  568. -rm -f libtool config.lt
  569. install-pkgconfigDATA: $(pkgconfig_DATA)
  570. @$(NORMAL_INSTALL)
  571. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  572. if test -n "$$list"; then \
  573. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
  574. $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
  575. fi; \
  576. for p in $$list; do \
  577. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  578. echo "$$d$$p"; \
  579. done | $(am__base_list) | \
  580. while read files; do \
  581. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  582. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  583. done
  584. uninstall-pkgconfigDATA:
  585. @$(NORMAL_UNINSTALL)
  586. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  587. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  588. dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
  589. install-libjson_cincludeHEADERS: $(libjson_cinclude_HEADERS)
  590. @$(NORMAL_INSTALL)
  591. @list='$(libjson_cinclude_HEADERS)'; test -n "$(libjson_cincludedir)" || list=; \
  592. if test -n "$$list"; then \
  593. echo " $(MKDIR_P) '$(DESTDIR)$(libjson_cincludedir)'"; \
  594. $(MKDIR_P) "$(DESTDIR)$(libjson_cincludedir)" || exit 1; \
  595. fi; \
  596. for p in $$list; do \
  597. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  598. echo "$$d$$p"; \
  599. done | $(am__base_list) | \
  600. while read files; do \
  601. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libjson_cincludedir)'"; \
  602. $(INSTALL_HEADER) $$files "$(DESTDIR)$(libjson_cincludedir)" || exit $$?; \
  603. done
  604. uninstall-libjson_cincludeHEADERS:
  605. @$(NORMAL_UNINSTALL)
  606. @list='$(libjson_cinclude_HEADERS)'; test -n "$(libjson_cincludedir)" || list=; \
  607. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  608. dir='$(DESTDIR)$(libjson_cincludedir)'; $(am__uninstall_files_from_dir)
  609. # This directory's subdirectories are mostly independent; you can cd
  610. # into them and run 'make' without going through this Makefile.
  611. # To change the values of 'make' variables: instead of editing Makefiles,
  612. # (1) if the variable is set in 'config.status', edit 'config.status'
  613. # (which will cause the Makefiles to be regenerated when you run 'make');
  614. # (2) otherwise, pass the desired values on the 'make' command line.
  615. $(am__recursive_targets):
  616. @fail=; \
  617. if $(am__make_keepgoing); then \
  618. failcom='fail=yes'; \
  619. else \
  620. failcom='exit 1'; \
  621. fi; \
  622. dot_seen=no; \
  623. target=`echo $@ | sed s/-recursive//`; \
  624. case "$@" in \
  625. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  626. *) list='$(SUBDIRS)' ;; \
  627. esac; \
  628. for subdir in $$list; do \
  629. echo "Making $$target in $$subdir"; \
  630. if test "$$subdir" = "."; then \
  631. dot_seen=yes; \
  632. local_target="$$target-am"; \
  633. else \
  634. local_target="$$target"; \
  635. fi; \
  636. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  637. || eval $$failcom; \
  638. done; \
  639. if test "$$dot_seen" = "no"; then \
  640. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  641. fi; test -z "$$fail"
  642. ID: $(am__tagged_files)
  643. $(am__define_uniq_tagged_files); mkid -fID $$unique
  644. tags: tags-recursive
  645. TAGS: tags
  646. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  647. set x; \
  648. here=`pwd`; \
  649. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  650. include_option=--etags-include; \
  651. empty_fix=.; \
  652. else \
  653. include_option=--include; \
  654. empty_fix=; \
  655. fi; \
  656. list='$(SUBDIRS)'; for subdir in $$list; do \
  657. if test "$$subdir" = .; then :; else \
  658. test ! -f $$subdir/TAGS || \
  659. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  660. fi; \
  661. done; \
  662. $(am__define_uniq_tagged_files); \
  663. shift; \
  664. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  665. test -n "$$unique" || unique=$$empty_fix; \
  666. if test $$# -gt 0; then \
  667. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  668. "$$@" $$unique; \
  669. else \
  670. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  671. $$unique; \
  672. fi; \
  673. fi
  674. ctags: ctags-recursive
  675. CTAGS: ctags
  676. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  677. $(am__define_uniq_tagged_files); \
  678. test -z "$(CTAGS_ARGS)$$unique" \
  679. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  680. $$unique
  681. GTAGS:
  682. here=`$(am__cd) $(top_builddir) && pwd` \
  683. && $(am__cd) $(top_srcdir) \
  684. && gtags -i $(GTAGS_ARGS) "$$here"
  685. cscope: cscope.files
  686. test ! -s cscope.files \
  687. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  688. clean-cscope:
  689. -rm -f cscope.files
  690. cscope.files: clean-cscope cscopelist
  691. cscopelist: cscopelist-recursive
  692. cscopelist-am: $(am__tagged_files)
  693. list='$(am__tagged_files)'; \
  694. case "$(srcdir)" in \
  695. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  696. *) sdir=$(subdir)/$(srcdir) ;; \
  697. esac; \
  698. for i in $$list; do \
  699. if test -f "$$i"; then \
  700. echo "$(subdir)/$$i"; \
  701. else \
  702. echo "$$sdir/$$i"; \
  703. fi; \
  704. done >> $(top_builddir)/cscope.files
  705. distclean-tags:
  706. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  707. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  708. distdir: $(DISTFILES)
  709. $(am__remove_distdir)
  710. test -d "$(distdir)" || mkdir "$(distdir)"
  711. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  712. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  713. list='$(DISTFILES)'; \
  714. dist_files=`for file in $$list; do echo $$file; done | \
  715. sed -e "s|^$$srcdirstrip/||;t" \
  716. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  717. case $$dist_files in \
  718. */*) $(MKDIR_P) `echo "$$dist_files" | \
  719. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  720. sort -u` ;; \
  721. esac; \
  722. for file in $$dist_files; do \
  723. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  724. if test -d $$d/$$file; then \
  725. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  726. if test -d "$(distdir)/$$file"; then \
  727. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  728. fi; \
  729. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  730. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  731. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  732. fi; \
  733. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  734. else \
  735. test -f "$(distdir)/$$file" \
  736. || cp -p $$d/$$file "$(distdir)/$$file" \
  737. || exit 1; \
  738. fi; \
  739. done
  740. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  741. if test "$$subdir" = .; then :; else \
  742. $(am__make_dryrun) \
  743. || test -d "$(distdir)/$$subdir" \
  744. || $(MKDIR_P) "$(distdir)/$$subdir" \
  745. || exit 1; \
  746. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  747. $(am__relativize); \
  748. new_distdir=$$reldir; \
  749. dir1=$$subdir; dir2="$(top_distdir)"; \
  750. $(am__relativize); \
  751. new_top_distdir=$$reldir; \
  752. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  753. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  754. ($(am__cd) $$subdir && \
  755. $(MAKE) $(AM_MAKEFLAGS) \
  756. top_distdir="$$new_top_distdir" \
  757. distdir="$$new_distdir" \
  758. am__remove_distdir=: \
  759. am__skip_length_check=: \
  760. am__skip_mode_fix=: \
  761. distdir) \
  762. || exit 1; \
  763. fi; \
  764. done
  765. $(MAKE) $(AM_MAKEFLAGS) \
  766. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  767. dist-hook
  768. -test -n "$(am__skip_mode_fix)" \
  769. || find "$(distdir)" -type d ! -perm -755 \
  770. -exec chmod u+rwx,go+rx {} \; -o \
  771. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  772. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  773. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  774. || chmod -R a+r "$(distdir)"
  775. dist-gzip: distdir
  776. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  777. $(am__post_remove_distdir)
  778. dist-bzip2: distdir
  779. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  780. $(am__post_remove_distdir)
  781. dist-lzip: distdir
  782. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  783. $(am__post_remove_distdir)
  784. dist-xz: distdir
  785. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  786. $(am__post_remove_distdir)
  787. dist-tarZ: distdir
  788. @echo WARNING: "Support for shar distribution archives is" \
  789. "deprecated." >&2
  790. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  791. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  792. $(am__post_remove_distdir)
  793. dist-shar: distdir
  794. @echo WARNING: "Support for distribution archives compressed with" \
  795. "legacy program 'compress' is deprecated." >&2
  796. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  797. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  798. $(am__post_remove_distdir)
  799. dist-zip: distdir
  800. -rm -f $(distdir).zip
  801. zip -rq $(distdir).zip $(distdir)
  802. $(am__post_remove_distdir)
  803. dist dist-all:
  804. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  805. $(am__post_remove_distdir)
  806. # This target untars the dist file and tries a VPATH configuration. Then
  807. # it guarantees that the distribution is self-contained by making another
  808. # tarfile.
  809. distcheck: dist
  810. case '$(DIST_ARCHIVES)' in \
  811. *.tar.gz*) \
  812. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  813. *.tar.bz2*) \
  814. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  815. *.tar.lz*) \
  816. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  817. *.tar.xz*) \
  818. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  819. *.tar.Z*) \
  820. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  821. *.shar.gz*) \
  822. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  823. *.zip*) \
  824. unzip $(distdir).zip ;;\
  825. esac
  826. chmod -R a-w $(distdir)
  827. chmod u+w $(distdir)
  828. mkdir $(distdir)/_build $(distdir)/_inst
  829. chmod a-w $(distdir)
  830. test -d $(distdir)/_build || exit 0; \
  831. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  832. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  833. && am__cwd=`pwd` \
  834. && $(am__cd) $(distdir)/_build \
  835. && ../configure \
  836. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  837. $(DISTCHECK_CONFIGURE_FLAGS) \
  838. --srcdir=.. --prefix="$$dc_install_base" \
  839. && $(MAKE) $(AM_MAKEFLAGS) \
  840. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  841. && $(MAKE) $(AM_MAKEFLAGS) check \
  842. && $(MAKE) $(AM_MAKEFLAGS) install \
  843. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  844. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  845. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  846. distuninstallcheck \
  847. && chmod -R a-w "$$dc_install_base" \
  848. && ({ \
  849. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  850. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  851. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  852. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  853. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  854. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  855. && rm -rf "$$dc_destdir" \
  856. && $(MAKE) $(AM_MAKEFLAGS) dist \
  857. && rm -rf $(DIST_ARCHIVES) \
  858. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  859. && cd "$$am__cwd" \
  860. || exit 1
  861. $(am__post_remove_distdir)
  862. @(echo "$(distdir) archives ready for distribution: "; \
  863. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  864. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  865. distuninstallcheck:
  866. @test -n '$(distuninstallcheck_dir)' || { \
  867. echo 'ERROR: trying to run $@ with an empty' \
  868. '$$(distuninstallcheck_dir)' >&2; \
  869. exit 1; \
  870. }; \
  871. $(am__cd) '$(distuninstallcheck_dir)' || { \
  872. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  873. exit 1; \
  874. }; \
  875. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  876. || { echo "ERROR: files left after uninstall:" ; \
  877. if test -n "$(DESTDIR)"; then \
  878. echo " (check DESTDIR support)"; \
  879. fi ; \
  880. $(distuninstallcheck_listfiles) ; \
  881. exit 1; } >&2
  882. distcleancheck: distclean
  883. @if test '$(srcdir)' = . ; then \
  884. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  885. exit 1 ; \
  886. fi
  887. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  888. || { echo "ERROR: files left in build directory after distclean:" ; \
  889. $(distcleancheck_listfiles) ; \
  890. exit 1; } >&2
  891. check-am: all-am
  892. check: check-recursive
  893. all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) config.h \
  894. json_config.h
  895. installdirs: installdirs-recursive
  896. installdirs-am:
  897. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libjson_cincludedir)"; do \
  898. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  899. done
  900. install: install-recursive
  901. install-exec: install-exec-recursive
  902. install-data: install-data-recursive
  903. uninstall: uninstall-recursive
  904. install-am: all-am
  905. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  906. installcheck: installcheck-recursive
  907. install-strip:
  908. if test -z '$(STRIP)'; then \
  909. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  910. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  911. install; \
  912. else \
  913. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  914. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  915. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  916. fi
  917. mostlyclean-generic:
  918. clean-generic:
  919. distclean-generic:
  920. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  921. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  922. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  923. maintainer-clean-generic:
  924. @echo "This command is intended for maintainers to use"
  925. @echo "it deletes files that may require special tools to rebuild."
  926. clean: clean-recursive
  927. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  928. mostlyclean-am
  929. distclean: distclean-recursive
  930. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  931. -rm -rf ./$(DEPDIR)
  932. -rm -f Makefile
  933. distclean-am: clean-am distclean-compile distclean-generic \
  934. distclean-hdr distclean-libtool distclean-local distclean-tags
  935. dvi: dvi-recursive
  936. dvi-am:
  937. html: html-recursive
  938. html-am:
  939. info: info-recursive
  940. info-am:
  941. install-data-am: install-libjson_cincludeHEADERS install-pkgconfigDATA
  942. install-dvi: install-dvi-recursive
  943. install-dvi-am:
  944. install-exec-am: install-libLTLIBRARIES
  945. install-html: install-html-recursive
  946. install-html-am:
  947. install-info: install-info-recursive
  948. install-info-am:
  949. install-man:
  950. install-pdf: install-pdf-recursive
  951. install-pdf-am:
  952. install-ps: install-ps-recursive
  953. install-ps-am:
  954. installcheck-am:
  955. maintainer-clean: maintainer-clean-recursive
  956. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  957. -rm -rf $(top_srcdir)/autom4te.cache
  958. -rm -rf ./$(DEPDIR)
  959. -rm -f Makefile
  960. maintainer-clean-am: distclean-am maintainer-clean-generic
  961. mostlyclean: mostlyclean-recursive
  962. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  963. mostlyclean-libtool
  964. pdf: pdf-recursive
  965. pdf-am:
  966. ps: ps-recursive
  967. ps-am:
  968. uninstall-am: uninstall-libLTLIBRARIES \
  969. uninstall-libjson_cincludeHEADERS uninstall-local \
  970. uninstall-pkgconfigDATA
  971. .MAKE: $(am__recursive_targets) all install-am install-strip
  972. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  973. am--refresh check check-am clean clean-cscope clean-generic \
  974. clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
  975. ctags-am dist dist-all dist-bzip2 dist-gzip dist-hook \
  976. dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
  977. distclean distclean-compile distclean-generic distclean-hdr \
  978. distclean-libtool distclean-local distclean-tags \
  979. distcleancheck distdir distuninstallcheck dvi dvi-am html \
  980. html-am info info-am install install-am install-data \
  981. install-data-am install-dvi install-dvi-am install-exec \
  982. install-exec-am install-html install-html-am install-info \
  983. install-info-am install-libLTLIBRARIES \
  984. install-libjson_cincludeHEADERS install-man install-pdf \
  985. install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
  986. install-strip installcheck installcheck-am installdirs \
  987. installdirs-am maintainer-clean maintainer-clean-generic \
  988. mostlyclean mostlyclean-compile mostlyclean-generic \
  989. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  990. uninstall-am uninstall-libLTLIBRARIES \
  991. uninstall-libjson_cincludeHEADERS uninstall-local \
  992. uninstall-pkgconfigDATA
  993. dist-hook:
  994. test -d "$(distdir)/doc" || mkdir "$(distdir)/doc"
  995. chmod -R u+w "$(distdir)/doc"
  996. cd "$(distdir)" && doxygen
  997. distclean-local:
  998. -rm -rf $(testsubdir)
  999. # There's no built-in way to remove these after all the other
  1000. # maintainer-clean steps happen, so do it explicitly here.
  1001. really-clean:
  1002. $(MAKE) maintainer-clean
  1003. rm -rf ${JSON_CLEANFILES}
  1004. uninstall-local:
  1005. rm -rf "$(DESTDIR)@includedir@/json-c"
  1006. rm -f "$(DESTDIR)@includedir@/json"
  1007. Android.mk: Makefile.am
  1008. androgenizer -:PROJECT json-c \
  1009. -:SHARED libjson-c \
  1010. -:TAGS eng debug \
  1011. -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
  1012. -:SOURCES $(libjson_c_la_SOURCES) $(nodist_libjson_c_la_SOURCES) \
  1013. -:CFLAGS $(DEFS) $(ANDROID_CFLAGS) $(libjson_c_la_CFLAGS) \
  1014. -:LDFLAGS $(libjson_c_la_LDFLAGS) $(libjson_c_la_LIBADD) \
  1015. -:HEADER_TARGET json-c \
  1016. -:HEADERS $(libjson_cinclude_HEADERS) \
  1017. -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
  1018. > $@
  1019. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1020. # Otherwise a system limit (for SysV at least) may be exceeded.
  1021. .NOEXPORT: