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