Makefile.in | Makefile.in | |||
---|---|---|---|---|
# Makefile.in generated by automake 1.16.5 from Makefile.am. | # Makefile.in generated by automake 1.15.1 from Makefile.am. | |||
# @configure_input@ | # @configure_input@ | |||
# Copyright (C) 1994-2021 Free Software Foundation, Inc. | # Copyright (C) 1994-2017 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 171 | skipping to change at line 171 | |||
am__installdirs = "$(DESTDIR)$(man8dir)" | am__installdirs = "$(DESTDIR)$(man8dir)" | |||
NROFF = nroff | NROFF = nroff | |||
MANS = $(dist_man8_MANS) | MANS = $(dist_man8_MANS) | |||
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 distdir distdir-am dist dist-all distcheck | cscope distdir dist dist-all distcheck | |||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ | |||
config.h.in | $(LISP)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 | |||
# 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 | ||||
DIST_SUBDIRS = $(SUBDIRS) | DIST_SUBDIRS = $(SUBDIRS) | |||
am__DIST_COMMON = $(dist_man8_MANS) $(srcdir)/Makefile.in \ | am__DIST_COMMON = $(dist_man8_MANS) $(srcdir)/Makefile.in \ | |||
$(srcdir)/config.h.in $(top_srcdir)/build-aux/compile \ | $(srcdir)/config.h.in $(top_srcdir)/build-aux/compile \ | |||
$(top_srcdir)/build-aux/config.guess \ | $(top_srcdir)/build-aux/config.guess \ | |||
$(top_srcdir)/build-aux/config.sub \ | $(top_srcdir)/build-aux/config.sub \ | |||
$(top_srcdir)/build-aux/install-sh \ | $(top_srcdir)/build-aux/install-sh \ | |||
$(top_srcdir)/build-aux/ltmain.sh \ | $(top_srcdir)/build-aux/ltmain.sh \ | |||
$(top_srcdir)/build-aux/missing COPYING NEWS README.md \ | $(top_srcdir)/build-aux/missing COPYING NEWS build-aux/compile \ | |||
build-aux/compile build-aux/config.guess build-aux/config.sub \ | build-aux/config.guess build-aux/config.sub \ | |||
build-aux/install-sh build-aux/ltmain.sh build-aux/missing | build-aux/install-sh build-aux/ltmain.sh build-aux/missing | |||
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 | |||
skipping to change at line 238 | skipping to change at line 241 | |||
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 $(distdir).tar.xz | DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz | |||
GZIP_ENV = --best | GZIP_ENV = --best | |||
DIST_TARGETS = dist-xz dist-gzip | DIST_TARGETS = dist-xz 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_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@ | ||||
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@ | |||
FILECMD = @FILECMD@ | ||||
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@ | |||
LD = @LD@ | LD = @LD@ | |||
LDFLAGS = @LDFLAGS@ | LDFLAGS = @LDFLAGS@ | |||
LIBOBJS = @LIBOBJS@ | LIBOBJS = @LIBOBJS@ | |||
LIBS = @LIBS@ | LIBS = @LIBS@ | |||
skipping to change at line 413 | skipping to change at line 411 | |||
done; \ | done; \ | |||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ | |||
$(am__cd) $(top_srcdir) && \ | $(am__cd) $(top_srcdir) && \ | |||
$(AUTOMAKE) --foreign Makefile | $(AUTOMAKE) --foreign Makefile | |||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |||
@case '$?' in \ | @case '$?' in \ | |||
*config.status*) \ | *config.status*) \ | |||
echo ' $(SHELL) ./config.status'; \ | echo ' $(SHELL) ./config.status'; \ | |||
$(SHELL) ./config.status;; \ | $(SHELL) ./config.status;; \ | |||
*) \ | *) \ | |||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__m | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__d | |||
aybe_remake_depfiles)'; \ | epfiles_maybe)'; \ | |||
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_re | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles | |||
make_depfiles);; \ | _maybe);; \ | |||
esac; | esac; | |||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPE NDENCIES) | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPE NDENCIES) | |||
$(SHELL) ./config.status --recheck | $(SHELL) ./config.status --recheck | |||
$(top_srcdir)/configure: $(am__configure_deps) | $(top_srcdir)/configure: $(am__configure_deps) | |||
$(am__cd) $(srcdir) && $(AUTOCONF) | $(am__cd) $(srcdir) && $(AUTOCONF) | |||
$(ACLOCAL_M4): $(am__aclocal_m4_deps) | $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |||
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |||
$(am__aclocal_m4_deps): | $(am__aclocal_m4_deps): | |||
skipping to change at line 596 | skipping to change at line 594 | |||
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 | |||
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files | |||
distdir: $(BUILT_SOURCES) | ||||
$(MAKE) $(AM_MAKEFLAGS) distdir-am | ||||
distdir-am: $(DISTFILES) | distdir: $(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 | \ | |||
sed -e "s|^$$srcdirstrip/||;t" \ | sed -e "s|^$$srcdirstrip/||;t" \ | |||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |||
case $$dist_files in \ | case $$dist_files in \ | |||
*/*) $(MKDIR_P) `echo "$$dist_files" | \ | */*) $(MKDIR_P) `echo "$$dist_files" | \ | |||
skipping to change at line 678 | skipping to change at line 674 | |||
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(dis tdir).tar.bz2 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(dis tdir).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 >$(dist dir).tar.xz | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(dist dir).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 724 | skipping to change at line 716 | |||
*.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 \ | |||
&& ../../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) $(AM_DISTCHECK_DVI_TARGET) \ | && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |||
&& $(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_ba se" \ | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_ba se" \ | |||
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 \ | |||
skipping to change at line 908 | skipping to change at line 898 | |||
uninstall-am: uninstall-man | uninstall-am: uninstall-man | |||
uninstall-man: uninstall-man8 | uninstall-man: uninstall-man8 | |||
.MAKE: $(am__recursive_targets) all install-am install-strip | .MAKE: $(am__recursive_targets) all install-am install-strip | |||
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ | |||
am--refresh check check-am clean clean-cscope clean-generic \ | am--refresh check check-am clean clean-cscope clean-generic \ | |||
clean-libtool cscope cscopelist-am ctags ctags-am dist \ | clean-libtool cscope cscopelist-am ctags ctags-am dist \ | |||
dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ | dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ | |||
dist-xz dist-zip dist-zstd distcheck distclean \ | dist-xz dist-zip distcheck distclean distclean-generic \ | |||
distclean-generic distclean-hdr distclean-libtool \ | distclean-hdr distclean-libtool distclean-tags distcleancheck \ | |||
distclean-tags distcleancheck distdir distuninstallcheck dvi \ | distdir distuninstallcheck dvi dvi-am html html-am info \ | |||
dvi-am html html-am info info-am install install-am \ | info-am install install-am install-data install-data-am \ | |||
install-data install-data-am install-dvi install-dvi-am \ | install-dvi install-dvi-am install-exec install-exec-am \ | |||
install-exec install-exec-am install-html install-html-am \ | install-html install-html-am install-info install-info-am \ | |||
install-info install-info-am install-man install-man8 \ | install-man install-man8 install-pdf install-pdf-am install-ps \ | |||
install-pdf install-pdf-am install-ps install-ps-am \ | install-ps-am install-strip installcheck installcheck-am \ | |||
install-strip installcheck installcheck-am installdirs \ | installdirs installdirs-am maintainer-clean \ | |||
installdirs-am maintainer-clean maintainer-clean-generic \ | maintainer-clean-generic mostlyclean mostlyclean-generic \ | |||
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ | |||
ps ps-am tags tags-am uninstall uninstall-am uninstall-man \ | uninstall-am uninstall-man uninstall-man8 | |||
uninstall-man8 | ||||
.PRECIOUS: Makefile | .PRECIOUS: Makefile | |||
# Tell versions [3.59,3.63) of GNU make to not export all variables. | # Tell versions [3.59,3.63) of GNU make to not export all variables. | |||
# Otherwise a system limit (for SysV at least) may be exceeded. | # Otherwise a system limit (for SysV at least) may be exceeded. | |||
.NOEXPORT: | .NOEXPORT: | |||
End of changes. 17 change blocks. | ||||
41 lines changed or deleted | 29 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |