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