Makefile.in (jansson-2.13.1.tar.bz2) | : | Makefile.in (jansson-2.14.tar.bz2) | ||
---|---|---|---|---|
# Makefile.in generated by automake 1.16.2 from Makefile.am. | # Makefile.in generated by automake 1.16.4 from Makefile.am. | |||
# @configure_input@ | # @configure_input@ | |||
# Copyright (C) 1994-2020 Free Software Foundation, Inc. | # Copyright (C) 1994-2021 Free Software Foundation, Inc. | |||
# This Makefile.in is free software; the Free Software Foundation | # This Makefile.in is free software; the Free Software Foundation | |||
# gives unlimited permission to copy and/or distribute it, | # gives unlimited permission to copy and/or distribute it, | |||
# with or without modifications, as long as this notice is preserved. | # with or without modifications, as long as this notice is preserved. | |||
# This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |||
# PARTICULAR PURPOSE. | # PARTICULAR PURPOSE. | |||
skipping to change at line 93 | skipping to change at line 93 | |||
PRE_INSTALL = : | PRE_INSTALL = : | |||
POST_INSTALL = : | POST_INSTALL = : | |||
NORMAL_UNINSTALL = : | NORMAL_UNINSTALL = : | |||
PRE_UNINSTALL = : | PRE_UNINSTALL = : | |||
POST_UNINSTALL = : | POST_UNINSTALL = : | |||
build_triplet = @build@ | build_triplet = @build@ | |||
host_triplet = @host@ | host_triplet = @host@ | |||
check_PROGRAMS = test_array$(EXEEXT) test_chaos$(EXEEXT) \ | check_PROGRAMS = test_array$(EXEEXT) test_chaos$(EXEEXT) \ | |||
test_copy$(EXEEXT) test_dump$(EXEEXT) \ | test_copy$(EXEEXT) test_dump$(EXEEXT) \ | |||
test_dump_callback$(EXEEXT) test_equal$(EXEEXT) \ | test_dump_callback$(EXEEXT) test_equal$(EXEEXT) \ | |||
test_load$(EXEEXT) test_loadb$(EXEEXT) \ | test_fixed_size$(EXEEXT) test_load$(EXEEXT) \ | |||
test_load_callback$(EXEEXT) test_memory_funcs$(EXEEXT) \ | test_load_callback$(EXEEXT) test_loadb$(EXEEXT) \ | |||
test_number$(EXEEXT) test_object$(EXEEXT) test_pack$(EXEEXT) \ | test_memory_funcs$(EXEEXT) test_number$(EXEEXT) \ | |||
test_simple$(EXEEXT) test_sprintf$(EXEEXT) \ | test_object$(EXEEXT) test_pack$(EXEEXT) test_simple$(EXEEXT) \ | |||
test_unpack$(EXEEXT) test_version$(EXEEXT) | test_sprintf$(EXEEXT) test_unpack$(EXEEXT) \ | |||
test_version$(EXEEXT) | ||||
subdir = test/suites/api | subdir = test/suites/api | |||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac | am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |||
$(ACLOCAL_M4) | $(ACLOCAL_M4) | |||
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) | DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) | |||
mkinstalldirs = $(install_sh) -d | mkinstalldirs = $(install_sh) -d | |||
CONFIG_HEADER = $(top_builddir)/jansson_private_config.h | CONFIG_HEADER = $(top_builddir)/jansson_private_config.h | |||
CONFIG_CLEAN_FILES = | CONFIG_CLEAN_FILES = | |||
CONFIG_CLEAN_VPATH_FILES = | CONFIG_CLEAN_VPATH_FILES = | |||
skipping to change at line 136 | skipping to change at line 137 | |||
test_dump_LDADD = $(LDADD) | test_dump_LDADD = $(LDADD) | |||
test_dump_DEPENDENCIES = $(top_builddir)/src/libjansson.la | test_dump_DEPENDENCIES = $(top_builddir)/src/libjansson.la | |||
am_test_dump_callback_OBJECTS = test_dump_callback.$(OBJEXT) | am_test_dump_callback_OBJECTS = test_dump_callback.$(OBJEXT) | |||
test_dump_callback_OBJECTS = $(am_test_dump_callback_OBJECTS) | test_dump_callback_OBJECTS = $(am_test_dump_callback_OBJECTS) | |||
test_dump_callback_LDADD = $(LDADD) | test_dump_callback_LDADD = $(LDADD) | |||
test_dump_callback_DEPENDENCIES = $(top_builddir)/src/libjansson.la | test_dump_callback_DEPENDENCIES = $(top_builddir)/src/libjansson.la | |||
test_equal_SOURCES = test_equal.c | test_equal_SOURCES = test_equal.c | |||
test_equal_OBJECTS = test_equal.$(OBJEXT) | test_equal_OBJECTS = test_equal.$(OBJEXT) | |||
test_equal_LDADD = $(LDADD) | test_equal_LDADD = $(LDADD) | |||
test_equal_DEPENDENCIES = $(top_builddir)/src/libjansson.la | test_equal_DEPENDENCIES = $(top_builddir)/src/libjansson.la | |||
am_test_fixed_size_OBJECTS = test_fixed_size.$(OBJEXT) | ||||
test_fixed_size_OBJECTS = $(am_test_fixed_size_OBJECTS) | ||||
test_fixed_size_LDADD = $(LDADD) | ||||
test_fixed_size_DEPENDENCIES = $(top_builddir)/src/libjansson.la | ||||
am_test_load_OBJECTS = test_load.$(OBJEXT) | am_test_load_OBJECTS = test_load.$(OBJEXT) | |||
test_load_OBJECTS = $(am_test_load_OBJECTS) | test_load_OBJECTS = $(am_test_load_OBJECTS) | |||
test_load_LDADD = $(LDADD) | test_load_LDADD = $(LDADD) | |||
test_load_DEPENDENCIES = $(top_builddir)/src/libjansson.la | test_load_DEPENDENCIES = $(top_builddir)/src/libjansson.la | |||
test_load_callback_SOURCES = test_load_callback.c | test_load_callback_SOURCES = test_load_callback.c | |||
test_load_callback_OBJECTS = test_load_callback.$(OBJEXT) | test_load_callback_OBJECTS = test_load_callback.$(OBJEXT) | |||
test_load_callback_LDADD = $(LDADD) | test_load_callback_LDADD = $(LDADD) | |||
test_load_callback_DEPENDENCIES = $(top_builddir)/src/libjansson.la | test_load_callback_DEPENDENCIES = $(top_builddir)/src/libjansson.la | |||
am_test_loadb_OBJECTS = test_loadb.$(OBJEXT) | am_test_loadb_OBJECTS = test_loadb.$(OBJEXT) | |||
test_loadb_OBJECTS = $(am_test_loadb_OBJECTS) | test_loadb_OBJECTS = $(am_test_loadb_OBJECTS) | |||
skipping to change at line 198 | skipping to change at line 203 | |||
AM_V_at = $(am__v_at_@AM_V@) | AM_V_at = $(am__v_at_@AM_V@) | |||
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |||
am__v_at_0 = @ | am__v_at_0 = @ | |||
am__v_at_1 = | am__v_at_1 = | |||
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | |||
depcomp = $(SHELL) $(top_srcdir)/depcomp | depcomp = $(SHELL) $(top_srcdir)/depcomp | |||
am__maybe_remake_depfiles = depfiles | am__maybe_remake_depfiles = depfiles | |||
am__depfiles_remade = ./$(DEPDIR)/test_array.Po \ | am__depfiles_remade = ./$(DEPDIR)/test_array.Po \ | |||
./$(DEPDIR)/test_chaos.Po ./$(DEPDIR)/test_copy.Po \ | ./$(DEPDIR)/test_chaos.Po ./$(DEPDIR)/test_copy.Po \ | |||
./$(DEPDIR)/test_dump.Po ./$(DEPDIR)/test_dump_callback.Po \ | ./$(DEPDIR)/test_dump.Po ./$(DEPDIR)/test_dump_callback.Po \ | |||
./$(DEPDIR)/test_equal.Po ./$(DEPDIR)/test_load.Po \ | ./$(DEPDIR)/test_equal.Po ./$(DEPDIR)/test_fixed_size.Po \ | |||
./$(DEPDIR)/test_load_callback.Po ./$(DEPDIR)/test_loadb.Po \ | ./$(DEPDIR)/test_load.Po ./$(DEPDIR)/test_load_callback.Po \ | |||
./$(DEPDIR)/test_memory_funcs.Po ./$(DEPDIR)/test_number.Po \ | ./$(DEPDIR)/test_loadb.Po ./$(DEPDIR)/test_memory_funcs.Po \ | |||
./$(DEPDIR)/test_object.Po ./$(DEPDIR)/test_pack.Po \ | ./$(DEPDIR)/test_number.Po ./$(DEPDIR)/test_object.Po \ | |||
./$(DEPDIR)/test_simple.Po ./$(DEPDIR)/test_sprintf.Po \ | ./$(DEPDIR)/test_pack.Po ./$(DEPDIR)/test_simple.Po \ | |||
./$(DEPDIR)/test_unpack.Po ./$(DEPDIR)/test_version.Po | ./$(DEPDIR)/test_sprintf.Po ./$(DEPDIR)/test_unpack.Po \ | |||
./$(DEPDIR)/test_version.Po | ||||
am__mv = mv -f | am__mv = mv -f | |||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |||
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |||
$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | |||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |||
$(AM_CFLAGS) $(CFLAGS) | $(AM_CFLAGS) $(CFLAGS) | |||
AM_V_CC = $(am__v_CC_@AM_V@) | AM_V_CC = $(am__v_CC_@AM_V@) | |||
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) | |||
am__v_CC_0 = @echo " CC " $@; | am__v_CC_0 = @echo " CC " $@; | |||
skipping to change at line 226 | skipping to change at line 232 | |||
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |||
$(AM_LDFLAGS) $(LDFLAGS) -o $@ | $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |||
AM_V_CCLD = $(am__v_CCLD_@AM_V@) | AM_V_CCLD = $(am__v_CCLD_@AM_V@) | |||
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) | am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) | |||
am__v_CCLD_0 = @echo " CCLD " $@; | am__v_CCLD_0 = @echo " CCLD " $@; | |||
am__v_CCLD_1 = | am__v_CCLD_1 = | |||
SOURCES = $(test_array_SOURCES) $(test_chaos_SOURCES) \ | SOURCES = $(test_array_SOURCES) $(test_chaos_SOURCES) \ | |||
$(test_copy_SOURCES) $(test_dump_SOURCES) \ | $(test_copy_SOURCES) $(test_dump_SOURCES) \ | |||
$(test_dump_callback_SOURCES) test_equal.c \ | $(test_dump_callback_SOURCES) test_equal.c \ | |||
$(test_load_SOURCES) test_load_callback.c \ | $(test_fixed_size_SOURCES) $(test_load_SOURCES) \ | |||
$(test_loadb_SOURCES) $(test_memory_funcs_SOURCES) \ | test_load_callback.c $(test_loadb_SOURCES) \ | |||
$(test_number_SOURCES) $(test_object_SOURCES) \ | $(test_memory_funcs_SOURCES) $(test_number_SOURCES) \ | |||
$(test_pack_SOURCES) $(test_simple_SOURCES) \ | $(test_object_SOURCES) $(test_pack_SOURCES) \ | |||
$(test_sprintf_SOURCES) $(test_unpack_SOURCES) \ | $(test_simple_SOURCES) $(test_sprintf_SOURCES) \ | |||
$(test_version_SOURCES) | $(test_unpack_SOURCES) $(test_version_SOURCES) | |||
DIST_SOURCES = $(test_array_SOURCES) $(test_chaos_SOURCES) \ | DIST_SOURCES = $(test_array_SOURCES) $(test_chaos_SOURCES) \ | |||
$(test_copy_SOURCES) $(test_dump_SOURCES) \ | $(test_copy_SOURCES) $(test_dump_SOURCES) \ | |||
$(test_dump_callback_SOURCES) test_equal.c \ | $(test_dump_callback_SOURCES) test_equal.c \ | |||
$(test_load_SOURCES) test_load_callback.c \ | $(test_fixed_size_SOURCES) $(test_load_SOURCES) \ | |||
$(test_loadb_SOURCES) $(test_memory_funcs_SOURCES) \ | test_load_callback.c $(test_loadb_SOURCES) \ | |||
$(test_number_SOURCES) $(test_object_SOURCES) \ | $(test_memory_funcs_SOURCES) $(test_number_SOURCES) \ | |||
$(test_pack_SOURCES) $(test_simple_SOURCES) \ | $(test_object_SOURCES) $(test_pack_SOURCES) \ | |||
$(test_sprintf_SOURCES) $(test_unpack_SOURCES) \ | $(test_simple_SOURCES) $(test_sprintf_SOURCES) \ | |||
$(test_version_SOURCES) | $(test_unpack_SOURCES) $(test_version_SOURCES) | |||
am__can_run_installinfo = \ | am__can_run_installinfo = \ | |||
case $$AM_UPDATE_INFO_DIR in \ | case $$AM_UPDATE_INFO_DIR in \ | |||
n|no|NO) false;; \ | n|no|NO) false;; \ | |||
*) (install-info --version) >/dev/null 2>&1;; \ | *) (install-info --version) >/dev/null 2>&1;; \ | |||
esac | esac | |||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | |||
# Read a list of newline-separated strings from the standard input, | # Read a list of newline-separated strings from the standard input, | |||
# and print each of them once, without duplicates. Input order is | # and print each of them once, without duplicates. Input order is | |||
# *not* preserved. | # *not* preserved. | |||
am__uniquify_input = $(AWK) '\ | am__uniquify_input = $(AWK) '\ | |||
skipping to change at line 263 | skipping to change at line 269 | |||
END { if (nonempty) { for (i in items) print i; }; } \ | END { if (nonempty) { for (i in items) print i; }; } \ | |||
' | ' | |||
# Make sure the list of sources is unique. This is necessary because, | # Make sure the list of sources is unique. This is necessary because, | |||
# e.g., the same source file might be shared among _SOURCES variables | # e.g., the same source file might be shared among _SOURCES variables | |||
# for different programs/libraries. | # for different programs/libraries. | |||
am__define_uniq_tagged_files = \ | am__define_uniq_tagged_files = \ | |||
list='$(am__tagged_files)'; \ | list='$(am__tagged_files)'; \ | |||
unique=`for i in $$list; do \ | unique=`for i in $$list; do \ | |||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |||
done | $(am__uniquify_input)` | done | $(am__uniquify_input)` | |||
ETAGS = etags | ||||
CTAGS = ctags | ||||
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp | |||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |||
ACLOCAL = @ACLOCAL@ | ACLOCAL = @ACLOCAL@ | |||
AMTAR = @AMTAR@ | AMTAR = @AMTAR@ | |||
AM_CFLAGS = @AM_CFLAGS@ | AM_CFLAGS = @AM_CFLAGS@ | |||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |||
AR = @AR@ | AR = @AR@ | |||
AUTOCONF = @AUTOCONF@ | AUTOCONF = @AUTOCONF@ | |||
AUTOHEADER = @AUTOHEADER@ | AUTOHEADER = @AUTOHEADER@ | |||
AUTOMAKE = @AUTOMAKE@ | AUTOMAKE = @AUTOMAKE@ | |||
AWK = @AWK@ | AWK = @AWK@ | |||
CC = @CC@ | CC = @CC@ | |||
CCDEPMODE = @CCDEPMODE@ | CCDEPMODE = @CCDEPMODE@ | |||
CFLAGS = @CFLAGS@ | CFLAGS = @CFLAGS@ | |||
CPP = @CPP@ | ||||
CPPFLAGS = @CPPFLAGS@ | CPPFLAGS = @CPPFLAGS@ | |||
CSCOPE = @CSCOPE@ | ||||
CTAGS = @CTAGS@ | ||||
CXX = @CXX@ | CXX = @CXX@ | |||
CXXCPP = @CXXCPP@ | CXXCPP = @CXXCPP@ | |||
CXXDEPMODE = @CXXDEPMODE@ | CXXDEPMODE = @CXXDEPMODE@ | |||
CXXFLAGS = @CXXFLAGS@ | CXXFLAGS = @CXXFLAGS@ | |||
CYGPATH_W = @CYGPATH_W@ | CYGPATH_W = @CYGPATH_W@ | |||
DEFS = @DEFS@ | DEFS = @DEFS@ | |||
DEPDIR = @DEPDIR@ | DEPDIR = @DEPDIR@ | |||
DLLTOOL = @DLLTOOL@ | DLLTOOL = @DLLTOOL@ | |||
DSYMUTIL = @DSYMUTIL@ | DSYMUTIL = @DSYMUTIL@ | |||
DUMPBIN = @DUMPBIN@ | DUMPBIN = @DUMPBIN@ | |||
ECHO_C = @ECHO_C@ | ECHO_C = @ECHO_C@ | |||
ECHO_N = @ECHO_N@ | ECHO_N = @ECHO_N@ | |||
ECHO_T = @ECHO_T@ | ECHO_T = @ECHO_T@ | |||
EGREP = @EGREP@ | EGREP = @EGREP@ | |||
ETAGS = @ETAGS@ | ||||
EXEEXT = @EXEEXT@ | EXEEXT = @EXEEXT@ | |||
FGREP = @FGREP@ | FGREP = @FGREP@ | |||
GREP = @GREP@ | GREP = @GREP@ | |||
INSTALL = @INSTALL@ | INSTALL = @INSTALL@ | |||
INSTALL_DATA = @INSTALL_DATA@ | INSTALL_DATA = @INSTALL_DATA@ | |||
INSTALL_PROGRAM = @INSTALL_PROGRAM@ | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |||
INSTALL_SCRIPT = @INSTALL_SCRIPT@ | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |||
JSON_BSYMBOLIC_LDFLAGS = @JSON_BSYMBOLIC_LDFLAGS@ | JSON_BSYMBOLIC_LDFLAGS = @JSON_BSYMBOLIC_LDFLAGS@ | |||
JSON_SYMVER_LDFLAGS = @JSON_SYMVER_LDFLAGS@ | ||||
LD = @LD@ | LD = @LD@ | |||
LDFLAGS = -static # for speed and Valgrind | LDFLAGS = -static # for speed and Valgrind | |||
LIBOBJS = @LIBOBJS@ | LIBOBJS = @LIBOBJS@ | |||
LIBS = @LIBS@ | LIBS = @LIBS@ | |||
LIBTOOL = @LIBTOOL@ | LIBTOOL = @LIBTOOL@ | |||
LIB_FUZZING_ENGINE = @LIB_FUZZING_ENGINE@ | LIB_FUZZING_ENGINE = @LIB_FUZZING_ENGINE@ | |||
LIPO = @LIPO@ | LIPO = @LIPO@ | |||
LN_S = @LN_S@ | LN_S = @LN_S@ | |||
LTLIBOBJS = @LTLIBOBJS@ | LTLIBOBJS = @LTLIBOBJS@ | |||
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ | |||
skipping to change at line 387 | skipping to change at line 394 | |||
libexecdir = @libexecdir@ | libexecdir = @libexecdir@ | |||
localedir = @localedir@ | localedir = @localedir@ | |||
localstatedir = @localstatedir@ | localstatedir = @localstatedir@ | |||
mandir = @mandir@ | mandir = @mandir@ | |||
mkdir_p = @mkdir_p@ | mkdir_p = @mkdir_p@ | |||
oldincludedir = @oldincludedir@ | oldincludedir = @oldincludedir@ | |||
pdfdir = @pdfdir@ | pdfdir = @pdfdir@ | |||
prefix = @prefix@ | prefix = @prefix@ | |||
program_transform_name = @program_transform_name@ | program_transform_name = @program_transform_name@ | |||
psdir = @psdir@ | psdir = @psdir@ | |||
runstatedir = @runstatedir@ | ||||
sbindir = @sbindir@ | sbindir = @sbindir@ | |||
sharedstatedir = @sharedstatedir@ | sharedstatedir = @sharedstatedir@ | |||
srcdir = @srcdir@ | srcdir = @srcdir@ | |||
sysconfdir = @sysconfdir@ | sysconfdir = @sysconfdir@ | |||
target_alias = @target_alias@ | target_alias = @target_alias@ | |||
top_build_prefix = @top_build_prefix@ | top_build_prefix = @top_build_prefix@ | |||
top_builddir = @top_builddir@ | top_builddir = @top_builddir@ | |||
top_srcdir = @top_srcdir@ | top_srcdir = @top_srcdir@ | |||
EXTRA_DIST = run check-exports | EXTRA_DIST = run check-exports | |||
test_array_SOURCES = test_array.c util.h | test_array_SOURCES = test_array.c util.h | |||
test_chaos_SOURCES = test_chaos.c util.h | test_chaos_SOURCES = test_chaos.c util.h | |||
test_copy_SOURCES = test_copy.c util.h | test_copy_SOURCES = test_copy.c util.h | |||
test_dump_SOURCES = test_dump.c util.h | test_dump_SOURCES = test_dump.c util.h | |||
test_dump_callback_SOURCES = test_dump_callback.c util.h | test_dump_callback_SOURCES = test_dump_callback.c util.h | |||
test_fixed_size_SOURCES = test_fixed_size.c util.h | ||||
test_load_SOURCES = test_load.c util.h | test_load_SOURCES = test_load.c util.h | |||
test_loadb_SOURCES = test_loadb.c util.h | test_loadb_SOURCES = test_loadb.c util.h | |||
test_memory_funcs_SOURCES = test_memory_funcs.c util.h | test_memory_funcs_SOURCES = test_memory_funcs.c util.h | |||
test_number_SOURCES = test_number.c util.h | test_number_SOURCES = test_number.c util.h | |||
test_object_SOURCES = test_object.c util.h | test_object_SOURCES = test_object.c util.h | |||
test_pack_SOURCES = test_pack.c util.h | test_pack_SOURCES = test_pack.c util.h | |||
test_simple_SOURCES = test_simple.c util.h | test_simple_SOURCES = test_simple.c util.h | |||
test_sprintf_SOURCES = test_sprintf.c util.h | test_sprintf_SOURCES = test_sprintf.c util.h | |||
test_unpack_SOURCES = test_unpack.c util.h | test_unpack_SOURCES = test_unpack.c util.h | |||
test_version_SOURCES = test_version.c util.h | test_version_SOURCES = test_version.c util.h | |||
skipping to change at line 480 | skipping to change at line 489 | |||
$(AM_V_CCLD)$(LINK) $(test_dump_OBJECTS) $(test_dump_LDADD) $(LIBS) | $(AM_V_CCLD)$(LINK) $(test_dump_OBJECTS) $(test_dump_LDADD) $(LIBS) | |||
test_dump_callback$(EXEEXT): $(test_dump_callback_OBJECTS) $(test_dump_callback_ DEPENDENCIES) $(EXTRA_test_dump_callback_DEPENDENCIES) | test_dump_callback$(EXEEXT): $(test_dump_callback_OBJECTS) $(test_dump_callback_ DEPENDENCIES) $(EXTRA_test_dump_callback_DEPENDENCIES) | |||
@rm -f test_dump_callback$(EXEEXT) | @rm -f test_dump_callback$(EXEEXT) | |||
$(AM_V_CCLD)$(LINK) $(test_dump_callback_OBJECTS) $(test_dump_callback_LD ADD) $(LIBS) | $(AM_V_CCLD)$(LINK) $(test_dump_callback_OBJECTS) $(test_dump_callback_LD ADD) $(LIBS) | |||
test_equal$(EXEEXT): $(test_equal_OBJECTS) $(test_equal_DEPENDENCIES) $(EXTRA_te st_equal_DEPENDENCIES) | test_equal$(EXEEXT): $(test_equal_OBJECTS) $(test_equal_DEPENDENCIES) $(EXTRA_te st_equal_DEPENDENCIES) | |||
@rm -f test_equal$(EXEEXT) | @rm -f test_equal$(EXEEXT) | |||
$(AM_V_CCLD)$(LINK) $(test_equal_OBJECTS) $(test_equal_LDADD) $(LIBS) | $(AM_V_CCLD)$(LINK) $(test_equal_OBJECTS) $(test_equal_LDADD) $(LIBS) | |||
test_fixed_size$(EXEEXT): $(test_fixed_size_OBJECTS) $(test_fixed_size_DEPENDENC | ||||
IES) $(EXTRA_test_fixed_size_DEPENDENCIES) | ||||
@rm -f test_fixed_size$(EXEEXT) | ||||
$(AM_V_CCLD)$(LINK) $(test_fixed_size_OBJECTS) $(test_fixed_size_LDADD) $ | ||||
(LIBS) | ||||
test_load$(EXEEXT): $(test_load_OBJECTS) $(test_load_DEPENDENCIES) $(EXTRA_test_ load_DEPENDENCIES) | test_load$(EXEEXT): $(test_load_OBJECTS) $(test_load_DEPENDENCIES) $(EXTRA_test_ load_DEPENDENCIES) | |||
@rm -f test_load$(EXEEXT) | @rm -f test_load$(EXEEXT) | |||
$(AM_V_CCLD)$(LINK) $(test_load_OBJECTS) $(test_load_LDADD) $(LIBS) | $(AM_V_CCLD)$(LINK) $(test_load_OBJECTS) $(test_load_LDADD) $(LIBS) | |||
test_load_callback$(EXEEXT): $(test_load_callback_OBJECTS) $(test_load_callback_ DEPENDENCIES) $(EXTRA_test_load_callback_DEPENDENCIES) | test_load_callback$(EXEEXT): $(test_load_callback_OBJECTS) $(test_load_callback_ DEPENDENCIES) $(EXTRA_test_load_callback_DEPENDENCIES) | |||
@rm -f test_load_callback$(EXEEXT) | @rm -f test_load_callback$(EXEEXT) | |||
$(AM_V_CCLD)$(LINK) $(test_load_callback_OBJECTS) $(test_load_callback_LD ADD) $(LIBS) | $(AM_V_CCLD)$(LINK) $(test_load_callback_OBJECTS) $(test_load_callback_LD ADD) $(LIBS) | |||
test_loadb$(EXEEXT): $(test_loadb_OBJECTS) $(test_loadb_DEPENDENCIES) $(EXTRA_te st_loadb_DEPENDENCIES) | test_loadb$(EXEEXT): $(test_loadb_OBJECTS) $(test_loadb_DEPENDENCIES) $(EXTRA_te st_loadb_DEPENDENCIES) | |||
@rm -f test_loadb$(EXEEXT) | @rm -f test_loadb$(EXEEXT) | |||
skipping to change at line 536 | skipping to change at line 549 | |||
distclean-compile: | distclean-compile: | |||
-rm -f *.tab.c | -rm -f *.tab.c | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_array.Po@am__quote@ # am-- include-marker | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_array.Po@am__quote@ # am-- include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_chaos.Po@am__quote@ # am-- include-marker | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_chaos.Po@am__quote@ # am-- include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_copy.Po@am__quote@ # am--i nclude-marker | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_copy.Po@am__quote@ # am--i nclude-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dump.Po@am__quote@ # am--i nclude-marker | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dump.Po@am__quote@ # am--i nclude-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dump_callback.Po@am__quote @ # am--include-marker | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dump_callback.Po@am__quote @ # am--include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_equal.Po@am__quote@ # am-- include-marker | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_equal.Po@am__quote@ # am-- include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_fixed_size.Po@am__quote@ # am--include-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_load.Po@am__quote@ # am--i nclude-marker | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_load.Po@am__quote@ # am--i nclude-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_load_callback.Po@am__quote @ # am--include-marker | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_load_callback.Po@am__quote @ # am--include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_loadb.Po@am__quote@ # am-- include-marker | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_loadb.Po@am__quote@ # am-- include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_memory_funcs.Po@am__quote@ # am--include-marker | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_memory_funcs.Po@am__quote@ # am--include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_number.Po@am__quote@ # am- -include-marker | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_number.Po@am__quote@ # am- -include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_object.Po@am__quote@ # am- -include-marker | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_object.Po@am__quote@ # am- -include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pack.Po@am__quote@ # am--i nclude-marker | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_pack.Po@am__quote@ # am--i nclude-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_simple.Po@am__quote@ # am- -include-marker | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_simple.Po@am__quote@ # am- -include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_sprintf.Po@am__quote@ # am --include-marker | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_sprintf.Po@am__quote@ # am --include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_unpack.Po@am__quote@ # am- -include-marker | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_unpack.Po@am__quote@ # am- -include-marker | |||
skipping to change at line 632 | skipping to change at line 646 | |||
for i in $$list; do \ | for i in $$list; do \ | |||
if test -f "$$i"; then \ | if test -f "$$i"; then \ | |||
echo "$(subdir)/$$i"; \ | echo "$(subdir)/$$i"; \ | |||
else \ | else \ | |||
echo "$$sdir/$$i"; \ | echo "$$sdir/$$i"; \ | |||
fi; \ | fi; \ | |||
done >> $(top_builddir)/cscope.files | done >> $(top_builddir)/cscope.files | |||
distclean-tags: | distclean-tags: | |||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |||
distdir: $(BUILT_SOURCES) | distdir: $(BUILT_SOURCES) | |||
$(MAKE) $(AM_MAKEFLAGS) distdir-am | $(MAKE) $(AM_MAKEFLAGS) distdir-am | |||
distdir-am: $(DISTFILES) | distdir-am: $(DISTFILES) | |||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |||
list='$(DISTFILES)'; \ | list='$(DISTFILES)'; \ | |||
dist_files=`for file in $$list; do echo $$file; done | \ | dist_files=`for file in $$list; do echo $$file; done | \ | |||
sed -e "s|^$$srcdirstrip/||;t" \ | sed -e "s|^$$srcdirstrip/||;t" \ | |||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |||
skipping to change at line 713 | skipping to change at line 726 | |||
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ | clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ | |||
mostlyclean-am | mostlyclean-am | |||
distclean: distclean-am | distclean: distclean-am | |||
-rm -f ./$(DEPDIR)/test_array.Po | -rm -f ./$(DEPDIR)/test_array.Po | |||
-rm -f ./$(DEPDIR)/test_chaos.Po | -rm -f ./$(DEPDIR)/test_chaos.Po | |||
-rm -f ./$(DEPDIR)/test_copy.Po | -rm -f ./$(DEPDIR)/test_copy.Po | |||
-rm -f ./$(DEPDIR)/test_dump.Po | -rm -f ./$(DEPDIR)/test_dump.Po | |||
-rm -f ./$(DEPDIR)/test_dump_callback.Po | -rm -f ./$(DEPDIR)/test_dump_callback.Po | |||
-rm -f ./$(DEPDIR)/test_equal.Po | -rm -f ./$(DEPDIR)/test_equal.Po | |||
-rm -f ./$(DEPDIR)/test_fixed_size.Po | ||||
-rm -f ./$(DEPDIR)/test_load.Po | -rm -f ./$(DEPDIR)/test_load.Po | |||
-rm -f ./$(DEPDIR)/test_load_callback.Po | -rm -f ./$(DEPDIR)/test_load_callback.Po | |||
-rm -f ./$(DEPDIR)/test_loadb.Po | -rm -f ./$(DEPDIR)/test_loadb.Po | |||
-rm -f ./$(DEPDIR)/test_memory_funcs.Po | -rm -f ./$(DEPDIR)/test_memory_funcs.Po | |||
-rm -f ./$(DEPDIR)/test_number.Po | -rm -f ./$(DEPDIR)/test_number.Po | |||
-rm -f ./$(DEPDIR)/test_object.Po | -rm -f ./$(DEPDIR)/test_object.Po | |||
-rm -f ./$(DEPDIR)/test_pack.Po | -rm -f ./$(DEPDIR)/test_pack.Po | |||
-rm -f ./$(DEPDIR)/test_simple.Po | -rm -f ./$(DEPDIR)/test_simple.Po | |||
-rm -f ./$(DEPDIR)/test_sprintf.Po | -rm -f ./$(DEPDIR)/test_sprintf.Po | |||
-rm -f ./$(DEPDIR)/test_unpack.Po | -rm -f ./$(DEPDIR)/test_unpack.Po | |||
skipping to change at line 775 | skipping to change at line 789 | |||
installcheck-am: | installcheck-am: | |||
maintainer-clean: maintainer-clean-am | maintainer-clean: maintainer-clean-am | |||
-rm -f ./$(DEPDIR)/test_array.Po | -rm -f ./$(DEPDIR)/test_array.Po | |||
-rm -f ./$(DEPDIR)/test_chaos.Po | -rm -f ./$(DEPDIR)/test_chaos.Po | |||
-rm -f ./$(DEPDIR)/test_copy.Po | -rm -f ./$(DEPDIR)/test_copy.Po | |||
-rm -f ./$(DEPDIR)/test_dump.Po | -rm -f ./$(DEPDIR)/test_dump.Po | |||
-rm -f ./$(DEPDIR)/test_dump_callback.Po | -rm -f ./$(DEPDIR)/test_dump_callback.Po | |||
-rm -f ./$(DEPDIR)/test_equal.Po | -rm -f ./$(DEPDIR)/test_equal.Po | |||
-rm -f ./$(DEPDIR)/test_fixed_size.Po | ||||
-rm -f ./$(DEPDIR)/test_load.Po | -rm -f ./$(DEPDIR)/test_load.Po | |||
-rm -f ./$(DEPDIR)/test_load_callback.Po | -rm -f ./$(DEPDIR)/test_load_callback.Po | |||
-rm -f ./$(DEPDIR)/test_loadb.Po | -rm -f ./$(DEPDIR)/test_loadb.Po | |||
-rm -f ./$(DEPDIR)/test_memory_funcs.Po | -rm -f ./$(DEPDIR)/test_memory_funcs.Po | |||
-rm -f ./$(DEPDIR)/test_number.Po | -rm -f ./$(DEPDIR)/test_number.Po | |||
-rm -f ./$(DEPDIR)/test_object.Po | -rm -f ./$(DEPDIR)/test_object.Po | |||
-rm -f ./$(DEPDIR)/test_pack.Po | -rm -f ./$(DEPDIR)/test_pack.Po | |||
-rm -f ./$(DEPDIR)/test_simple.Po | -rm -f ./$(DEPDIR)/test_simple.Po | |||
-rm -f ./$(DEPDIR)/test_sprintf.Po | -rm -f ./$(DEPDIR)/test_sprintf.Po | |||
-rm -f ./$(DEPDIR)/test_unpack.Po | -rm -f ./$(DEPDIR)/test_unpack.Po | |||
End of changes. 19 change blocks. | ||||
29 lines changed or deleted | 46 lines changed or added |