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 187 | skipping to change at line 187 | |||
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 | ||||
CSCOPE = cscope | ||||
am__tty_colors_dummy = \ | am__tty_colors_dummy = \ | |||
mgn= red= grn= lgn= blu= brg= std=; \ | mgn= red= grn= lgn= blu= brg= std=; \ | |||
am__color_tests=no | am__color_tests=no | |||
am__tty_colors = { \ | am__tty_colors = { \ | |||
$(am__tty_colors_dummy); \ | $(am__tty_colors_dummy); \ | |||
if test "X$(AM_COLOR_TESTS)" = Xno; then \ | if test "X$(AM_COLOR_TESTS)" = Xno; then \ | |||
am__color_tests=no; \ | am__color_tests=no; \ | |||
elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ | elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ | |||
am__color_tests=yes; \ | am__color_tests=yes; \ | |||
elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ | elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ | |||
skipping to change at line 345 | skipping to change at line 342 | |||
# extension removed (i.e., equivalently, the names of the test logs, with | # extension removed (i.e., equivalently, the names of the test logs, with | |||
# the '.log' extension removed). The result is saved in the shell variable | # the '.log' extension removed). The result is saved in the shell variable | |||
# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, | # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, | |||
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", | # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", | |||
# since that might cause problem with VPATH rewrites for suffix-less tests. | # since that might cause problem with VPATH rewrites for suffix-less tests. | |||
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. | # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. | |||
am__set_TESTS_bases = \ | am__set_TESTS_bases = \ | |||
bases='$(TEST_LOGS)'; \ | bases='$(TEST_LOGS)'; \ | |||
bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ | bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ | |||
bases=`echo $$bases` | bases=`echo $$bases` | |||
AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' | ||||
RECHECK_LOGS = $(TEST_LOGS) | RECHECK_LOGS = $(TEST_LOGS) | |||
TEST_SUITE_LOG = test-suite.log | TEST_SUITE_LOG = test-suite.log | |||
TEST_EXTENSIONS = @EXEEXT@ .test | TEST_EXTENSIONS = @EXEEXT@ .test | |||
LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver | LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver | |||
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) | LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) | |||
am__set_b = \ | am__set_b = \ | |||
case '$@' in \ | case '$@' in \ | |||
*/*) \ | */*) \ | |||
case '$*' in \ | case '$*' in \ | |||
*/*) b='$*';; \ | */*) b='$*';; \ | |||
skipping to change at line 369 | skipping to change at line 367 | |||
esac | esac | |||
am__test_logs1 = $(TESTS:=.log) | am__test_logs1 = $(TESTS:=.log) | |||
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) | am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) | |||
TEST_LOGS = $(am__test_logs2:.test.log=.log) | TEST_LOGS = $(am__test_logs2:.test.log=.log) | |||
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver | TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver | |||
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ | TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ | |||
$(TEST_LOG_FLAGS) | $(TEST_LOG_FLAGS) | |||
DIST_SUBDIRS = $(SUBDIRS) | DIST_SUBDIRS = $(SUBDIRS) | |||
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/jansson.pc.in \ | am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/jansson.pc.in \ | |||
$(srcdir)/jansson_private_config.h.in compile config.guess \ | $(srcdir)/jansson_private_config.h.in compile config.guess \ | |||
config.sub install-sh ltmain.sh missing test-driver | config.sub depcomp install-sh ltmain.sh missing test-driver | |||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |||
distdir = $(PACKAGE)-$(VERSION) | distdir = $(PACKAGE)-$(VERSION) | |||
top_distdir = $(distdir) | top_distdir = $(distdir) | |||
am__remove_distdir = \ | am__remove_distdir = \ | |||
if test -d "$(distdir)"; then \ | if test -d "$(distdir)"; then \ | |||
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | |||
&& rm -rf "$(distdir)" \ | && rm -rf "$(distdir)" \ | |||
|| { sleep 5 && rm -rf "$(distdir)"; }; \ | || { sleep 5 && rm -rf "$(distdir)"; }; \ | |||
else :; fi | else :; fi | |||
am__post_remove_distdir = $(am__remove_distdir) | am__post_remove_distdir = $(am__remove_distdir) | |||
skipping to change at line 408 | skipping to change at line 406 | |||
fi; \ | fi; \ | |||
dir0="$$dir0"/"$$first"; \ | dir0="$$dir0"/"$$first"; \ | |||
fi; \ | fi; \ | |||
fi; \ | fi; \ | |||
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | |||
done; \ | done; \ | |||
reldir="$$dir2" | reldir="$$dir2" | |||
DIST_ARCHIVES = $(distdir).tar.gz | DIST_ARCHIVES = $(distdir).tar.gz | |||
GZIP_ENV = --best | GZIP_ENV = --best | |||
DIST_TARGETS = dist-gzip | DIST_TARGETS = dist-gzip | |||
# Exists only to be overridden by the user if desired. | ||||
AM_DISTCHECK_DVI_TARGET = dvi | ||||
distuninstallcheck_listfiles = find . -type f -print | distuninstallcheck_listfiles = find . -type f -print | |||
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | |||
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | |||
distcleancheck_listfiles = find . -type f -print | distcleancheck_listfiles = find . -type f -print | |||
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 = @LDFLAGS@ | LDFLAGS = @LDFLAGS@ | |||
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 532 | skipping to change at line 535 | |||
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 = CHANGES LICENSE README.rst CMakeLists.txt cmake android examples sc ripts | EXTRA_DIST = CHANGES LICENSE README.rst CMakeLists.txt cmake android examples sc ripts | |||
SUBDIRS = doc src test | SUBDIRS = doc src test | |||
skipping to change at line 844 | skipping to change at line 848 | |||
| $(am__create_global_log); \ | | $(am__create_global_log); \ | |||
} >$(TEST_SUITE_LOG).tmp || exit 1; \ | } >$(TEST_SUITE_LOG).tmp || exit 1; \ | |||
mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ | mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ | |||
if $$success; then \ | if $$success; then \ | |||
col="$$grn"; \ | col="$$grn"; \ | |||
else \ | else \ | |||
col="$$red"; \ | col="$$red"; \ | |||
test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ | test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ | |||
fi; \ | fi; \ | |||
echo "$${col}$$br$${std}"; \ | echo "$${col}$$br$${std}"; \ | |||
echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ | echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ | |||
echo "$${col}$$br$${std}"; \ | echo "$${col}$$br$${std}"; \ | |||
create_testsuite_report --maybe-color; \ | create_testsuite_report --maybe-color; \ | |||
echo "$$col$$br$$std"; \ | echo "$$col$$br$$std"; \ | |||
if $$success; then :; else \ | if $$success; then :; else \ | |||
echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ | echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ | |||
if test -n "$(PACKAGE_BUGREPORT)"; then \ | if test -n "$(PACKAGE_BUGREPORT)"; then \ | |||
echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ | echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ | |||
fi; \ | fi; \ | |||
echo "$$col$$br$$std"; \ | echo "$$col$$br$$std"; \ | |||
fi; \ | fi; \ | |||
skipping to change at line 899 | skipping to change at line 903 | |||
--log-file $$b.log --trs-file $$b.trs \ | --log-file $$b.log --trs-file $$b.trs \ | |||
$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_ FLAGS) -- $(TEST_LOG_COMPILE) \ | $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_ FLAGS) -- $(TEST_LOG_COMPILE) \ | |||
"$$tst" $(AM_TESTS_FD_REDIRECT) | "$$tst" $(AM_TESTS_FD_REDIRECT) | |||
@am__EXEEXT_TRUE@.test$(EXEEXT).log: | @am__EXEEXT_TRUE@.test$(EXEEXT).log: | |||
@am__EXEEXT_TRUE@ @p='$<'; \ | @am__EXEEXT_TRUE@ @p='$<'; \ | |||
@am__EXEEXT_TRUE@ $(am__set_b); \ | @am__EXEEXT_TRUE@ $(am__set_b); \ | |||
@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ | @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ | |||
@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ | @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ | |||
@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $( TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ | @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $( TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ | |||
@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) | @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) | |||
distdir: $(BUILT_SOURCES) | distdir: $(BUILT_SOURCES) | |||
$(MAKE) $(AM_MAKEFLAGS) distdir-am | $(MAKE) $(AM_MAKEFLAGS) distdir-am | |||
distdir-am: $(DISTFILES) | distdir-am: $(DISTFILES) | |||
$(am__remove_distdir) | $(am__remove_distdir) | |||
test -d "$(distdir)" || mkdir "$(distdir)" | test -d "$(distdir)" || mkdir "$(distdir)" | |||
@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 | \ | |||
skipping to change at line 1046 | skipping to change at line 1049 | |||
test -d $(distdir)/_build || exit 0; \ | test -d $(distdir)/_build || exit 0; \ | |||
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[ \\/],/,'` \ | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[ \\/],/,'` \ | |||
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |||
&& am__cwd=`pwd` \ | && am__cwd=`pwd` \ | |||
&& $(am__cd) $(distdir)/_build/sub \ | && $(am__cd) $(distdir)/_build/sub \ | |||
&& ../../configure \ | && ../../configure \ | |||
$(AM_DISTCHECK_CONFIGURE_FLAGS) \ | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ | |||
$(DISTCHECK_CONFIGURE_FLAGS) \ | $(DISTCHECK_CONFIGURE_FLAGS) \ | |||
--srcdir=../.. --prefix="$$dc_install_base" \ | --srcdir=../.. --prefix="$$dc_install_base" \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) \ | && $(MAKE) $(AM_MAKEFLAGS) \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ | && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) check \ | && $(MAKE) $(AM_MAKEFLAGS) check \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) install \ | && $(MAKE) $(AM_MAKEFLAGS) install \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \ | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \ | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |||
distuninstallcheck \ | distuninstallcheck \ | |||
&& chmod -R a-w "$$dc_install_base" \ | && chmod -R a-w "$$dc_install_base" \ | |||
&& ({ \ | && ({ \ | |||
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | |||
End of changes. 14 change blocks. | ||||
10 lines changed or deleted | 13 lines changed or added |