Makefile.in (tcpflow-1.5.0) | : | Makefile.in (tcpflow-1.6.1) | ||
---|---|---|---|---|
# Makefile.in generated by automake 1.16.1 from Makefile.am. | # Makefile.in generated by automake 1.16.3 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 88 | skipping to change at line 88 | |||
install_sh_PROGRAM = $(install_sh) -c | install_sh_PROGRAM = $(install_sh) -c | |||
install_sh_SCRIPT = $(install_sh) -c | install_sh_SCRIPT = $(install_sh) -c | |||
INSTALL_HEADER = $(INSTALL_DATA) | INSTALL_HEADER = $(INSTALL_DATA) | |||
transform = $(program_transform_name) | transform = $(program_transform_name) | |||
NORMAL_INSTALL = : | NORMAL_INSTALL = : | |||
PRE_INSTALL = : | PRE_INSTALL = : | |||
POST_INSTALL = : | POST_INSTALL = : | |||
NORMAL_UNINSTALL = : | NORMAL_UNINSTALL = : | |||
PRE_UNINSTALL = : | PRE_UNINSTALL = : | |||
POST_UNINSTALL = : | POST_UNINSTALL = : | |||
build_triplet = @build@ | ||||
host_triplet = @host@ | ||||
subdir = . | subdir = . | |||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |||
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \ | am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ | |||
$(top_srcdir)/m4/slg_searchdirs.m4 \ | $(top_srcdir)/m4/slg_searchdirs.m4 \ | |||
$(top_srcdir)/m4/slg_gcc_all_warnings.m4 \ | $(top_srcdir)/m4/slg_gcc_all_warnings.m4 \ | |||
$(top_srcdir)/src/dfxml/src/dfxml_configure.m4 \ | ||||
$(top_srcdir)/src/be13_api/be13_configure.m4 \ | $(top_srcdir)/src/be13_api/be13_configure.m4 \ | |||
$(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/configure.ac | $(top_srcdir)/src/be13_api/dfxml/src/dfxml_configure.m4 \ | |||
$(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 $(top_srcdir)/configure \ | DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ | |||
$(am__configure_deps) $(am__DIST_COMMON) | $(am__configure_deps) $(am__DIST_COMMON) | |||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |||
configure.lineno config.status.lineno | configure.lineno config.status.lineno | |||
mkinstalldirs = $(install_sh) -d | mkinstalldirs = $(install_sh) -d | |||
CONFIG_HEADER = config.h | CONFIG_HEADER = config.h | |||
CONFIG_CLEAN_FILES = tcpflow.spec | CONFIG_CLEAN_FILES = tcpflow.spec | |||
CONFIG_CLEAN_VPATH_FILES = | CONFIG_CLEAN_VPATH_FILES = | |||
skipping to change at line 143 | skipping to change at line 141 | |||
*) (install-info --version) >/dev/null 2>&1;; \ | *) (install-info --version) >/dev/null 2>&1;; \ | |||
esac | esac | |||
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 distdir-am dist dist-all 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 167 | skipping to change at line 165 | |||
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 | ETAGS = etags | |||
CTAGS = ctags | CTAGS = ctags | |||
CSCOPE = cscope | CSCOPE = cscope | |||
DIST_SUBDIRS = $(SUBDIRS) | DIST_SUBDIRS = $(SUBDIRS) | |||
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ | am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ | |||
$(srcdir)/tcpflow.spec.in AUTHORS COPYING ChangeLog INSTALL \ | $(srcdir)/tcpflow.spec.in AUTHORS COPYING ChangeLog INSTALL \ | |||
NEWS compile config.guess config.sub depcomp install-sh \ | NEWS compile install-sh missing | |||
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 | |||
am__post_remove_distdir = $(am__remove_distdir) | am__post_remove_distdir = $(am__remove_distdir) | |||
skipping to change at line 207 | skipping to change at line 204 | |||
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_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |||
AUTOCONF = @AUTOCONF@ | AUTOCONF = @AUTOCONF@ | |||
AUTOHEADER = @AUTOHEADER@ | AUTOHEADER = @AUTOHEADER@ | |||
AUTOMAKE = @AUTOMAKE@ | AUTOMAKE = @AUTOMAKE@ | |||
skipping to change at line 236 | skipping to change at line 235 | |||
CXXFLAGS = @CXXFLAGS@ | CXXFLAGS = @CXXFLAGS@ | |||
CYGPATH_W = @CYGPATH_W@ | CYGPATH_W = @CYGPATH_W@ | |||
DEFS = @DEFS@ | DEFS = @DEFS@ | |||
DEPDIR = @DEPDIR@ | DEPDIR = @DEPDIR@ | |||
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@ | |||
EXEEXT = @EXEEXT@ | EXEEXT = @EXEEXT@ | |||
GREP = @GREP@ | GREP = @GREP@ | |||
HAVE_CXX11 = @HAVE_CXX11@ | HAVE_CXX17 = @HAVE_CXX17@ | |||
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@ | |||
LDFLAGS = @LDFLAGS@ | LDFLAGS = @LDFLAGS@ | |||
LIBOBJS = @LIBOBJS@ | LIBOBJS = @LIBOBJS@ | |||
LIBS = @LIBS@ | LIBS = @LIBS@ | |||
LTLIBOBJS = @LTLIBOBJS@ | LTLIBOBJS = @LTLIBOBJS@ | |||
MAINT = @MAINT@ | MAINT = @MAINT@ | |||
skipping to change at line 258 | skipping to change at line 257 | |||
MKDIR_P = @MKDIR_P@ | MKDIR_P = @MKDIR_P@ | |||
OBJEXT = @OBJEXT@ | OBJEXT = @OBJEXT@ | |||
PACKAGE = @PACKAGE@ | PACKAGE = @PACKAGE@ | |||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |||
PACKAGE_NAME = @PACKAGE_NAME@ | PACKAGE_NAME = @PACKAGE_NAME@ | |||
PACKAGE_STRING = @PACKAGE_STRING@ | PACKAGE_STRING = @PACKAGE_STRING@ | |||
PACKAGE_TARNAME = @PACKAGE_TARNAME@ | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |||
PACKAGE_URL = @PACKAGE_URL@ | PACKAGE_URL = @PACKAGE_URL@ | |||
PACKAGE_VERSION = @PACKAGE_VERSION@ | PACKAGE_VERSION = @PACKAGE_VERSION@ | |||
PATH_SEPARATOR = @PATH_SEPARATOR@ | PATH_SEPARATOR = @PATH_SEPARATOR@ | |||
PTHREAD_CC = @PTHREAD_CC@ | ||||
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ | ||||
PTHREAD_LIBS = @PTHREAD_LIBS@ | ||||
SET_MAKE = @SET_MAKE@ | SET_MAKE = @SET_MAKE@ | |||
SHELL = @SHELL@ | SHELL = @SHELL@ | |||
STRIP = @STRIP@ | STRIP = @STRIP@ | |||
VERSION = @VERSION@ | VERSION = @VERSION@ | |||
abs_builddir = @abs_builddir@ | abs_builddir = @abs_builddir@ | |||
abs_srcdir = @abs_srcdir@ | abs_srcdir = @abs_srcdir@ | |||
abs_top_builddir = @abs_top_builddir@ | abs_top_builddir = @abs_top_builddir@ | |||
abs_top_srcdir = @abs_top_srcdir@ | abs_top_srcdir = @abs_top_srcdir@ | |||
ac_ct_CC = @ac_ct_CC@ | ac_ct_CC = @ac_ct_CC@ | |||
ac_ct_CXX = @ac_ct_CXX@ | ac_ct_CXX = @ac_ct_CXX@ | |||
ac_prefix_program = @ac_prefix_program@ | ac_prefix_program = @ac_prefix_program@ | |||
am__include = @am__include@ | am__include = @am__include@ | |||
am__leading_dot = @am__leading_dot@ | am__leading_dot = @am__leading_dot@ | |||
am__quote = @am__quote@ | am__quote = @am__quote@ | |||
am__tar = @am__tar@ | am__tar = @am__tar@ | |||
am__untar = @am__untar@ | am__untar = @am__untar@ | |||
ax_pthread_config = @ax_pthread_config@ | ||||
bindir = @bindir@ | bindir = @bindir@ | |||
build = @build@ | ||||
build_alias = @build_alias@ | build_alias = @build_alias@ | |||
build_cpu = @build_cpu@ | ||||
build_os = @build_os@ | ||||
build_vendor = @build_vendor@ | ||||
builddir = @builddir@ | builddir = @builddir@ | |||
datadir = @datadir@ | datadir = @datadir@ | |||
datarootdir = @datarootdir@ | datarootdir = @datarootdir@ | |||
docdir = @docdir@ | docdir = @docdir@ | |||
dvidir = @dvidir@ | dvidir = @dvidir@ | |||
exec_prefix = @exec_prefix@ | exec_prefix = @exec_prefix@ | |||
git = @git@ | git = @git@ | |||
host = @host@ | ||||
host_alias = @host_alias@ | host_alias = @host_alias@ | |||
host_cpu = @host_cpu@ | ||||
host_os = @host_os@ | ||||
host_vendor = @host_vendor@ | ||||
htmldir = @htmldir@ | htmldir = @htmldir@ | |||
includedir = @includedir@ | includedir = @includedir@ | |||
infodir = @infodir@ | infodir = @infodir@ | |||
install_sh = @install_sh@ | install_sh = @install_sh@ | |||
libdir = @libdir@ | libdir = @libdir@ | |||
libexecdir = @libexecdir@ | libexecdir = @libexecdir@ | |||
localedir = @localedir@ | localedir = @localedir@ | |||
localstatedir = @localstatedir@ | localstatedir = @localstatedir@ | |||
mandir = @mandir@ | mandir = @mandir@ | |||
mkdir_p = @mkdir_p@ | mkdir_p = @mkdir_p@ | |||
skipping to change at line 582 | skipping to change at line 569 | |||
$(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 624 | skipping to change at line 615 | |||
*.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) 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 \ | |||
skipping to change at line 800 | skipping to change at line 793 | |||
ps-am: | ps-am: | |||
uninstall-am: | uninstall-am: | |||
.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 \ | |||
cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ | cscope 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-generic distclean-hdr \ | dist-zstd distcheck distclean distclean-generic distclean-hdr \ | |||
distclean-tags distcleancheck distdir distuninstallcheck dvi \ | distclean-tags distcleancheck distdir distuninstallcheck dvi \ | |||
dvi-am html html-am info info-am install install-am \ | dvi-am html html-am info info-am install install-am \ | |||
install-data install-data-am install-dvi install-dvi-am \ | install-data install-data-am install-dvi install-dvi-am \ | |||
install-exec install-exec-am install-html install-html-am \ | install-exec install-exec-am install-html install-html-am \ | |||
install-info install-info-am install-man install-pdf \ | install-info install-info-am install-man install-pdf \ | |||
install-pdf-am install-ps install-ps-am install-strip \ | install-pdf-am install-ps install-ps-am install-strip \ | |||
installcheck installcheck-am installdirs installdirs-am \ | installcheck installcheck-am installdirs installdirs-am \ | |||
maintainer-clean maintainer-clean-generic mostlyclean \ | maintainer-clean maintainer-clean-generic mostlyclean \ | |||
mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ | mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ | |||
uninstall-am | uninstall-am | |||
End of changes. 20 change blocks. | ||||
26 lines changed or deleted | 20 lines changed or added |