"Fossies" - the Fresh Open Source Software Archive 
Member "jansson-2.14/Makefile.in" (9 Sep 2021, 41590 Bytes) of package /linux/www/jansson-2.14.tar.bz2:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 # Makefile.in generated by automake 1.16.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 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 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28 }
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 subdir = .
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95 $(ACLOCAL_M4)
96 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
97 $(am__configure_deps) $(am__DIST_COMMON)
98 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
99 configure.lineno config.status.lineno
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_HEADER = jansson_private_config.h
102 CONFIG_CLEAN_FILES = jansson.pc
103 CONFIG_CLEAN_VPATH_FILES =
104 AM_V_P = $(am__v_P_@AM_V@)
105 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106 am__v_P_0 = false
107 am__v_P_1 = :
108 AM_V_GEN = $(am__v_GEN_@AM_V@)
109 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110 am__v_GEN_0 = @echo " GEN " $@;
111 am__v_GEN_1 =
112 AM_V_at = $(am__v_at_@AM_V@)
113 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114 am__v_at_0 = @
115 am__v_at_1 =
116 SOURCES =
117 DIST_SOURCES =
118 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
119 ctags-recursive dvi-recursive html-recursive info-recursive \
120 install-data-recursive install-dvi-recursive \
121 install-exec-recursive install-html-recursive \
122 install-info-recursive install-pdf-recursive \
123 install-ps-recursive install-recursive installcheck-recursive \
124 installdirs-recursive pdf-recursive ps-recursive \
125 tags-recursive uninstall-recursive
126 am__can_run_installinfo = \
127 case $$AM_UPDATE_INFO_DIR in \
128 n|no|NO) false;; \
129 *) (install-info --version) >/dev/null 2>&1;; \
130 esac
131 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
132 am__vpath_adj = case $$p in \
133 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
134 *) f=$$p;; \
135 esac;
136 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
137 am__install_max = 40
138 am__nobase_strip_setup = \
139 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
140 am__nobase_strip = \
141 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
142 am__nobase_list = $(am__nobase_strip_setup); \
143 for p in $$list; do echo "$$p $$p"; done | \
144 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
145 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
146 if (++n[$$2] == $(am__install_max)) \
147 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
148 END { for (dir in files) print dir, files[dir] }'
149 am__base_list = \
150 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
151 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
152 am__uninstall_files_from_dir = { \
153 test -z "$$files" \
154 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
155 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
156 $(am__cd) "$$dir" && rm -f $$files; }; \
157 }
158 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
159 DATA = $(pkgconfig_DATA)
160 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
161 distclean-recursive maintainer-clean-recursive
162 am__recursive_targets = \
163 $(RECURSIVE_TARGETS) \
164 $(RECURSIVE_CLEAN_TARGETS) \
165 $(am__extra_recursive_targets)
166 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
167 cscope check recheck distdir distdir-am dist dist-all \
168 distcheck
169 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
170 jansson_private_config.h.in
171 # Read a list of newline-separated strings from the standard input,
172 # and print each of them once, without duplicates. Input order is
173 # *not* preserved.
174 am__uniquify_input = $(AWK) '\
175 BEGIN { nonempty = 0; } \
176 { items[$$0] = 1; nonempty = 1; } \
177 END { if (nonempty) { for (i in items) print i; }; } \
178 '
179 # Make sure the list of sources is unique. This is necessary because,
180 # e.g., the same source file might be shared among _SOURCES variables
181 # for different programs/libraries.
182 am__define_uniq_tagged_files = \
183 list='$(am__tagged_files)'; \
184 unique=`for i in $$list; do \
185 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
186 done | $(am__uniquify_input)`
187 am__tty_colors_dummy = \
188 mgn= red= grn= lgn= blu= brg= std=; \
189 am__color_tests=no
190 am__tty_colors = { \
191 $(am__tty_colors_dummy); \
192 if test "X$(AM_COLOR_TESTS)" = Xno; then \
193 am__color_tests=no; \
194 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
195 am__color_tests=yes; \
196 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
197 am__color_tests=yes; \
198 fi; \
199 if test $$am__color_tests = yes; then \
200 red='[0;31m'; \
201 grn='[0;32m'; \
202 lgn='[1;32m'; \
203 blu='[1;34m'; \
204 mgn='[0;35m'; \
205 brg='[1m'; \
206 std='[m'; \
207 fi; \
208 }
209 am__recheck_rx = ^[ ]*:recheck:[ ]*
210 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
211 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
212 # A command that, given a newline-separated list of test names on the
213 # standard input, print the name of the tests that are to be re-run
214 # upon "make recheck".
215 am__list_recheck_tests = $(AWK) '{ \
216 recheck = 1; \
217 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
218 { \
219 if (rc < 0) \
220 { \
221 if ((getline line2 < ($$0 ".log")) < 0) \
222 recheck = 0; \
223 break; \
224 } \
225 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
226 { \
227 recheck = 0; \
228 break; \
229 } \
230 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
231 { \
232 break; \
233 } \
234 }; \
235 if (recheck) \
236 print $$0; \
237 close ($$0 ".trs"); \
238 close ($$0 ".log"); \
239 }'
240 # A command that, given a newline-separated list of test names on the
241 # standard input, create the global log from their .trs and .log files.
242 am__create_global_log = $(AWK) ' \
243 function fatal(msg) \
244 { \
245 print "fatal: making $@: " msg | "cat >&2"; \
246 exit 1; \
247 } \
248 function rst_section(header) \
249 { \
250 print header; \
251 len = length(header); \
252 for (i = 1; i <= len; i = i + 1) \
253 printf "="; \
254 printf "\n\n"; \
255 } \
256 { \
257 copy_in_global_log = 1; \
258 global_test_result = "RUN"; \
259 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
260 { \
261 if (rc < 0) \
262 fatal("failed to read from " $$0 ".trs"); \
263 if (line ~ /$(am__global_test_result_rx)/) \
264 { \
265 sub("$(am__global_test_result_rx)", "", line); \
266 sub("[ ]*$$", "", line); \
267 global_test_result = line; \
268 } \
269 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
270 copy_in_global_log = 0; \
271 }; \
272 if (copy_in_global_log) \
273 { \
274 rst_section(global_test_result ": " $$0); \
275 while ((rc = (getline line < ($$0 ".log"))) != 0) \
276 { \
277 if (rc < 0) \
278 fatal("failed to read from " $$0 ".log"); \
279 print line; \
280 }; \
281 printf "\n"; \
282 }; \
283 close ($$0 ".trs"); \
284 close ($$0 ".log"); \
285 }'
286 # Restructured Text title.
287 am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
288 # Solaris 10 'make', and several other traditional 'make' implementations,
289 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
290 # by disabling -e (using the XSI extension "set +e") if it's set.
291 am__sh_e_setup = case $$- in *e*) set +e;; esac
292 # Default flags passed to test drivers.
293 am__common_driver_flags = \
294 --color-tests "$$am__color_tests" \
295 --enable-hard-errors "$$am__enable_hard_errors" \
296 --expect-failure "$$am__expect_failure"
297 # To be inserted before the command running the test. Creates the
298 # directory for the log if needed. Stores in $dir the directory
299 # containing $f, in $tst the test, in $log the log. Executes the
300 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
301 # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
302 # will run the test scripts (or their associated LOG_COMPILER, if
303 # thy have one).
304 am__check_pre = \
305 $(am__sh_e_setup); \
306 $(am__vpath_adj_setup) $(am__vpath_adj) \
307 $(am__tty_colors); \
308 srcdir=$(srcdir); export srcdir; \
309 case "$@" in \
310 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
311 *) am__odir=.;; \
312 esac; \
313 test "x$$am__odir" = x"." || test -d "$$am__odir" \
314 || $(MKDIR_P) "$$am__odir" || exit $$?; \
315 if test -f "./$$f"; then dir=./; \
316 elif test -f "$$f"; then dir=; \
317 else dir="$(srcdir)/"; fi; \
318 tst=$$dir$$f; log='$@'; \
319 if test -n '$(DISABLE_HARD_ERRORS)'; then \
320 am__enable_hard_errors=no; \
321 else \
322 am__enable_hard_errors=yes; \
323 fi; \
324 case " $(XFAIL_TESTS) " in \
325 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
326 am__expect_failure=yes;; \
327 *) \
328 am__expect_failure=no;; \
329 esac; \
330 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
331 # A shell command to get the names of the tests scripts with any registered
332 # extension removed (i.e., equivalently, the names of the test logs, with
333 # the '.log' extension removed). The result is saved in the shell variable
334 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
335 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
336 # since that might cause problem with VPATH rewrites for suffix-less tests.
337 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
338 am__set_TESTS_bases = \
339 bases='$(TEST_LOGS)'; \
340 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
341 bases=`echo $$bases`
342 AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
343 RECHECK_LOGS = $(TEST_LOGS)
344 TEST_SUITE_LOG = test-suite.log
345 TEST_EXTENSIONS = @EXEEXT@ .test
346 LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
347 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
348 am__set_b = \
349 case '$@' in \
350 */*) \
351 case '$*' in \
352 */*) b='$*';; \
353 *) b=`echo '$@' | sed 's/\.log$$//'`; \
354 esac;; \
355 *) \
356 b='$*';; \
357 esac
358 am__test_logs1 = $(TESTS:=.log)
359 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
360 TEST_LOGS = $(am__test_logs2:.test.log=.log)
361 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
362 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
363 $(TEST_LOG_FLAGS)
364 DIST_SUBDIRS = $(SUBDIRS)
365 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/jansson.pc.in \
366 $(srcdir)/jansson_private_config.h.in compile config.guess \
367 config.sub depcomp install-sh ltmain.sh missing test-driver
368 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
369 distdir = $(PACKAGE)-$(VERSION)
370 top_distdir = $(distdir)
371 am__remove_distdir = \
372 if test -d "$(distdir)"; then \
373 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
374 && rm -rf "$(distdir)" \
375 || { sleep 5 && rm -rf "$(distdir)"; }; \
376 else :; fi
377 am__post_remove_distdir = $(am__remove_distdir)
378 am__relativize = \
379 dir0=`pwd`; \
380 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
381 sed_rest='s,^[^/]*/*,,'; \
382 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
383 sed_butlast='s,/*[^/]*$$,,'; \
384 while test -n "$$dir1"; do \
385 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
386 if test "$$first" != "."; then \
387 if test "$$first" = ".."; then \
388 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
389 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
390 else \
391 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
392 if test "$$first2" = "$$first"; then \
393 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
394 else \
395 dir2="../$$dir2"; \
396 fi; \
397 dir0="$$dir0"/"$$first"; \
398 fi; \
399 fi; \
400 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
401 done; \
402 reldir="$$dir2"
403 DIST_ARCHIVES = $(distdir).tar.gz
404 GZIP_ENV = --best
405 DIST_TARGETS = dist-gzip
406 # Exists only to be overridden by the user if desired.
407 AM_DISTCHECK_DVI_TARGET = dvi
408 distuninstallcheck_listfiles = find . -type f -print
409 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
410 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
411 distcleancheck_listfiles = find . -type f -print
412 ACLOCAL = @ACLOCAL@
413 AMTAR = @AMTAR@
414 AM_CFLAGS = @AM_CFLAGS@
415 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
416 AR = @AR@
417 AUTOCONF = @AUTOCONF@
418 AUTOHEADER = @AUTOHEADER@
419 AUTOMAKE = @AUTOMAKE@
420 AWK = @AWK@
421 CC = @CC@
422 CCDEPMODE = @CCDEPMODE@
423 CFLAGS = @CFLAGS@
424 CPPFLAGS = @CPPFLAGS@
425 CSCOPE = @CSCOPE@
426 CTAGS = @CTAGS@
427 CXX = @CXX@
428 CXXCPP = @CXXCPP@
429 CXXDEPMODE = @CXXDEPMODE@
430 CXXFLAGS = @CXXFLAGS@
431 CYGPATH_W = @CYGPATH_W@
432 DEFS = @DEFS@
433 DEPDIR = @DEPDIR@
434 DLLTOOL = @DLLTOOL@
435 DSYMUTIL = @DSYMUTIL@
436 DUMPBIN = @DUMPBIN@
437 ECHO_C = @ECHO_C@
438 ECHO_N = @ECHO_N@
439 ECHO_T = @ECHO_T@
440 EGREP = @EGREP@
441 ETAGS = @ETAGS@
442 EXEEXT = @EXEEXT@
443 FGREP = @FGREP@
444 GREP = @GREP@
445 INSTALL = @INSTALL@
446 INSTALL_DATA = @INSTALL_DATA@
447 INSTALL_PROGRAM = @INSTALL_PROGRAM@
448 INSTALL_SCRIPT = @INSTALL_SCRIPT@
449 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
450 JSON_BSYMBOLIC_LDFLAGS = @JSON_BSYMBOLIC_LDFLAGS@
451 JSON_SYMVER_LDFLAGS = @JSON_SYMVER_LDFLAGS@
452 LD = @LD@
453 LDFLAGS = @LDFLAGS@
454 LIBOBJS = @LIBOBJS@
455 LIBS = @LIBS@
456 LIBTOOL = @LIBTOOL@
457 LIB_FUZZING_ENGINE = @LIB_FUZZING_ENGINE@
458 LIPO = @LIPO@
459 LN_S = @LN_S@
460 LTLIBOBJS = @LTLIBOBJS@
461 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
462 MAKEINFO = @MAKEINFO@
463 MANIFEST_TOOL = @MANIFEST_TOOL@
464 MKDIR_P = @MKDIR_P@
465 NM = @NM@
466 NMEDIT = @NMEDIT@
467 OBJDUMP = @OBJDUMP@
468 OBJEXT = @OBJEXT@
469 OTOOL = @OTOOL@
470 OTOOL64 = @OTOOL64@
471 PACKAGE = @PACKAGE@
472 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
473 PACKAGE_NAME = @PACKAGE_NAME@
474 PACKAGE_STRING = @PACKAGE_STRING@
475 PACKAGE_TARNAME = @PACKAGE_TARNAME@
476 PACKAGE_URL = @PACKAGE_URL@
477 PACKAGE_VERSION = @PACKAGE_VERSION@
478 PATH_SEPARATOR = @PATH_SEPARATOR@
479 RANLIB = @RANLIB@
480 SED = @SED@
481 SET_MAKE = @SET_MAKE@
482 SHELL = @SHELL@
483 STRIP = @STRIP@
484 VERSION = @VERSION@
485 abs_builddir = @abs_builddir@
486 abs_srcdir = @abs_srcdir@
487 abs_top_builddir = @abs_top_builddir@
488 abs_top_srcdir = @abs_top_srcdir@
489 ac_ct_AR = @ac_ct_AR@
490 ac_ct_CC = @ac_ct_CC@
491 ac_ct_CXX = @ac_ct_CXX@
492 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
493 am__include = @am__include@
494 am__leading_dot = @am__leading_dot@
495 am__quote = @am__quote@
496 am__tar = @am__tar@
497 am__untar = @am__untar@
498 bindir = @bindir@
499 build = @build@
500 build_alias = @build_alias@
501 build_cpu = @build_cpu@
502 build_os = @build_os@
503 build_vendor = @build_vendor@
504 builddir = @builddir@
505 datadir = @datadir@
506 datarootdir = @datarootdir@
507 docdir = @docdir@
508 dvidir = @dvidir@
509 exec_prefix = @exec_prefix@
510 host = @host@
511 host_alias = @host_alias@
512 host_cpu = @host_cpu@
513 host_os = @host_os@
514 host_vendor = @host_vendor@
515 htmldir = @htmldir@
516 includedir = @includedir@
517 infodir = @infodir@
518 install_sh = @install_sh@
519 json_have_atomic_builtins = @json_have_atomic_builtins@
520 json_have_localeconv = @json_have_localeconv@
521 json_have_long_long = @json_have_long_long@
522 json_have_sync_builtins = @json_have_sync_builtins@
523 json_inline = @json_inline@
524 libdir = @libdir@
525 libexecdir = @libexecdir@
526 localedir = @localedir@
527 localstatedir = @localstatedir@
528 mandir = @mandir@
529 mkdir_p = @mkdir_p@
530 oldincludedir = @oldincludedir@
531 pdfdir = @pdfdir@
532 prefix = @prefix@
533 program_transform_name = @program_transform_name@
534 psdir = @psdir@
535 runstatedir = @runstatedir@
536 sbindir = @sbindir@
537 sharedstatedir = @sharedstatedir@
538 srcdir = @srcdir@
539 sysconfdir = @sysconfdir@
540 target_alias = @target_alias@
541 top_build_prefix = @top_build_prefix@
542 top_builddir = @top_builddir@
543 top_srcdir = @top_srcdir@
544 EXTRA_DIST = CHANGES LICENSE README.rst CMakeLists.txt cmake android examples scripts
545 SUBDIRS = doc src test
546 pkgconfigdir = $(libdir)/pkgconfig
547 pkgconfig_DATA = jansson.pc
548 TESTS = scripts/clang-format-check
549 all: jansson_private_config.h
550 $(MAKE) $(AM_MAKEFLAGS) all-recursive
551
552 .SUFFIXES:
553 .SUFFIXES: .log .test .test$(EXEEXT) .trs
554 am--refresh: Makefile
555 @:
556 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
557 @for dep in $?; do \
558 case '$(am__configure_deps)' in \
559 *$$dep*) \
560 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
561 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
562 && exit 0; \
563 exit 1;; \
564 esac; \
565 done; \
566 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
567 $(am__cd) $(top_srcdir) && \
568 $(AUTOMAKE) --foreign Makefile
569 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
570 @case '$?' in \
571 *config.status*) \
572 echo ' $(SHELL) ./config.status'; \
573 $(SHELL) ./config.status;; \
574 *) \
575 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
576 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
577 esac;
578
579 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
580 $(SHELL) ./config.status --recheck
581
582 $(top_srcdir)/configure: $(am__configure_deps)
583 $(am__cd) $(srcdir) && $(AUTOCONF)
584 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
585 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
586 $(am__aclocal_m4_deps):
587
588 jansson_private_config.h: stamp-h1
589 @test -f $@ || rm -f stamp-h1
590 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
591
592 stamp-h1: $(srcdir)/jansson_private_config.h.in $(top_builddir)/config.status
593 @rm -f stamp-h1
594 cd $(top_builddir) && $(SHELL) ./config.status jansson_private_config.h
595 $(srcdir)/jansson_private_config.h.in: $(am__configure_deps)
596 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
597 rm -f stamp-h1
598 touch $@
599
600 distclean-hdr:
601 -rm -f jansson_private_config.h stamp-h1
602 jansson.pc: $(top_builddir)/config.status $(srcdir)/jansson.pc.in
603 cd $(top_builddir) && $(SHELL) ./config.status $@
604
605 mostlyclean-libtool:
606 -rm -f *.lo
607
608 clean-libtool:
609 -rm -rf .libs _libs
610
611 distclean-libtool:
612 -rm -f libtool config.lt
613 install-pkgconfigDATA: $(pkgconfig_DATA)
614 @$(NORMAL_INSTALL)
615 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
616 if test -n "$$list"; then \
617 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
618 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
619 fi; \
620 for p in $$list; do \
621 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
622 echo "$$d$$p"; \
623 done | $(am__base_list) | \
624 while read files; do \
625 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
626 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
627 done
628
629 uninstall-pkgconfigDATA:
630 @$(NORMAL_UNINSTALL)
631 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
632 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
633 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
634
635 # This directory's subdirectories are mostly independent; you can cd
636 # into them and run 'make' without going through this Makefile.
637 # To change the values of 'make' variables: instead of editing Makefiles,
638 # (1) if the variable is set in 'config.status', edit 'config.status'
639 # (which will cause the Makefiles to be regenerated when you run 'make');
640 # (2) otherwise, pass the desired values on the 'make' command line.
641 $(am__recursive_targets):
642 @fail=; \
643 if $(am__make_keepgoing); then \
644 failcom='fail=yes'; \
645 else \
646 failcom='exit 1'; \
647 fi; \
648 dot_seen=no; \
649 target=`echo $@ | sed s/-recursive//`; \
650 case "$@" in \
651 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
652 *) list='$(SUBDIRS)' ;; \
653 esac; \
654 for subdir in $$list; do \
655 echo "Making $$target in $$subdir"; \
656 if test "$$subdir" = "."; then \
657 dot_seen=yes; \
658 local_target="$$target-am"; \
659 else \
660 local_target="$$target"; \
661 fi; \
662 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
663 || eval $$failcom; \
664 done; \
665 if test "$$dot_seen" = "no"; then \
666 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
667 fi; test -z "$$fail"
668
669 ID: $(am__tagged_files)
670 $(am__define_uniq_tagged_files); mkid -fID $$unique
671 tags: tags-recursive
672 TAGS: tags
673
674 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
675 set x; \
676 here=`pwd`; \
677 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
678 include_option=--etags-include; \
679 empty_fix=.; \
680 else \
681 include_option=--include; \
682 empty_fix=; \
683 fi; \
684 list='$(SUBDIRS)'; for subdir in $$list; do \
685 if test "$$subdir" = .; then :; else \
686 test ! -f $$subdir/TAGS || \
687 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
688 fi; \
689 done; \
690 $(am__define_uniq_tagged_files); \
691 shift; \
692 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
693 test -n "$$unique" || unique=$$empty_fix; \
694 if test $$# -gt 0; then \
695 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
696 "$$@" $$unique; \
697 else \
698 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
699 $$unique; \
700 fi; \
701 fi
702 ctags: ctags-recursive
703
704 CTAGS: ctags
705 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
706 $(am__define_uniq_tagged_files); \
707 test -z "$(CTAGS_ARGS)$$unique" \
708 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
709 $$unique
710
711 GTAGS:
712 here=`$(am__cd) $(top_builddir) && pwd` \
713 && $(am__cd) $(top_srcdir) \
714 && gtags -i $(GTAGS_ARGS) "$$here"
715 cscope: cscope.files
716 test ! -s cscope.files \
717 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
718 clean-cscope:
719 -rm -f cscope.files
720 cscope.files: clean-cscope cscopelist
721 cscopelist: cscopelist-recursive
722
723 cscopelist-am: $(am__tagged_files)
724 list='$(am__tagged_files)'; \
725 case "$(srcdir)" in \
726 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
727 *) sdir=$(subdir)/$(srcdir) ;; \
728 esac; \
729 for i in $$list; do \
730 if test -f "$$i"; then \
731 echo "$(subdir)/$$i"; \
732 else \
733 echo "$$sdir/$$i"; \
734 fi; \
735 done >> $(top_builddir)/cscope.files
736
737 distclean-tags:
738 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
739 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
740
741 # Recover from deleted '.trs' file; this should ensure that
742 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
743 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
744 # to avoid problems with "make -n".
745 .log.trs:
746 rm -f $< $@
747 $(MAKE) $(AM_MAKEFLAGS) $<
748
749 # Leading 'am--fnord' is there to ensure the list of targets does not
750 # expand to empty, as could happen e.g. with make check TESTS=''.
751 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
752 am--force-recheck:
753 @:
754
755 $(TEST_SUITE_LOG): $(TEST_LOGS)
756 @$(am__set_TESTS_bases); \
757 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
758 redo_bases=`for i in $$bases; do \
759 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
760 done`; \
761 if test -n "$$redo_bases"; then \
762 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
763 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
764 if $(am__make_dryrun); then :; else \
765 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
766 fi; \
767 fi; \
768 if test -n "$$am__remaking_logs"; then \
769 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
770 "recursion detected" >&2; \
771 elif test -n "$$redo_logs"; then \
772 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
773 fi; \
774 if $(am__make_dryrun); then :; else \
775 st=0; \
776 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
777 for i in $$redo_bases; do \
778 test -f $$i.trs && test -r $$i.trs \
779 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
780 test -f $$i.log && test -r $$i.log \
781 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
782 done; \
783 test $$st -eq 0 || exit 1; \
784 fi
785 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
786 ws='[ ]'; \
787 results=`for b in $$bases; do echo $$b.trs; done`; \
788 test -n "$$results" || results=/dev/null; \
789 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
790 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
791 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
792 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
793 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
794 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
795 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
796 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
797 success=true; \
798 else \
799 success=false; \
800 fi; \
801 br='==================='; br=$$br$$br$$br$$br; \
802 result_count () \
803 { \
804 if test x"$$1" = x"--maybe-color"; then \
805 maybe_colorize=yes; \
806 elif test x"$$1" = x"--no-color"; then \
807 maybe_colorize=no; \
808 else \
809 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
810 fi; \
811 shift; \
812 desc=$$1 count=$$2; \
813 if test $$maybe_colorize = yes && test $$count -gt 0; then \
814 color_start=$$3 color_end=$$std; \
815 else \
816 color_start= color_end=; \
817 fi; \
818 echo "$${color_start}# $$desc $$count$${color_end}"; \
819 }; \
820 create_testsuite_report () \
821 { \
822 result_count $$1 "TOTAL:" $$all "$$brg"; \
823 result_count $$1 "PASS: " $$pass "$$grn"; \
824 result_count $$1 "SKIP: " $$skip "$$blu"; \
825 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
826 result_count $$1 "FAIL: " $$fail "$$red"; \
827 result_count $$1 "XPASS:" $$xpass "$$red"; \
828 result_count $$1 "ERROR:" $$error "$$mgn"; \
829 }; \
830 { \
831 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
832 $(am__rst_title); \
833 create_testsuite_report --no-color; \
834 echo; \
835 echo ".. contents:: :depth: 2"; \
836 echo; \
837 for b in $$bases; do echo $$b; done \
838 | $(am__create_global_log); \
839 } >$(TEST_SUITE_LOG).tmp || exit 1; \
840 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
841 if $$success; then \
842 col="$$grn"; \
843 else \
844 col="$$red"; \
845 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
846 fi; \
847 echo "$${col}$$br$${std}"; \
848 echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \
849 echo "$${col}$$br$${std}"; \
850 create_testsuite_report --maybe-color; \
851 echo "$$col$$br$$std"; \
852 if $$success; then :; else \
853 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
854 if test -n "$(PACKAGE_BUGREPORT)"; then \
855 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
856 fi; \
857 echo "$$col$$br$$std"; \
858 fi; \
859 $$success || exit 1
860
861 check-TESTS:
862 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
863 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
864 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
865 @set +e; $(am__set_TESTS_bases); \
866 log_list=`for i in $$bases; do echo $$i.log; done`; \
867 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
868 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
869 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
870 exit $$?;
871 recheck: all
872 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
873 @set +e; $(am__set_TESTS_bases); \
874 bases=`for i in $$bases; do echo $$i; done \
875 | $(am__list_recheck_tests)` || exit 1; \
876 log_list=`for i in $$bases; do echo $$i.log; done`; \
877 log_list=`echo $$log_list`; \
878 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
879 am__force_recheck=am--force-recheck \
880 TEST_LOGS="$$log_list"; \
881 exit $$?
882 scripts/clang-format-check.log: scripts/clang-format-check
883 @p='scripts/clang-format-check'; \
884 b='scripts/clang-format-check'; \
885 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
886 --log-file $$b.log --trs-file $$b.trs \
887 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
888 "$$tst" $(AM_TESTS_FD_REDIRECT)
889 .test.log:
890 @p='$<'; \
891 $(am__set_b); \
892 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
893 --log-file $$b.log --trs-file $$b.trs \
894 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
895 "$$tst" $(AM_TESTS_FD_REDIRECT)
896 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
897 @am__EXEEXT_TRUE@ @p='$<'; \
898 @am__EXEEXT_TRUE@ $(am__set_b); \
899 @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
900 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
901 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
902 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
903 distdir: $(BUILT_SOURCES)
904 $(MAKE) $(AM_MAKEFLAGS) distdir-am
905
906 distdir-am: $(DISTFILES)
907 $(am__remove_distdir)
908 test -d "$(distdir)" || mkdir "$(distdir)"
909 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
910 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
911 list='$(DISTFILES)'; \
912 dist_files=`for file in $$list; do echo $$file; done | \
913 sed -e "s|^$$srcdirstrip/||;t" \
914 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
915 case $$dist_files in \
916 */*) $(MKDIR_P) `echo "$$dist_files" | \
917 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
918 sort -u` ;; \
919 esac; \
920 for file in $$dist_files; do \
921 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
922 if test -d $$d/$$file; then \
923 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
924 if test -d "$(distdir)/$$file"; then \
925 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
926 fi; \
927 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
928 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
929 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
930 fi; \
931 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
932 else \
933 test -f "$(distdir)/$$file" \
934 || cp -p $$d/$$file "$(distdir)/$$file" \
935 || exit 1; \
936 fi; \
937 done
938 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
939 if test "$$subdir" = .; then :; else \
940 $(am__make_dryrun) \
941 || test -d "$(distdir)/$$subdir" \
942 || $(MKDIR_P) "$(distdir)/$$subdir" \
943 || exit 1; \
944 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
945 $(am__relativize); \
946 new_distdir=$$reldir; \
947 dir1=$$subdir; dir2="$(top_distdir)"; \
948 $(am__relativize); \
949 new_top_distdir=$$reldir; \
950 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
951 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
952 ($(am__cd) $$subdir && \
953 $(MAKE) $(AM_MAKEFLAGS) \
954 top_distdir="$$new_top_distdir" \
955 distdir="$$new_distdir" \
956 am__remove_distdir=: \
957 am__skip_length_check=: \
958 am__skip_mode_fix=: \
959 distdir) \
960 || exit 1; \
961 fi; \
962 done
963 -test -n "$(am__skip_mode_fix)" \
964 || find "$(distdir)" -type d ! -perm -755 \
965 -exec chmod u+rwx,go+rx {} \; -o \
966 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
967 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
968 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
969 || chmod -R a+r "$(distdir)"
970 dist-gzip: distdir
971 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
972 $(am__post_remove_distdir)
973
974 dist-bzip2: distdir
975 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
976 $(am__post_remove_distdir)
977
978 dist-lzip: distdir
979 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
980 $(am__post_remove_distdir)
981
982 dist-xz: distdir
983 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
984 $(am__post_remove_distdir)
985
986 dist-zstd: distdir
987 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
988 $(am__post_remove_distdir)
989
990 dist-tarZ: distdir
991 @echo WARNING: "Support for distribution archives compressed with" \
992 "legacy program 'compress' is deprecated." >&2
993 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
994 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
995 $(am__post_remove_distdir)
996
997 dist-shar: distdir
998 @echo WARNING: "Support for shar distribution archives is" \
999 "deprecated." >&2
1000 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1001 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1002 $(am__post_remove_distdir)
1003
1004 dist-zip: distdir
1005 -rm -f $(distdir).zip
1006 zip -rq $(distdir).zip $(distdir)
1007 $(am__post_remove_distdir)
1008
1009 dist dist-all:
1010 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1011 $(am__post_remove_distdir)
1012
1013 # This target untars the dist file and tries a VPATH configuration. Then
1014 # it guarantees that the distribution is self-contained by making another
1015 # tarfile.
1016 distcheck: dist
1017 case '$(DIST_ARCHIVES)' in \
1018 *.tar.gz*) \
1019 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1020 *.tar.bz2*) \
1021 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1022 *.tar.lz*) \
1023 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1024 *.tar.xz*) \
1025 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1026 *.tar.Z*) \
1027 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1028 *.shar.gz*) \
1029 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1030 *.zip*) \
1031 unzip $(distdir).zip ;;\
1032 *.tar.zst*) \
1033 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
1034 esac
1035 chmod -R a-w $(distdir)
1036 chmod u+w $(distdir)
1037 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1038 chmod a-w $(distdir)
1039 test -d $(distdir)/_build || exit 0; \
1040 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1041 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1042 && am__cwd=`pwd` \
1043 && $(am__cd) $(distdir)/_build/sub \
1044 && ../../configure \
1045 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1046 $(DISTCHECK_CONFIGURE_FLAGS) \
1047 --srcdir=../.. --prefix="$$dc_install_base" \
1048 && $(MAKE) $(AM_MAKEFLAGS) \
1049 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
1050 && $(MAKE) $(AM_MAKEFLAGS) check \
1051 && $(MAKE) $(AM_MAKEFLAGS) install \
1052 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1053 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1054 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1055 distuninstallcheck \
1056 && chmod -R a-w "$$dc_install_base" \
1057 && ({ \
1058 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1059 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1060 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1061 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1062 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1063 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1064 && rm -rf "$$dc_destdir" \
1065 && $(MAKE) $(AM_MAKEFLAGS) dist \
1066 && rm -rf $(DIST_ARCHIVES) \
1067 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1068 && cd "$$am__cwd" \
1069 || exit 1
1070 $(am__post_remove_distdir)
1071 @(echo "$(distdir) archives ready for distribution: "; \
1072 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1073 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1074 distuninstallcheck:
1075 @test -n '$(distuninstallcheck_dir)' || { \
1076 echo 'ERROR: trying to run $@ with an empty' \
1077 '$$(distuninstallcheck_dir)' >&2; \
1078 exit 1; \
1079 }; \
1080 $(am__cd) '$(distuninstallcheck_dir)' || { \
1081 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1082 exit 1; \
1083 }; \
1084 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1085 || { echo "ERROR: files left after uninstall:" ; \
1086 if test -n "$(DESTDIR)"; then \
1087 echo " (check DESTDIR support)"; \
1088 fi ; \
1089 $(distuninstallcheck_listfiles) ; \
1090 exit 1; } >&2
1091 distcleancheck: distclean
1092 @if test '$(srcdir)' = . ; then \
1093 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1094 exit 1 ; \
1095 fi
1096 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1097 || { echo "ERROR: files left in build directory after distclean:" ; \
1098 $(distcleancheck_listfiles) ; \
1099 exit 1; } >&2
1100 check-am: all-am
1101 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1102 check: check-recursive
1103 all-am: Makefile $(DATA) jansson_private_config.h
1104 installdirs: installdirs-recursive
1105 installdirs-am:
1106 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
1107 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1108 done
1109 install: install-recursive
1110 install-exec: install-exec-recursive
1111 install-data: install-data-recursive
1112 uninstall: uninstall-recursive
1113
1114 install-am: all-am
1115 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1116
1117 installcheck: installcheck-recursive
1118 install-strip:
1119 if test -z '$(STRIP)'; then \
1120 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1121 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1122 install; \
1123 else \
1124 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1125 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1126 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1127 fi
1128 mostlyclean-generic:
1129 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1130 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1131 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1132
1133 clean-generic:
1134
1135 distclean-generic:
1136 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1137 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1138
1139 maintainer-clean-generic:
1140 @echo "This command is intended for maintainers to use"
1141 @echo "it deletes files that may require special tools to rebuild."
1142 clean: clean-recursive
1143
1144 clean-am: clean-generic clean-libtool mostlyclean-am
1145
1146 distclean: distclean-recursive
1147 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1148 -rm -f Makefile
1149 distclean-am: clean-am distclean-generic distclean-hdr \
1150 distclean-libtool distclean-tags
1151
1152 dvi-am:
1153
1154 html: html-recursive
1155
1156 html-am:
1157
1158 info: info-recursive
1159
1160 info-am:
1161
1162 install-data-am: install-pkgconfigDATA
1163
1164 install-dvi: install-dvi-recursive
1165
1166 install-dvi-am:
1167
1168 install-exec-am:
1169
1170 install-html: install-html-recursive
1171
1172 install-html-am:
1173
1174 install-info: install-info-recursive
1175
1176 install-info-am:
1177
1178 install-man:
1179
1180 install-pdf: install-pdf-recursive
1181
1182 install-pdf-am:
1183
1184 install-ps: install-ps-recursive
1185
1186 install-ps-am:
1187
1188 installcheck-am:
1189
1190 maintainer-clean: maintainer-clean-recursive
1191 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1192 -rm -rf $(top_srcdir)/autom4te.cache
1193 -rm -f Makefile
1194 maintainer-clean-am: distclean-am maintainer-clean-generic
1195
1196 mostlyclean: mostlyclean-recursive
1197
1198 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1199
1200 pdf: pdf-recursive
1201
1202 pdf-am:
1203
1204 ps: ps-recursive
1205
1206 ps-am:
1207
1208 uninstall-am: uninstall-pkgconfigDATA
1209
1210 .MAKE: $(am__recursive_targets) all check-am install-am install-strip
1211
1212 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1213 am--refresh check check-TESTS check-am clean clean-cscope \
1214 clean-generic clean-libtool cscope cscopelist-am ctags \
1215 ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
1216 dist-shar dist-tarZ dist-xz dist-zip dist-zstd distcheck \
1217 distclean distclean-generic distclean-hdr distclean-libtool \
1218 distclean-tags distcleancheck distdir distuninstallcheck dvi \
1219 dvi-am html html-am info info-am install install-am \
1220 install-data install-data-am install-dvi install-dvi-am \
1221 install-exec install-exec-am install-html install-html-am \
1222 install-info install-info-am install-man install-pdf \
1223 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
1224 install-strip installcheck installcheck-am installdirs \
1225 installdirs-am maintainer-clean maintainer-clean-generic \
1226 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1227 ps ps-am recheck tags tags-am uninstall uninstall-am \
1228 uninstall-pkgconfigDATA
1229
1230 .PRECIOUS: Makefile
1231
1232
1233 # "make distcheck" builds the dvi target, so use it to check that the
1234 # documentation is built correctly.
1235 dvi:
1236 $(MAKE) SPHINXOPTS_EXTRA=-W html
1237
1238 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1239 # Otherwise a system limit (for SysV at least) may be exceeded.
1240 .NOEXPORT: