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 37 kB

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