Makefile.in (flatpak-1.8.2.tar.xz) | : | Makefile.in (flatpak-1.8.3.tar.xz) | ||
---|---|---|---|---|
# Makefile.in generated by automake 1.16.1 from Makefile.am. | # Makefile.in generated by automake 1.16.2 from Makefile.am. | |||
# @configure_input@ | # @configure_input@ | |||
# Copyright (C) 1994-2018 Free Software Foundation, Inc. | # Copyright (C) 1994-2020 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 1013 | skipping to change at line 1013 | |||
HEADERS = $(flatpakinclude_HEADERS) $(nodist_flatpakinclude_HEADERS) | HEADERS = $(flatpakinclude_HEADERS) $(nodist_flatpakinclude_HEADERS) | |||
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |||
distclean-recursive maintainer-clean-recursive | distclean-recursive maintainer-clean-recursive | |||
am__recursive_targets = \ | am__recursive_targets = \ | |||
$(RECURSIVE_TARGETS) \ | $(RECURSIVE_TARGETS) \ | |||
$(RECURSIVE_CLEAN_TARGETS) \ | $(RECURSIVE_CLEAN_TARGETS) \ | |||
$(am__extra_recursive_targets) | $(am__extra_recursive_targets) | |||
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ | |||
cscope check recheck distdir distdir-am dist dist-all \ | cscope check recheck distdir distdir-am dist dist-all \ | |||
distcheck | distcheck | |||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ | |||
$(LISP)config.h.in | config.h.in | |||
# 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) '\ | |||
BEGIN { nonempty = 0; } \ | BEGIN { nonempty = 0; } \ | |||
{ items[$$0] = 1; nonempty = 1; } \ | { items[$$0] = 1; nonempty = 1; } \ | |||
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 | |||
skipping to change at line 6152 | skipping to change at line 6152 | |||
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir) .tar.bz2 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir) .tar.bz2 | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-lzip: distdir | dist-lzip: distdir | |||
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar .lz | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar .lz | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-xz: distdir | dist-xz: distdir | |||
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir). tar.xz | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir). tar.xz | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-zstd: distdir | ||||
tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19} | ||||
} >$(distdir).tar.zst | ||||
$(am__post_remove_distdir) | ||||
dist-tarZ: distdir | dist-tarZ: distdir | |||
@echo WARNING: "Support for distribution archives compressed with" \ | @echo WARNING: "Support for distribution archives compressed with" \ | |||
"legacy program 'compress' is deprecated." >&2 | "legacy program 'compress' is deprecated." >&2 | |||
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 | |||
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-shar: distdir | dist-shar: distdir | |||
@echo WARNING: "Support for shar distribution archives is" \ | @echo WARNING: "Support for shar distribution archives is" \ | |||
"deprecated." >&2 | "deprecated." >&2 | |||
skipping to change at line 6194 | skipping to change at line 6198 | |||
*.tar.lz*) \ | *.tar.lz*) \ | |||
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ | |||
*.tar.xz*) \ | *.tar.xz*) \ | |||
xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | |||
*.tar.Z*) \ | *.tar.Z*) \ | |||
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |||
*.shar.gz*) \ | *.shar.gz*) \ | |||
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ | eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ | |||
*.zip*) \ | *.zip*) \ | |||
unzip $(distdir).zip ;;\ | unzip $(distdir).zip ;;\ | |||
*.tar.zst*) \ | ||||
zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ | ||||
esac | esac | |||
chmod -R a-w $(distdir) | chmod -R a-w $(distdir) | |||
chmod u+w $(distdir) | chmod u+w $(distdir) | |||
mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst | mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst | |||
chmod a-w $(distdir) | chmod a-w $(distdir) | |||
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 \ | |||
skipping to change at line 6718 | skipping to change at line 6724 | |||
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ | |||
am--depfiles am--refresh check check-TESTS check-am clean \ | am--depfiles am--refresh check check-TESTS check-am clean \ | |||
clean-binPROGRAMS clean-bwrapPROGRAMS clean-checkLTLIBRARIES \ | clean-binPROGRAMS clean-bwrapPROGRAMS clean-checkLTLIBRARIES \ | |||
clean-checkPROGRAMS clean-cscope clean-generic \ | clean-checkPROGRAMS clean-cscope clean-generic \ | |||
clean-installed_testLTLIBRARIES clean-installed_testPROGRAMS \ | clean-installed_testLTLIBRARIES clean-installed_testPROGRAMS \ | |||
clean-libLTLIBRARIES clean-libexecPROGRAMS clean-libtool \ | clean-libLTLIBRARIES clean-libexecPROGRAMS clean-libtool \ | |||
clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \ | clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \ | |||
cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ | cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ | |||
dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ | dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ | |||
distcheck distclean distclean-compile distclean-generic \ | dist-zstd distcheck distclean distclean-compile \ | |||
distclean-hdr distclean-libtool distclean-local distclean-tags \ | distclean-generic distclean-hdr distclean-libtool \ | |||
distcleancheck distdir distuninstallcheck dvi dvi-am html \ | distclean-local distclean-tags distcleancheck distdir \ | |||
html-am info info-am install install-am \ | distuninstallcheck dvi dvi-am html html-am info info-am \ | |||
install-bashcompletionDATA install-binPROGRAMS \ | install install-am install-bashcompletionDATA \ | |||
install-bwrapPROGRAMS install-data install-data-am \ | install-binPROGRAMS install-bwrapPROGRAMS install-data \ | |||
install-data-hook install-dbus_serviceDATA \ | install-data-am install-data-hook install-dbus_serviceDATA \ | |||
install-dbussystemserviceDATA install-dist_dbusconfDATA \ | install-dbussystemserviceDATA install-dist_dbusconfDATA \ | |||
install-dist_installed_test_keyring2DATA \ | install-dist_installed_test_keyring2DATA \ | |||
install-dist_installed_test_keyringDATA \ | install-dist_installed_test_keyringDATA \ | |||
install-dist_libexecSCRIPTS install-dist_triggersSCRIPTS \ | install-dist_libexecSCRIPTS install-dist_triggersSCRIPTS \ | |||
install-dvi install-dvi-am install-envDATA \ | install-dvi install-dvi-am install-envDATA \ | |||
install-envgenSCRIPTS install-exec install-exec-am \ | install-envgenSCRIPTS install-exec install-exec-am \ | |||
install-fishcompletionDATA install-flatpakincludeHEADERS \ | install-fishcompletionDATA install-flatpakincludeHEADERS \ | |||
install-html install-html-am install-info install-info-am \ | install-html install-html-am install-info install-info-am \ | |||
install-installed_testDATA install-installed_testLTLIBRARIES \ | install-installed_testDATA install-installed_testLTLIBRARIES \ | |||
install-installed_testPROGRAMS install-installed_testSCRIPTS \ | install-installed_testPROGRAMS install-installed_testSCRIPTS \ | |||
End of changes. 6 change blocks. | ||||
11 lines changed or deleted | 18 lines changed or added |