# HG changeset patch # User Yasumasa Suenaga # Date 1574122175 -32400 # Node ID e9b59376ff6b7eba9dacc37a2d054369ffae5ce4 # Parent 7fc6aaa87a07414f1550d0e125abcd5b9cfddfd3 Bump to 2.1.1 diff -r 7fc6aaa87a07 -r e9b59376ff6b ChangeLog --- a/ChangeLog Mon Nov 11 22:37:55 2019 +0900 +++ b/ChangeLog Tue Nov 19 09:09:35 2019 +0900 @@ -1,3 +1,7 @@ +2019-11-19 Yasumasa Suenaga + + * Bump to 2.1.1 + 2019-11-11 Yasumasa Suenaga * Bug 3764: Agent thread might not be stopped when it works diff -r 7fc6aaa87a07 -r e9b59376ff6b Makefile.in --- a/Makefile.in Mon Nov 11 22:37:55 2019 +0900 +++ b/Makefile.in Tue Nov 19 09:09:35 2019 +0900 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -135,7 +135,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - cscope distdir dist dist-all distcheck + cscope distdir distdir-am dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -350,8 +350,8 @@ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -473,7 +473,10 @@ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ diff -r 7fc6aaa87a07 -r e9b59376ff6b NEWS --- a/NEWS Mon Nov 11 22:37:55 2019 +0900 +++ b/NEWS Tue Nov 19 09:09:35 2019 +0900 @@ -0,0 +1,6 @@ +New in release 2.0.7 (2019-11-19) + +* Fix some bugs +* Add support for new platforms + * RHEL 8 / CentOS 8 + * Fedora 31 diff -r 7fc6aaa87a07 -r e9b59376ff6b aclocal.m4 --- a/aclocal.m4 Mon Nov 11 22:37:55 2019 +0900 +++ b/aclocal.m4 Tue Nov 19 09:09:35 2019 +0900 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.15.1 -*- Autoconf -*- +# generated automatically by aclocal 1.16.1 -*- Autoconf -*- -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -20,7 +20,7 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002-2017 Free Software Foundation, Inc. +# Copyright (C) 2002-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -32,10 +32,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.15' +[am__api_version='1.16' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.15.1], [], +m4_if([$1], [1.16.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -51,14 +51,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.15.1])dnl +[AM_AUTOMAKE_VERSION([1.16.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # Figure out how to run the assembler. -*- Autoconf -*- -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -78,7 +78,7 @@ # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -130,7 +130,7 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2017 Free Software Foundation, Inc. +# Copyright (C) 1997-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -161,7 +161,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2017 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -352,13 +352,12 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2017 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. - # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], @@ -366,49 +365,41 @@ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + AS_CASE([$CONFIG_FILES], + [*\'*], [eval set x "$CONFIG_FILES"], + [*], [set x $CONFIG_FILES]) shift - for mf + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf do # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named 'Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line + am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`AS_DIRNAME("$mf")` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running 'make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "$am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`AS_DIRNAME(["$file"])` - AS_MKDIR_P([$dirpart/$fdir]) - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`AS_DIRNAME(["$am_mf"])` + am_filepart=`AS_BASENAME(["$am_mf"])` + AM_RUN_LOG([cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles]) || am_rc=$? done + if test $am_rc -ne 0; then + AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. Try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking).]) + fi + AS_UNSET([am_dirpart]) + AS_UNSET([am_filepart]) + AS_UNSET([am_mf]) + AS_UNSET([am_rc]) + rm -f conftest-deps.mk } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS @@ -417,18 +408,17 @@ # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # -# This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each '.P' file that we will -# need in order to bootstrap the dependency handling code. +# This code is only required when automatic dependency tracking is enabled. +# This creates each '.Po' and '.Plo' makefile fragment that we'll need in +# order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], - [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) -]) + [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -515,8 +505,8 @@ AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: -# -# +# +# AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. @@ -583,7 +573,7 @@ Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation -that behaves properly: . +that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM @@ -625,7 +615,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -646,7 +636,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. +# Copyright (C) 2003-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -668,7 +658,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -703,7 +693,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -711,49 +701,42 @@ # AM_MAKE_INCLUDE() # ----------------- -# Check to see how make treats includes. +# Check whether make has an 'include' directive that can support all +# the idioms we need for our automatic dependency tracking code. AC_DEFUN([AM_MAKE_INCLUDE], -[am_make=${MAKE-make} -cat > confinc << 'END' +[AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) +cat > confinc.mk << 'END' am__doit: - @echo this is the am__doit target + @echo this is the am__doit target >confinc.out .PHONY: am__doit END -# If we don't find an include directive, just comment out the code. -AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from 'make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; -esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD - ;; - esac -fi -AC_SUBST([am__include]) -AC_SUBST([am__quote]) -AC_MSG_RESULT([$_am_result]) -rm -f confinc confmf -]) +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) + AS_CASE([$?:`cat confinc.out 2>/dev/null`], + ['0:this is the am__doit target'], + [AS_CASE([$s], + [BSD], [am__include='.include' am__quote='"'], + [am__include='include' am__quote=''])]) + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +AC_MSG_RESULT([${_am_result}]) +AC_SUBST([am__include])]) +AC_SUBST([am__quote])]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2017 Free Software Foundation, Inc. +# Copyright (C) 1997-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -792,7 +775,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -821,7 +804,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2017 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -868,7 +851,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -887,7 +870,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -968,7 +951,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2017 Free Software Foundation, Inc. +# Copyright (C) 2009-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1028,7 +1011,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1056,7 +1039,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2017 Free Software Foundation, Inc. +# Copyright (C) 2006-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1075,7 +1058,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2017 Free Software Foundation, Inc. +# Copyright (C) 2004-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -r 7fc6aaa87a07 -r e9b59376ff6b agent/Makefile.in --- a/agent/Makefile.in Mon Nov 11 22:37:55 2019 +0900 +++ b/agent/Makefile.in Tue Nov 19 09:09:35 2019 +0900 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -131,7 +131,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir + distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -316,8 +316,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -430,7 +430,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -r 7fc6aaa87a07 -r e9b59376ff6b agent/attacher/Makefile.in --- a/agent/attacher/Makefile.in Mon Nov 11 22:37:55 2019 +0900 +++ b/agent/attacher/Makefile.in Tue Nov 19 09:09:35 2019 +0900 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -257,8 +257,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -278,7 +278,10 @@ cscope cscopelist: -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -r 7fc6aaa87a07 -r e9b59376ff6b agent/src/Makefile.in --- a/agent/src/Makefile.in Mon Nov 11 22:37:55 2019 +0900 +++ b/agent/src/Makefile.in Tue Nov 19 09:09:35 2019 +0900 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -135,7 +135,10 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/./m4/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libheapstats_2_1_so_3-heapstats.Po \ + arch/arm/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_arm.Po \ + arch/x86/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_x86.Po am__mv = mv -f AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) @@ -176,7 +179,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir + distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -371,8 +374,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -415,9 +418,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_2_1_so_3-heapstats.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@arch/arm/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_arm.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_x86.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_2_1_so_3-heapstats.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@arch/arm/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_arm.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_x86.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .cpp.o: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -576,7 +585,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -678,7 +690,9 @@ clean-am: clean-binPROGRAMS clean-generic clean-local mostlyclean-am distclean: distclean-recursive - -rm -rf ./$(DEPDIR) arch/arm/$(DEPDIR) arch/x86/$(DEPDIR) + -rm -f ./$(DEPDIR)/libheapstats_2_1_so_3-heapstats.Po + -rm -f arch/arm/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_arm.Po + -rm -f arch/x86/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_x86.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -724,7 +738,9 @@ installcheck-am: maintainer-clean: maintainer-clean-recursive - -rm -rf ./$(DEPDIR) arch/arm/$(DEPDIR) arch/x86/$(DEPDIR) + -rm -f ./$(DEPDIR)/libheapstats_2_1_so_3-heapstats.Po + -rm -f arch/arm/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_arm.Po + -rm -f arch/x86/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_x86.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -744,19 +760,20 @@ .MAKE: $(am__recursive_targets) install-am install-strip -.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ - check-am clean clean-binPROGRAMS clean-generic clean-local \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-binPROGRAMS \ - install-data install-data-am install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs installdirs-am \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am uninstall-binPROGRAMS +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ + am--depfiles check check-am clean clean-binPROGRAMS \ + clean-generic clean-local cscopelist-am ctags ctags-am \ + distclean distclean-compile distclean-generic distclean-tags \ + distdir dvi dvi-am html html-am info info-am install \ + install-am install-binPROGRAMS install-data install-data-am \ + install-dvi install-dvi-am install-exec install-exec-am \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-binPROGRAMS .PRECIOUS: Makefile diff -r 7fc6aaa87a07 -r e9b59376ff6b agent/src/heapstats-engines/Makefile.in --- a/agent/src/heapstats-engines/Makefile.in Mon Nov 11 22:37:55 2019 +0900 +++ b/agent/src/heapstats-engines/Makefile.in Tue Nov 19 09:09:35 2019 +0900 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -408,7 +408,179 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/./m4/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-agentThread.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-archiveMaker.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-bitMapMarker.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-classContainer.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-cmdArchiver.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-configuration.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-deadlockDetector.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-fsUtil.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-gcWatcher.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-heapstatsMBean.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jniZipArchiver.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmInfo.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmSockCmd.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-libmain.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logMain.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logManager.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-oopUtil.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrideFunc.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrider.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-pcreRegex.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-signalManager.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotContainer.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotMain.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotProcessor.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-symbolFinder.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-threadRecorder.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-timer.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-trapSender.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-util.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmFunctions.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmStructScanner.Po \ + ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmVariables.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-agentThread.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-archiveMaker.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-bitMapMarker.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-classContainer.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-cmdArchiver.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-configuration.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-deadlockDetector.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-fsUtil.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-gcWatcher.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-heapstatsMBean.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jniZipArchiver.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmInfo.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmSockCmd.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-libmain.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logMain.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logManager.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-oopUtil.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrideFunc.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrider.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-pcreRegex.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-signalManager.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotContainer.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotMain.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotProcessor.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-symbolFinder.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-threadRecorder.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-timer.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-trapSender.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-util.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmFunctions.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmStructScanner.Po \ + ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmVariables.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-agentThread.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-archiveMaker.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-bitMapMarker.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-classContainer.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-cmdArchiver.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-configuration.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-deadlockDetector.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-fsUtil.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-gcWatcher.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-heapstatsMBean.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-jniZipArchiver.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmInfo.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmSockCmd.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-libmain.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-logMain.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-logManager.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-oopUtil.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrideFunc.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrider.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-pcreRegex.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-signalManager.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotContainer.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotMain.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotProcessor.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-symbolFinder.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-threadRecorder.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-timer.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-trapSender.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-util.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmFunctions.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmStructScanner.Po \ + ./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmVariables.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-agentThread.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-archiveMaker.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-bitMapMarker.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-classContainer.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-cmdArchiver.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-configuration.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-deadlockDetector.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-fsUtil.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-gcWatcher.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-heapstatsMBean.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jniZipArchiver.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmInfo.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmSockCmd.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-libmain.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logMain.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logManager.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-oopUtil.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrideFunc.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrider.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-pcreRegex.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-signalManager.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotContainer.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotMain.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotProcessor.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-symbolFinder.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-threadRecorder.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-timer.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-trapSender.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-util.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmFunctions.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmStructScanner.Po \ + ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmVariables.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-agentThread.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-archiveMaker.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-bitMapMarker.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-classContainer.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-cmdArchiver.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-configuration.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-deadlockDetector.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-fsUtil.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-gcWatcher.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-heapstatsMBean.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jniZipArchiver.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmInfo.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmSockCmd.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-libmain.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logMain.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logManager.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-oopUtil.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrideFunc.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrider.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-pcreRegex.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-signalManager.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotContainer.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotMain.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotProcessor.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-symbolFinder.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-threadRecorder.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-timer.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-trapSender.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-util.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmFunctions.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmStructScanner.Po \ + ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmVariables.Po \ + arch/arm/$(DEPDIR)/libheapstats_engine_neon_2_1_so-armBitMapMarker.Po \ + arch/arm/$(DEPDIR)/libheapstats_engine_none_2_1_so-armBitMapMarker.Po \ + arch/arm/neon/$(DEPDIR)/libheapstats_engine_neon_2_1_so-neonBitMapMarker.Po \ + arch/x86/$(DEPDIR)/libheapstats_engine_avx_2_1_so-x86BitMapMarker.Po \ + arch/x86/$(DEPDIR)/libheapstats_engine_none_2_1_so-x86BitMapMarker.Po \ + arch/x86/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-x86BitMapMarker.Po \ + arch/x86/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-x86BitMapMarker.Po \ + arch/x86/avx/$(DEPDIR)/libheapstats_engine_avx_2_1_so-avxBitMapMarker.Po \ + arch/x86/sse2/$(DEPDIR)/libheapstats_engine_avx_2_1_so-sse2BitMapMarker.Po \ + arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-sse2BitMapMarker.Po \ + arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-sse2BitMapMarker.Po am__mv = mv -f AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) @@ -685,8 +857,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -789,177 +961,183 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-agentThread.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-archiveMaker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-bitMapMarker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-classContainer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-cmdArchiver.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-configuration.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-deadlockDetector.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-fsUtil.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-gcWatcher.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-heapstatsMBean.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jniZipArchiver.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmInfo.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmSockCmd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-libmain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logMain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logManager.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-oopUtil.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrideFunc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrider.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-pcreRegex.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-signalManager.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotContainer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotMain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotProcessor.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-symbolFinder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-threadRecorder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-timer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-trapSender.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-util.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmFunctions.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmStructScanner.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmVariables.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-agentThread.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-archiveMaker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-bitMapMarker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-classContainer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-cmdArchiver.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-configuration.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-deadlockDetector.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-fsUtil.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-gcWatcher.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-heapstatsMBean.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jniZipArchiver.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmInfo.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmSockCmd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-libmain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logMain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logManager.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-oopUtil.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrideFunc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrider.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-pcreRegex.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-signalManager.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotContainer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotMain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotProcessor.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-symbolFinder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-threadRecorder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-timer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-trapSender.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-util.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmFunctions.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmStructScanner.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmVariables.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-agentThread.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-archiveMaker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-bitMapMarker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-classContainer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-cmdArchiver.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-configuration.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-deadlockDetector.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-fsUtil.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-gcWatcher.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-heapstatsMBean.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-jniZipArchiver.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmInfo.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmSockCmd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-libmain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-logMain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-logManager.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-oopUtil.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrideFunc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrider.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-pcreRegex.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-signalManager.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotContainer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotMain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotProcessor.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-symbolFinder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-threadRecorder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-timer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-trapSender.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-util.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmFunctions.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmStructScanner.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmVariables.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-agentThread.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-archiveMaker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-bitMapMarker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-classContainer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-cmdArchiver.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-configuration.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-deadlockDetector.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-fsUtil.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-gcWatcher.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-heapstatsMBean.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jniZipArchiver.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmInfo.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmSockCmd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-libmain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logMain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logManager.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-oopUtil.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrideFunc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrider.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-pcreRegex.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-signalManager.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotContainer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotMain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotProcessor.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-symbolFinder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-threadRecorder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-timer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-trapSender.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-util.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmFunctions.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmStructScanner.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmVariables.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-agentThread.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-archiveMaker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-bitMapMarker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-classContainer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-cmdArchiver.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-configuration.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-deadlockDetector.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-fsUtil.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-gcWatcher.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-heapstatsMBean.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jniZipArchiver.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmInfo.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmSockCmd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-libmain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logMain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logManager.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-oopUtil.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrideFunc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrider.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-pcreRegex.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-signalManager.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotContainer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotMain.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotProcessor.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-symbolFinder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-threadRecorder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-timer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-trapSender.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-util.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmFunctions.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmStructScanner.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmVariables.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@arch/arm/$(DEPDIR)/libheapstats_engine_neon_2_1_so-armBitMapMarker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@arch/arm/$(DEPDIR)/libheapstats_engine_none_2_1_so-armBitMapMarker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@arch/arm/neon/$(DEPDIR)/libheapstats_engine_neon_2_1_so-neonBitMapMarker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_engine_avx_2_1_so-x86BitMapMarker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_engine_none_2_1_so-x86BitMapMarker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-x86BitMapMarker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-x86BitMapMarker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/avx/$(DEPDIR)/libheapstats_engine_avx_2_1_so-avxBitMapMarker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/sse2/$(DEPDIR)/libheapstats_engine_avx_2_1_so-sse2BitMapMarker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-sse2BitMapMarker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-sse2BitMapMarker.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-agentThread.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-archiveMaker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-bitMapMarker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-classContainer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-cmdArchiver.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-configuration.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-deadlockDetector.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-fsUtil.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-gcWatcher.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-heapstatsMBean.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jniZipArchiver.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmInfo.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmSockCmd.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-libmain.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logMain.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logManager.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-oopUtil.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrideFunc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrider.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-pcreRegex.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-signalManager.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotContainer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotMain.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotProcessor.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-symbolFinder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-threadRecorder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-timer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-trapSender.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-util.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmFunctions.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmStructScanner.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmVariables.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-agentThread.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-archiveMaker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-bitMapMarker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-classContainer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-cmdArchiver.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-configuration.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-deadlockDetector.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-fsUtil.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-gcWatcher.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-heapstatsMBean.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jniZipArchiver.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmInfo.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmSockCmd.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-libmain.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logMain.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logManager.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-oopUtil.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrideFunc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrider.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-pcreRegex.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-signalManager.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotContainer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotMain.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotProcessor.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-symbolFinder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-threadRecorder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-timer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-trapSender.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-util.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmFunctions.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmStructScanner.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmVariables.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-agentThread.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-archiveMaker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-bitMapMarker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-classContainer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-cmdArchiver.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-configuration.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-deadlockDetector.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-fsUtil.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-gcWatcher.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-heapstatsMBean.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-jniZipArchiver.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmInfo.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmSockCmd.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-libmain.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-logMain.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-logManager.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-oopUtil.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrideFunc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrider.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-pcreRegex.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-signalManager.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotContainer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotMain.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotProcessor.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-symbolFinder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-threadRecorder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-timer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-trapSender.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-util.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmFunctions.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmStructScanner.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmVariables.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-agentThread.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-archiveMaker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-bitMapMarker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-classContainer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-cmdArchiver.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-configuration.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-deadlockDetector.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-fsUtil.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-gcWatcher.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-heapstatsMBean.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jniZipArchiver.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmInfo.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmSockCmd.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-libmain.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logMain.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logManager.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-oopUtil.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrideFunc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrider.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-pcreRegex.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-signalManager.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotContainer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotMain.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotProcessor.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-symbolFinder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-threadRecorder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-timer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-trapSender.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-util.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmFunctions.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmStructScanner.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmVariables.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-agentThread.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-archiveMaker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-bitMapMarker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-classContainer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-cmdArchiver.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-configuration.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-deadlockDetector.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-fsUtil.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-gcWatcher.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-heapstatsMBean.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jniZipArchiver.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmInfo.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmSockCmd.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-libmain.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logMain.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logManager.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-oopUtil.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrideFunc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrider.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-pcreRegex.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-signalManager.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotContainer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotMain.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotProcessor.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-symbolFinder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-threadRecorder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-timer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-trapSender.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-util.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmFunctions.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmStructScanner.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmVariables.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@arch/arm/$(DEPDIR)/libheapstats_engine_neon_2_1_so-armBitMapMarker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@arch/arm/$(DEPDIR)/libheapstats_engine_none_2_1_so-armBitMapMarker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@arch/arm/neon/$(DEPDIR)/libheapstats_engine_neon_2_1_so-neonBitMapMarker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_engine_avx_2_1_so-x86BitMapMarker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_engine_none_2_1_so-x86BitMapMarker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-x86BitMapMarker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-x86BitMapMarker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/avx/$(DEPDIR)/libheapstats_engine_avx_2_1_so-avxBitMapMarker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/sse2/$(DEPDIR)/libheapstats_engine_avx_2_1_so-sse2BitMapMarker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-sse2BitMapMarker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-sse2BitMapMarker.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .S.o: @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -3439,7 +3617,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -3521,7 +3702,177 @@ clean-am: clean-binPROGRAMS clean-generic mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) arch/arm/$(DEPDIR) arch/arm/neon/$(DEPDIR) arch/x86/$(DEPDIR) arch/x86/avx/$(DEPDIR) arch/x86/sse2/$(DEPDIR) + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-agentThread.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-archiveMaker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-bitMapMarker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-classContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-cmdArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-configuration.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-deadlockDetector.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-fsUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-gcWatcher.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-heapstatsMBean.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jniZipArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmInfo.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmSockCmd.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-libmain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-oopUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrideFunc.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrider.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-pcreRegex.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-signalManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotProcessor.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-symbolFinder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-threadRecorder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-timer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-trapSender.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-util.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmFunctions.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmStructScanner.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmVariables.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-agentThread.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-archiveMaker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-bitMapMarker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-classContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-cmdArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-configuration.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-deadlockDetector.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-fsUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-gcWatcher.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-heapstatsMBean.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jniZipArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmInfo.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmSockCmd.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-libmain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-oopUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrideFunc.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrider.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-pcreRegex.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-signalManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotProcessor.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-symbolFinder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-threadRecorder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-timer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-trapSender.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-util.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmFunctions.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmStructScanner.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmVariables.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-agentThread.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-archiveMaker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-bitMapMarker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-classContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-cmdArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-configuration.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-deadlockDetector.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-fsUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-gcWatcher.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-heapstatsMBean.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-jniZipArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmInfo.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmSockCmd.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-libmain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-logMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-logManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-oopUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrideFunc.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrider.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-pcreRegex.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-signalManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotProcessor.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-symbolFinder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-threadRecorder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-timer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-trapSender.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-util.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmFunctions.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmStructScanner.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmVariables.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-agentThread.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-archiveMaker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-bitMapMarker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-classContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-cmdArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-configuration.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-deadlockDetector.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-fsUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-gcWatcher.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-heapstatsMBean.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jniZipArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmInfo.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmSockCmd.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-libmain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-oopUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrideFunc.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrider.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-pcreRegex.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-signalManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotProcessor.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-symbolFinder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-threadRecorder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-timer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-trapSender.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-util.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmFunctions.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmStructScanner.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmVariables.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-agentThread.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-archiveMaker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-bitMapMarker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-classContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-cmdArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-configuration.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-deadlockDetector.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-fsUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-gcWatcher.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-heapstatsMBean.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jniZipArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmInfo.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmSockCmd.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-libmain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-oopUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrideFunc.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrider.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-pcreRegex.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-signalManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotProcessor.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-symbolFinder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-threadRecorder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-timer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-trapSender.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-util.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmFunctions.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmStructScanner.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmVariables.Po + -rm -f arch/arm/$(DEPDIR)/libheapstats_engine_neon_2_1_so-armBitMapMarker.Po + -rm -f arch/arm/$(DEPDIR)/libheapstats_engine_none_2_1_so-armBitMapMarker.Po + -rm -f arch/arm/neon/$(DEPDIR)/libheapstats_engine_neon_2_1_so-neonBitMapMarker.Po + -rm -f arch/x86/$(DEPDIR)/libheapstats_engine_avx_2_1_so-x86BitMapMarker.Po + -rm -f arch/x86/$(DEPDIR)/libheapstats_engine_none_2_1_so-x86BitMapMarker.Po + -rm -f arch/x86/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-x86BitMapMarker.Po + -rm -f arch/x86/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-x86BitMapMarker.Po + -rm -f arch/x86/avx/$(DEPDIR)/libheapstats_engine_avx_2_1_so-avxBitMapMarker.Po + -rm -f arch/x86/sse2/$(DEPDIR)/libheapstats_engine_avx_2_1_so-sse2BitMapMarker.Po + -rm -f arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-sse2BitMapMarker.Po + -rm -f arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-sse2BitMapMarker.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -3567,7 +3918,177 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) arch/arm/$(DEPDIR) arch/arm/neon/$(DEPDIR) arch/x86/$(DEPDIR) arch/x86/avx/$(DEPDIR) arch/x86/sse2/$(DEPDIR) + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-agentThread.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-archiveMaker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-bitMapMarker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-classContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-cmdArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-configuration.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-deadlockDetector.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-fsUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-gcWatcher.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-heapstatsMBean.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jniZipArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmInfo.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmSockCmd.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-libmain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-oopUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrideFunc.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrider.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-pcreRegex.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-signalManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotProcessor.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-symbolFinder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-threadRecorder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-timer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-trapSender.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-util.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmFunctions.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmStructScanner.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmVariables.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-agentThread.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-archiveMaker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-bitMapMarker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-classContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-cmdArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-configuration.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-deadlockDetector.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-fsUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-gcWatcher.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-heapstatsMBean.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jniZipArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmInfo.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmSockCmd.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-libmain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-oopUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrideFunc.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrider.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-pcreRegex.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-signalManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotProcessor.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-symbolFinder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-threadRecorder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-timer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-trapSender.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-util.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmFunctions.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmStructScanner.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmVariables.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-agentThread.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-archiveMaker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-bitMapMarker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-classContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-cmdArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-configuration.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-deadlockDetector.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-fsUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-gcWatcher.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-heapstatsMBean.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-jniZipArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmInfo.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmSockCmd.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-libmain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-logMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-logManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-oopUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrideFunc.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrider.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-pcreRegex.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-signalManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotProcessor.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-symbolFinder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-threadRecorder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-timer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-trapSender.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-util.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmFunctions.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmStructScanner.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmVariables.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-agentThread.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-archiveMaker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-bitMapMarker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-classContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-cmdArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-configuration.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-deadlockDetector.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-fsUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-gcWatcher.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-heapstatsMBean.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jniZipArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmInfo.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmSockCmd.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-libmain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-oopUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrideFunc.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrider.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-pcreRegex.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-signalManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotProcessor.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-symbolFinder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-threadRecorder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-timer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-trapSender.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-util.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmFunctions.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmStructScanner.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmVariables.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-agentThread.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-archiveMaker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-bitMapMarker.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-classContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-cmdArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-configuration.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-deadlockDetector.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-fsUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-gcWatcher.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-heapstatsMBean.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jniZipArchiver.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmInfo.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmSockCmd.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-libmain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-oopUtil.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrideFunc.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrider.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-pcreRegex.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-signalManager.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotContainer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotMain.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotProcessor.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-symbolFinder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-threadRecorder.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-timer.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-trapSender.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-util.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmFunctions.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmStructScanner.Po + -rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmVariables.Po + -rm -f arch/arm/$(DEPDIR)/libheapstats_engine_neon_2_1_so-armBitMapMarker.Po + -rm -f arch/arm/$(DEPDIR)/libheapstats_engine_none_2_1_so-armBitMapMarker.Po + -rm -f arch/arm/neon/$(DEPDIR)/libheapstats_engine_neon_2_1_so-neonBitMapMarker.Po + -rm -f arch/x86/$(DEPDIR)/libheapstats_engine_avx_2_1_so-x86BitMapMarker.Po + -rm -f arch/x86/$(DEPDIR)/libheapstats_engine_none_2_1_so-x86BitMapMarker.Po + -rm -f arch/x86/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-x86BitMapMarker.Po + -rm -f arch/x86/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-x86BitMapMarker.Po + -rm -f arch/x86/avx/$(DEPDIR)/libheapstats_engine_avx_2_1_so-avxBitMapMarker.Po + -rm -f arch/x86/sse2/$(DEPDIR)/libheapstats_engine_avx_2_1_so-sse2BitMapMarker.Po + -rm -f arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-sse2BitMapMarker.Po + -rm -f arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-sse2BitMapMarker.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -3587,7 +4108,7 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \ distclean distclean-compile distclean-generic distclean-tags \ distdir dvi dvi-am html html-am info info-am install \ diff -r 7fc6aaa87a07 -r e9b59376ff6b agent/src/iotracer/Makefile.in --- a/agent/src/iotracer/Makefile.in Mon Nov 11 22:37:55 2019 +0900 +++ b/agent/src/iotracer/Makefile.in Tue Nov 19 09:09:35 2019 +0900 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -255,8 +255,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -274,7 +274,10 @@ cscope cscopelist: -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -r 7fc6aaa87a07 -r e9b59376ff6b analyzer/cli/pom.xml --- a/analyzer/cli/pom.xml Mon Nov 11 22:37:55 2019 +0900 +++ b/analyzer/cli/pom.xml Tue Nov 19 09:09:35 2019 +0900 @@ -22,7 +22,7 @@ 4.0.0 jp.co.ntt.oss.heapstats heapstats-cli - 2.1.0 + 2.1.1 jar HeapStats CLI diff -r 7fc6aaa87a07 -r e9b59376ff6b analyzer/core/pom.xml --- a/analyzer/core/pom.xml Mon Nov 11 22:37:55 2019 +0900 +++ b/analyzer/core/pom.xml Tue Nov 19 09:09:35 2019 +0900 @@ -22,7 +22,7 @@ 4.0.0 jp.co.ntt.oss.heapstats heapstats-core - 2.1.0 + 2.1.1 jar HeapStats Analyzer Core diff -r 7fc6aaa87a07 -r e9b59376ff6b analyzer/fx/pom.xml --- a/analyzer/fx/pom.xml Mon Nov 11 22:37:55 2019 +0900 +++ b/analyzer/fx/pom.xml Tue Nov 19 09:09:35 2019 +0900 @@ -22,7 +22,7 @@ 4.0.0 jp.co.ntt.oss.heapstats heapstats-analyzer - 2.1.0 + 2.1.1 jar HeapStats Analyzer diff -r 7fc6aaa87a07 -r e9b59376ff6b analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/aboutDialog.fxml --- a/analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/aboutDialog.fxml Mon Nov 11 22:37:55 2019 +0900 +++ b/analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/aboutDialog.fxml Tue Nov 19 09:09:35 2019 +0900 @@ -36,7 +36,7 @@ -