Browse Source

Vendor libfnv with updated configure script

master
Wesley Kerfoot 5 years ago
parent
commit
b0809fe2b8
  1. 320
      bloom_filter/libfnv/INSTALL
  2. 47
      bloom_filter/libfnv/Makefile
  3. 15
      bloom_filter/libfnv/Makefile.in
  4. 189
      bloom_filter/libfnv/aclocal.m4
  5. 14989
      bloom_filter/libfnv/autom4te.cache/output.0
  6. 78
      bloom_filter/libfnv/autom4te.cache/requests
  7. 597
      bloom_filter/libfnv/autom4te.cache/traces.0
  8. 13
      bloom_filter/libfnv/build-aux/compile
  9. 679
      bloom_filter/libfnv/build-aux/config.guess
  10. 304
      bloom_filter/libfnv/build-aux/config.sub
  11. 10
      bloom_filter/libfnv/build-aux/depcomp
  12. 47
      bloom_filter/libfnv/build-aux/install-sh
  13. 766
      bloom_filter/libfnv/build-aux/ltmain.sh
  14. 16
      bloom_filter/libfnv/build-aux/missing
  15. 61
      bloom_filter/libfnv/config.h.in~
  16. 694
      bloom_filter/libfnv/config.log
  17. 159
      bloom_filter/libfnv/config.status
  18. 299
      bloom_filter/libfnv/configure
  19. 63
      bloom_filter/libfnv/libfnv/.deps/libfnv_la-arith1024.Plo
  20. 63
      bloom_filter/libfnv/libfnv/.deps/libfnv_la-arith128.Plo
  21. 56
      bloom_filter/libfnv/libfnv/.deps/libfnv_la-arith256.Plo
  22. 63
      bloom_filter/libfnv/libfnv/.deps/libfnv_la-arith512.Plo
  23. 34
      bloom_filter/libfnv/libfnv/.deps/libfnv_la-fnv.Plo
  24. 35
      bloom_filter/libfnv/libfnv/.deps/libfnv_la-fnv1024mp.Plo
  25. 35
      bloom_filter/libfnv/libfnv/.deps/libfnv_la-fnv128mp.Plo
  26. 35
      bloom_filter/libfnv/libfnv/.deps/libfnv_la-fnv256mp.Plo
  27. 35
      bloom_filter/libfnv/libfnv/.deps/libfnv_la-fnv512mp.Plo
  28. 45
      bloom_filter/libfnv/libfnv/.deps/libfnv_la-mgmp.Plo
  29. BIN
      bloom_filter/libfnv/libfnv/.libs/libfnv.a
  30. 1
      bloom_filter/libfnv/libfnv/.libs/libfnv.la
  31. 41
      bloom_filter/libfnv/libfnv/.libs/libfnv.lai
  32. 1
      bloom_filter/libfnv/libfnv/.libs/libfnv.so
  33. 1
      bloom_filter/libfnv/libfnv/.libs/libfnv.so.0
  34. BIN
      bloom_filter/libfnv/libfnv/.libs/libfnv.so.0.0.0
  35. BIN
      bloom_filter/libfnv/libfnv/.libs/libfnv_la-arith1024.o
  36. BIN
      bloom_filter/libfnv/libfnv/.libs/libfnv_la-arith128.o
  37. BIN
      bloom_filter/libfnv/libfnv/.libs/libfnv_la-arith256.o
  38. BIN
      bloom_filter/libfnv/libfnv/.libs/libfnv_la-arith512.o
  39. BIN
      bloom_filter/libfnv/libfnv/.libs/libfnv_la-fnv.o
  40. BIN
      bloom_filter/libfnv/libfnv/.libs/libfnv_la-fnv1024mp.o
  41. BIN
      bloom_filter/libfnv/libfnv/.libs/libfnv_la-fnv128mp.o
  42. BIN
      bloom_filter/libfnv/libfnv/.libs/libfnv_la-fnv256mp.o
  43. BIN
      bloom_filter/libfnv/libfnv/.libs/libfnv_la-fnv512mp.o
  44. BIN
      bloom_filter/libfnv/libfnv/.libs/libfnv_la-mgmp.o
  45. 111
      bloom_filter/libfnv/libfnv/Makefile
  46. 79
      bloom_filter/libfnv/libfnv/Makefile.in
  47. 41
      bloom_filter/libfnv/libfnv/libfnv.la
  48. 12
      bloom_filter/libfnv/libfnv/libfnv_la-arith1024.lo
  49. BIN
      bloom_filter/libfnv/libfnv/libfnv_la-arith1024.o
  50. 12
      bloom_filter/libfnv/libfnv/libfnv_la-arith128.lo
  51. BIN
      bloom_filter/libfnv/libfnv/libfnv_la-arith128.o
  52. 12
      bloom_filter/libfnv/libfnv/libfnv_la-arith256.lo
  53. BIN
      bloom_filter/libfnv/libfnv/libfnv_la-arith256.o
  54. 12
      bloom_filter/libfnv/libfnv/libfnv_la-arith512.lo
  55. BIN
      bloom_filter/libfnv/libfnv/libfnv_la-arith512.o
  56. 12
      bloom_filter/libfnv/libfnv/libfnv_la-fnv.lo
  57. BIN
      bloom_filter/libfnv/libfnv/libfnv_la-fnv.o
  58. 12
      bloom_filter/libfnv/libfnv/libfnv_la-fnv1024mp.lo
  59. BIN
      bloom_filter/libfnv/libfnv/libfnv_la-fnv1024mp.o
  60. 12
      bloom_filter/libfnv/libfnv/libfnv_la-fnv128mp.lo
  61. BIN
      bloom_filter/libfnv/libfnv/libfnv_la-fnv128mp.o
  62. 12
      bloom_filter/libfnv/libfnv/libfnv_la-fnv256mp.lo
  63. BIN
      bloom_filter/libfnv/libfnv/libfnv_la-fnv256mp.o
  64. 12
      bloom_filter/libfnv/libfnv/libfnv_la-fnv512mp.lo
  65. BIN
      bloom_filter/libfnv/libfnv/libfnv_la-fnv512mp.o
  66. 12
      bloom_filter/libfnv/libfnv/libfnv_la-mgmp.lo
  67. BIN
      bloom_filter/libfnv/libfnv/libfnv_la-mgmp.o
  68. 96
      bloom_filter/libfnv/libfnvutil/.deps/libfnvutil_la-fnvutil.Plo
  69. BIN
      bloom_filter/libfnv/libfnvutil/.libs/libfnvutil.a
  70. 1
      bloom_filter/libfnv/libfnvutil/.libs/libfnvutil.la
  71. 41
      bloom_filter/libfnv/libfnvutil/.libs/libfnvutil.lai
  72. 1
      bloom_filter/libfnv/libfnvutil/.libs/libfnvutil.so
  73. 1
      bloom_filter/libfnv/libfnvutil/.libs/libfnvutil.so.0
  74. BIN
      bloom_filter/libfnv/libfnvutil/.libs/libfnvutil.so.0.0.0
  75. BIN
      bloom_filter/libfnv/libfnvutil/.libs/libfnvutil_la-fnvutil.o
  76. 66
      bloom_filter/libfnv/libfnvutil/Makefile
  77. 34
      bloom_filter/libfnv/libfnvutil/Makefile.in
  78. 41
      bloom_filter/libfnv/libfnvutil/libfnvutil.la
  79. 12
      bloom_filter/libfnv/libfnvutil/libfnvutil_la-fnvutil.lo
  80. BIN
      bloom_filter/libfnv/libfnvutil/libfnvutil_la-fnvutil.o
  81. 783
      bloom_filter/libfnv/libtool
  82. 101
      bloom_filter/libfnv/m4/libtool.m4
  83. 2
      bloom_filter/libfnv/m4/ltoptions.m4
  84. 2
      bloom_filter/libfnv/m4/ltsugar.m4
  85. 12
      bloom_filter/libfnv/m4/ltversion.m4
  86. 2
      bloom_filter/libfnv/m4/lt~obsolete.m4
  87. 86
      bloom_filter/libfnv/test/.deps/arithtest-arithtest.Po
  88. BIN
      bloom_filter/libfnv/test/.libs/arithtest
  89. 91
      bloom_filter/libfnv/test/Makefile
  90. 59
      bloom_filter/libfnv/test/Makefile.in
  91. 228
      bloom_filter/libfnv/test/arithtest
  92. BIN
      bloom_filter/libfnv/test/arithtest-arithtest.o
  93. 72
      bloom_filter/libfnv/test/unit/Makefile
  94. 40
      bloom_filter/libfnv/test/unit/Makefile.in
  95. 99
      bloom_filter/libfnv/tools/.deps/fnv1024sum-fnv1024sum.Po
  96. 99
      bloom_filter/libfnv/tools/.deps/fnv128sum-fnv128sum.Po
  97. 99
      bloom_filter/libfnv/tools/.deps/fnv256sum-fnv256sum.Po
  98. 99
      bloom_filter/libfnv/tools/.deps/fnv32sum-fnv32sum.Po
  99. 99
      bloom_filter/libfnv/tools/.deps/fnv512sum-fnv512sum.Po
  100. 99
      bloom_filter/libfnv/tools/.deps/fnv64sum-fnv64sum.Po

320
bloom_filter/libfnv/INSTALL

@ -1,8 +1,8 @@
Installation Instructions Installation Instructions
************************* *************************
Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation, Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
Inc. Foundation, Inc.
Copying and distribution of this file, with or without modification, Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright are permitted in any medium without royalty provided the copyright
@ -12,97 +12,96 @@ without warranty of any kind.
Basic Installation Basic Installation
================== ==================
Briefly, the shell command `./configure && make && make install' Briefly, the shell command './configure && make && make install'
should configure, build, and install this package. The following should configure, build, and install this package. The following
more-detailed instructions are generic; see the `README' file for more-detailed instructions are generic; see the 'README' file for
instructions specific to this package. Some packages provide this instructions specific to this package. Some packages provide this
`INSTALL' file but do not implement all of the features documented 'INSTALL' file but do not implement all of the features documented
below. The lack of an optional feature in a given package is not below. The lack of an optional feature in a given package is not
necessarily a bug. More recommendations for GNU packages can be found necessarily a bug. More recommendations for GNU packages can be found
in *note Makefile Conventions: (standards)Makefile Conventions. in *note Makefile Conventions: (standards)Makefile Conventions.
The `configure' shell script attempts to guess correct values for The 'configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation. It uses various system-dependent variables used during compilation. It uses
those values to create a `Makefile' in each directory of the package. those values to create a 'Makefile' in each directory of the package.
It may also create one or more `.h' files containing system-dependent It may also create one or more '.h' files containing system-dependent
definitions. Finally, it creates a shell script `config.status' that definitions. Finally, it creates a shell script 'config.status' that
you can run in the future to recreate the current configuration, and a you can run in the future to recreate the current configuration, and a
file `config.log' containing compiler output (useful mainly for file 'config.log' containing compiler output (useful mainly for
debugging `configure'). debugging 'configure').
It can also use an optional file (typically called `config.cache' It can also use an optional file (typically called 'config.cache' and
and enabled with `--cache-file=config.cache' or simply `-C') that saves enabled with '--cache-file=config.cache' or simply '-C') that saves the
the results of its tests to speed up reconfiguring. Caching is results of its tests to speed up reconfiguring. Caching is disabled by
disabled by default to prevent problems with accidental use of stale default to prevent problems with accidental use of stale cache files.
cache files.
If you need to do unusual things to compile the package, please try If you need to do unusual things to compile the package, please try
to figure out how `configure' could check whether to do them, and mail to figure out how 'configure' could check whether to do them, and mail
diffs or instructions to the address given in the `README' so they can diffs or instructions to the address given in the 'README' so they can
be considered for the next release. If you are using the cache, and at be considered for the next release. If you are using the cache, and at
some point `config.cache' contains results you don't want to keep, you some point 'config.cache' contains results you don't want to keep, you
may remove or edit it. may remove or edit it.
The file `configure.ac' (or `configure.in') is used to create The file 'configure.ac' (or 'configure.in') is used to create
`configure' by a program called `autoconf'. You need `configure.ac' if 'configure' by a program called 'autoconf'. You need 'configure.ac' if
you want to change it or regenerate `configure' using a newer version you want to change it or regenerate 'configure' using a newer version of
of `autoconf'. 'autoconf'.
The simplest way to compile this package is: The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and type 1. 'cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system. './configure' to configure the package for your system.
Running `configure' might take a while. While running, it prints Running 'configure' might take a while. While running, it prints
some messages telling which features it is checking for. some messages telling which features it is checking for.
2. Type `make' to compile the package. 2. Type 'make' to compile the package.
3. Optionally, type `make check' to run any self-tests that come with 3. Optionally, type 'make check' to run any self-tests that come with
the package, generally using the just-built uninstalled binaries. the package, generally using the just-built uninstalled binaries.
4. Type `make install' to install the programs and any data files and 4. Type 'make install' to install the programs and any data files and
documentation. When installing into a prefix owned by root, it is documentation. When installing into a prefix owned by root, it is
recommended that the package be configured and built as a regular recommended that the package be configured and built as a regular
user, and only the `make install' phase executed with root user, and only the 'make install' phase executed with root
privileges. privileges.
5. Optionally, type `make installcheck' to repeat any self-tests, but 5. Optionally, type 'make installcheck' to repeat any self-tests, but
this time using the binaries in their final installed location. this time using the binaries in their final installed location.
This target does not install anything. Running this target as a This target does not install anything. Running this target as a
regular user, particularly if the prior `make install' required regular user, particularly if the prior 'make install' required
root privileges, verifies that the installation completed root privileges, verifies that the installation completed
correctly. correctly.
6. You can remove the program binaries and object files from the 6. You can remove the program binaries and object files from the
source code directory by typing `make clean'. To also remove the source code directory by typing 'make clean'. To also remove the
files that `configure' created (so you can compile the package for files that 'configure' created (so you can compile the package for
a different kind of computer), type `make distclean'. There is a different kind of computer), type 'make distclean'. There is
also a `make maintainer-clean' target, but that is intended mainly also a 'make maintainer-clean' target, but that is intended mainly
for the package's developers. If you use it, you may have to get for the package's developers. If you use it, you may have to get
all sorts of other programs in order to regenerate files that came all sorts of other programs in order to regenerate files that came
with the distribution. with the distribution.
7. Often, you can also type `make uninstall' to remove the installed 7. Often, you can also type 'make uninstall' to remove the installed
files again. In practice, not all packages have tested that files again. In practice, not all packages have tested that
uninstallation works correctly, even though it is required by the uninstallation works correctly, even though it is required by the
GNU Coding Standards. GNU Coding Standards.
8. Some packages, particularly those that use Automake, provide `make 8. Some packages, particularly those that use Automake, provide 'make
distcheck', which can by used by developers to test that all other distcheck', which can by used by developers to test that all other
targets like `make install' and `make uninstall' work correctly. targets like 'make install' and 'make uninstall' work correctly.
This target is generally not run by end users. This target is generally not run by end users.
Compilers and Options Compilers and Options
===================== =====================
Some systems require unusual options for compilation or linking that Some systems require unusual options for compilation or linking that
the `configure' script does not know about. Run `./configure --help' the 'configure' script does not know about. Run './configure --help'
for details on some of the pertinent environment variables. for details on some of the pertinent environment variables.
You can give `configure' initial values for configuration parameters You can give 'configure' initial values for configuration parameters
by setting variables in the command line or in the environment. Here by setting variables in the command line or in the environment. Here is
is an example: an example:
./configure CC=c99 CFLAGS=-g LIBS=-lposix ./configure CC=c99 CFLAGS=-g LIBS=-lposix
@ -113,21 +112,21 @@ Compiling For Multiple Architectures
You can compile the package for more than one kind of computer at the You can compile the package for more than one kind of computer at the
same time, by placing the object files for each architecture in their same time, by placing the object files for each architecture in their
own directory. To do this, you can use GNU `make'. `cd' to the own directory. To do this, you can use GNU 'make'. 'cd' to the
directory where you want the object files and executables to go and run directory where you want the object files and executables to go and run
the `configure' script. `configure' automatically checks for the the 'configure' script. 'configure' automatically checks for the source
source code in the directory that `configure' is in and in `..'. This code in the directory that 'configure' is in and in '..'. This is known
is known as a "VPATH" build. as a "VPATH" build.
With a non-GNU `make', it is safer to compile the package for one With a non-GNU 'make', it is safer to compile the package for one
architecture at a time in the source code directory. After you have architecture at a time in the source code directory. After you have
installed the package for one architecture, use `make distclean' before installed the package for one architecture, use 'make distclean' before
reconfiguring for another architecture. reconfiguring for another architecture.
On MacOS X 10.5 and later systems, you can create libraries and On MacOS X 10.5 and later systems, you can create libraries and
executables that work on multiple system types--known as "fat" or executables that work on multiple system types--known as "fat" or
"universal" binaries--by specifying multiple `-arch' options to the "universal" binaries--by specifying multiple '-arch' options to the
compiler but only a single `-arch' option to the preprocessor. Like compiler but only a single '-arch' option to the preprocessor. Like
this: this:
./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
@ -136,105 +135,104 @@ this:
This is not guaranteed to produce working output in all cases, you This is not guaranteed to produce working output in all cases, you
may have to build one architecture at a time and combine the results may have to build one architecture at a time and combine the results
using the `lipo' tool if you have problems. using the 'lipo' tool if you have problems.
Installation Names Installation Names
================== ==================
By default, `make install' installs the package's commands under By default, 'make install' installs the package's commands under
`/usr/local/bin', include files under `/usr/local/include', etc. You '/usr/local/bin', include files under '/usr/local/include', etc. You
can specify an installation prefix other than `/usr/local' by giving can specify an installation prefix other than '/usr/local' by giving
`configure' the option `--prefix=PREFIX', where PREFIX must be an 'configure' the option '--prefix=PREFIX', where PREFIX must be an
absolute file name. absolute file name.
You can specify separate installation prefixes for You can specify separate installation prefixes for
architecture-specific files and architecture-independent files. If you architecture-specific files and architecture-independent files. If you
pass the option `--exec-prefix=PREFIX' to `configure', the package uses pass the option '--exec-prefix=PREFIX' to 'configure', the package uses
PREFIX as the prefix for installing programs and libraries. PREFIX as the prefix for installing programs and libraries.
Documentation and other data files still use the regular prefix. Documentation and other data files still use the regular prefix.
In addition, if you use an unusual directory layout you can give In addition, if you use an unusual directory layout you can give
options like `--bindir=DIR' to specify different values for particular options like '--bindir=DIR' to specify different values for particular
kinds of files. Run `configure --help' for a list of the directories kinds of files. Run 'configure --help' for a list of the directories
you can set and what kinds of files go in them. In general, the you can set and what kinds of files go in them. In general, the default
default for these options is expressed in terms of `${prefix}', so that for these options is expressed in terms of '${prefix}', so that
specifying just `--prefix' will affect all of the other directory specifying just '--prefix' will affect all of the other directory
specifications that were not explicitly provided. specifications that were not explicitly provided.
The most portable way to affect installation locations is to pass the The most portable way to affect installation locations is to pass the
correct locations to `configure'; however, many packages provide one or correct locations to 'configure'; however, many packages provide one or
both of the following shortcuts of passing variable assignments to the both of the following shortcuts of passing variable assignments to the
`make install' command line to change installation locations without 'make install' command line to change installation locations without
having to reconfigure or recompile. having to reconfigure or recompile.
The first method involves providing an override variable for each The first method involves providing an override variable for each
affected directory. For example, `make install affected directory. For example, 'make install
prefix=/alternate/directory' will choose an alternate location for all prefix=/alternate/directory' will choose an alternate location for all
directory configuration variables that were expressed in terms of directory configuration variables that were expressed in terms of
`${prefix}'. Any directories that were specified during `configure', '${prefix}'. Any directories that were specified during 'configure',
but not in terms of `${prefix}', must each be overridden at install but not in terms of '${prefix}', must each be overridden at install time
time for the entire installation to be relocated. The approach of for the entire installation to be relocated. The approach of makefile
makefile variable overrides for each directory variable is required by variable overrides for each directory variable is required by the GNU
the GNU Coding Standards, and ideally causes no recompilation. Coding Standards, and ideally causes no recompilation. However, some
However, some platforms have known limitations with the semantics of platforms have known limitations with the semantics of shared libraries
shared libraries that end up requiring recompilation when using this that end up requiring recompilation when using this method, particularly
method, particularly noticeable in packages that use GNU Libtool. noticeable in packages that use GNU Libtool.
The second method involves providing the `DESTDIR' variable. For The second method involves providing the 'DESTDIR' variable. For
example, `make install DESTDIR=/alternate/directory' will prepend example, 'make install DESTDIR=/alternate/directory' will prepend
`/alternate/directory' before all installation names. The approach of '/alternate/directory' before all installation names. The approach of
`DESTDIR' overrides is not required by the GNU Coding Standards, and 'DESTDIR' overrides is not required by the GNU Coding Standards, and
does not work on platforms that have drive letters. On the other hand, does not work on platforms that have drive letters. On the other hand,
it does better at avoiding recompilation issues, and works well even it does better at avoiding recompilation issues, and works well even
when some directory options were not specified in terms of `${prefix}' when some directory options were not specified in terms of '${prefix}'
at `configure' time. at 'configure' time.
Optional Features Optional Features
================= =================
If the package supports it, you can cause programs to be installed If the package supports it, you can cause programs to be installed
with an extra prefix or suffix on their names by giving `configure' the with an extra prefix or suffix on their names by giving 'configure' the
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. option '--program-prefix=PREFIX' or '--program-suffix=SUFFIX'.
Some packages pay attention to `--enable-FEATURE' options to Some packages pay attention to '--enable-FEATURE' options to
`configure', where FEATURE indicates an optional part of the package. 'configure', where FEATURE indicates an optional part of the package.
They may also pay attention to `--with-PACKAGE' options, where PACKAGE They may also pay attention to '--with-PACKAGE' options, where PACKAGE
is something like `gnu-as' or `x' (for the X Window System). The is something like 'gnu-as' or 'x' (for the X Window System). The
`README' should mention any `--enable-' and `--with-' options that the 'README' should mention any '--enable-' and '--with-' options that the
package recognizes. package recognizes.
For packages that use the X Window System, `configure' can usually For packages that use the X Window System, 'configure' can usually
find the X include and library files automatically, but if it doesn't, find the X include and library files automatically, but if it doesn't,
you can use the `configure' options `--x-includes=DIR' and you can use the 'configure' options '--x-includes=DIR' and
`--x-libraries=DIR' to specify their locations. '--x-libraries=DIR' to specify their locations.
Some packages offer the ability to configure how verbose the Some packages offer the ability to configure how verbose the
execution of `make' will be. For these packages, running `./configure execution of 'make' will be. For these packages, running './configure
--enable-silent-rules' sets the default to minimal output, which can be --enable-silent-rules' sets the default to minimal output, which can be
overridden with `make V=1'; while running `./configure overridden with 'make V=1'; while running './configure
--disable-silent-rules' sets the default to verbose, which can be --disable-silent-rules' sets the default to verbose, which can be
overridden with `make V=0'. overridden with 'make V=0'.
Particular systems Particular systems
================== ==================
On HP-UX, the default C compiler is not ANSI C compatible. If GNU On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC
CC is not installed, it is recommended to use the following options in is not installed, it is recommended to use the following options in
order to use an ANSI C compiler: order to use an ANSI C compiler:
./configure CC="cc -Ae -D_XOPEN_SOURCE=500" ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
and if that doesn't work, install pre-built binaries of GCC for HP-UX. and if that doesn't work, install pre-built binaries of GCC for HP-UX.
HP-UX `make' updates targets which have the same time stamps as HP-UX 'make' updates targets which have the same time stamps as their
their prerequisites, which makes it generally unusable when shipped prerequisites, which makes it generally unusable when shipped generated
generated files such as `configure' are involved. Use GNU `make' files such as 'configure' are involved. Use GNU 'make' instead.
instead.
On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
parse its `<wchar.h>' header file. The option `-nodtk' can be used as parse its '<wchar.h>' header file. The option '-nodtk' can be used as a
a workaround. If GNU CC is not installed, it is therefore recommended workaround. If GNU CC is not installed, it is therefore recommended to
to try try
./configure CC="cc" ./configure CC="cc"
@ -242,26 +240,26 @@ and if that doesn't work, try
./configure CC="cc -nodtk" ./configure CC="cc -nodtk"
On Solaris, don't put `/usr/ucb' early in your `PATH'. This On Solaris, don't put '/usr/ucb' early in your 'PATH'. This
directory contains several dysfunctional programs; working variants of directory contains several dysfunctional programs; working variants of
these programs are available in `/usr/bin'. So, if you need `/usr/ucb' these programs are available in '/usr/bin'. So, if you need '/usr/ucb'
in your `PATH', put it _after_ `/usr/bin'. in your 'PATH', put it _after_ '/usr/bin'.
On Haiku, software installed for all users goes in `/boot/common', On Haiku, software installed for all users goes in '/boot/common',
not `/usr/local'. It is recommended to use the following options: not '/usr/local'. It is recommended to use the following options:
./configure --prefix=/boot/common ./configure --prefix=/boot/common
Specifying the System Type Specifying the System Type
========================== ==========================
There may be some features `configure' cannot figure out There may be some features 'configure' cannot figure out
automatically, but needs to determine by the type of machine the package automatically, but needs to determine by the type of machine the package
will run on. Usually, assuming the package is built to be run on the will run on. Usually, assuming the package is built to be run on the
_same_ architectures, `configure' can figure that out, but if it prints _same_ architectures, 'configure' can figure that out, but if it prints
a message saying it cannot guess the machine type, give it the a message saying it cannot guess the machine type, give it the
`--build=TYPE' option. TYPE can either be a short name for the system '--build=TYPE' option. TYPE can either be a short name for the system
type, such as `sun4', or a canonical name which has the form: type, such as 'sun4', or a canonical name which has the form:
CPU-COMPANY-SYSTEM CPU-COMPANY-SYSTEM
@ -270,101 +268,101 @@ where SYSTEM can have one of these forms:
OS OS
KERNEL-OS KERNEL-OS
See the file `config.sub' for the possible values of each field. If See the file 'config.sub' for the possible values of each field. If
`config.sub' isn't included in this package, then this package doesn't 'config.sub' isn't included in this package, then this package doesn't
need to know the machine type. need to know the machine type.
If you are _building_ compiler tools for cross-compiling, you should If you are _building_ compiler tools for cross-compiling, you should
use the option `--target=TYPE' to select the type of system they will use the option '--target=TYPE' to select the type of system they will
produce code for. produce code for.
If you want to _use_ a cross compiler, that generates code for a If you want to _use_ a cross compiler, that generates code for a
platform different from the build platform, you should specify the platform different from the build platform, you should specify the
"host" platform (i.e., that on which the generated programs will "host" platform (i.e., that on which the generated programs will
eventually be run) with `--host=TYPE'. eventually be run) with '--host=TYPE'.
Sharing Defaults Sharing Defaults
================ ================
If you want to set default values for `configure' scripts to share, If you want to set default values for 'configure' scripts to share,
you can create a site shell script called `config.site' that gives you can create a site shell script called 'config.site' that gives
default values for variables like `CC', `cache_file', and `prefix'. default values for variables like 'CC', 'cache_file', and 'prefix'.
`configure' looks for `PREFIX/share/config.site' if it exists, then 'configure' looks for 'PREFIX/share/config.site' if it exists, then
`PREFIX/etc/config.site' if it exists. Or, you can set the 'PREFIX/etc/config.site' if it exists. Or, you can set the
`CONFIG_SITE' environment variable to the location of the site script. 'CONFIG_SITE' environment variable to the location of the site script.
A warning: not all `configure' scripts look for a site script. A warning: not all 'configure' scripts look for a site script.
Defining Variables Defining Variables
================== ==================
Variables not defined in a site shell script can be set in the Variables not defined in a site shell script can be set in the
environment passed to `configure'. However, some packages may run environment passed to 'configure'. However, some packages may run
configure again during the build, and the customized values of these configure again during the build, and the customized values of these
variables may be lost. In order to avoid this problem, you should set variables may be lost. In order to avoid this problem, you should set
them in the `configure' command line, using `VAR=value'. For example: them in the 'configure' command line, using 'VAR=value'. For example:
./configure CC=/usr/local2/bin/gcc ./configure CC=/usr/local2/bin/gcc
causes the specified `gcc' to be used as the C compiler (unless it is causes the specified 'gcc' to be used as the C compiler (unless it is
overridden in the site shell script). overridden in the site shell script).
Unfortunately, this technique does not work for `CONFIG_SHELL' due to Unfortunately, this technique does not work for 'CONFIG_SHELL' due to an
an Autoconf limitation. Until the limitation is lifted, you can use Autoconf limitation. Until the limitation is lifted, you can use this
this workaround: workaround:
CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
`configure' Invocation 'configure' Invocation
====================== ======================
`configure' recognizes the following options to control how it 'configure' recognizes the following options to control how it
operates. operates.
`--help' '--help'
`-h' '-h'
Print a summary of all of the options to `configure', and exit. Print a summary of all of the options to 'configure', and exit.
`--help=short' '--help=short'
`--help=recursive' '--help=recursive'
Print a summary of the options unique to this package's Print a summary of the options unique to this package's
`configure', and exit. The `short' variant lists options used 'configure', and exit. The 'short' variant lists options used only
only in the top level, while the `recursive' variant lists options in the top level, while the 'recursive' variant lists options also
also present in any nested packages. present in any nested packages.
`--version' '--version'
`-V' '-V'
Print the version of Autoconf used to generate the `configure' Print the version of Autoconf used to generate the 'configure'
script, and exit. script, and exit.
`--cache-file=FILE' '--cache-file=FILE'
Enable the cache: use and save the results of the tests in FILE, Enable the cache: use and save the results of the tests in FILE,
traditionally `config.cache'. FILE defaults to `/dev/null' to traditionally 'config.cache'. FILE defaults to '/dev/null' to
disable caching. disable caching.
`--config-cache' '--config-cache'
`-C' '-C'
Alias for `--cache-file=config.cache'. Alias for '--cache-file=config.cache'.
`--quiet' '--quiet'
`--silent' '--silent'
`-q' '-q'
Do not print messages saying which checks are being made. To Do not print messages saying which checks are being made. To
suppress all normal output, redirect it to `/dev/null' (any error suppress all normal output, redirect it to '/dev/null' (any error
messages will still be shown). messages will still be shown).
`--srcdir=DIR' '--srcdir=DIR'
Look for the package's source code in directory DIR. Usually Look for the package's source code in directory DIR. Usually
`configure' can determine that directory automatically. 'configure' can determine that directory automatically.
`--prefix=DIR' '--prefix=DIR'
Use DIR as the installation prefix. *note Installation Names:: Use DIR as the installation prefix. *note Installation Names:: for
for more details, including other options available for fine-tuning more details, including other options available for fine-tuning the
the installation locations. installation locations.
`--no-create' '--no-create'
`-n' '-n'
Run the configure checks, but stop before creating any output Run the configure checks, but stop before creating any output
files. files.
`configure' also accepts some other, not widely useful, options. Run 'configure' also accepts some other, not widely useful, options. Run
`configure --help' for more details. 'configure --help' for more details.

47
bloom_filter/libfnv/Makefile

@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.15 from Makefile.am. # Makefile.in generated by automake 1.16.1 from Makefile.am.
# Makefile. Generated from Makefile.in by configure. # Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994-2014 Free Software Foundation, Inc. # Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -86,8 +86,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = : NORMAL_UNINSTALL = :
PRE_UNINSTALL = : PRE_UNINSTALL = :
POST_UNINSTALL = : POST_UNINSTALL = :
build_triplet = x86_64-unknown-linux-gnu build_triplet = x86_64-pc-linux-gnu
host_triplet = x86_64-unknown-linux-gnu host_triplet = x86_64-pc-linux-gnu
subdir = . subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ld-version.m4 \ am__aclocal_m4_deps = $(top_srcdir)/m4/ld-version.m4 \
@ -170,7 +170,7 @@ am__recursive_targets = \
$(RECURSIVE_CLEAN_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \
$(am__extra_recursive_targets) $(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
cscope distdir dist dist-all distcheck cscope distdir distdir-am dist dist-all distcheck
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
$(LISP)config.h.in $(LISP)config.h.in
# Read a list of newline-separated strings from the standard input, # Read a list of newline-separated strings from the standard input,
@ -245,13 +245,13 @@ distuninstallcheck_listfiles = find . -type f -print
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
distcleancheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print
ACLOCAL = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing aclocal-1.15 ACLOCAL = ${SHELL} /home/wes/libfnv/build-aux/missing aclocal-1.16
AMTAR = $${TAR-tar} AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1 AM_DEFAULT_VERBOSITY = 1
AR = ar AR = ar
AUTOCONF = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing autoconf AUTOCONF = ${SHELL} /home/wes/libfnv/build-aux/missing autoconf
AUTOHEADER = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing autoheader AUTOHEADER = ${SHELL} /home/wes/libfnv/build-aux/missing autoheader
AUTOMAKE = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing automake-1.15 AUTOMAKE = ${SHELL} /home/wes/libfnv/build-aux/missing automake-1.16
AWK = gawk AWK = gawk
CC = gcc CC = gcc
CCDEPMODE = depmode=gcc3 CCDEPMODE = depmode=gcc3
@ -288,7 +288,7 @@ LIPO =
LN_S = ln -s LN_S = ln -s
LTLIBOBJS = LTLIBOBJS =
LT_SYS_LIBRARY_PATH = LT_SYS_LIBRARY_PATH =
MAKEINFO = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing makeinfo MAKEINFO = ${SHELL} /home/wes/libfnv/build-aux/missing makeinfo
MANIFEST_TOOL = : MANIFEST_TOOL = :
MKDIR_P = /usr/bin/mkdir -p MKDIR_P = /usr/bin/mkdir -p
NM = /usr/bin/nm -B NM = /usr/bin/nm -B
@ -311,10 +311,10 @@ SET_MAKE =
SHELL = /bin/sh SHELL = /bin/sh
STRIP = strip STRIP = strip
VERSION = 0.8.2 VERSION = 0.8.2
abs_builddir = /home/wes/bfilter/libfnv abs_builddir = /home/wes/libfnv
abs_srcdir = /home/wes/bfilter/libfnv abs_srcdir = /home/wes/libfnv
abs_top_builddir = /home/wes/bfilter/libfnv abs_top_builddir = /home/wes/libfnv
abs_top_srcdir = /home/wes/bfilter/libfnv abs_top_srcdir = /home/wes/libfnv
ac_ct_AR = ar ac_ct_AR = ar
ac_ct_CC = gcc ac_ct_CC = gcc
ac_ct_DUMPBIN = ac_ct_DUMPBIN =
@ -324,26 +324,26 @@ am__quote =
am__tar = $${TAR-tar} chof - "$$tardir" am__tar = $${TAR-tar} chof - "$$tardir"
am__untar = $${TAR-tar} xf - am__untar = $${TAR-tar} xf -
bindir = ${exec_prefix}/bin bindir = ${exec_prefix}/bin
build = x86_64-unknown-linux-gnu build = x86_64-pc-linux-gnu
build_alias = build_alias =
build_cpu = x86_64 build_cpu = x86_64
build_os = linux-gnu build_os = linux-gnu
build_vendor = unknown build_vendor = pc
builddir = . builddir = .
datadir = ${datarootdir} datadir = ${datarootdir}
datarootdir = ${prefix}/share datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir} dvidir = ${docdir}
exec_prefix = ${prefix} exec_prefix = ${prefix}
host = x86_64-unknown-linux-gnu host = x86_64-pc-linux-gnu
host_alias = host_alias =
host_cpu = x86_64 host_cpu = x86_64
host_os = linux-gnu host_os = linux-gnu
host_vendor = unknown host_vendor = pc
htmldir = ${docdir} htmldir = ${docdir}
includedir = ${prefix}/include includedir = ${prefix}/include
infodir = ${datarootdir}/info infodir = ${datarootdir}/info
install_sh = ${SHELL} /home/wes/bfilter/libfnv/build-aux/install-sh install_sh = ${SHELL} /home/wes/libfnv/build-aux/install-sh
libdir = ${exec_prefix}/lib libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale localedir = ${datarootdir}/locale
@ -398,8 +398,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
echo ' $(SHELL) ./config.status'; \ echo ' $(SHELL) ./config.status'; \
$(SHELL) ./config.status;; \ $(SHELL) ./config.status;; \
*) \ *) \
echo ' 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__depfiles_maybe);; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
esac; esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@ -605,7 +605,10 @@ distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
distdir: $(DISTFILES) distdir: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) distdir-am
distdir-am: $(DISTFILES)
$(am__remove_distdir) $(am__remove_distdir)
test -d "$(distdir)" || mkdir "$(distdir)" test -d "$(distdir)" || mkdir "$(distdir)"
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \

15
bloom_filter/libfnv/Makefile.in

@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.15 from Makefile.am. # Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@ # @configure_input@
# Copyright (C) 1994-2014 Free Software Foundation, Inc. # Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -170,7 +170,7 @@ am__recursive_targets = \
$(RECURSIVE_CLEAN_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \
$(am__extra_recursive_targets) $(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
cscope distdir dist dist-all distcheck cscope distdir distdir-am dist dist-all distcheck
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
$(LISP)config.h.in $(LISP)config.h.in
# Read a list of newline-separated strings from the standard input, # Read a list of newline-separated strings from the standard input,
@ -398,8 +398,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
echo ' $(SHELL) ./config.status'; \ echo ' $(SHELL) ./config.status'; \
$(SHELL) ./config.status;; \ $(SHELL) ./config.status;; \
*) \ *) \
echo ' 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__depfiles_maybe);; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
esac; esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@ -605,7 +605,10 @@ distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
distdir: $(DISTFILES) distdir: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) distdir-am
distdir-am: $(DISTFILES)
$(am__remove_distdir) $(am__remove_distdir)
test -d "$(distdir)" || mkdir "$(distdir)" test -d "$(distdir)" || mkdir "$(distdir)"
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \

189
bloom_filter/libfnv/aclocal.m4

@ -1,6 +1,6 @@
# generated automatically by aclocal 1.15 -*- Autoconf -*- # generated automatically by aclocal 1.16.1 -*- Autoconf -*-
# Copyright (C) 1996-2014 Free Software Foundation, Inc. # Copyright (C) 1996-2018 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -20,7 +20,7 @@ You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely. 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'.])]) To do so, use the procedure documented by the package, typically 'autoreconf'.])])
# Copyright (C) 2002-2014 Free Software Foundation, Inc. # Copyright (C) 2002-2018 Free Software Foundation, Inc.
# #
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -32,10 +32,10 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.])
# generated from the m4 files accompanying Automake X.Y. # generated from the m4 files accompanying Automake X.Y.
# (This private macro should not be called outside this file.) # (This private macro should not be called outside this file.)
AC_DEFUN([AM_AUTOMAKE_VERSION], 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 Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
dnl require some minimum version. Point them to the right macro. dnl require some minimum version. Point them to the right macro.
m4_if([$1], [1.15], [], m4_if([$1], [1.16.1], [],
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
]) ])
@ -51,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
[AM_AUTOMAKE_VERSION([1.15])dnl [AM_AUTOMAKE_VERSION([1.16.1])dnl
m4_ifndef([AC_AUTOCONF_VERSION], m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
# AM_AUX_DIR_EXPAND -*- Autoconf -*- # AM_AUX_DIR_EXPAND -*- Autoconf -*-
# Copyright (C) 2001-2014 Free Software Foundation, Inc. # Copyright (C) 2001-2018 Free Software Foundation, Inc.
# #
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -110,7 +110,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
# AM_CONDITIONAL -*- Autoconf -*- # AM_CONDITIONAL -*- Autoconf -*-
# Copyright (C) 1997-2014 Free Software Foundation, Inc. # Copyright (C) 1997-2018 Free Software Foundation, Inc.
# #
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -141,7 +141,7 @@ AC_CONFIG_COMMANDS_PRE(
Usually this means the macro was only invoked conditionally.]]) Usually this means the macro was only invoked conditionally.]])
fi])]) fi])])
# Copyright (C) 1999-2014 Free Software Foundation, Inc. # Copyright (C) 1999-2018 Free Software Foundation, Inc.
# #
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -332,13 +332,12 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
# Generate code to set up dependency tracking. -*- Autoconf -*- # Generate code to set up dependency tracking. -*- Autoconf -*-
# Copyright (C) 1999-2014 Free Software Foundation, Inc. # Copyright (C) 1999-2018 Free Software Foundation, Inc.
# #
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved. # with or without modifications, as long as this notice is preserved.
# _AM_OUTPUT_DEPENDENCY_COMMANDS # _AM_OUTPUT_DEPENDENCY_COMMANDS
# ------------------------------ # ------------------------------
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
@ -346,49 +345,41 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
# Older Autoconf quotes --file arguments for eval, but not when files # Older Autoconf quotes --file arguments for eval, but not when files
# are listed without --file. Let's play safe and only enable the eval # are listed without --file. Let's play safe and only enable the eval
# if we detect the quoting. # if we detect the quoting.
case $CONFIG_FILES in # TODO: see whether this extra hack can be removed once we start
*\'*) eval set x "$CONFIG_FILES" ;; # requiring Autoconf 2.70 or later.
*) set x $CONFIG_FILES ;; AS_CASE([$CONFIG_FILES],
esac [*\'*], [eval set x "$CONFIG_FILES"],
[*], [set x $CONFIG_FILES])
shift shift
for mf # Used to flag and report bootstrapping failures.
am_rc=0
for am_mf
do do
# Strip MF so we end up with the name of the file. # Strip MF so we end up with the name of the file.
mf=`echo "$mf" | sed -e 's/:.*$//'` am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
# Check whether this is an Automake generated Makefile or not. # Check whether this is an Automake generated Makefile which includes
# We used to match only the files named 'Makefile.in', but # dependency-tracking related rules and includes.
# some people rename them; so instead we look at the file content. # Grep'ing the whole file directly is not great: AIX grep has a line
# 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
# limit of 2048, but all sed's we know have understand at least 4000. # 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 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
dirpart=`AS_DIRNAME("$mf")` || continue
else am_dirpart=`AS_DIRNAME(["$am_mf"])`
continue am_filepart=`AS_BASENAME(["$am_mf"])`
fi AM_RUN_LOG([cd "$am_dirpart" \
# Extract the definition of DEPDIR, am__include, and am__quote && sed -e '/# am--include-marker/d' "$am_filepart" \
# from the Makefile without running 'make'. | $MAKE -f - am--depfiles]) || am_rc=$?
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
done 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 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
@ -397,18 +388,17 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
# ----------------------------- # -----------------------------
# This macro should only be invoked once -- use via AC_REQUIRE. # This macro should only be invoked once -- use via AC_REQUIRE.
# #
# This code is only required when automatic dependency tracking # This code is only required when automatic dependency tracking is enabled.
# is enabled. FIXME. This creates each '.P' file that we will # This creates each '.Po' and '.Plo' makefile fragment that we'll need in
# need in order to bootstrap the dependency handling code. # order to bootstrap the dependency handling code.
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
[AC_CONFIG_COMMANDS([depfiles], [AC_CONFIG_COMMANDS([depfiles],
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [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 -*- # Do all the work for Automake. -*- Autoconf -*-
# Copyright (C) 1996-2014 Free Software Foundation, Inc. # Copyright (C) 1996-2018 Free Software Foundation, Inc.
# #
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -495,8 +485,8 @@ AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
AC_REQUIRE([AC_PROG_MKDIR_P])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl
# For better backward compatibility. To be removed once Automake 1.9.x # For better backward compatibility. To be removed once Automake 1.9.x
# dies out for good. For more background, see: # dies out for good. For more background, see:
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
AC_SUBST([mkdir_p], ['$(MKDIR_P)']) AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
# We need awk for the "check" target (and possibly the TAP driver). The # We need awk for the "check" target (and possibly the TAP driver). The
# system "awk" is bad on some platforms. # system "awk" is bad on some platforms.
@ -563,7 +553,7 @@ END
Aborting the configuration process, to ensure you take notice of the issue. Aborting the configuration process, to ensure you take notice of the issue.
You can download and install GNU coreutils to get an 'rm' implementation You can download and install GNU coreutils to get an 'rm' implementation
that behaves properly: <http://www.gnu.org/software/coreutils/>. that behaves properly: <https://www.gnu.org/software/coreutils/>.
If you want to complete the configuration process using your problematic If you want to complete the configuration process using your problematic
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
@ -605,7 +595,7 @@ for _am_header in $config_headers :; do
done done
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
# Copyright (C) 2001-2014 Free Software Foundation, Inc. # Copyright (C) 2001-2018 Free Software Foundation, Inc.
# #
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -626,7 +616,7 @@ if test x"${install_sh+set}" != xset; then
fi fi
AC_SUBST([install_sh])]) AC_SUBST([install_sh])])
# Copyright (C) 2003-2014 Free Software Foundation, Inc. # Copyright (C) 2003-2018 Free Software Foundation, Inc.
# #
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -647,7 +637,7 @@ AC_SUBST([am__leading_dot])])
# Check to see how 'make' treats includes. -*- Autoconf -*- # Check to see how 'make' treats includes. -*- Autoconf -*-
# Copyright (C) 2001-2014 Free Software Foundation, Inc. # Copyright (C) 2001-2018 Free Software Foundation, Inc.
# #
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -655,49 +645,42 @@ AC_SUBST([am__leading_dot])])
# AM_MAKE_INCLUDE() # 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], AC_DEFUN([AM_MAKE_INCLUDE],
[am_make=${MAKE-make} [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive])
cat > confinc << 'END' cat > confinc.mk << 'END'
am__doit: am__doit:
@echo this is the am__doit target @echo this is the am__doit target >confinc.out
.PHONY: am__doit .PHONY: am__doit
END 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__include="#"
am__quote= am__quote=
_am_result=none # BSD make does it like this.
# First try GNU make style include. echo '.include "confinc.mk" # ignored' > confmf.BSD
echo "include confinc" > confmf # Other make implementations (GNU, Solaris 10, AIX) do it like this.
# Ignore all kinds of additional output from 'make'. echo 'include confinc.mk # ignored' > confmf.GNU
case `$am_make -s -f confmf 2> /dev/null` in #( _am_result=no
*the\ am__doit\ target*) for s in GNU BSD; do
am__include=include AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
am__quote= AS_CASE([$?:`cat confinc.out 2>/dev/null`],
_am_result=GNU ['0:this is the am__doit target'],
;; [AS_CASE([$s],
esac [BSD], [am__include='.include' am__quote='"'],
# Now try BSD make style include. [am__include='include' am__quote=''])])
if test "$am__include" = "#"; then if test "$am__include" != "#"; then
echo '.include "confinc"' > confmf _am_result="yes ($s style)"
case `$am_make -s -f confmf 2> /dev/null` in #( break
*the\ am__doit\ target*) fi
am__include=.include done
am__quote="\"" rm -f confinc.* confmf.*
_am_result=BSD AC_MSG_RESULT([${_am_result}])
;; AC_SUBST([am__include])])
esac AC_SUBST([am__quote])])
fi
AC_SUBST([am__include])
AC_SUBST([am__quote])
AC_MSG_RESULT([$_am_result])
rm -f confinc confmf
])
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
# Copyright (C) 1997-2014 Free Software Foundation, Inc. # Copyright (C) 1997-2018 Free Software Foundation, Inc.
# #
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -736,7 +719,7 @@ fi
# Helper functions for option handling. -*- Autoconf -*- # Helper functions for option handling. -*- Autoconf -*-
# Copyright (C) 2001-2014 Free Software Foundation, Inc. # Copyright (C) 2001-2018 Free Software Foundation, Inc.
# #
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -765,7 +748,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
AC_DEFUN([_AM_IF_OPTION], AC_DEFUN([_AM_IF_OPTION],
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
# Copyright (C) 1999-2014 Free Software Foundation, Inc. # Copyright (C) 1999-2018 Free Software Foundation, Inc.
# #
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -812,7 +795,7 @@ AC_LANG_POP([C])])
# For backward compatibility. # For backward compatibility.
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
# Copyright (C) 2001-2014 Free Software Foundation, Inc. # Copyright (C) 2001-2018 Free Software Foundation, Inc.
# #
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -831,7 +814,7 @@ AC_DEFUN([AM_RUN_LOG],
# Check to make sure that the build environment is sane. -*- Autoconf -*- # Check to make sure that the build environment is sane. -*- Autoconf -*-
# Copyright (C) 1996-2014 Free Software Foundation, Inc. # Copyright (C) 1996-2018 Free Software Foundation, Inc.
# #
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -912,7 +895,7 @@ AC_CONFIG_COMMANDS_PRE(
rm -f conftest.file rm -f conftest.file
]) ])
# Copyright (C) 2009-2014 Free Software Foundation, Inc. # Copyright (C) 2009-2018 Free Software Foundation, Inc.
# #
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -972,7 +955,7 @@ AC_SUBST([AM_BACKSLASH])dnl
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
]) ])
# Copyright (C) 2001-2014 Free Software Foundation, Inc. # Copyright (C) 2001-2018 Free Software Foundation, Inc.
# #
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -1000,7 +983,7 @@ fi
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
AC_SUBST([INSTALL_STRIP_PROGRAM])]) AC_SUBST([INSTALL_STRIP_PROGRAM])])
# Copyright (C) 2006-2014 Free Software Foundation, Inc. # Copyright (C) 2006-2018 Free Software Foundation, Inc.
# #
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -1019,7 +1002,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
# Check how to create a tarball. -*- Autoconf -*- # Check how to create a tarball. -*- Autoconf -*-
# Copyright (C) 2004-2014 Free Software Foundation, Inc. # Copyright (C) 2004-2018 Free Software Foundation, Inc.
# #
# This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,

14989
bloom_filter/libfnv/autom4te.cache/output.0

File diff suppressed because it is too large

78
bloom_filter/libfnv/autom4te.cache/requests

@ -1,78 +0,0 @@
# This file was generated.
# It contains the lists of macros which have been traced.
# It can be safely removed.
@request = (
bless( [
'0',
1,
[
'/usr/share/autoconf'
],
[
'/usr/share/autoconf/autoconf/autoconf.m4f',
'aclocal.m4',
'configure.ac'
],
{
'AM_SILENT_RULES' => 1,
'AM_MAINTAINER_MODE' => 1,
'AM_ENABLE_MULTILIB' => 1,
'AM_GNU_GETTEXT' => 1,
'AC_CONFIG_FILES' => 1,
'AC_FC_PP_SRCEXT' => 1,
'AC_CANONICAL_BUILD' => 1,
'AC_PROG_LIBTOOL' => 1,
'AC_FC_SRCEXT' => 1,
'AC_CONFIG_LINKS' => 1,
'LT_SUPPORTED_TAG' => 1,
'AC_CANONICAL_TARGET' => 1,
'AC_CONFIG_SUBDIRS' => 1,
'AM_XGETTEXT_OPTION' => 1,
'AM_AUTOMAKE_VERSION' => 1,
'AM_PROG_MOC' => 1,
'LT_CONFIG_LTDL_DIR' => 1,
'AM_POT_TOOLS' => 1,
'AC_REQUIRE_AUX_FILE' => 1,
'm4_sinclude' => 1,
'AM_MAKEFILE_INCLUDE' => 1,
'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
'AM_PROG_AR' => 1,
'AM_INIT_AUTOMAKE' => 1,
'AM_NLS' => 1,
'AC_FC_FREEFORM' => 1,
'AC_CONFIG_LIBOBJ_DIR' => 1,
'AC_SUBST' => 1,
'AC_CONFIG_HEADERS' => 1,
'm4_pattern_allow' => 1,
'LT_INIT' => 1,
'_m4_warn' => 1,
'_AM_SUBST_NOTMAKE' => 1,
'AM_PROG_F77_C_O' => 1,
'AM_PROG_CC_C_O' => 1,
'AM_PATH_GUILE' => 1,
'sinclude' => 1,
'_AM_COND_IF' => 1,
'AC_SUBST_TRACE' => 1,
'AC_CONFIG_AUX_DIR' => 1,
'AC_FC_PP_DEFINE' => 1,
'm4_pattern_forbid' => 1,
'AC_INIT' => 1,
'AC_LIBSOURCE' => 1,
'AC_DEFINE_TRACE_LITERAL' => 1,
'_LT_AC_TAGCONFIG' => 1,
'_AM_COND_ENDIF' => 1,
'AM_CONDITIONAL' => 1,
'AC_CANONICAL_HOST' => 1,
'_AM_MAKEFILE_INCLUDE' => 1,
'AC_CANONICAL_SYSTEM' => 1,
'_AM_COND_ELSE' => 1,
'include' => 1,
'AH_OUTPUT' => 1,
'AM_PROG_CXX_C_O' => 1,
'm4_include' => 1,
'AM_PROG_FC_C_O' => 1
}
], 'Autom4te::Request' )
);

597
bloom_filter/libfnv/autom4te.cache/traces.0

@ -1,597 +0,0 @@
m4trace:aclocal.m4:1153: -1- m4_include([m4/ld-version.m4])
m4trace:aclocal.m4:1154: -1- m4_include([m4/libtool.m4])
m4trace:aclocal.m4:1155: -1- m4_include([m4/ltoptions.m4])
m4trace:aclocal.m4:1156: -1- m4_include([m4/ltsugar.m4])
m4trace:aclocal.m4:1157: -1- m4_include([m4/ltversion.m4])
m4trace:aclocal.m4:1158: -1- m4_include([m4/lt~obsolete.m4])
m4trace:configure.ac:2: -1- AC_INIT([libfnv], [0.8.2], [fnvhash@fnvhash.com])
m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?A[CHUM]_])
m4trace:configure.ac:2: -1- m4_pattern_forbid([_AC_])
m4trace:configure.ac:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
m4trace:configure.ac:2: -1- m4_pattern_allow([^AS_FLAGS$])
m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?m4_])
m4trace:configure.ac:2: -1- m4_pattern_forbid([^dnl$])
m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?AS_])
m4trace:configure.ac:2: -1- AC_SUBST([SHELL])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([SHELL])
m4trace:configure.ac:2: -1- m4_pattern_allow([^SHELL$])
m4trace:configure.ac:2: -1- AC_SUBST([PATH_SEPARATOR])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([PATH_SEPARATOR])
m4trace:configure.ac:2: -1- m4_pattern_allow([^PATH_SEPARATOR$])
m4trace:configure.ac:2: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([PACKAGE_NAME])
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
m4trace:configure.ac:2: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([PACKAGE_TARNAME])
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
m4trace:configure.ac:2: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([PACKAGE_VERSION])
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
m4trace:configure.ac:2: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([PACKAGE_STRING])
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
m4trace:configure.ac:2: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT])
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
m4trace:configure.ac:2: -1- AC_SUBST([PACKAGE_URL], [m4_ifdef([AC_PACKAGE_URL], ['AC_PACKAGE_URL'])])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([PACKAGE_URL])
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_URL$])
m4trace:configure.ac:2: -1- AC_SUBST([exec_prefix], [NONE])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([exec_prefix])
m4trace:configure.ac:2: -1- m4_pattern_allow([^exec_prefix$])
m4trace:configure.ac:2: -1- AC_SUBST([prefix], [NONE])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([prefix])
m4trace:configure.ac:2: -1- m4_pattern_allow([^prefix$])
m4trace:configure.ac:2: -1- AC_SUBST([program_transform_name], [s,x,x,])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([program_transform_name])
m4trace:configure.ac:2: -1- m4_pattern_allow([^program_transform_name$])
m4trace:configure.ac:2: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([bindir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^bindir$])
m4trace:configure.ac:2: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([sbindir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^sbindir$])
m4trace:configure.ac:2: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([libexecdir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^libexecdir$])
m4trace:configure.ac:2: -1- AC_SUBST([datarootdir], ['${prefix}/share'])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([datarootdir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^datarootdir$])
m4trace:configure.ac:2: -1- AC_SUBST([datadir], ['${datarootdir}'])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([datadir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^datadir$])
m4trace:configure.ac:2: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([sysconfdir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^sysconfdir$])
m4trace:configure.ac:2: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([sharedstatedir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^sharedstatedir$])
m4trace:configure.ac:2: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([localstatedir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^localstatedir$])
m4trace:configure.ac:2: -1- AC_SUBST([includedir], ['${prefix}/include'])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([includedir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^includedir$])
m4trace:configure.ac:2: -1- AC_SUBST([oldincludedir], ['/usr/include'])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([oldincludedir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^oldincludedir$])
m4trace:configure.ac:2: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME],
['${datarootdir}/doc/${PACKAGE_TARNAME}'],
['${datarootdir}/doc/${PACKAGE}'])])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([docdir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^docdir$])
m4trace:configure.ac:2: -1- AC_SUBST([infodir], ['${datarootdir}/info'])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([infodir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^infodir$])
m4trace:configure.ac:2: -1- AC_SUBST([htmldir], ['${docdir}'])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([htmldir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^htmldir$])
m4trace:configure.ac:2: -1- AC_SUBST([dvidir], ['${docdir}'])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([dvidir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^dvidir$])
m4trace:configure.ac:2: -1- AC_SUBST([pdfdir], ['${docdir}'])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([pdfdir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^pdfdir$])
m4trace:configure.ac:2: -1- AC_SUBST([psdir], ['${docdir}'])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([psdir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^psdir$])
m4trace:configure.ac:2: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([libdir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^libdir$])
m4trace:configure.ac:2: -1- AC_SUBST([localedir], ['${datarootdir}/locale'])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([localedir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^localedir$])
m4trace:configure.ac:2: -1- AC_SUBST([mandir], ['${datarootdir}/man'])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([mandir])
m4trace:configure.ac:2: -1- m4_pattern_allow([^mandir$])
m4trace:configure.ac:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
m4trace:configure.ac:2: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
@%:@undef PACKAGE_NAME])
m4trace:configure.ac:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
m4trace:configure.ac:2: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
@%:@undef PACKAGE_TARNAME])
m4trace:configure.ac:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
m4trace:configure.ac:2: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
@%:@undef PACKAGE_VERSION])
m4trace:configure.ac:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
m4trace:configure.ac:2: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
@%:@undef PACKAGE_STRING])
m4trace:configure.ac:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
m4trace:configure.ac:2: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
@%:@undef PACKAGE_BUGREPORT])
m4trace:configure.ac:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_URL])
m4trace:configure.ac:2: -1- m4_pattern_allow([^PACKAGE_URL$])
m4trace:configure.ac:2: -1- AH_OUTPUT([PACKAGE_URL], [/* Define to the home page for this package. */
@%:@undef PACKAGE_URL])
m4trace:configure.ac:2: -1- AC_SUBST([DEFS])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([DEFS])
m4trace:configure.ac:2: -1- m4_pattern_allow([^DEFS$])
m4trace:configure.ac:2: -1- AC_SUBST([ECHO_C])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([ECHO_C])
m4trace:configure.ac:2: -1- m4_pattern_allow([^ECHO_C$])
m4trace:configure.ac:2: -1- AC_SUBST([ECHO_N])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([ECHO_N])
m4trace:configure.ac:2: -1- m4_pattern_allow([^ECHO_N$])
m4trace:configure.ac:2: -1- AC_SUBST([ECHO_T])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([ECHO_T])
m4trace:configure.ac:2: -1- m4_pattern_allow([^ECHO_T$])
m4trace:configure.ac:2: -1- AC_SUBST([LIBS])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([LIBS])
m4trace:configure.ac:2: -1- m4_pattern_allow([^LIBS$])
m4trace:configure.ac:2: -1- AC_SUBST([build_alias])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([build_alias])
m4trace:configure.ac:2: -1- m4_pattern_allow([^build_alias$])
m4trace:configure.ac:2: -1- AC_SUBST([host_alias])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([host_alias])
m4trace:configure.ac:2: -1- m4_pattern_allow([^host_alias$])
m4trace:configure.ac:2: -1- AC_SUBST([target_alias])
m4trace:configure.ac:2: -1- AC_SUBST_TRACE([target_alias])
m4trace:configure.ac:2: -1- m4_pattern_allow([^target_alias$])
m4trace:configure.ac:3: -1- AC_CONFIG_AUX_DIR([build-aux])
m4trace:configure.ac:4: -1- AC_CONFIG_LIBOBJ_DIR([portable])
m4trace:configure.ac:6: -1- AM_INIT_AUTOMAKE([])
m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
m4trace:configure.ac:6: -1- AM_AUTOMAKE_VERSION([1.15])
m4trace:configure.ac:6: -1- AC_REQUIRE_AUX_FILE([install-sh])
m4trace:configure.ac:6: -1- AC_SUBST([INSTALL_PROGRAM])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
m4trace:configure.ac:6: -1- AC_SUBST([INSTALL_SCRIPT])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([INSTALL_SCRIPT])
m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
m4trace:configure.ac:6: -1- AC_SUBST([INSTALL_DATA])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([INSTALL_DATA])
m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_DATA$])
m4trace:configure.ac:6: -1- AC_SUBST([am__isrc], [' -I$(srcdir)'])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([am__isrc])
m4trace:configure.ac:6: -1- m4_pattern_allow([^am__isrc$])
m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__isrc])
m4trace:configure.ac:6: -1- AC_SUBST([CYGPATH_W])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([CYGPATH_W])
m4trace:configure.ac:6: -1- m4_pattern_allow([^CYGPATH_W$])
m4trace:configure.ac:6: -1- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([PACKAGE])
m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE$])
m4trace:configure.ac:6: -1- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([VERSION])
m4trace:configure.ac:6: -1- m4_pattern_allow([^VERSION$])
m4trace:configure.ac:6: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE$])
m4trace:configure.ac:6: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
@%:@undef PACKAGE])
m4trace:configure.ac:6: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
m4trace:configure.ac:6: -1- m4_pattern_allow([^VERSION$])
m4trace:configure.ac:6: -1- AH_OUTPUT([VERSION], [/* Version number of package */
@%:@undef VERSION])
m4trace:configure.ac:6: -1- AC_REQUIRE_AUX_FILE([missing])
m4trace:configure.ac:6: -1- AC_SUBST([ACLOCAL])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([ACLOCAL])
m4trace:configure.ac:6: -1- m4_pattern_allow([^ACLOCAL$])
m4trace:configure.ac:6: -1- AC_SUBST([AUTOCONF])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AUTOCONF])
m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOCONF$])
m4trace:configure.ac:6: -1- AC_SUBST([AUTOMAKE])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AUTOMAKE])
m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOMAKE$])
m4trace:configure.ac:6: -1- AC_SUBST([AUTOHEADER])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AUTOHEADER])
m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOHEADER$])
m4trace:configure.ac:6: -1- AC_SUBST([MAKEINFO])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([MAKEINFO])
m4trace:configure.ac:6: -1- m4_pattern_allow([^MAKEINFO$])
m4trace:configure.ac:6: -1- AC_SUBST([install_sh])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([install_sh])
m4trace:configure.ac:6: -1- m4_pattern_allow([^install_sh$])
m4trace:configure.ac:6: -1- AC_SUBST([STRIP])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([STRIP])
m4trace:configure.ac:6: -1- m4_pattern_allow([^STRIP$])
m4trace:configure.ac:6: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([INSTALL_STRIP_PROGRAM])
m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
m4trace:configure.ac:6: -1- AC_REQUIRE_AUX_FILE([install-sh])
m4trace:configure.ac:6: -1- AC_SUBST([MKDIR_P])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([MKDIR_P])
m4trace:configure.ac:6: -1- m4_pattern_allow([^MKDIR_P$])
m4trace:configure.ac:6: -1- AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([mkdir_p])
m4trace:configure.ac:6: -1- m4_pattern_allow([^mkdir_p$])
m4trace:configure.ac:6: -1- AC_SUBST([AWK])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AWK])
m4trace:configure.ac:6: -1- m4_pattern_allow([^AWK$])
m4trace:configure.ac:6: -1- AC_SUBST([SET_MAKE])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([SET_MAKE])
m4trace:configure.ac:6: -1- m4_pattern_allow([^SET_MAKE$])
m4trace:configure.ac:6: -1- AC_SUBST([am__leading_dot])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([am__leading_dot])
m4trace:configure.ac:6: -1- m4_pattern_allow([^am__leading_dot$])
m4trace:configure.ac:6: -1- AC_SUBST([AMTAR], ['$${TAR-tar}'])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AMTAR])
m4trace:configure.ac:6: -1- m4_pattern_allow([^AMTAR$])
m4trace:configure.ac:6: -1- AC_SUBST([am__tar])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([am__tar])
m4trace:configure.ac:6: -1- m4_pattern_allow([^am__tar$])
m4trace:configure.ac:6: -1- AC_SUBST([am__untar])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([am__untar])
m4trace:configure.ac:6: -1- m4_pattern_allow([^am__untar$])
m4trace:configure.ac:6: -1- AM_SILENT_RULES
m4trace:configure.ac:6: -1- AC_SUBST([AM_V])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AM_V])
m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_V$])
m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AM_V])
m4trace:configure.ac:6: -1- AC_SUBST([AM_DEFAULT_V])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AM_DEFAULT_V])
m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_DEFAULT_V$])
m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
m4trace:configure.ac:6: -1- AC_SUBST([AM_DEFAULT_VERBOSITY])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AM_DEFAULT_VERBOSITY])
m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
m4trace:configure.ac:6: -1- AC_SUBST([AM_BACKSLASH])
m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AM_BACKSLASH])
m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_BACKSLASH$])
m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
m4trace:configure.ac:7: -1- LT_INIT([])
m4trace:configure.ac:7: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
m4trace:configure.ac:7: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
m4trace:configure.ac:7: -1- AC_REQUIRE_AUX_FILE([ltmain.sh])
m4trace:configure.ac:7: -1- AC_SUBST([LIBTOOL])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([LIBTOOL])
m4trace:configure.ac:7: -1- m4_pattern_allow([^LIBTOOL$])
m4trace:configure.ac:7: -1- AC_CANONICAL_HOST
m4trace:configure.ac:7: -1- AC_CANONICAL_BUILD
m4trace:configure.ac:7: -1- AC_REQUIRE_AUX_FILE([config.sub])
m4trace:configure.ac:7: -1- AC_REQUIRE_AUX_FILE([config.guess])
m4trace:configure.ac:7: -1- AC_SUBST([build], [$ac_cv_build])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([build])
m4trace:configure.ac:7: -1- m4_pattern_allow([^build$])
m4trace:configure.ac:7: -1- AC_SUBST([build_cpu], [$[1]])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([build_cpu])
m4trace:configure.ac:7: -1- m4_pattern_allow([^build_cpu$])
m4trace:configure.ac:7: -1- AC_SUBST([build_vendor], [$[2]])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([build_vendor])
m4trace:configure.ac:7: -1- m4_pattern_allow([^build_vendor$])
m4trace:configure.ac:7: -1- AC_SUBST([build_os])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([build_os])
m4trace:configure.ac:7: -1- m4_pattern_allow([^build_os$])
m4trace:configure.ac:7: -1- AC_SUBST([host], [$ac_cv_host])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([host])
m4trace:configure.ac:7: -1- m4_pattern_allow([^host$])
m4trace:configure.ac:7: -1- AC_SUBST([host_cpu], [$[1]])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([host_cpu])
m4trace:configure.ac:7: -1- m4_pattern_allow([^host_cpu$])
m4trace:configure.ac:7: -1- AC_SUBST([host_vendor], [$[2]])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([host_vendor])
m4trace:configure.ac:7: -1- m4_pattern_allow([^host_vendor$])
m4trace:configure.ac:7: -1- AC_SUBST([host_os])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([host_os])
m4trace:configure.ac:7: -1- m4_pattern_allow([^host_os$])
m4trace:configure.ac:7: -1- AC_SUBST([CC])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CC])
m4trace:configure.ac:7: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:7: -1- AC_SUBST([CFLAGS])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CFLAGS])
m4trace:configure.ac:7: -1- m4_pattern_allow([^CFLAGS$])
m4trace:configure.ac:7: -1- AC_SUBST([LDFLAGS])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([LDFLAGS])
m4trace:configure.ac:7: -1- m4_pattern_allow([^LDFLAGS$])
m4trace:configure.ac:7: -1- AC_SUBST([LIBS])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([LIBS])
m4trace:configure.ac:7: -1- m4_pattern_allow([^LIBS$])
m4trace:configure.ac:7: -1- AC_SUBST([CPPFLAGS])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CPPFLAGS])
m4trace:configure.ac:7: -1- m4_pattern_allow([^CPPFLAGS$])
m4trace:configure.ac:7: -1- AC_SUBST([CC])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CC])
m4trace:configure.ac:7: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:7: -1- AC_SUBST([CC])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CC])
m4trace:configure.ac:7: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:7: -1- AC_SUBST([CC])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CC])
m4trace:configure.ac:7: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:7: -1- AC_SUBST([CC])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CC])
m4trace:configure.ac:7: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:7: -1- AC_SUBST([ac_ct_CC])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([ac_ct_CC])
m4trace:configure.ac:7: -1- m4_pattern_allow([^ac_ct_CC$])
m4trace:configure.ac:7: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([EXEEXT])
m4trace:configure.ac:7: -1- m4_pattern_allow([^EXEEXT$])
m4trace:configure.ac:7: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([OBJEXT])
m4trace:configure.ac:7: -1- m4_pattern_allow([^OBJEXT$])
m4trace:configure.ac:7: -1- AC_REQUIRE_AUX_FILE([compile])
m4trace:configure.ac:7: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([DEPDIR])
m4trace:configure.ac:7: -1- m4_pattern_allow([^DEPDIR$])
m4trace:configure.ac:7: -1- AC_SUBST([am__include])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([am__include])
m4trace:configure.ac:7: -1- m4_pattern_allow([^am__include$])
m4trace:configure.ac:7: -1- AC_SUBST([am__quote])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([am__quote])
m4trace:configure.ac:7: -1- m4_pattern_allow([^am__quote$])
m4trace:configure.ac:7: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
m4trace:configure.ac:7: -1- AC_SUBST([AMDEP_TRUE])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([AMDEP_TRUE])
m4trace:configure.ac:7: -1- m4_pattern_allow([^AMDEP_TRUE$])
m4trace:configure.ac:7: -1- AC_SUBST([AMDEP_FALSE])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([AMDEP_FALSE])
m4trace:configure.ac:7: -1- m4_pattern_allow([^AMDEP_FALSE$])
m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
m4trace:configure.ac:7: -1- AC_SUBST([AMDEPBACKSLASH])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([AMDEPBACKSLASH])
m4trace:configure.ac:7: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
m4trace:configure.ac:7: -1- AC_SUBST([am__nodep])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([am__nodep])
m4trace:configure.ac:7: -1- m4_pattern_allow([^am__nodep$])
m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__nodep])
m4trace:configure.ac:7: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CCDEPMODE])
m4trace:configure.ac:7: -1- m4_pattern_allow([^CCDEPMODE$])
m4trace:configure.ac:7: -1- AM_CONDITIONAL([am__fastdepCC], [
test "x$enable_dependency_tracking" != xno \
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3])
m4trace:configure.ac:7: -1- AC_SUBST([am__fastdepCC_TRUE])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
m4trace:configure.ac:7: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
m4trace:configure.ac:7: -1- AC_SUBST([am__fastdepCC_FALSE])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
m4trace:configure.ac:7: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
m4trace:configure.ac:7: -1- AC_SUBST([SED])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([SED])
m4trace:configure.ac:7: -1- m4_pattern_allow([^SED$])
m4trace:configure.ac:7: -1- AC_SUBST([GREP])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([GREP])
m4trace:configure.ac:7: -1- m4_pattern_allow([^GREP$])
m4trace:configure.ac:7: -1- AC_SUBST([EGREP])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([EGREP])
m4trace:configure.ac:7: -1- m4_pattern_allow([^EGREP$])
m4trace:configure.ac:7: -1- AC_SUBST([FGREP])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([FGREP])
m4trace:configure.ac:7: -1- m4_pattern_allow([^FGREP$])
m4trace:configure.ac:7: -1- AC_SUBST([GREP])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([GREP])
m4trace:configure.ac:7: -1- m4_pattern_allow([^GREP$])
m4trace:configure.ac:7: -1- AC_SUBST([LD])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([LD])
m4trace:configure.ac:7: -1- m4_pattern_allow([^LD$])
m4trace:configure.ac:7: -1- AC_SUBST([DUMPBIN])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([DUMPBIN])
m4trace:configure.ac:7: -1- m4_pattern_allow([^DUMPBIN$])
m4trace:configure.ac:7: -1- AC_SUBST([ac_ct_DUMPBIN])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([ac_ct_DUMPBIN])
m4trace:configure.ac:7: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
m4trace:configure.ac:7: -1- AC_SUBST([DUMPBIN])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([DUMPBIN])
m4trace:configure.ac:7: -1- m4_pattern_allow([^DUMPBIN$])
m4trace:configure.ac:7: -1- AC_SUBST([NM])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([NM])
m4trace:configure.ac:7: -1- m4_pattern_allow([^NM$])
m4trace:configure.ac:7: -1- AC_SUBST([LN_S], [$as_ln_s])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([LN_S])
m4trace:configure.ac:7: -1- m4_pattern_allow([^LN_S$])
m4trace:configure.ac:7: -1- AC_SUBST([OBJDUMP])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([OBJDUMP])
m4trace:configure.ac:7: -1- m4_pattern_allow([^OBJDUMP$])
m4trace:configure.ac:7: -1- AC_SUBST([OBJDUMP])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([OBJDUMP])
m4trace:configure.ac:7: -1- m4_pattern_allow([^OBJDUMP$])
m4trace:configure.ac:7: -1- AC_SUBST([DLLTOOL])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([DLLTOOL])
m4trace:configure.ac:7: -1- m4_pattern_allow([^DLLTOOL$])
m4trace:configure.ac:7: -1- AC_SUBST([DLLTOOL])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([DLLTOOL])
m4trace:configure.ac:7: -1- m4_pattern_allow([^DLLTOOL$])
m4trace:configure.ac:7: -1- AC_SUBST([AR])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([AR])
m4trace:configure.ac:7: -1- m4_pattern_allow([^AR$])
m4trace:configure.ac:7: -1- AC_SUBST([ac_ct_AR])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([ac_ct_AR])
m4trace:configure.ac:7: -1- m4_pattern_allow([^ac_ct_AR$])
m4trace:configure.ac:7: -1- AC_SUBST([STRIP])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([STRIP])
m4trace:configure.ac:7: -1- m4_pattern_allow([^STRIP$])
m4trace:configure.ac:7: -1- AC_SUBST([RANLIB])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([RANLIB])
m4trace:configure.ac:7: -1- m4_pattern_allow([^RANLIB$])
m4trace:configure.ac:7: -1- m4_pattern_allow([LT_OBJDIR])
m4trace:configure.ac:7: -1- AC_DEFINE_TRACE_LITERAL([LT_OBJDIR])
m4trace:configure.ac:7: -1- m4_pattern_allow([^LT_OBJDIR$])
m4trace:configure.ac:7: -1- AH_OUTPUT([LT_OBJDIR], [/* Define to the sub-directory where libtool stores uninstalled libraries. */
@%:@undef LT_OBJDIR])
m4trace:configure.ac:7: -1- LT_SUPPORTED_TAG([CC])
m4trace:configure.ac:7: -1- AC_SUBST([MANIFEST_TOOL])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([MANIFEST_TOOL])
m4trace:configure.ac:7: -1- m4_pattern_allow([^MANIFEST_TOOL$])
m4trace:configure.ac:7: -1- AC_SUBST([DSYMUTIL])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([DSYMUTIL])
m4trace:configure.ac:7: -1- m4_pattern_allow([^DSYMUTIL$])
m4trace:configure.ac:7: -1- AC_SUBST([NMEDIT])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([NMEDIT])
m4trace:configure.ac:7: -1- m4_pattern_allow([^NMEDIT$])
m4trace:configure.ac:7: -1- AC_SUBST([LIPO])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([LIPO])
m4trace:configure.ac:7: -1- m4_pattern_allow([^LIPO$])
m4trace:configure.ac:7: -1- AC_SUBST([OTOOL])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([OTOOL])
m4trace:configure.ac:7: -1- m4_pattern_allow([^OTOOL$])
m4trace:configure.ac:7: -1- AC_SUBST([OTOOL64])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([OTOOL64])
m4trace:configure.ac:7: -1- m4_pattern_allow([^OTOOL64$])
m4trace:configure.ac:7: -1- AC_SUBST([LT_SYS_LIBRARY_PATH])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([LT_SYS_LIBRARY_PATH])
m4trace:configure.ac:7: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$])
m4trace:configure.ac:7: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
@%:@undef HAVE_DLFCN_H])
m4trace:configure.ac:7: -1- AC_SUBST([CPP])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CPP])
m4trace:configure.ac:7: -1- m4_pattern_allow([^CPP$])
m4trace:configure.ac:7: -1- AC_SUBST([CPPFLAGS])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CPPFLAGS])
m4trace:configure.ac:7: -1- m4_pattern_allow([^CPPFLAGS$])
m4trace:configure.ac:7: -1- AC_SUBST([CPP])
m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CPP])
m4trace:configure.ac:7: -1- m4_pattern_allow([^CPP$])
m4trace:configure.ac:7: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
m4trace:configure.ac:7: -1- m4_pattern_allow([^STDC_HEADERS$])
m4trace:configure.ac:7: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
@%:@undef STDC_HEADERS])
m4trace:configure.ac:7: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
@%:@undef HAVE_SYS_TYPES_H])
m4trace:configure.ac:7: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
@%:@undef HAVE_SYS_STAT_H])
m4trace:configure.ac:7: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
@%:@undef HAVE_STDLIB_H])
m4trace:configure.ac:7: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
@%:@undef HAVE_STRING_H])
m4trace:configure.ac:7: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
@%:@undef HAVE_MEMORY_H])
m4trace:configure.ac:7: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
@%:@undef HAVE_STRINGS_H])
m4trace:configure.ac:7: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
@%:@undef HAVE_INTTYPES_H])
m4trace:configure.ac:7: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
@%:@undef HAVE_STDINT_H])
m4trace:configure.ac:7: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
@%:@undef HAVE_UNISTD_H])
m4trace:configure.ac:7: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DLFCN_H])
m4trace:configure.ac:7: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
m4trace:configure.ac:9: -1- AC_SUBST([CC])
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([CC])
m4trace:configure.ac:9: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:9: -1- AC_SUBST([CFLAGS])
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([CFLAGS])
m4trace:configure.ac:9: -1- m4_pattern_allow([^CFLAGS$])
m4trace:configure.ac:9: -1- AC_SUBST([LDFLAGS])
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([LDFLAGS])
m4trace:configure.ac:9: -1- m4_pattern_allow([^LDFLAGS$])
m4trace:configure.ac:9: -1- AC_SUBST([LIBS])
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([LIBS])
m4trace:configure.ac:9: -1- m4_pattern_allow([^LIBS$])
m4trace:configure.ac:9: -1- AC_SUBST([CPPFLAGS])
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([CPPFLAGS])
m4trace:configure.ac:9: -1- m4_pattern_allow([^CPPFLAGS$])
m4trace:configure.ac:9: -1- AC_SUBST([CC])
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([CC])
m4trace:configure.ac:9: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:9: -1- AC_SUBST([CC])
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([CC])
m4trace:configure.ac:9: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:9: -1- AC_SUBST([CC])
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([CC])
m4trace:configure.ac:9: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:9: -1- AC_SUBST([CC])
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([CC])
m4trace:configure.ac:9: -1- m4_pattern_allow([^CC$])
m4trace:configure.ac:9: -1- AC_SUBST([ac_ct_CC])
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([ac_ct_CC])
m4trace:configure.ac:9: -1- m4_pattern_allow([^ac_ct_CC$])
m4trace:configure.ac:9: -1- AC_REQUIRE_AUX_FILE([compile])
m4trace:configure.ac:9: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([CCDEPMODE])
m4trace:configure.ac:9: -1- m4_pattern_allow([^CCDEPMODE$])
m4trace:configure.ac:9: -1- AM_CONDITIONAL([am__fastdepCC], [
test "x$enable_dependency_tracking" != xno \
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3])
m4trace:configure.ac:9: -1- AC_SUBST([am__fastdepCC_TRUE])
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
m4trace:configure.ac:9: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
m4trace:configure.ac:9: -1- AC_SUBST([am__fastdepCC_FALSE])
m4trace:configure.ac:9: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
m4trace:configure.ac:9: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
m4trace:configure.ac:12: -1- AC_CONFIG_HEADERS([config.h])
m4trace:configure.ac:13: -1- AM_CONDITIONAL([HAVE_LD_VERSION_SCRIPT], [test x"$rra_cv_ld_version_script" = xyes])
m4trace:configure.ac:13: -1- AC_SUBST([HAVE_LD_VERSION_SCRIPT_TRUE])
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([HAVE_LD_VERSION_SCRIPT_TRUE])
m4trace:configure.ac:13: -1- m4_pattern_allow([^HAVE_LD_VERSION_SCRIPT_TRUE$])
m4trace:configure.ac:13: -1- AC_SUBST([HAVE_LD_VERSION_SCRIPT_FALSE])
m4trace:configure.ac:13: -1- AC_SUBST_TRACE([HAVE_LD_VERSION_SCRIPT_FALSE])
m4trace:configure.ac:13: -1- m4_pattern_allow([^HAVE_LD_VERSION_SCRIPT_FALSE$])
m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([HAVE_LD_VERSION_SCRIPT_TRUE])
m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([HAVE_LD_VERSION_SCRIPT_FALSE])
m4trace:configure.ac:15: -1- AC_CONFIG_FILES([Makefile
libfnv/Makefile
libfnvutil/Makefile
tools/Makefile
test/Makefile
test/unit/Makefile
])
m4trace:configure.ac:23: -1- AC_SUBST([HAVE_CHECKMK_PATH])
m4trace:configure.ac:23: -1- AC_SUBST_TRACE([HAVE_CHECKMK_PATH])
m4trace:configure.ac:23: -1- m4_pattern_allow([^HAVE_CHECKMK_PATH$])
m4trace:configure.ac:25: -1- AM_CONDITIONAL([HAVE_CHECKMK], [ test ! "x$HAVE_CHECKMK_PATH" = "xnotfound" ])
m4trace:configure.ac:25: -1- AC_SUBST([HAVE_CHECKMK_TRUE])
m4trace:configure.ac:25: -1- AC_SUBST_TRACE([HAVE_CHECKMK_TRUE])
m4trace:configure.ac:25: -1- m4_pattern_allow([^HAVE_CHECKMK_TRUE$])
m4trace:configure.ac:25: -1- AC_SUBST([HAVE_CHECKMK_FALSE])
m4trace:configure.ac:25: -1- AC_SUBST_TRACE([HAVE_CHECKMK_FALSE])
m4trace:configure.ac:25: -1- m4_pattern_allow([^HAVE_CHECKMK_FALSE$])
m4trace:configure.ac:25: -1- _AM_SUBST_NOTMAKE([HAVE_CHECKMK_TRUE])
m4trace:configure.ac:25: -1- _AM_SUBST_NOTMAKE([HAVE_CHECKMK_FALSE])
m4trace:configure.ac:28: -1- _m4_warn([obsolete], [The macro `AC_WARN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/oldnames.m4:33: AC_WARN is expanded from...
configure.ac:28: the top level])
m4trace:configure.ac:34: -1- AC_SUBST([CHECK_CFLAGS])
m4trace:configure.ac:34: -1- AC_SUBST_TRACE([CHECK_CFLAGS])
m4trace:configure.ac:34: -1- m4_pattern_allow([^CHECK_CFLAGS$])
m4trace:configure.ac:35: -1- AC_SUBST([CHECK_LIBS])
m4trace:configure.ac:35: -1- AC_SUBST_TRACE([CHECK_LIBS])
m4trace:configure.ac:35: -1- m4_pattern_allow([^CHECK_LIBS$])
m4trace:configure.ac:37: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
m4trace:configure.ac:37: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
m4trace:configure.ac:37: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.ac:37: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
m4trace:configure.ac:37: -1- AC_SUBST_TRACE([LTLIBOBJS])
m4trace:configure.ac:37: -1- m4_pattern_allow([^LTLIBOBJS$])
m4trace:configure.ac:37: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
m4trace:configure.ac:37: -1- AC_SUBST([am__EXEEXT_TRUE])
m4trace:configure.ac:37: -1- AC_SUBST_TRACE([am__EXEEXT_TRUE])
m4trace:configure.ac:37: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
m4trace:configure.ac:37: -1- AC_SUBST([am__EXEEXT_FALSE])
m4trace:configure.ac:37: -1- AC_SUBST_TRACE([am__EXEEXT_FALSE])
m4trace:configure.ac:37: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
m4trace:configure.ac:37: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
m4trace:configure.ac:37: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
m4trace:configure.ac:37: -1- AC_SUBST_TRACE([top_builddir])
m4trace:configure.ac:37: -1- AC_SUBST_TRACE([top_build_prefix])
m4trace:configure.ac:37: -1- AC_SUBST_TRACE([srcdir])
m4trace:configure.ac:37: -1- AC_SUBST_TRACE([abs_srcdir])
m4trace:configure.ac:37: -1- AC_SUBST_TRACE([top_srcdir])
m4trace:configure.ac:37: -1- AC_SUBST_TRACE([abs_top_srcdir])
m4trace:configure.ac:37: -1- AC_SUBST_TRACE([builddir])
m4trace:configure.ac:37: -1- AC_SUBST_TRACE([abs_builddir])
m4trace:configure.ac:37: -1- AC_SUBST_TRACE([abs_top_builddir])
m4trace:configure.ac:37: -1- AC_SUBST_TRACE([INSTALL])
m4trace:configure.ac:37: -1- AC_SUBST_TRACE([MKDIR_P])
m4trace:configure.ac:37: -1- AC_REQUIRE_AUX_FILE([ltmain.sh])

13
bloom_filter/libfnv/build-aux/compile

@ -1,9 +1,9 @@
#! /bin/sh #! /bin/sh
# Wrapper for compilers which do not understand '-c -o'. # Wrapper for compilers which do not understand '-c -o'.
scriptversion=2012-10-14.11; # UTC scriptversion=2018-03-07.03; # UTC
# Copyright (C) 1999-2014 Free Software Foundation, Inc. # Copyright (C) 1999-2018 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>. # Written by Tom Tromey <tromey@cygnus.com>.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
@ -17,7 +17,7 @@ scriptversion=2012-10-14.11; # UTC
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
# As a special exception to the GNU General Public License, if you # As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a # distribute this file as part of a program that contains a
@ -255,7 +255,8 @@ EOF
echo "compile $scriptversion" echo "compile $scriptversion"
exit $? exit $?
;; ;;
cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
func_cl_wrapper "$@" # Doesn't return... func_cl_wrapper "$@" # Doesn't return...
;; ;;
esac esac
@ -339,9 +340,9 @@ exit $ret
# Local Variables: # Local Variables:
# mode: shell-script # mode: shell-script
# sh-indentation: 2 # sh-indentation: 2
# eval: (add-hook 'write-file-hooks 'time-stamp) # eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "scriptversion=" # time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC" # time-stamp-time-zone: "UTC0"
# time-stamp-end: "; # UTC" # time-stamp-end: "; # UTC"
# End: # End:

679
bloom_filter/libfnv/build-aux/config.guess

File diff suppressed because it is too large

304
bloom_filter/libfnv/build-aux/config.sub

@ -1,8 +1,8 @@
#! /bin/sh #! /bin/sh
# Configuration validation subroutine script. # Configuration validation subroutine script.
# Copyright 1992-2014 Free Software Foundation, Inc. # Copyright 1992-2018 Free Software Foundation, Inc.
timestamp='2014-12-03' timestamp='2018-03-08'
# This file is free software; you can redistribute it and/or modify it # This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by
@ -15,7 +15,7 @@ timestamp='2014-12-03'
# General Public License for more details. # General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>. # along with this program; if not, see <https://www.gnu.org/licenses/>.
# #
# As a special exception to the GNU General Public License, if you # As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a # distribute this file as part of a program that contains a
@ -33,7 +33,7 @@ timestamp='2014-12-03'
# Otherwise, we print the canonical config type on stdout and succeed. # Otherwise, we print the canonical config type on stdout and succeed.
# You can get the latest version of this script from: # You can get the latest version of this script from:
# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
# This file is supposed to be the same for all GNU packages # This file is supposed to be the same for all GNU packages
# and recognize all the CPU types, system types and aliases # and recognize all the CPU types, system types and aliases
@ -53,12 +53,11 @@ timestamp='2014-12-03'
me=`echo "$0" | sed -e 's,.*/,,'` me=`echo "$0" | sed -e 's,.*/,,'`
usage="\ usage="\
Usage: $0 [OPTION] CPU-MFR-OPSYS Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
$0 [OPTION] ALIAS
Canonicalize a configuration name. Canonicalize a configuration name.
Operation modes: Options:
-h, --help print this help, then exit -h, --help print this help, then exit
-t, --time-stamp print date of last modification, then exit -t, --time-stamp print date of last modification, then exit
-v, --version print version number, then exit -v, --version print version number, then exit
@ -68,7 +67,7 @@ Report bugs and patches to <config-patches@gnu.org>."
version="\ version="\
GNU config.sub ($timestamp) GNU config.sub ($timestamp)
Copyright 1992-2014 Free Software Foundation, Inc. Copyright 1992-2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@ -95,7 +94,7 @@ while test $# -gt 0 ; do
*local*) *local*)
# First pass through any local machine types. # First pass through any local machine types.
echo $1 echo "$1"
exit ;; exit ;;
* ) * )
@ -113,24 +112,24 @@ esac
# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
# Here we must recognize all the valid KERNEL-OS combinations. # Here we must recognize all the valid KERNEL-OS combinations.
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
case $maybe_os in case $maybe_os in
nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
knetbsd*-gnu* | netbsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \
kopensolaris*-gnu* | \ kopensolaris*-gnu* | cloudabi*-eabi* | \
storm-chaos* | os2-emx* | rtmk-nova*) storm-chaos* | os2-emx* | rtmk-nova*)
os=-$maybe_os os=-$maybe_os
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
;; ;;
android-linux) android-linux)
os=-linux-android os=-linux-android
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
;; ;;
*) *)
basic_machine=`echo $1 | sed 's/-[^-]*$//'` basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
if [ $basic_machine != $1 ] if [ "$basic_machine" != "$1" ]
then os=`echo $1 | sed 's/.*-/-/'` then os=`echo "$1" | sed 's/.*-/-/'`
else os=; fi else os=; fi
;; ;;
esac esac
@ -179,44 +178,44 @@ case $os in
;; ;;
-sco6) -sco6)
os=-sco5v6 os=-sco5v6
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
;; ;;
-sco5) -sco5)
os=-sco3.2v5 os=-sco3.2v5
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
;; ;;
-sco4) -sco4)
os=-sco3.2v4 os=-sco3.2v4
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
;; ;;
-sco3.2.[4-9]*) -sco3.2.[4-9]*)
os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
;; ;;
-sco3.2v[4-9]*) -sco3.2v[4-9]*)
# Don't forget version if it is 3.2v4 or newer. # Don't forget version if it is 3.2v4 or newer.
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
;; ;;
-sco5v6*) -sco5v6*)
# Don't forget version if it is 3.2v4 or newer. # Don't forget version if it is 3.2v4 or newer.
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
;; ;;
-sco*) -sco*)
os=-sco3.2v2 os=-sco3.2v2
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
;; ;;
-udk*) -udk*)
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
;; ;;
-isc) -isc)
os=-isc2.2 os=-isc2.2
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
;; ;;
-clix*) -clix*)
basic_machine=clipper-intergraph basic_machine=clipper-intergraph
;; ;;
-isc*) -isc*)
basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
;; ;;
-lynx*178) -lynx*178)
os=-lynxos178 os=-lynxos178
@ -228,10 +227,7 @@ case $os in
os=-lynxos os=-lynxos
;; ;;
-ptx*) -ptx*)
basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
;;
-windowsnt*)
os=`echo $os | sed -e 's/windowsnt/winnt/'`
;; ;;
-psos*) -psos*)
os=-psos os=-psos
@ -255,15 +251,16 @@ case $basic_machine in
| arc | arceb \ | arc | arceb \
| arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
| avr | avr32 \ | avr | avr32 \
| ba \
| be32 | be64 \ | be32 | be64 \
| bfin \ | bfin \
| c4x | c8051 | clipper \ | c4x | c8051 | clipper \
| d10v | d30v | dlx | dsp16xx \ | d10v | d30v | dlx | dsp16xx \
| epiphany \ | e2k | epiphany \
| fido | fr30 | frv \ | fido | fr30 | frv | ft32 \
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
| hexagon \ | hexagon \
| i370 | i860 | i960 | ia64 \ | i370 | i860 | i960 | ia16 | ia64 \
| ip2k | iq2000 \ | ip2k | iq2000 \
| k1om \ | k1om \
| le32 | le64 \ | le32 | le64 \
@ -299,13 +296,14 @@ case $basic_machine in
| nios | nios2 | nios2eb | nios2el \ | nios | nios2 | nios2eb | nios2el \
| ns16k | ns32k \ | ns16k | ns32k \
| open8 | or1k | or1knd | or32 \ | open8 | or1k | or1knd | or32 \
| pdp10 | pdp11 | pj | pjl \ | pdp10 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle \ | powerpc | powerpc64 | powerpc64le | powerpcle \
| pru \
| pyramid \ | pyramid \
| riscv32 | riscv64 \ | riscv32 | riscv64 \
| rl78 | rx \ | rl78 | rx \
| score \ | score \
| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
| sh64 | sh64le \ | sh64 | sh64le \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
| sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
@ -314,7 +312,7 @@ case $basic_machine in
| ubicom32 \ | ubicom32 \
| v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
| visium \ | visium \
| we32k \ | wasm32 \
| x86 | xc16x | xstormy16 | xtensa \ | x86 | xc16x | xstormy16 | xtensa \
| z8k | z80) | z8k | z80)
basic_machine=$basic_machine-unknown basic_machine=$basic_machine-unknown
@ -335,7 +333,7 @@ case $basic_machine in
basic_machine=$basic_machine-unknown basic_machine=$basic_machine-unknown
os=-none os=-none
;; ;;
m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65)
;; ;;
ms1) ms1)
basic_machine=mt-unknown basic_machine=mt-unknown
@ -364,7 +362,7 @@ case $basic_machine in
;; ;;
# Object if more than one company name word. # Object if more than one company name word.
*-*-*) *-*-*)
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
exit 1 exit 1
;; ;;
# Recognize the basic CPU types with company name. # Recognize the basic CPU types with company name.
@ -376,17 +374,18 @@ case $basic_machine in
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
| arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
| avr-* | avr32-* \ | avr-* | avr32-* \
| ba-* \
| be32-* | be64-* \ | be32-* | be64-* \
| bfin-* | bs2000-* \ | bfin-* | bs2000-* \
| c[123]* | c30-* | [cjt]90-* | c4x-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \
| c8051-* | clipper-* | craynv-* | cydra-* \ | c8051-* | clipper-* | craynv-* | cydra-* \
| d10v-* | d30v-* | dlx-* \ | d10v-* | d30v-* | dlx-* \
| elxsi-* \ | e2k-* | elxsi-* \
| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
| h8300-* | h8500-* \ | h8300-* | h8500-* \
| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
| hexagon-* \ | hexagon-* \
| i*86-* | i860-* | i960-* | ia64-* \ | i*86-* | i860-* | i960-* | ia16-* | ia64-* \
| ip2k-* | iq2000-* \ | ip2k-* | iq2000-* \
| k1om-* \ | k1om-* \
| le32-* | le64-* \ | le32-* | le64-* \
@ -427,13 +426,15 @@ case $basic_machine in
| orion-* \ | orion-* \
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
| pru-* \
| pyramid-* \ | pyramid-* \
| riscv32-* | riscv64-* \
| rl78-* | romp-* | rs6000-* | rx-* \ | rl78-* | romp-* | rs6000-* | rx-* \
| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
| sparclite-* \ | sparclite-* \
| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \
| tahoe-* \ | tahoe-* \
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
| tile*-* \ | tile*-* \
@ -442,6 +443,7 @@ case $basic_machine in
| v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
| vax-* \ | vax-* \
| visium-* \ | visium-* \
| wasm32-* \
| we32k-* \ | we32k-* \
| x86-* | x86_64-* | xc16x-* | xps100-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \
| xstormy16-* | xtensa*-* \ | xstormy16-* | xtensa*-* \
@ -455,7 +457,7 @@ case $basic_machine in
# Recognize the various machine names and aliases which stand # Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS. # for a CPU type and a company and sometimes even an OS.
386bsd) 386bsd)
basic_machine=i386-unknown basic_machine=i386-pc
os=-bsd os=-bsd
;; ;;
3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
@ -489,7 +491,7 @@ case $basic_machine in
basic_machine=x86_64-pc basic_machine=x86_64-pc
;; ;;
amd64-*) amd64-*)
basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
;; ;;
amdahl) amdahl)
basic_machine=580-amdahl basic_machine=580-amdahl
@ -518,6 +520,9 @@ case $basic_machine in
basic_machine=i386-pc basic_machine=i386-pc
os=-aros os=-aros
;; ;;
asmjs)
basic_machine=asmjs-unknown
;;
aux) aux)
basic_machine=m68k-apple basic_machine=m68k-apple
os=-aux os=-aux
@ -531,7 +536,7 @@ case $basic_machine in
os=-linux os=-linux
;; ;;
blackfin-*) blackfin-*)
basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
os=-linux os=-linux
;; ;;
bluegene*) bluegene*)
@ -539,13 +544,13 @@ case $basic_machine in
os=-cnk os=-cnk
;; ;;
c54x-*) c54x-*)
basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
;; ;;
c55x-*) c55x-*)
basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
;; ;;
c6x-*) c6x-*)
basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
;; ;;
c90) c90)
basic_machine=c90-cray basic_machine=c90-cray
@ -634,10 +639,18 @@ case $basic_machine in
basic_machine=rs6000-bull basic_machine=rs6000-bull
os=-bosx os=-bosx
;; ;;
dpx2* | dpx2*-bull) dpx2*)
basic_machine=m68k-bull basic_machine=m68k-bull
os=-sysv3 os=-sysv3
;; ;;
e500v[12])
basic_machine=powerpc-unknown
os=$os"spe"
;;
e500v[12]-*)
basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
os=$os"spe"
;;
ebmon29k) ebmon29k)
basic_machine=a29k-amd basic_machine=a29k-amd
os=-ebmon os=-ebmon
@ -727,9 +740,6 @@ case $basic_machine in
hp9k8[0-9][0-9] | hp8[0-9][0-9]) hp9k8[0-9][0-9] | hp8[0-9][0-9])
basic_machine=hppa1.0-hp basic_machine=hppa1.0-hp
;; ;;
hppa-next)
os=-nextstep3
;;
hppaosf) hppaosf)
basic_machine=hppa1.1-hp basic_machine=hppa1.1-hp
os=-osf os=-osf
@ -742,26 +752,26 @@ case $basic_machine in
basic_machine=i370-ibm basic_machine=i370-ibm
;; ;;
i*86v32) i*86v32)
basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
os=-sysv32 os=-sysv32
;; ;;
i*86v4*) i*86v4*)
basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
os=-sysv4 os=-sysv4
;; ;;
i*86v) i*86v)
basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
os=-sysv os=-sysv
;; ;;
i*86sol2) i*86sol2)
basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
os=-solaris2 os=-solaris2
;; ;;
i386mach) i386mach)
basic_machine=i386-mach basic_machine=i386-mach
os=-mach os=-mach
;; ;;
i386-vsta | vsta) vsta)
basic_machine=i386-unknown basic_machine=i386-unknown
os=-vsta os=-vsta
;; ;;
@ -780,19 +790,16 @@ case $basic_machine in
os=-sysv os=-sysv
;; ;;
leon-*|leon[3-9]-*) leon-*|leon[3-9]-*)
basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
;; ;;
m68knommu) m68knommu)
basic_machine=m68k-unknown basic_machine=m68k-unknown
os=-linux os=-linux
;; ;;
m68knommu-*) m68knommu-*)
basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
os=-linux os=-linux
;; ;;
m88k-omron*)
basic_machine=m88k-omron
;;
magnum | m3230) magnum | m3230)
basic_machine=mips-mips basic_machine=mips-mips
os=-sysv os=-sysv
@ -824,10 +831,10 @@ case $basic_machine in
os=-mint os=-mint
;; ;;
mips3*-*) mips3*-*)
basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
;; ;;
mips3*) mips3*)
basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
;; ;;
monitor) monitor)
basic_machine=m68k-rom68k basic_machine=m68k-rom68k
@ -846,7 +853,7 @@ case $basic_machine in
os=-msdos os=-msdos
;; ;;
ms1-*) ms1-*)
basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
;; ;;
msys) msys)
basic_machine=i686-pc basic_machine=i686-pc
@ -888,7 +895,7 @@ case $basic_machine in
basic_machine=v70-nec basic_machine=v70-nec
os=-sysv os=-sysv
;; ;;
next | m*-next ) next | m*-next)
basic_machine=m68k-next basic_machine=m68k-next
case $os in case $os in
-nextstep* ) -nextstep* )
@ -933,6 +940,12 @@ case $basic_machine in
nsr-tandem) nsr-tandem)
basic_machine=nsr-tandem basic_machine=nsr-tandem
;; ;;
nsv-tandem)
basic_machine=nsv-tandem
;;
nsx-tandem)
basic_machine=nsx-tandem
;;
op50n-* | op60c-*) op50n-* | op60c-*)
basic_machine=hppa1.1-oki basic_machine=hppa1.1-oki
os=-proelf os=-proelf
@ -965,7 +978,7 @@ case $basic_machine in
os=-linux os=-linux
;; ;;
parisc-*) parisc-*)
basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
os=-linux os=-linux
;; ;;
pbd) pbd)
@ -981,7 +994,7 @@ case $basic_machine in
basic_machine=i386-pc basic_machine=i386-pc
;; ;;
pc98-*) pc98-*)
basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
;; ;;
pentium | p5 | k5 | k6 | nexgen | viac3) pentium | p5 | k5 | k6 | nexgen | viac3)
basic_machine=i586-pc basic_machine=i586-pc
@ -996,16 +1009,16 @@ case $basic_machine in
basic_machine=i786-pc basic_machine=i786-pc
;; ;;
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
;; ;;
pentiumpro-* | p6-* | 6x86-* | athlon-*) pentiumpro-* | p6-* | 6x86-* | athlon-*)
basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
;; ;;
pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
;; ;;
pentium4-*) pentium4-*)
basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
;; ;;
pn) pn)
basic_machine=pn-gould basic_machine=pn-gould
@ -1015,23 +1028,23 @@ case $basic_machine in
ppc | ppcbe) basic_machine=powerpc-unknown ppc | ppcbe) basic_machine=powerpc-unknown
;; ;;
ppc-* | ppcbe-*) ppc-* | ppcbe-*)
basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
;; ;;
ppcle | powerpclittle | ppc-le | powerpc-little) ppcle | powerpclittle)
basic_machine=powerpcle-unknown basic_machine=powerpcle-unknown
;; ;;
ppcle-* | powerpclittle-*) ppcle-* | powerpclittle-*)
basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
;; ;;
ppc64) basic_machine=powerpc64-unknown ppc64) basic_machine=powerpc64-unknown
;; ;;
ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
;; ;;
ppc64le | powerpc64little | ppc64-le | powerpc64-little) ppc64le | powerpc64little)
basic_machine=powerpc64le-unknown basic_machine=powerpc64le-unknown
;; ;;
ppc64le-* | powerpc64little-*) ppc64le-* | powerpc64little-*)
basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
;; ;;
ps2) ps2)
basic_machine=i386-ibm basic_machine=i386-ibm
@ -1085,17 +1098,10 @@ case $basic_machine in
sequent) sequent)
basic_machine=i386-sequent basic_machine=i386-sequent
;; ;;
sh)
basic_machine=sh-hitachi
os=-hms
;;
sh5el) sh5el)
basic_machine=sh5le-unknown basic_machine=sh5le-unknown
;; ;;
sh64) simso-wrs)
basic_machine=sh64-unknown
;;
sparclite-wrs | simso-wrs)
basic_machine=sparclite-wrs basic_machine=sparclite-wrs
os=-vxworks os=-vxworks
;; ;;
@ -1114,7 +1120,7 @@ case $basic_machine in
os=-sysv4 os=-sysv4
;; ;;
strongarm-* | thumb-*) strongarm-* | thumb-*)
basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
;; ;;
sun2) sun2)
basic_machine=m68000-sun basic_machine=m68000-sun
@ -1236,6 +1242,9 @@ case $basic_machine in
basic_machine=hppa1.1-winbond basic_machine=hppa1.1-winbond
os=-proelf os=-proelf
;; ;;
x64)
basic_machine=x86_64-pc
;;
xbox) xbox)
basic_machine=i686-pc basic_machine=i686-pc
os=-mingw32 os=-mingw32
@ -1244,20 +1253,12 @@ case $basic_machine in
basic_machine=xps100-honeywell basic_machine=xps100-honeywell
;; ;;
xscale-* | xscalee[bl]-*) xscale-* | xscalee[bl]-*)
basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
;; ;;
ymp) ymp)
basic_machine=ymp-cray basic_machine=ymp-cray
os=-unicos os=-unicos
;; ;;
z8k-*-coff)
basic_machine=z8k-unknown
os=-sim
;;
z80-*-coff)
basic_machine=z80-unknown
os=-sim
;;
none) none)
basic_machine=none-none basic_machine=none-none
os=-none os=-none
@ -1286,10 +1287,6 @@ case $basic_machine in
vax) vax)
basic_machine=vax-dec basic_machine=vax-dec
;; ;;
pdp10)
# there are many clones, so DEC is not a safe bet
basic_machine=pdp10-unknown
;;
pdp11) pdp11)
basic_machine=pdp11-dec basic_machine=pdp11-dec
;; ;;
@ -1299,9 +1296,6 @@ case $basic_machine in
sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
basic_machine=sh-unknown basic_machine=sh-unknown
;; ;;
sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
basic_machine=sparc-sun
;;
cydra) cydra)
basic_machine=cydra-cydrome basic_machine=cydra-cydrome
;; ;;
@ -1321,7 +1315,7 @@ case $basic_machine in
# Make sure to match an already-canonicalized machine name. # Make sure to match an already-canonicalized machine name.
;; ;;
*) *)
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
exit 1 exit 1
;; ;;
esac esac
@ -1329,10 +1323,10 @@ esac
# Here we canonicalize certain aliases for manufacturers. # Here we canonicalize certain aliases for manufacturers.
case $basic_machine in case $basic_machine in
*-digital*) *-digital*)
basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
;; ;;
*-commodore*) *-commodore*)
basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
;; ;;
*) *)
;; ;;
@ -1343,8 +1337,8 @@ esac
if [ x"$os" != x"" ] if [ x"$os" != x"" ]
then then
case $os in case $os in
# First match some system type aliases # First match some system type aliases that might get confused
# that might get confused with valid system types. # with valid system types.
# -solaris* is a basic system type, with this one exception. # -solaris* is a basic system type, with this one exception.
-auroraux) -auroraux)
os=-auroraux os=-auroraux
@ -1355,45 +1349,48 @@ case $os in
-solaris) -solaris)
os=-solaris2 os=-solaris2
;; ;;
-svr4*)
os=-sysv4
;;
-unixware*) -unixware*)
os=-sysv4.2uw os=-sysv4.2uw
;; ;;
-gnu/linux*) -gnu/linux*)
os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
;; ;;
# First accept the basic system types. # es1800 is here to avoid being matched by es* (a different OS)
-es1800*)
os=-ose
;;
# Now accept the basic system types.
# The portable systems comes first. # The portable systems comes first.
# Each alternative MUST END IN A *, to match a version number. # Each alternative MUST end in a * to match a version number.
# -sysv* is not here because it comes later, after sysvr4. # -sysv* is not here because it comes later, after sysvr4.
-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
| -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
| -sym* | -kopensolaris* | -plan9* \ | -sym* | -kopensolaris* | -plan9* \
| -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
| -aos* | -aros* \ | -aos* | -aros* | -cloudabi* | -sortix* \
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ | -hiux* | -knetbsd* | -mirbsd* | -netbsd* \
| -bitrig* | -openbsd* | -solidbsd* \ | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \
| -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
| -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* | -hcos* \
| -chorusos* | -chorusrdb* | -cegcc* \ | -chorusos* | -chorusrdb* | -cegcc* | -glidix* \
| -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
| -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \
| -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* \
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -morphos* | -superux* | -rtmk* | -windiss* \
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*) | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
| -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme* \
| -midnightbsd*)
# Remember, each alternative MUST END IN *, to match a version number. # Remember, each alternative MUST END IN *, to match a version number.
;; ;;
-qnx*) -qnx*)
@ -1410,12 +1407,12 @@ case $os in
-nto*) -nto*)
os=`echo $os | sed -e 's|nto|nto-qnx|'` os=`echo $os | sed -e 's|nto|nto-qnx|'`
;; ;;
-sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ -sim | -xray | -os68k* | -v88r* \
| -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -windows* | -osx | -abug | -netware* | -os9* \
| -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
;; ;;
-mac*) -mac*)
os=`echo $os | sed -e 's|mac|macos|'` os=`echo "$os" | sed -e 's|mac|macos|'`
;; ;;
-linux-dietlibc) -linux-dietlibc)
os=-linux-dietlibc os=-linux-dietlibc
@ -1424,10 +1421,10 @@ case $os in
os=`echo $os | sed -e 's|linux|linux-gnu|'` os=`echo $os | sed -e 's|linux|linux-gnu|'`
;; ;;
-sunos5*) -sunos5*)
os=`echo $os | sed -e 's|sunos5|solaris2|'` os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
;; ;;
-sunos6*) -sunos6*)
os=`echo $os | sed -e 's|sunos6|solaris3|'` os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
;; ;;
-opened*) -opened*)
os=-openedition os=-openedition
@ -1438,12 +1435,6 @@ case $os in
-wince*) -wince*)
os=-wince os=-wince
;; ;;
-osfrose*)
os=-osfrose
;;
-osf*)
os=-osf
;;
-utek*) -utek*)
os=-bsd os=-bsd
;; ;;
@ -1468,7 +1459,7 @@ case $os in
-nova*) -nova*)
os=-rtmk-nova os=-rtmk-nova
;; ;;
-ns2 ) -ns2)
os=-nextstep2 os=-nextstep2
;; ;;
-nsk*) -nsk*)
@ -1490,7 +1481,7 @@ case $os in
-oss*) -oss*)
os=-sysv3 os=-sysv3
;; ;;
-svr4) -svr4*)
os=-sysv4 os=-sysv4
;; ;;
-svr3) -svr3)
@ -1505,32 +1496,38 @@ case $os in
-ose*) -ose*)
os=-ose os=-ose
;; ;;
-es1800*)
os=-ose
;;
-xenix)
os=-xenix
;;
-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
os=-mint os=-mint
;; ;;
-aros*)
os=-aros
;;
-zvmoe) -zvmoe)
os=-zvmoe os=-zvmoe
;; ;;
-dicos*) -dicos*)
os=-dicos os=-dicos
;; ;;
-pikeos*)
# Until real need of OS specific support for
# particular features comes up, bare metal
# configurations are quite functional.
case $basic_machine in
arm*)
os=-eabi
;;
*)
os=-elf
;;
esac
;;
-nacl*) -nacl*)
;; ;;
-ios)
;;
-none) -none)
;; ;;
*) *)
# Get rid of the `-' at the beginning of $os. # Get rid of the `-' at the beginning of $os.
os=`echo $os | sed 's/[^-]*-//'` os=`echo $os | sed 's/[^-]*-//'`
echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
exit 1 exit 1
;; ;;
esac esac
@ -1620,12 +1617,12 @@ case $basic_machine in
sparc-* | *-sun) sparc-* | *-sun)
os=-sunos4.1.1 os=-sunos4.1.1
;; ;;
pru-*)
os=-elf
;;
*-be) *-be)
os=-beos os=-beos
;; ;;
*-haiku)
os=-haiku
;;
*-ibm) *-ibm)
os=-aix os=-aix
;; ;;
@ -1665,7 +1662,7 @@ case $basic_machine in
m88k-omron*) m88k-omron*)
os=-luna os=-luna
;; ;;
*-next ) *-next)
os=-nextstep os=-nextstep
;; ;;
*-sequent) *-sequent)
@ -1680,9 +1677,6 @@ case $basic_machine in
i370-*) i370-*)
os=-mvs os=-mvs
;; ;;
*-next)
os=-nextstep3
;;
*-gould) *-gould)
os=-sysv os=-sysv
;; ;;
@ -1792,15 +1786,15 @@ case $basic_machine in
vendor=stratus vendor=stratus
;; ;;
esac esac
basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
;; ;;
esac esac
echo $basic_machine$os echo "$basic_machine$os"
exit exit
# Local variables: # Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp) # eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "timestamp='" # time-stamp-start: "timestamp='"
# time-stamp-format: "%:y-%02m-%02d" # time-stamp-format: "%:y-%02m-%02d"
# time-stamp-end: "'" # time-stamp-end: "'"

10
bloom_filter/libfnv/build-aux/depcomp

@ -1,9 +1,9 @@
#! /bin/sh #! /bin/sh
# depcomp - compile a program generating dependencies as side-effects # depcomp - compile a program generating dependencies as side-effects
scriptversion=2013-05-30.07; # UTC scriptversion=2018-03-07.03; # UTC
# Copyright (C) 1999-2014 Free Software Foundation, Inc. # Copyright (C) 1999-2018 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -16,7 +16,7 @@ scriptversion=2013-05-30.07; # UTC
# GNU General Public License for more details. # GNU General Public License for more details.
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
# As a special exception to the GNU General Public License, if you # As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a # distribute this file as part of a program that contains a
@ -783,9 +783,9 @@ exit 0
# Local Variables: # Local Variables:
# mode: shell-script # mode: shell-script
# sh-indentation: 2 # sh-indentation: 2
# eval: (add-hook 'write-file-hooks 'time-stamp) # eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "scriptversion=" # time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC" # time-stamp-time-zone: "UTC0"
# time-stamp-end: "; # UTC" # time-stamp-end: "; # UTC"
# End: # End:

47
bloom_filter/libfnv/build-aux/install-sh

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# install - install a program, script, or datafile # install - install a program, script, or datafile
scriptversion=2013-12-25.23; # UTC scriptversion=2018-03-11.20; # UTC
# This originates from X11R5 (mit/util/scripts/install.sh), which was # This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the # later released in X11R6 (xc/config/util/install.sh) with the
@ -271,15 +271,18 @@ do
fi fi
dst=$dst_arg dst=$dst_arg
# If destination is a directory, append the input filename; won't work # If destination is a directory, append the input filename.
# if double slashes aren't ignored.
if test -d "$dst"; then if test -d "$dst"; then
if test "$is_target_a_directory" = never; then if test "$is_target_a_directory" = never; then
echo "$0: $dst_arg: Is a directory" >&2 echo "$0: $dst_arg: Is a directory" >&2
exit 1 exit 1
fi fi
dstdir=$dst dstdir=$dst
dst=$dstdir/`basename "$src"` dstbase=`basename "$src"`
case $dst in
*/) dst=$dst$dstbase;;
*) dst=$dst/$dstbase;;
esac
dstdir_status=0 dstdir_status=0
else else
dstdir=`dirname "$dst"` dstdir=`dirname "$dst"`
@ -288,6 +291,11 @@ do
fi fi
fi fi
case $dstdir in
*/) dstdirslash=$dstdir;;
*) dstdirslash=$dstdir/;;
esac
obsolete_mkdir_used=false obsolete_mkdir_used=false
if test $dstdir_status != 0; then if test $dstdir_status != 0; then
@ -324,34 +332,43 @@ do
# is incompatible with FreeBSD 'install' when (umask & 300) != 0. # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
;; ;;
*) *)
# Note that $RANDOM variable is not portable (e.g. dash); Use it
# here however when possible just to lower collision chance.
tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0
# Because "mkdir -p" follows existing symlinks and we likely work
# directly in world-writeable /tmp, make sure that the '$tmpdir'
# directory is successfully created first before we actually test
# 'mkdir -p' feature.
if (umask $mkdir_umask && if (umask $mkdir_umask &&
exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 $mkdirprog $mkdir_mode "$tmpdir" &&
exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1
then then
if test -z "$dir_arg" || { if test -z "$dir_arg" || {
# Check for POSIX incompatibilities with -m. # Check for POSIX incompatibilities with -m.
# HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
# other-writable bit of parent directory when it shouldn't. # other-writable bit of parent directory when it shouldn't.
# FreeBSD 6.1 mkdir -m -p sets mode of existing directory. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
ls_ld_tmpdir=`ls -ld "$tmpdir"` test_tmpdir="$tmpdir/a"
ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
case $ls_ld_tmpdir in case $ls_ld_tmpdir in
d????-?r-*) different_mode=700;; d????-?r-*) different_mode=700;;
d????-?--*) different_mode=755;; d????-?--*) different_mode=755;;
*) false;; *) false;;
esac && esac &&
$mkdirprog -m$different_mode -p -- "$tmpdir" && { $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
ls_ld_tmpdir_1=`ls -ld "$tmpdir"` ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
} }
} }
then posix_mkdir=: then posix_mkdir=:
fi fi
rmdir "$tmpdir/d" "$tmpdir" rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir"
else else
# Remove any dirs left behind by ancient mkdir implementations. # Remove any dirs left behind by ancient mkdir implementations.
rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null
fi fi
trap '' 0;; trap '' 0;;
esac;; esac;;
@ -427,8 +444,8 @@ do
else else
# Make a couple of temp file names in the proper directory. # Make a couple of temp file names in the proper directory.
dsttmp=$dstdir/_inst.$$_ dsttmp=${dstdirslash}_inst.$$_
rmtmp=$dstdir/_rm.$$_ rmtmp=${dstdirslash}_rm.$$_
# Trap to clean up those temp files at exit. # Trap to clean up those temp files at exit.
trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
@ -493,9 +510,9 @@ do
done done
# Local variables: # Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp) # eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "scriptversion=" # time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC" # time-stamp-time-zone: "UTC0"
# time-stamp-end: "; # UTC" # time-stamp-end: "; # UTC"
# End: # End:

766
bloom_filter/libfnv/build-aux/ltmain.sh

File diff suppressed because it is too large

16
bloom_filter/libfnv/build-aux/missing

@ -1,9 +1,9 @@
#! /bin/sh #! /bin/sh
# Common wrapper for a few potentially missing GNU programs. # Common wrapper for a few potentially missing GNU programs.
scriptversion=2013-10-28.13; # UTC scriptversion=2018-03-07.03; # UTC
# Copyright (C) 1996-2014 Free Software Foundation, Inc. # Copyright (C) 1996-2018 Free Software Foundation, Inc.
# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
@ -17,7 +17,7 @@ scriptversion=2013-10-28.13; # UTC
# GNU General Public License for more details. # GNU General Public License for more details.
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
# As a special exception to the GNU General Public License, if you # As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a # distribute this file as part of a program that contains a
@ -101,9 +101,9 @@ else
exit $st exit $st
fi fi
perl_URL=http://www.perl.org/ perl_URL=https://www.perl.org/
flex_URL=http://flex.sourceforge.net/ flex_URL=https://github.com/westes/flex
gnu_software_URL=http://www.gnu.org/software gnu_software_URL=https://www.gnu.org/software
program_details () program_details ()
{ {
@ -207,9 +207,9 @@ give_advice "$1" | sed -e '1s/^/WARNING: /' \
exit $st exit $st
# Local variables: # Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp) # eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "scriptversion=" # time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC" # time-stamp-time-zone: "UTC0"
# time-stamp-end: "; # UTC" # time-stamp-end: "; # UTC"
# End: # End:

61
bloom_filter/libfnv/config.h.in~

@ -1,61 +0,0 @@
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Version number of package */
#undef VERSION

694
bloom_filter/libfnv/config.log

@ -4,7 +4,7 @@ running configure, to aid debugging if configure makes a mistake.
It was created by libfnv configure 0.8.2, which was It was created by libfnv configure 0.8.2, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --no-create --no-recursion $ ./configure
## --------- ## ## --------- ##
## Platform. ## ## Platform. ##
@ -12,9 +12,9 @@ generated by GNU Autoconf 2.69. Invocation command line was
hostname = stark hostname = stark
uname -m = x86_64 uname -m = x86_64
uname -r = 4.11.7-1-ARCH uname -r = 5.1.7-arch1-1-ARCH
uname -s = Linux uname -s = Linux
uname -v = #1 SMP PREEMPT Sat Jun 24 09:07:09 CEST 2017 uname -v = #1 SMP PREEMPT Tue Jun 4 15:47:45 UTC 2019
/usr/bin/uname -p = unknown /usr/bin/uname -p = unknown
/bin/uname -X = unknown /bin/uname -X = unknown
@ -27,12 +27,13 @@ uname -v = #1 SMP PREEMPT Sat Jun 24 09:07:09 CEST 2017
/usr/bin/oslevel = unknown /usr/bin/oslevel = unknown
/bin/universe = unknown /bin/universe = unknown
PATH: /home/wes/.rvm/gems/ruby-2.3.3/bin PATH: /home/wes/.pyenv/shims
PATH: /home/wes/.rvm/gems/ruby-2.3.3@global/bin PATH: /home/wes/.pyenv/bin
PATH: /home/wes/.rvm/rubies/ruby-2.3.3/bin
PATH: /home/wes/.nix-profile/bin PATH: /home/wes/.nix-profile/bin
PATH: /home/wes/.nix-profile/sbin PATH: /home/wes/.local/bin
PATH: /home/wes/.cabal/bin PATH: /home/wes/.racket-6.12/bin
PATH: /home/wes/.node_modules/bin
PATH: /home/wes/bin
PATH: /usr/local/bin PATH: /usr/local/bin
PATH: /usr/bin PATH: /usr/bin
PATH: /bin PATH: /bin
@ -42,200 +43,202 @@ PATH: /home/wes/.local/bin
PATH: /sbin PATH: /sbin
PATH: /usr/bin/core_perl PATH: /usr/bin/core_perl
PATH: /home/wes/.texlive/2012/bin/x86_64-linux PATH: /home/wes/.texlive/2012/bin/x86_64-linux
PATH: /home/wes/.gem/ruby/2.3.0/bin
PATH: /home/wes/gostuff/bin PATH: /home/wes/gostuff/bin
PATH: /home/wes/.gem/ruby/2.2.0/bin
PATH: /home/wes/toolchains/arm-2013.11/bin PATH: /home/wes/toolchains/arm-2013.11/bin
PATH: /opt/gecko-sdk/sdk/bin PATH: /opt/gecko-sdk/sdk/bin
PATH: /opt/addon-sdk/bin PATH: /opt/addon-sdk/bin
PATH: /opt/android-sdk/tools PATH: /opt/android-sdk/tools
PATH: /home/wes/.rvm/bin PATH: /home/wes/.yarn/bin
PATH: /home/wes/.cabal/bin
PATH: /home/wes/.cargo/bin
PATH: /home/wes/.gem/ruby/2.6.0/bin
## ----------- ## ## ----------- ##
## Core tests. ## ## Core tests. ##
## ----------- ## ## ----------- ##
configure:2177: checking for a BSD-compatible install configure:2173: checking for a BSD-compatible install
configure:2245: result: /usr/bin/install -c configure:2241: result: /usr/bin/install -c
configure:2256: checking whether build environment is sane configure:2252: checking whether build environment is sane
configure:2311: result: yes configure:2307: result: yes
configure:2462: checking for a thread-safe mkdir -p configure:2456: checking for a thread-safe mkdir -p
configure:2501: result: /usr/bin/mkdir -p configure:2495: result: /usr/bin/mkdir -p
configure:2508: checking for gawk configure:2502: checking for gawk
configure:2524: found /usr/bin/gawk configure:2518: found /usr/bin/gawk
configure:2535: result: gawk configure:2529: result: gawk
configure:2546: checking whether make sets $(MAKE) configure:2540: checking whether make sets $(MAKE)
configure:2568: result: yes configure:2562: result: yes
configure:2597: checking whether make supports nested variables configure:2591: checking whether make supports nested variables
configure:2614: result: yes configure:2608: result: yes
configure:2769: checking build system type configure:2763: checking build system type
configure:2783: result: x86_64-unknown-linux-gnu configure:2777: result: x86_64-pc-linux-gnu
configure:2803: checking host system type configure:2797: checking host system type
configure:2816: result: x86_64-unknown-linux-gnu configure:2810: result: x86_64-pc-linux-gnu
configure:2857: checking how to print strings configure:2851: checking how to print strings
configure:2884: result: printf configure:2878: result: printf
configure:2917: checking for style of include used by make configure:2903: checking whether make supports the include directive
configure:2945: result: GNU configure:2918: make -f confmf.GNU && cat confinc.out
configure:3016: checking for gcc this is the am__doit target
configure:3032: found /usr/bin/gcc configure:2921: $? = 0
configure:3043: result: gcc configure:2940: result: yes (GNU style)
configure:3272: checking for C compiler version configure:3010: checking for gcc
configure:3281: gcc --version >&5 configure:3026: found /usr/bin/gcc
gcc (GCC) 7.1.1 20170528 configure:3037: result: gcc
Copyright (C) 2017 Free Software Foundation, Inc. configure:3266: checking for C compiler version
configure:3275: gcc --version >&5
gcc (GCC) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3292: $? = 0 configure:3286: $? = 0
configure:3281: gcc -v >&5 configure:3275: gcc -v >&5
Using built-in specs. Using built-in specs.
COLLECT_GCC=gcc COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/lto-wrapper COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/lto-wrapper
Target: x86_64-pc-linux-gnu Target: x86_64-pc-linux-gnu
Configured with: /build/gcc-multilib/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto
Thread model: posix Thread model: posix
gcc version 7.1.1 20170528 (GCC) gcc version 8.3.0 (GCC)
configure:3292: $? = 0 configure:3286: $? = 0
configure:3281: gcc -V >&5 configure:3275: gcc -V >&5
gcc: error: unrecognized command line option '-V' gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files gcc: fatal error: no input files
compilation terminated. compilation terminated.
configure:3292: $? = 1 configure:3286: $? = 1
configure:3281: gcc -qversion >&5 configure:3275: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files gcc: fatal error: no input files
compilation terminated. compilation terminated.
configure:3292: $? = 1 configure:3286: $? = 1
configure:3312: checking whether the C compiler works configure:3306: checking whether the C compiler works
configure:3334: gcc conftest.c >&5 configure:3328: gcc conftest.c >&5
configure:3338: $? = 0 configure:3332: $? = 0
configure:3386: result: yes configure:3380: result: yes
configure:3389: checking for C compiler default output file name configure:3383: checking for C compiler default output file name
configure:3391: result: a.out configure:3385: result: a.out
configure:3397: checking for suffix of executables configure:3391: checking for suffix of executables
configure:3404: gcc -o conftest conftest.c >&5 configure:3398: gcc -o conftest conftest.c >&5
configure:3408: $? = 0 configure:3402: $? = 0
configure:3430: result: configure:3424: result:
configure:3452: checking whether we are cross compiling configure:3446: checking whether we are cross compiling
configure:3460: gcc -o conftest conftest.c >&5 configure:3454: gcc -o conftest conftest.c >&5
configure:3464: $? = 0 configure:3458: $? = 0
configure:3471: ./conftest configure:3465: ./conftest
configure:3475: $? = 0 configure:3469: $? = 0
configure:3490: result: no configure:3457: result: no
configure:3495: checking for suffix of object files configure:3462: checking for suffix of object files
configure:3517: gcc -c conftest.c >&5 configure:3484: gcc -c conftest.c >&5
configure:3521: $? = 0 configure:3488: $? = 0
configure:3542: result: o configure:3509: result: o
configure:3546: checking whether we are using the GNU C compiler configure:3513: checking whether we are using the GNU C compiler
configure:3565: gcc -c conftest.c >&5 configure:3532: gcc -c conftest.c >&5
configure:3565: $? = 0 configure:3532: $? = 0
configure:3574: result: yes configure:3541: result: yes
configure:3583: checking whether gcc accepts -g configure:3550: checking whether gcc accepts -g
configure:3603: gcc -c -g conftest.c >&5 configure:3570: gcc -c -g conftest.c >&5
configure:3603: $? = 0 configure:3570: $? = 0
configure:3644: result: yes configure:3611: result: yes
configure:3661: checking for gcc option to accept ISO C89 configure:3628: checking for gcc option to accept ISO C89
configure:3724: gcc -c -g -O2 conftest.c >&5 configure:3691: gcc -c -g -O2 conftest.c >&5
configure:3724: $? = 0 configure:3691: $? = 0
configure:3737: result: none needed configure:3704: result: none needed
configure:3762: checking whether gcc understands -c and -o together configure:3729: checking whether gcc understands -c and -o together
configure:3784: gcc -c conftest.c -o conftest2.o configure:3751: gcc -c conftest.c -o conftest2.o
configure:3787: $? = 0 configure:3754: $? = 0
configure:3784: gcc -c conftest.c -o conftest2.o configure:3751: gcc -c conftest.c -o conftest2.o
configure:3787: $? = 0 configure:3754: $? = 0
configure:3799: result: yes configure:3766: result: yes
configure:3818: checking dependency style of gcc configure:3785: checking dependency style of gcc
configure:3929: result: gcc3 configure:3896: result: gcc3
configure:3944: checking for a sed that does not truncate output configure:3911: checking for a sed that does not truncate output
configure:4008: result: /usr/bin/sed configure:3975: result: /usr/bin/sed
configure:4026: checking for grep that handles long lines and -e configure:3993: checking for grep that handles long lines and -e
configure:4084: result: /usr/bin/grep configure:4051: result: /usr/bin/grep
configure:4089: checking for egrep configure:4056: checking for egrep
configure:4151: result: /usr/bin/grep -E configure:4118: result: /usr/bin/grep -E
configure:4156: checking for fgrep configure:4123: checking for fgrep
configure:4218: result: /usr/bin/grep -F configure:4185: result: /usr/bin/grep -F
configure:4253: checking for ld used by gcc configure:4220: checking for ld used by gcc
configure:4320: result: /usr/bin/ld configure:4287: result: /usr/bin/ld
configure:4327: checking if the linker (/usr/bin/ld) is GNU ld configure:4294: checking if the linker (/usr/bin/ld) is GNU ld
configure:4342: result: yes configure:4309: result: yes
configure:4354: checking for BSD- or MS-compatible name lister (nm) configure:4321: checking for BSD- or MS-compatible name lister (nm)
configure:4408: result: /usr/bin/nm -B configure:4375: result: /usr/bin/nm -B
configure:4538: checking the name lister (/usr/bin/nm -B) interface configure:4505: checking the name lister (/usr/bin/nm -B) interface
configure:4545: gcc -c -g -O2 conftest.c >&5 configure:4512: gcc -c -g -O2 conftest.c >&5
configure:4548: /usr/bin/nm -B "conftest.o" configure:4515: /usr/bin/nm -B "conftest.o"
configure:4551: output configure:4518: output
0000000000000000 B some_variable 0000000000000000 B some_variable
configure:4558: result: BSD nm configure:4519: result: BSD nm
configure:4561: checking whether ln -s works configure:4522: checking whether ln -s works
configure:4565: result: yes configure:4526: result: yes
configure:4573: checking the maximum length of command line arguments configure:4534: checking the maximum length of command line arguments
configure:4704: result: 1572864 configure:4665: result: 1572864
configure:4752: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format configure:4713: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:4792: result: func_convert_file_noop configure:4753: result: func_convert_file_noop
configure:4799: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format configure:4760: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:4819: result: func_convert_file_noop configure:4780: result: func_convert_file_noop
configure:4826: checking for /usr/bin/ld option to reload object files configure:4787: checking for /usr/bin/ld option to reload object files
configure:4833: result: -r configure:4794: result: -r
configure:4907: checking for objdump configure:4868: checking for objdump
configure:4923: found /usr/bin/objdump configure:4884: found /usr/bin/objdump
configure:4934: result: objdump configure:4895: result: objdump
configure:4966: checking how to recognize dependent libraries configure:4927: checking how to recognize dependent libraries
configure:5166: result: pass_all configure:5127: result: pass_all
configure:5251: checking for dlltool configure:5212: checking for dlltool
configure:5281: result: no configure:5242: result: no
configure:5311: checking how to associate runtime and link libraries configure:5272: checking how to associate runtime and link libraries
configure:5338: result: printf %s\n configure:5299: result: printf %s\n
configure:5399: checking for ar configure:5360: checking for ar
configure:5415: found /usr/bin/ar configure:5376: found /usr/bin/ar
configure:5426: result: ar configure:5387: result: ar
configure:5463: checking for archiver @FILE support configure:5440: checking for archiver @FILE support
configure:5480: gcc -c -g -O2 conftest.c >&5 configure:5457: gcc -c -g -O2 conftest.c >&5
configure:5480: $? = 0 configure:5457: $? = 0
configure:5483: ar cru libconftest.a @conftest.lst >&5 configure:5460: ar cr libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U') configure:5463: $? = 0
configure:5486: $? = 0 configure:5468: ar cr libconftest.a @conftest.lst >&5
configure:5491: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory ar: conftest.o: No such file or directory
configure:5494: $? = 1 configure:5471: $? = 1
configure:5506: result: @ configure:5470: result: @
configure:5564: checking for strip configure:5528: checking for strip
configure:5580: found /usr/bin/strip configure:5544: found /usr/bin/strip
configure:5591: result: strip configure:5555: result: strip
configure:5663: checking for ranlib configure:5627: checking for ranlib
configure:5679: found /usr/bin/ranlib configure:5643: found /usr/bin/ranlib
configure:5690: result: ranlib configure:5654: result: ranlib
configure:5792: checking command to parse /usr/bin/nm -B output from gcc object configure:5756: checking command to parse /usr/bin/nm -B output from gcc object
configure:5945: gcc -c -g -O2 conftest.c >&5 configure:5909: gcc -c -g -O2 conftest.c >&5
configure:5948: $? = 0 configure:5912: $? = 0
configure:5952: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:5916: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:5955: $? = 0 configure:5919: $? = 0
configure:6021: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:5985: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6024: $? = 0 configure:5988: $? = 0
configure:6062: result: ok configure:6026: result: ok
configure:6109: checking for sysroot configure:6073: checking for sysroot
configure:6139: result: no configure:6103: result: no
configure:6146: checking for a working dd configure:6110: checking for a working dd
configure:6184: result: /usr/bin/dd configure:6148: result: /usr/bin/dd
configure:6188: checking how to truncate binary pipes configure:6152: checking how to truncate binary pipes
configure:6203: result: /usr/bin/dd bs=4096 count=1 configure:6167: result: /usr/bin/dd bs=4096 count=1
configure:6339: gcc -c -g -O2 conftest.c >&5 configure:6303: gcc -c -g -O2 conftest.c >&5
configure:6342: $? = 0 configure:6306: $? = 0
configure:6532: checking for mt configure:6496: checking for mt
configure:6562: result: no configure:6526: result: no
configure:6582: checking if : is a manifest tool configure:6546: checking if : is a manifest tool
configure:6588: : '-?' configure:6552: : '-?'
configure:6596: result: no configure:6560: result: no
configure:7273: checking how to run the C preprocessor configure:7237: checking how to run the C preprocessor
configure:7304: gcc -E conftest.c configure:7268: gcc -E conftest.c
configure:7304: $? = 0 configure:7268: $? = 0
configure:7318: gcc -E conftest.c configure:7282: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h> #include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~
compilation terminated. compilation terminated.
configure:7318: $? = 1 configure:7282: $? = 1
configure: failed program was: configure: failed program was:
| /* confdefs.h */ | /* confdefs.h */
| #define PACKAGE_NAME "libfnv" | #define PACKAGE_NAME "libfnv"
@ -248,15 +251,15 @@ configure: failed program was:
| #define VERSION "0.8.2" | #define VERSION "0.8.2"
| /* end confdefs.h. */ | /* end confdefs.h. */
| #include <ac_nonexistent.h> | #include <ac_nonexistent.h>
configure:7343: result: gcc -E configure:7307: result: gcc -E
configure:7363: gcc -E conftest.c configure:7327: gcc -E conftest.c
configure:7363: $? = 0 configure:7327: $? = 0
configure:7377: gcc -E conftest.c configure:7341: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h> #include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~
compilation terminated. compilation terminated.
configure:7377: $? = 1 configure:7341: $? = 1
configure: failed program was: configure: failed program was:
| /* confdefs.h */ | /* confdefs.h */
| #define PACKAGE_NAME "libfnv" | #define PACKAGE_NAME "libfnv"
@ -269,152 +272,187 @@ configure: failed program was:
| #define VERSION "0.8.2" | #define VERSION "0.8.2"
| /* end confdefs.h. */ | /* end confdefs.h. */
| #include <ac_nonexistent.h> | #include <ac_nonexistent.h>
configure:7406: checking for ANSI C header files configure:7370: checking for ANSI C header files
configure:7426: gcc -c -g -O2 conftest.c >&5 configure:7390: gcc -c -g -O2 conftest.c >&5
configure:7426: $? = 0 configure:7390: $? = 0
configure:7499: gcc -o conftest -g -O2 conftest.c >&5 configure:7463: gcc -o conftest -g -O2 conftest.c >&5
configure:7499: $? = 0 configure:7463: $? = 0
configure:7499: ./conftest configure:7463: ./conftest
configure:7499: $? = 0 configure:7463: $? = 0
configure:7510: result: yes configure:7474: result: yes
configure:7523: checking for sys/types.h configure:7487: checking for sys/types.h
configure:7523: gcc -c -g -O2 conftest.c >&5 configure:7487: gcc -c -g -O2 conftest.c >&5
configure:7523: $? = 0 configure:7487: $? = 0
configure:7523: result: yes configure:7487: result: yes
configure:7523: checking for sys/stat.h configure:7487: checking for sys/stat.h
configure:7523: gcc -c -g -O2 conftest.c >&5 configure:7487: gcc -c -g -O2 conftest.c >&5
configure:7523: $? = 0 configure:7487: $? = 0
configure:7523: result: yes configure:7487: result: yes
configure:7523: checking for stdlib.h configure:7487: checking for stdlib.h
configure:7523: gcc -c -g -O2 conftest.c >&5 configure:7487: gcc -c -g -O2 conftest.c >&5
configure:7523: $? = 0 configure:7487: $? = 0
configure:7523: result: yes configure:7487: result: yes
configure:7523: checking for string.h configure:7487: checking for string.h
configure:7523: gcc -c -g -O2 conftest.c >&5 configure:7487: gcc -c -g -O2 conftest.c >&5
configure:7523: $? = 0 configure:7487: $? = 0
configure:7523: result: yes configure:7487: result: yes
configure:7523: checking for memory.h configure:7487: checking for memory.h
configure:7523: gcc -c -g -O2 conftest.c >&5 configure:7487: gcc -c -g -O2 conftest.c >&5
configure:7523: $? = 0 configure:7487: $? = 0
configure:7523: result: yes configure:7487: result: yes
configure:7523: checking for strings.h configure:7487: checking for strings.h
configure:7523: gcc -c -g -O2 conftest.c >&5 configure:7487: gcc -c -g -O2 conftest.c >&5
configure:7523: $? = 0 configure:7487: $? = 0
configure:7523: result: yes configure:7487: result: yes
configure:7523: checking for inttypes.h configure:7487: checking for inttypes.h
configure:7523: gcc -c -g -O2 conftest.c >&5 configure:7487: gcc -c -g -O2 conftest.c >&5
configure:7523: $? = 0 configure:7487: $? = 0
configure:7523: result: yes configure:7487: result: yes
configure:7523: checking for stdint.h configure:7487: checking for stdint.h
configure:7523: gcc -c -g -O2 conftest.c >&5 configure:7487: gcc -c -g -O2 conftest.c >&5
configure:7523: $? = 0 configure:7487: $? = 0
configure:7523: result: yes configure:7487: result: yes
configure:7523: checking for unistd.h configure:7487: checking for unistd.h
configure:7523: gcc -c -g -O2 conftest.c >&5 configure:7487: gcc -c -g -O2 conftest.c >&5
configure:7523: $? = 0 configure:7487: $? = 0
configure:7523: result: yes configure:7487: result: yes
configure:7537: checking for dlfcn.h configure:7501: checking for dlfcn.h
configure:7537: gcc -c -g -O2 conftest.c >&5 configure:7501: gcc -c -g -O2 conftest.c >&5
configure:7537: $? = 0 configure:7501: $? = 0
configure:7537: result: yes configure:7501: result: yes
configure:7793: checking for objdir configure:7757: checking for objdir
configure:7808: result: .libs configure:7772: result: .libs
configure:8072: checking if gcc supports -fno-rtti -fno-exceptions configure:8036: checking if gcc supports -fno-rtti -fno-exceptions
configure:8090: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 configure:8054: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:8094: $? = 0 configure:8058: $? = 0
configure:8107: result: no configure:8071: result: no
configure:8465: checking for gcc option to produce PIC configure:8429: checking for gcc option to produce PIC
configure:8472: result: -fPIC -DPIC configure:8436: result: -fPIC -DPIC
configure:8480: checking if gcc PIC flag -fPIC -DPIC works configure:8444: checking if gcc PIC flag -fPIC -DPIC works
configure:8498: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:8462: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:8502: $? = 0 configure:8466: $? = 0
configure:8515: result: yes configure:8479: result: yes
configure:8544: checking if gcc static flag -static works configure:8508: checking if gcc static flag -static works
configure:8572: result: yes configure:8536: result: yes
configure:8587: checking if gcc supports -c -o file.o configure:8551: checking if gcc supports -c -o file.o
configure:8608: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:8572: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8612: $? = 0 configure:8576: $? = 0
configure:8634: result: yes configure:8598: result: yes
configure:8642: checking if gcc supports -c -o file.o configure:8606: checking if gcc supports -c -o file.o
configure:8689: result: yes configure:8653: result: yes
configure:8722: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:8686: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:9981: result: yes configure:9947: result: yes
configure:10018: checking whether -lc should be explicitly linked in configure:9984: checking whether -lc should be explicitly linked in
configure:10026: gcc -c -g -O2 conftest.c >&5 configure:9992: gcc -c -g -O2 conftest.c >&5
configure:10029: $? = 0 configure:9995: $? = 0
configure:10044: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:10010: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:10047: $? = 0 configure:10013: $? = 0
configure:10061: result: no configure:10027: result: no
configure:10221: checking dynamic linker characteristics configure:10187: checking dynamic linker characteristics
configure:10802: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10768: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:10802: $? = 0 configure:10768: $? = 0
configure:11039: result: GNU/Linux ld.so configure:11005: result: GNU/Linux ld.so
configure:11161: checking how to hardcode library paths into programs configure:11127: checking how to hardcode library paths into programs
configure:11186: result: immediate configure:11152: result: immediate
configure:11734: checking whether stripping libraries is possible configure:11700: checking whether stripping libraries is possible
configure:11739: result: yes configure:11709: result: yes
configure:11774: checking if libtool supports shared libraries configure:11751: checking if libtool supports shared libraries
configure:11776: result: yes configure:11753: result: yes
configure:11779: checking whether to build shared libraries configure:11756: checking whether to build shared libraries
configure:11804: result: yes configure:11781: result: yes
configure:11807: checking whether to build static libraries configure:11784: checking whether to build static libraries
configure:11811: result: yes configure:11788: result: yes
configure:11897: checking for gcc configure:8653: checking for gcc
configure:11924: result: gcc configure:8680: result: gcc
configure:12153: checking for C compiler version configure:8909: checking for C compiler version
configure:12162: gcc --version >&5 configure:8918: gcc --version >&5
gcc (GCC) 7.1.1 20170528 gcc (GCC) 8.3.0
Copyright (C) 2017 Free Software Foundation, Inc. Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:12173: $? = 0 configure:8929: $? = 0
configure:12162: gcc -v >&5 configure:8918: gcc -v >&5
Using built-in specs. Using built-in specs.
COLLECT_GCC=gcc COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/lto-wrapper COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/lto-wrapper
Target: x86_64-pc-linux-gnu Target: x86_64-pc-linux-gnu
Configured with: /build/gcc-multilib/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp --enable-cet=auto
Thread model: posix Thread model: posix
gcc version 7.1.1 20170528 (GCC) gcc version 8.3.0 (GCC)
configure:12173: $? = 0 configure:8929: $? = 0
configure:12162: gcc -V >&5 configure:8918: gcc -V >&5
gcc: error: unrecognized command line option '-V' gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files gcc: fatal error: no input files
compilation terminated. compilation terminated.
configure:12173: $? = 1 configure:8929: $? = 1
configure:12162: gcc -qversion >&5 configure:8918: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files gcc: fatal error: no input files
compilation terminated. compilation terminated.
configure:12173: $? = 1 configure:8929: $? = 1
configure:12177: checking whether we are using the GNU C compiler configure:8933: checking whether we are using the GNU C compiler
configure:12205: result: yes configure:8961: result: yes
configure:12214: checking whether gcc accepts -g configure:8970: checking whether gcc accepts -g
configure:12275: result: yes configure:9031: result: yes
configure:12292: checking for gcc option to accept ISO C89 configure:9048: checking for gcc option to accept ISO C89
configure:12368: result: none needed configure:9124: result: none needed
configure:12393: checking whether gcc understands -c and -o together configure:9149: checking whether gcc understands -c and -o together
configure:12430: result: yes configure:9186: result: yes
configure:12449: checking dependency style of gcc configure:9205: checking dependency style of gcc
configure:12560: result: gcc3 configure:9316: result: gcc3
configure:12579: checking if -Wl,--version-script works configure:9335: checking if -Wl,--version-script works
configure:12606: gcc -o conftest -g -O2 -O3 -Wall -Wl,--version-script=conftest.map conftest.c >&5 configure:9362: gcc -o conftest -g -O2 -O3 -Wall -Wl,--version-script=conftest.map conftest.c >&5
configure:12606: $? = 0 configure:9362: $? = 0
configure:12616: result: yes configure:9372: result: yes
configure:12632: checking for checkmk configure:9388: checking for checkmk
configure:12663: result: notfound configure:9419: result: notfound
configure:12682: WARNING: checkmk not found please install "check" package for unit tests configure:9438: WARNING: checkmk not found please install "check" package for unit tests
configure:12801: checking that generated files are newer than configure configure:9549: checking that generated files are newer than configure
configure:12807: result: done configure:9555: result: done
configure:12842: creating ./config.status configure:9590: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by libfnv config.status 0.8.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on stark
config.status:1092: creating Makefile
config.status:1092: creating libfnv/Makefile
config.status:1092: creating libfnvutil/Makefile
config.status:1092: creating tools/Makefile
config.status:1092: creating test/Makefile
config.status:1092: creating test/unit/Makefile
config.status:1092: creating config.h
config.status:1321: executing depfiles commands
config.status:1398: cd libfnv && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
config.status:1403: $? = 0
config.status:1398: cd libfnvutil && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
config.status:1403: $? = 0
config.status:1398: cd tools && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
config.status:1403: $? = 0
config.status:1398: cd test && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
config.status:1403: $? = 0
config.status:1398: cd test/unit && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
config.status:1403: $? = 0
config.status:1321: executing libtool commands
## ---------------- ## ## ---------------- ##
## Cache variables. ## ## Cache variables. ##
## ---------------- ## ## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set= ac_cv_env_CC_set=
ac_cv_env_CC_value= ac_cv_env_CC_value=
@ -447,7 +485,7 @@ ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_FGREP='/usr/bin/grep -F'
@ -504,7 +542,7 @@ rra_cv_ld_version_script=yes
## Output variables. ## ## Output variables. ##
## ----------------- ## ## ----------------- ##
ACLOCAL='${SHELL} /home/wes/bfilter/libfnv/build-aux/missing aclocal-1.15' ACLOCAL='${SHELL} /home/wes/libfnv/build-aux/missing aclocal-1.16'
AMDEPBACKSLASH='\' AMDEPBACKSLASH='\'
AMDEP_FALSE='#' AMDEP_FALSE='#'
AMDEP_TRUE='' AMDEP_TRUE=''
@ -514,9 +552,9 @@ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1' AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)' AM_V='$(V)'
AR='ar' AR='ar'
AUTOCONF='${SHELL} /home/wes/bfilter/libfnv/build-aux/missing autoconf' AUTOCONF='${SHELL} /home/wes/libfnv/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /home/wes/bfilter/libfnv/build-aux/missing autoheader' AUTOHEADER='${SHELL} /home/wes/libfnv/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /home/wes/bfilter/libfnv/build-aux/missing automake-1.15' AUTOMAKE='${SHELL} /home/wes/libfnv/build-aux/missing automake-1.16'
AWK='gawk' AWK='gawk'
CC='gcc' CC='gcc'
CCDEPMODE='depmode=gcc3' CCDEPMODE='depmode=gcc3'
@ -556,7 +594,7 @@ LIPO=''
LN_S='ln -s' LN_S='ln -s'
LTLIBOBJS='' LTLIBOBJS=''
LT_SYS_LIBRARY_PATH='' LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /home/wes/bfilter/libfnv/build-aux/missing makeinfo' MAKEINFO='${SHELL} /home/wes/libfnv/build-aux/missing makeinfo'
MANIFEST_TOOL=':' MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p' MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B' NM='/usr/bin/nm -B'
@ -594,25 +632,25 @@ am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"' am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -' am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin' bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu' build='x86_64-pc-linux-gnu'
build_alias='' build_alias=''
build_cpu='x86_64' build_cpu='x86_64'
build_os='linux-gnu' build_os='linux-gnu'
build_vendor='unknown' build_vendor='pc'
datadir='${datarootdir}' datadir='${datarootdir}'
datarootdir='${prefix}/share' datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}' dvidir='${docdir}'
exec_prefix='${prefix}' exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu' host='x86_64-pc-linux-gnu'
host_alias='' host_alias=''
host_cpu='x86_64' host_cpu='x86_64'
host_os='linux-gnu' host_os='linux-gnu'
host_vendor='unknown' host_vendor='pc'
htmldir='${docdir}' htmldir='${docdir}'
includedir='${prefix}/include' includedir='${prefix}/include'
infodir='${datarootdir}/info' infodir='${datarootdir}/info'
install_sh='${SHELL} /home/wes/bfilter/libfnv/build-aux/install-sh' install_sh='${SHELL} /home/wes/libfnv/build-aux/install-sh'
libdir='${exec_prefix}/lib' libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec' libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale' localedir='${datarootdir}/locale'
@ -656,29 +694,3 @@ target_alias=''
#define LT_OBJDIR ".libs/" #define LT_OBJDIR ".libs/"
configure: exit 0 configure: exit 0
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by libfnv config.status 0.8.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on stark
config.status:1095: creating Makefile
config.status:1095: creating libfnv/Makefile
config.status:1095: creating libfnvutil/Makefile
config.status:1095: creating tools/Makefile
config.status:1095: creating test/Makefile
config.status:1095: creating test/unit/Makefile
config.status:1095: creating config.h
config.status:1276: config.h is unchanged
config.status:1324: executing depfiles commands
config.status:1324: executing libtool commands

159
bloom_filter/libfnv/config.status

@ -437,7 +437,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it." gives unlimited permission to copy, distribute and modify it."
ac_pwd='/home/wes/bfilter/libfnv' ac_pwd='/home/wes/libfnv'
srcdir='.' srcdir='.'
INSTALL='/usr/bin/install -c' INSTALL='/usr/bin/install -c'
MKDIR_P='/usr/bin/mkdir -p' MKDIR_P='/usr/bin/mkdir -p'
@ -539,7 +539,7 @@ _ASBOX
# #
# INIT-COMMANDS # INIT-COMMANDS
# #
AMDEP_TRUE="" ac_aux_dir="build-aux" AMDEP_TRUE="" MAKE="make"
# The HP-UX ksh and POSIX shell print the target directory to stdout # The HP-UX ksh and POSIX shell print the target directory to stdout
@ -549,8 +549,8 @@ AMDEP_TRUE="" ac_aux_dir="build-aux"
sed_quote_subst='s/\(["`$\\]\)/\\\1/g' sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
double_quote_subst='s/\(["`\\]\)/\\\1/g' double_quote_subst='s/\(["`\\]\)/\\\1/g'
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
macro_version='2.4.6' macro_version='2.4.6.42-b88ce'
macro_revision='2.4.6' macro_revision='2.4.6.42'
enable_shared='yes' enable_shared='yes'
enable_static='yes' enable_static='yes'
pic_mode='default' pic_mode='default'
@ -560,10 +560,10 @@ SHELL='/bin/sh'
ECHO='printf %s\n' ECHO='printf %s\n'
PATH_SEPARATOR=':' PATH_SEPARATOR=':'
host_alias='' host_alias=''
host='x86_64-unknown-linux-gnu' host='x86_64-pc-linux-gnu'
host_os='linux-gnu' host_os='linux-gnu'
build_alias='' build_alias=''
build='x86_64-unknown-linux-gnu' build='x86_64-pc-linux-gnu'
build_os='linux-gnu' build_os='linux-gnu'
SED='/usr/bin/sed' SED='/usr/bin/sed'
Xsed='/usr/bin/sed -e 1s/^X//' Xsed='/usr/bin/sed -e 1s/^X//'
@ -591,7 +591,8 @@ want_nocaseglob='no'
DLLTOOL='false' DLLTOOL='false'
sharedlib_from_linklib_cmd='printf %s\n' sharedlib_from_linklib_cmd='printf %s\n'
AR='ar' AR='ar'
AR_FLAGS='cru' lt_ar_flags='cr'
AR_FLAGS='cr'
archiver_list_spec='@' archiver_list_spec='@'
STRIP='strip' STRIP='strip'
RANLIB='ranlib' RANLIB='ranlib'
@ -678,8 +679,8 @@ postuninstall_cmds=''
finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
finish_eval='' finish_eval=''
hardcode_into_libs='yes' hardcode_into_libs='yes'
sys_lib_search_path_spec='/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1 /usr/lib /lib ' sys_lib_search_path_spec='/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0 /usr/lib /lib '
configure_time_dlsearch_path='/lib /usr/lib /usr/lib/libfakeroot /usr/lib/ /usr/lib/ffmpeg2.8/ /usr/lib32 ' configure_time_dlsearch_path='/lib /usr/lib /usr/lib/libfakeroot /usr/lib32 '
configure_time_lt_sys_library_path='' configure_time_lt_sys_library_path=''
hardcode_action='immediate' hardcode_action='immediate'
enable_dlopen='unknown' enable_dlopen='unknown'
@ -701,7 +702,7 @@ _LTECHO_EOF'
} }
# Quote evaled strings. # Quote evaled strings.
for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_import lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix lt_cv_nm_interface nm_file_list_spec lt_cv_truncate_bin lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib; do for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_import lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix lt_cv_nm_interface nm_file_list_spec lt_cv_truncate_bin lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib; do
case `eval \\$ECHO \\""\\$$var"\\"` in case `eval \\$ECHO \\""\\$$var"\\"` in
*[\\\`\"\$]*) *[\\\`\"\$]*)
eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
@ -860,7 +861,6 @@ S["am__nodep"]="_no"
S["AMDEPBACKSLASH"]="\\" S["AMDEPBACKSLASH"]="\\"
S["AMDEP_FALSE"]="#" S["AMDEP_FALSE"]="#"
S["AMDEP_TRUE"]="" S["AMDEP_TRUE"]=""
S["am__quote"]=""
S["am__include"]="include" S["am__include"]="include"
S["DEPDIR"]=".deps" S["DEPDIR"]=".deps"
S["OBJEXT"]="o" S["OBJEXT"]="o"
@ -871,13 +871,13 @@ S["LDFLAGS"]=""
S["CFLAGS"]="-g -O2 -O3 -Wall" S["CFLAGS"]="-g -O2 -O3 -Wall"
S["CC"]="gcc" S["CC"]="gcc"
S["host_os"]="linux-gnu" S["host_os"]="linux-gnu"
S["host_vendor"]="unknown" S["host_vendor"]="pc"
S["host_cpu"]="x86_64" S["host_cpu"]="x86_64"
S["host"]="x86_64-unknown-linux-gnu" S["host"]="x86_64-pc-linux-gnu"
S["build_os"]="linux-gnu" S["build_os"]="linux-gnu"
S["build_vendor"]="unknown" S["build_vendor"]="pc"
S["build_cpu"]="x86_64" S["build_cpu"]="x86_64"
S["build"]="x86_64-unknown-linux-gnu" S["build"]="x86_64-pc-linux-gnu"
S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool" S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
S["AM_BACKSLASH"]="\\" S["AM_BACKSLASH"]="\\"
S["AM_DEFAULT_VERBOSITY"]="1" S["AM_DEFAULT_VERBOSITY"]="1"
@ -893,12 +893,12 @@ S["mkdir_p"]="$(MKDIR_P)"
S["MKDIR_P"]="/usr/bin/mkdir -p" S["MKDIR_P"]="/usr/bin/mkdir -p"
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
S["STRIP"]="strip" S["STRIP"]="strip"
S["install_sh"]="${SHELL} /home/wes/bfilter/libfnv/build-aux/install-sh" S["install_sh"]="${SHELL} /home/wes/libfnv/build-aux/install-sh"
S["MAKEINFO"]="${SHELL} /home/wes/bfilter/libfnv/build-aux/missing makeinfo" S["MAKEINFO"]="${SHELL} /home/wes/libfnv/build-aux/missing makeinfo"
S["AUTOHEADER"]="${SHELL} /home/wes/bfilter/libfnv/build-aux/missing autoheader" S["AUTOHEADER"]="${SHELL} /home/wes/libfnv/build-aux/missing autoheader"
S["AUTOMAKE"]="${SHELL} /home/wes/bfilter/libfnv/build-aux/missing automake-1.15" S["AUTOMAKE"]="${SHELL} /home/wes/libfnv/build-aux/missing automake-1.16"
S["AUTOCONF"]="${SHELL} /home/wes/bfilter/libfnv/build-aux/missing autoconf" S["AUTOCONF"]="${SHELL} /home/wes/libfnv/build-aux/missing autoconf"
S["ACLOCAL"]="${SHELL} /home/wes/bfilter/libfnv/build-aux/missing aclocal-1.15" S["ACLOCAL"]="${SHELL} /home/wes/libfnv/build-aux/missing aclocal-1.16"
S["VERSION"]="0.8.2" S["VERSION"]="0.8.2"
S["PACKAGE"]="libfnv" S["PACKAGE"]="libfnv"
S["CYGPATH_W"]="echo" S["CYGPATH_W"]="echo"
@ -944,6 +944,7 @@ S["PACKAGE_TARNAME"]="libfnv"
S["PACKAGE_NAME"]="libfnv" S["PACKAGE_NAME"]="libfnv"
S["PATH_SEPARATOR"]=":" S["PATH_SEPARATOR"]=":"
S["SHELL"]="/bin/sh" S["SHELL"]="/bin/sh"
S["am__quote"]=""
_ACAWK _ACAWK
cat >>"$ac_tmp/subs1.awk" <<_ACAWK && cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
for (key in S) S_is_set[key] = 1 for (key in S) S_is_set[key] = 1
@ -1332,29 +1333,35 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
# Older Autoconf quotes --file arguments for eval, but not when files # Older Autoconf quotes --file arguments for eval, but not when files
# are listed without --file. Let's play safe and only enable the eval # are listed without --file. Let's play safe and only enable the eval
# if we detect the quoting. # if we detect the quoting.
case $CONFIG_FILES in # TODO: see whether this extra hack can be removed once we start
*\'*) eval set x "$CONFIG_FILES" ;; # requiring Autoconf 2.70 or later.
*) set x $CONFIG_FILES ;; case $CONFIG_FILES in #(
esac *\'*) :
eval set x "$CONFIG_FILES" ;; #(
*) :
set x $CONFIG_FILES ;; #(
*) :
;;
esac
shift shift
for mf # Used to flag and report bootstrapping failures.
am_rc=0
for am_mf
do do
# Strip MF so we end up with the name of the file. # Strip MF so we end up with the name of the file.
mf=`echo "$mf" | sed -e 's/:.*$//'` am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
# Check whether this is an Automake generated Makefile or not. # Check whether this is an Automake generated Makefile which includes
# We used to match only the files named 'Makefile.in', but # dependency-tracking related rules and includes.
# some people rename them; so instead we look at the file content. # Grep'ing the whole file directly is not great: AIX grep has a line
# 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
# limit of 2048, but all sed's we know have understand at least 4000. # 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 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
dirpart=`$as_dirname -- "$mf" || || continue
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ am_dirpart=`$as_dirname -- "$am_mf" ||
X"$mf" : 'X\(//\)[^/]' \| \ $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$mf" : 'X\(//\)$' \| \ X"$am_mf" : 'X\(//\)[^/]' \| \
X"$mf" : 'X\(/\)' \| . 2>/dev/null || X"$am_mf" : 'X\(//\)$' \| \
$as_echo X"$mf" | X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$am_mf" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/ s//\1/
q q
@ -1372,53 +1379,48 @@ $as_echo X"$mf" |
q q
} }
s/.*/./; q'` s/.*/./; q'`
else am_filepart=`$as_basename -- "$am_mf" ||
continue $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
fi X"$am_mf" : 'X\(//\)$' \| \
# Extract the definition of DEPDIR, am__include, and am__quote X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
# from the Makefile without running 'make'. $as_echo X/"$am_mf" |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` sed '/^.*\/\([^/][^/]*\)\/*$/{
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_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$file" : 'X\(//\)[^/]' \| \
X"$file" : 'X\(//\)$' \| \
X"$file" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$file" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/
q
}
/^X\(\/\/\)[^/].*/{
s//\1/ s//\1/
q q
} }
/^X\(\/\/\)$/{ /^X\/\(\/\/\)$/{
s//\1/ s//\1/
q q
} }
/^X\(\/\).*/{ /^X\/\(\/\).*/{
s//\1/ s//\1/
q q
} }
s/.*/./; q'` s/.*/./; q'`
as_dir=$dirpart/$fdir; as_fn_mkdir_p { echo "$as_me:$LINENO: cd "$am_dirpart" \
# echo "creating $dirpart/$file" && sed -e '/# am--include-marker/d' "$am_filepart" \
echo '# dummy' > "$dirpart/$file" | $MAKE -f - am--depfiles" >&5
done (cd "$am_dirpart" \
&& sed -e '/# am--include-marker/d' "$am_filepart" \
| $MAKE -f - am--depfiles) >&5 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } || am_rc=$?
done done
if test $am_rc -ne 0; then
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "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).
See \`config.log' for more details" "$LINENO" 5; }
fi
{ am_dirpart=; unset am_dirpart;}
{ am_filepart=; unset am_filepart;}
{ am_mf=; unset am_mf;}
{ am_rc=; unset am_rc;}
rm -f conftest-deps.mk
} }
;; ;;
"libtool":C) "libtool":C)
@ -1580,8 +1582,11 @@ sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
# The archiver. # The archiver.
AR=$lt_AR AR=$lt_AR
# Flags to create an archive (by configure).
lt_ar_flags=$lt_ar_flags
# Flags to create an archive. # Flags to create an archive.
AR_FLAGS=$lt_AR_FLAGS AR_FLAGS=\${ARFLAGS-"\$lt_ar_flags"}
# How to feed a file listing to the archiver. # How to feed a file listing to the archiver.
archiver_list_spec=$lt_archiver_list_spec archiver_list_spec=$lt_archiver_list_spec

299
bloom_filter/libfnv/configure

@ -673,7 +673,6 @@ am__nodep
AMDEPBACKSLASH AMDEPBACKSLASH
AMDEP_FALSE AMDEP_FALSE
AMDEP_TRUE AMDEP_TRUE
am__quote
am__include am__include
DEPDIR DEPDIR
OBJEXT OBJEXT
@ -756,7 +755,8 @@ PACKAGE_VERSION
PACKAGE_TARNAME PACKAGE_TARNAME
PACKAGE_NAME PACKAGE_NAME
PATH_SEPARATOR PATH_SEPARATOR
SHELL' SHELL
am__quote'
ac_subst_files='' ac_subst_files=''
ac_user_opts=' ac_user_opts='
enable_option_checking enable_option_checking
@ -2158,7 +2158,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
am__api_version='1.15' am__api_version='1.16'
# Find a good install program. We prefer a C program (faster), # Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or # so one script is as good as another. But avoid the broken or
@ -2674,8 +2674,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
# For better backward compatibility. To be removed once Automake 1.9.x # For better backward compatibility. To be removed once Automake 1.9.x
# dies out for good. For more background, see: # dies out for good. For more background, see:
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
mkdir_p='$(MKDIR_P)' mkdir_p='$(MKDIR_P)'
# We need awk for the "check" target (and possibly the TAP driver). The # We need awk for the "check" target (and possibly the TAP driver). The
@ -2726,7 +2726,7 @@ END
Aborting the configuration process, to ensure you take notice of the issue. Aborting the configuration process, to ensure you take notice of the issue.
You can download and install GNU coreutils to get an 'rm' implementation You can download and install GNU coreutils to get an 'rm' implementation
that behaves properly: <http://www.gnu.org/software/coreutils/>. that behaves properly: <https://www.gnu.org/software/coreutils/>.
If you want to complete the configuration process using your problematic If you want to complete the configuration process using your problematic
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
@ -2745,8 +2745,8 @@ esac
macro_version='2.4.6' macro_version='2.4.6.42-b88ce'
macro_revision='2.4.6' macro_revision='2.4.6.42'
@ -2906,45 +2906,45 @@ DEPDIR="${am__leading_dot}deps"
ac_config_commands="$ac_config_commands depfiles" ac_config_commands="$ac_config_commands depfiles"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
am_make=${MAKE-make} $as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; }
cat > confinc << 'END' cat > confinc.mk << 'END'
am__doit: am__doit:
@echo this is the am__doit target @echo this is the am__doit target >confinc.out
.PHONY: am__doit .PHONY: am__doit
END END
# If we don't find an include directive, just comment out the code.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
$as_echo_n "checking for style of include used by $am_make... " >&6; }
am__include="#" am__include="#"
am__quote= am__quote=
_am_result=none # BSD make does it like this.
# First try GNU make style include. echo '.include "confinc.mk" # ignored' > confmf.BSD
echo "include confinc" > confmf # Other make implementations (GNU, Solaris 10, AIX) do it like this.
# Ignore all kinds of additional output from 'make'. echo 'include confinc.mk # ignored' > confmf.GNU
case `$am_make -s -f confmf 2> /dev/null` in #( _am_result=no
*the\ am__doit\ target*) for s in GNU BSD; do
am__include=include { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
am__quote= (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
_am_result=GNU ac_status=$?
;; echo "$as_me:$LINENO: \$? = $ac_status" >&5
esac (exit $ac_status); }
# Now try BSD make style include. case $?:`cat confinc.out 2>/dev/null` in #(
if test "$am__include" = "#"; then '0:this is the am__doit target') :
echo '.include "confinc"' > confmf case $s in #(
case `$am_make -s -f confmf 2> /dev/null` in #( BSD) :
*the\ am__doit\ target*) am__include='.include' am__quote='"' ;; #(
am__include=.include *) :
am__quote="\"" am__include='include' am__quote='' ;;
_am_result=BSD esac ;; #(
*) :
;; ;;
esac esac
fi if test "$am__include" != "#"; then
_am_result="yes ($s style)"
break
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 fi
$as_echo "$_am_result" >&6; } done
rm -f confinc confmf rm -f confinc.* confmf.*
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
$as_echo "${_am_result}" >&6; }
# Check whether --enable-dependency-tracking was given. # Check whether --enable-dependency-tracking was given.
if test "${enable_dependency_tracking+set}" = set; then : if test "${enable_dependency_tracking+set}" = set; then :
@ -5448,13 +5448,29 @@ esac
fi fi
: ${AR=ar} : ${AR=ar}
: ${AR_FLAGS=cru}
# Use ARFLAGS variable as AR's operation code to sync the variable naming with
# Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have
# higher priority because thats what people were doing historically (setting
# ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS
# variable obsoleted/removed.
test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr}
lt_ar_flags=$AR_FLAGS
# Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override
# by AR_FLAGS because that was never working and AR_FLAGS is about to die.
@ -5903,7 +5919,7 @@ for ac_symprfx in "" "_"; do
if test "$lt_cv_nm_interface" = "MS dumpbin"; then if test "$lt_cv_nm_interface" = "MS dumpbin"; then
# Fake it for dumpbin and say T for any non-static function, # Fake it for dumpbin and say T for any non-static function,
# D for any global variable and I for any imported variable. # D for any global variable and I for any imported variable.
# Also find C++ and __fastcall symbols from MSVC++, # Also find C++ and __fastcall symbols from MSVC++ or ICC,
# which start with @ or ?. # which start with @ or ?.
lt_cv_sys_global_symbol_pipe="$AWK '"\ lt_cv_sys_global_symbol_pipe="$AWK '"\
" {last_section=section; section=\$ 3};"\ " {last_section=section; section=\$ 3};"\
@ -7172,8 +7188,8 @@ int forced_loaded() { return 2;}
_LT_EOF _LT_EOF
echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
$LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
echo "$AR cru libconftest.a conftest.o" >&5 echo "$AR $AR_FLAGS libconftest.a conftest.o" >&5
$AR cru libconftest.a conftest.o 2>&5 $AR $AR_FLAGS libconftest.a conftest.o 2>&5
echo "$RANLIB libconftest.a" >&5 echo "$RANLIB libconftest.a" >&5
$RANLIB libconftest.a 2>&5 $RANLIB libconftest.a 2>&5
cat > conftest.c << _LT_EOF cat > conftest.c << _LT_EOF
@ -7836,8 +7852,8 @@ esac
ofile=libtool ofile=libtool
can_build_shared=yes can_build_shared=yes
# All known linkers require a '.a' archive for static linking (except MSVC, # All known linkers require a '.a' archive for static linking (except MSVC and
# which needs '.lib'). # ICC, which need '.lib').
libext=a libext=a
with_gnu_ld=$lt_cv_prog_gnu_ld with_gnu_ld=$lt_cv_prog_gnu_ld
@ -8764,15 +8780,15 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
case $host_os in case $host_os in
cygwin* | mingw* | pw32* | cegcc*) cygwin* | mingw* | pw32* | cegcc*)
# FIXME: the MSVC++ port hasn't been tested in a loooong time # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time
# When not using gcc, we currently assume that we are using # When not using gcc, we currently assume that we are using
# Microsoft Visual C++. # Microsoft Visual C++ or Intel C++ Compiler.
if test yes != "$GCC"; then if test yes != "$GCC"; then
with_gnu_ld=no with_gnu_ld=no
fi fi
;; ;;
interix*) interix*)
# we just hope/assume this is gcc and not c89 (= MSVC++) # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC)
with_gnu_ld=yes with_gnu_ld=yes
;; ;;
openbsd* | bitrig*) openbsd* | bitrig*)
@ -8936,6 +8952,7 @@ _LT_EOF
emximp -o $lib $output_objdir/$libname.def' emximp -o $lib $output_objdir/$libname.def'
old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
enable_shared_with_static_runtimes=yes enable_shared_with_static_runtimes=yes
file_list_spec='@'
;; ;;
interix[3-9]*) interix[3-9]*)
@ -9153,7 +9170,7 @@ _LT_EOF
if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
else else
export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
fi fi
aix_use_runtimelinking=no aix_use_runtimelinking=no
@ -9420,12 +9437,12 @@ fi
cygwin* | mingw* | pw32* | cegcc*) cygwin* | mingw* | pw32* | cegcc*)
# When not using gcc, we currently assume that we are using # When not using gcc, we currently assume that we are using
# Microsoft Visual C++. # Microsoft Visual C++ or Intel C++ Compiler.
# hardcode_libdir_flag_spec is actually meaningless, as there is # hardcode_libdir_flag_spec is actually meaningless, as there is
# no search path for DLLs. # no search path for DLLs.
case $cc_basename in case $cc_basename in
cl*) cl* | icl*)
# Native MSVC # Native MSVC or ICC
hardcode_libdir_flag_spec=' ' hardcode_libdir_flag_spec=' '
allow_undefined_flag=unsupported allow_undefined_flag=unsupported
always_export_symbols=yes always_export_symbols=yes
@ -9466,7 +9483,7 @@ fi
fi' fi'
;; ;;
*) *)
# Assume MSVC wrapper # Assume MSVC and ICC wrapper
hardcode_libdir_flag_spec=' ' hardcode_libdir_flag_spec=' '
allow_undefined_flag=unsupported allow_undefined_flag=unsupported
# Tell ltmain to make .lib files, not .a files. # Tell ltmain to make .lib files, not .a files.
@ -9790,6 +9807,7 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; }
emximp -o $lib $output_objdir/$libname.def' emximp -o $lib $output_objdir/$libname.def'
old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
enable_shared_with_static_runtimes=yes enable_shared_with_static_runtimes=yes
file_list_spec='@'
;; ;;
osf3*) osf3*)
@ -10497,8 +10515,8 @@ cygwin* | mingw* | pw32* | cegcc*)
dynamic_linker='Win32 ld.exe' dynamic_linker='Win32 ld.exe'
;; ;;
*,cl*) *,cl* | *,icl*)
# Native MSVC # Native MSVC or ICC
libname_spec='$name' libname_spec='$name'
soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
library_names_spec='$libname.dll.lib' library_names_spec='$libname.dll.lib'
@ -10554,7 +10572,7 @@ cygwin* | mingw* | pw32* | cegcc*)
;; ;;
*) *)
# Assume MSVC wrapper # Assume MSVC and ICC wrapper
library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
dynamic_linker='Win32 ld.exe' dynamic_linker='Win32 ld.exe'
;; ;;
@ -11733,30 +11751,41 @@ striplib=
old_striplib= old_striplib=
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
$as_echo_n "checking whether stripping libraries is possible... " >&6; } $as_echo_n "checking whether stripping libraries is possible... " >&6; }
if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then if test -z "$STRIP"; then
test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
test -z "$striplib" && striplib="$STRIP --strip-unneeded" $as_echo "no" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
else else
# FIXME - insert some real tests, host_os isn't really good enough if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
case $host_os in old_striplib="$STRIP --strip-debug"
darwin*) striplib="$STRIP --strip-unneeded"
if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
else
case $host_os in
darwin*)
# FIXME - insert some real tests, host_os isn't really good enough
striplib="$STRIP -x" striplib="$STRIP -x"
old_striplib="$STRIP -S" old_striplib="$STRIP -S"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; } $as_echo "yes" >&6; }
else ;;
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 freebsd*)
if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then
old_striplib="$STRIP --strip-debug"
striplib="$STRIP --strip-unneeded"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; } $as_echo "no" >&6; }
fi fi
;; ;;
*) *)
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; } $as_echo "no" >&6; }
;; ;;
esac esac
fi
fi fi
@ -13416,7 +13445,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
# #
# INIT-COMMANDS # INIT-COMMANDS
# #
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
# The HP-UX ksh and POSIX shell print the target directory to stdout # The HP-UX ksh and POSIX shell print the target directory to stdout
@ -13468,6 +13497,7 @@ want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`'
AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
@ -13596,7 +13626,6 @@ want_nocaseglob \
DLLTOOL \ DLLTOOL \
sharedlib_from_linklib_cmd \ sharedlib_from_linklib_cmd \
AR \ AR \
AR_FLAGS \
archiver_list_spec \ archiver_list_spec \
STRIP \ STRIP \
RANLIB \ RANLIB \
@ -14317,29 +14346,35 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
# Older Autoconf quotes --file arguments for eval, but not when files # Older Autoconf quotes --file arguments for eval, but not when files
# are listed without --file. Let's play safe and only enable the eval # are listed without --file. Let's play safe and only enable the eval
# if we detect the quoting. # if we detect the quoting.
case $CONFIG_FILES in # TODO: see whether this extra hack can be removed once we start
*\'*) eval set x "$CONFIG_FILES" ;; # requiring Autoconf 2.70 or later.
*) set x $CONFIG_FILES ;; case $CONFIG_FILES in #(
esac *\'*) :
eval set x "$CONFIG_FILES" ;; #(
*) :
set x $CONFIG_FILES ;; #(
*) :
;;
esac
shift shift
for mf # Used to flag and report bootstrapping failures.
am_rc=0
for am_mf
do do
# Strip MF so we end up with the name of the file. # Strip MF so we end up with the name of the file.
mf=`echo "$mf" | sed -e 's/:.*$//'` am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
# Check whether this is an Automake generated Makefile or not. # Check whether this is an Automake generated Makefile which includes
# We used to match only the files named 'Makefile.in', but # dependency-tracking related rules and includes.
# some people rename them; so instead we look at the file content. # Grep'ing the whole file directly is not great: AIX grep has a line
# 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
# limit of 2048, but all sed's we know have understand at least 4000. # 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 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
dirpart=`$as_dirname -- "$mf" || || continue
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ am_dirpart=`$as_dirname -- "$am_mf" ||
X"$mf" : 'X\(//\)[^/]' \| \ $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$mf" : 'X\(//\)$' \| \ X"$am_mf" : 'X\(//\)[^/]' \| \
X"$mf" : 'X\(/\)' \| . 2>/dev/null || X"$am_mf" : 'X\(//\)$' \| \
$as_echo X"$mf" | X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$am_mf" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/ s//\1/
q q
@ -14357,53 +14392,48 @@ $as_echo X"$mf" |
q q
} }
s/.*/./; q'` s/.*/./; q'`
else am_filepart=`$as_basename -- "$am_mf" ||
continue $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
fi X"$am_mf" : 'X\(//\)$' \| \
# Extract the definition of DEPDIR, am__include, and am__quote X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
# from the Makefile without running 'make'. $as_echo X/"$am_mf" |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` sed '/^.*\/\([^/][^/]*\)\/*$/{
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_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$file" : 'X\(//\)[^/]' \| \
X"$file" : 'X\(//\)$' \| \
X"$file" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$file" |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
s//\1/
q
}
/^X\(\/\/\)[^/].*/{
s//\1/ s//\1/
q q
} }
/^X\(\/\/\)$/{ /^X\/\(\/\/\)$/{
s//\1/ s//\1/
q q
} }
/^X\(\/\).*/{ /^X\/\(\/\).*/{
s//\1/ s//\1/
q q
} }
s/.*/./; q'` s/.*/./; q'`
as_dir=$dirpart/$fdir; as_fn_mkdir_p { echo "$as_me:$LINENO: cd "$am_dirpart" \
# echo "creating $dirpart/$file" && sed -e '/# am--include-marker/d' "$am_filepart" \
echo '# dummy' > "$dirpart/$file" | $MAKE -f - am--depfiles" >&5
done (cd "$am_dirpart" \
&& sed -e '/# am--include-marker/d' "$am_filepart" \
| $MAKE -f - am--depfiles) >&5 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } || am_rc=$?
done done
if test $am_rc -ne 0; then
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "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).
See \`config.log' for more details" "$LINENO" 5; }
fi
{ am_dirpart=; unset am_dirpart;}
{ am_filepart=; unset am_filepart;}
{ am_mf=; unset am_mf;}
{ am_rc=; unset am_rc;}
rm -f conftest-deps.mk
} }
;; ;;
"libtool":C) "libtool":C)
@ -14565,8 +14595,11 @@ sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
# The archiver. # The archiver.
AR=$lt_AR AR=$lt_AR
# Flags to create an archive (by configure).
lt_ar_flags=$lt_ar_flags
# Flags to create an archive. # Flags to create an archive.
AR_FLAGS=$lt_AR_FLAGS AR_FLAGS=\${ARFLAGS-"\$lt_ar_flags"}
# How to feed a file listing to the archiver. # How to feed a file listing to the archiver.
archiver_list_spec=$lt_archiver_list_spec archiver_list_spec=$lt_archiver_list_spec

63
bloom_filter/libfnv/libfnv/.deps/libfnv_la-arith1024.Plo

@ -3,22 +3,25 @@ libfnv_la-arith1024.lo: arith1024.c /usr/include/stdc-predef.h \
/usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/bits/long-double.h \ /usr/include/bits/wordsize.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h \
/usr/include/xlocale.h /usr/include/bits/string.h \ /usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/bits/string2.h /usr/include/stdlib.h \ /usr/include/strings.h ../libfnv/include/fnv/fnvtop.h \
../libfnv/include/fnv/fnvtop.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/types.h \ /usr/include/stdint.h /usr/include/bits/types.h \
/usr/include/bits/typesizes.h /usr/include/bits/wchar.h arith1024.h \ /usr/include/bits/timesize.h /usr/include/bits/typesizes.h \
mgmp.h /usr/include/sys/types.h /usr/include/bits/types/clock_t.h \ /usr/include/bits/time64.h /usr/include/bits/wchar.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \ /usr/include/bits/stdint-intn.h /usr/include/bits/stdint-uintn.h \
/usr/include/bits/types/timer_t.h /usr/include/endian.h \ arith1024.h mgmp.h /usr/include/sys/types.h \
/usr/include/bits/endian.h /usr/include/bits/byteswap.h \ /usr/include/bits/types/clock_t.h /usr/include/bits/types/clockid_t.h \
/usr/include/bits/byteswap-16.h /usr/include/bits/uintn-identity.h \ /usr/include/bits/types/time_t.h /usr/include/bits/types/timer_t.h \
/usr/include/endian.h /usr/include/bits/endian.h \
/usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \
/usr/include/sys/select.h /usr/include/bits/select.h \ /usr/include/sys/select.h /usr/include/bits/select.h \
/usr/include/bits/sigset.h /usr/include/bits/types/struct_timeval.h \ /usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timespec.h /usr/include/sys/sysmacros.h \ /usr/include/bits/types/struct_timeval.h \
/usr/include/bits/sysmacros.h /usr/include/bits/pthreadtypes.h /usr/include/bits/types/struct_timespec.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/pthreadtypes-arch.h
/usr/include/stdc-predef.h: /usr/include/stdc-predef.h:
@ -38,28 +41,34 @@ libfnv_la-arith1024.lo: arith1024.c /usr/include/stdc-predef.h \
/usr/include/gnu/stubs-64.h: /usr/include/gnu/stubs-64.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h:
/usr/include/xlocale.h: /usr/include/bits/types/locale_t.h:
/usr/include/bits/string.h: /usr/include/bits/types/__locale_t.h:
/usr/include/bits/string2.h: /usr/include/strings.h:
/usr/include/stdlib.h:
../libfnv/include/fnv/fnvtop.h: ../libfnv/include/fnv/fnvtop.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:
/usr/include/stdint.h: /usr/include/stdint.h:
/usr/include/bits/types.h: /usr/include/bits/types.h:
/usr/include/bits/timesize.h:
/usr/include/bits/typesizes.h: /usr/include/bits/typesizes.h:
/usr/include/bits/time64.h:
/usr/include/bits/wchar.h: /usr/include/bits/wchar.h:
/usr/include/bits/stdint-intn.h:
/usr/include/bits/stdint-uintn.h:
arith1024.h: arith1024.h:
mgmp.h: mgmp.h:
@ -80,22 +89,22 @@ mgmp.h:
/usr/include/bits/byteswap.h: /usr/include/bits/byteswap.h:
/usr/include/bits/byteswap-16.h:
/usr/include/bits/uintn-identity.h: /usr/include/bits/uintn-identity.h:
/usr/include/sys/select.h: /usr/include/sys/select.h:
/usr/include/bits/select.h: /usr/include/bits/select.h:
/usr/include/bits/sigset.h: /usr/include/bits/types/sigset_t.h:
/usr/include/bits/types/__sigset_t.h:
/usr/include/bits/types/struct_timeval.h: /usr/include/bits/types/struct_timeval.h:
/usr/include/bits/types/struct_timespec.h: /usr/include/bits/types/struct_timespec.h:
/usr/include/sys/sysmacros.h: /usr/include/bits/pthreadtypes.h:
/usr/include/bits/sysmacros.h: /usr/include/bits/thread-shared-types.h:
/usr/include/bits/pthreadtypes.h: /usr/include/bits/pthreadtypes-arch.h:

63
bloom_filter/libfnv/libfnv/.deps/libfnv_la-arith128.Plo

@ -1,30 +1,33 @@
libfnv_la-arith128.lo: arith128.c /usr/include/stdc-predef.h \ libfnv_la-arith128.lo: arith128.c /usr/include/stdc-predef.h \
include/fnv/fnvtop.h \ include/fnv/fnvtop.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \ /usr/include/stdint.h /usr/include/bits/libc-header-start.h \
/usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/bits/long-double.h \ /usr/include/bits/wordsize.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \ /usr/include/bits/types.h /usr/include/bits/timesize.h \
/usr/include/bits/wchar.h /usr/include/string.h \ /usr/include/bits/typesizes.h /usr/include/bits/time64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h \ /usr/include/bits/wchar.h /usr/include/bits/stdint-intn.h \
/usr/include/xlocale.h /usr/include/bits/string.h \ /usr/include/bits/stdint-uintn.h /usr/include/string.h \
/usr/include/bits/string2.h /usr/include/stdlib.h arith128.h mgmp.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h \
/usr/include/sys/types.h /usr/include/bits/types/clock_t.h \ /usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \ /usr/include/strings.h arith128.h mgmp.h /usr/include/sys/types.h \
/usr/include/bits/types/timer_t.h /usr/include/endian.h \ /usr/include/bits/types/clock_t.h /usr/include/bits/types/clockid_t.h \
/usr/include/bits/endian.h /usr/include/bits/byteswap.h \ /usr/include/bits/types/time_t.h /usr/include/bits/types/timer_t.h \
/usr/include/bits/byteswap-16.h /usr/include/bits/uintn-identity.h \ /usr/include/endian.h /usr/include/bits/endian.h \
/usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \
/usr/include/sys/select.h /usr/include/bits/select.h \ /usr/include/sys/select.h /usr/include/bits/select.h \
/usr/include/bits/sigset.h /usr/include/bits/types/struct_timeval.h \ /usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timespec.h /usr/include/sys/sysmacros.h \ /usr/include/bits/types/struct_timeval.h \
/usr/include/bits/sysmacros.h /usr/include/bits/pthreadtypes.h ifnv.h /usr/include/bits/types/struct_timespec.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/pthreadtypes-arch.h ifnv.h
/usr/include/stdc-predef.h: /usr/include/stdc-predef.h:
include/fnv/fnvtop.h: include/fnv/fnvtop.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:
/usr/include/stdint.h: /usr/include/stdint.h:
@ -44,21 +47,27 @@ include/fnv/fnvtop.h:
/usr/include/bits/types.h: /usr/include/bits/types.h:
/usr/include/bits/timesize.h:
/usr/include/bits/typesizes.h: /usr/include/bits/typesizes.h:
/usr/include/bits/time64.h:
/usr/include/bits/wchar.h: /usr/include/bits/wchar.h:
/usr/include/string.h: /usr/include/bits/stdint-intn.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h: /usr/include/bits/stdint-uintn.h:
/usr/include/string.h:
/usr/include/xlocale.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h:
/usr/include/bits/string.h: /usr/include/bits/types/locale_t.h:
/usr/include/bits/string2.h: /usr/include/bits/types/__locale_t.h:
/usr/include/stdlib.h: /usr/include/strings.h:
arith128.h: arith128.h:
@ -80,24 +89,24 @@ mgmp.h:
/usr/include/bits/byteswap.h: /usr/include/bits/byteswap.h:
/usr/include/bits/byteswap-16.h:
/usr/include/bits/uintn-identity.h: /usr/include/bits/uintn-identity.h:
/usr/include/sys/select.h: /usr/include/sys/select.h:
/usr/include/bits/select.h: /usr/include/bits/select.h:
/usr/include/bits/sigset.h: /usr/include/bits/types/sigset_t.h:
/usr/include/bits/types/__sigset_t.h:
/usr/include/bits/types/struct_timeval.h: /usr/include/bits/types/struct_timeval.h:
/usr/include/bits/types/struct_timespec.h: /usr/include/bits/types/struct_timespec.h:
/usr/include/sys/sysmacros.h: /usr/include/bits/pthreadtypes.h:
/usr/include/bits/sysmacros.h: /usr/include/bits/thread-shared-types.h:
/usr/include/bits/pthreadtypes.h: /usr/include/bits/pthreadtypes-arch.h:
ifnv.h: ifnv.h:

56
bloom_filter/libfnv/libfnv/.deps/libfnv_la-arith256.Plo

@ -3,21 +3,25 @@ libfnv_la-arith256.lo: arith256.c /usr/include/stdc-predef.h \
/usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/bits/long-double.h \ /usr/include/bits/wordsize.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h \
/usr/include/xlocale.h /usr/include/bits/string.h \ /usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/bits/string2.h /usr/include/stdlib.h arith256.h \ /usr/include/strings.h arith256.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/types.h \ /usr/include/stdint.h /usr/include/bits/types.h \
/usr/include/bits/typesizes.h /usr/include/bits/wchar.h mgmp.h \ /usr/include/bits/timesize.h /usr/include/bits/typesizes.h \
/usr/include/bits/time64.h /usr/include/bits/wchar.h \
/usr/include/bits/stdint-intn.h /usr/include/bits/stdint-uintn.h mgmp.h \
/usr/include/sys/types.h /usr/include/bits/types/clock_t.h \ /usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \ /usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
/usr/include/bits/types/timer_t.h /usr/include/endian.h \ /usr/include/bits/types/timer_t.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/bits/byteswap.h \ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
/usr/include/bits/byteswap-16.h /usr/include/bits/uintn-identity.h \ /usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
/usr/include/sys/select.h /usr/include/bits/select.h \ /usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
/usr/include/bits/sigset.h /usr/include/bits/types/struct_timeval.h \ /usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timespec.h /usr/include/sys/sysmacros.h \ /usr/include/bits/types/struct_timeval.h \
/usr/include/bits/sysmacros.h /usr/include/bits/pthreadtypes.h /usr/include/bits/types/struct_timespec.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/pthreadtypes-arch.h
/usr/include/stdc-predef.h: /usr/include/stdc-predef.h:
@ -37,28 +41,34 @@ libfnv_la-arith256.lo: arith256.c /usr/include/stdc-predef.h \
/usr/include/gnu/stubs-64.h: /usr/include/gnu/stubs-64.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h:
/usr/include/xlocale.h: /usr/include/bits/types/locale_t.h:
/usr/include/bits/string.h: /usr/include/bits/types/__locale_t.h:
/usr/include/bits/string2.h: /usr/include/strings.h:
/usr/include/stdlib.h:
arith256.h: arith256.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:
/usr/include/stdint.h: /usr/include/stdint.h:
/usr/include/bits/types.h: /usr/include/bits/types.h:
/usr/include/bits/timesize.h:
/usr/include/bits/typesizes.h: /usr/include/bits/typesizes.h:
/usr/include/bits/time64.h:
/usr/include/bits/wchar.h: /usr/include/bits/wchar.h:
/usr/include/bits/stdint-intn.h:
/usr/include/bits/stdint-uintn.h:
mgmp.h: mgmp.h:
/usr/include/sys/types.h: /usr/include/sys/types.h:
@ -77,22 +87,22 @@ mgmp.h:
/usr/include/bits/byteswap.h: /usr/include/bits/byteswap.h:
/usr/include/bits/byteswap-16.h:
/usr/include/bits/uintn-identity.h: /usr/include/bits/uintn-identity.h:
/usr/include/sys/select.h: /usr/include/sys/select.h:
/usr/include/bits/select.h: /usr/include/bits/select.h:
/usr/include/bits/sigset.h: /usr/include/bits/types/sigset_t.h:
/usr/include/bits/types/__sigset_t.h:
/usr/include/bits/types/struct_timeval.h: /usr/include/bits/types/struct_timeval.h:
/usr/include/bits/types/struct_timespec.h: /usr/include/bits/types/struct_timespec.h:
/usr/include/sys/sysmacros.h: /usr/include/bits/pthreadtypes.h:
/usr/include/bits/sysmacros.h: /usr/include/bits/thread-shared-types.h:
/usr/include/bits/pthreadtypes.h: /usr/include/bits/pthreadtypes-arch.h:

63
bloom_filter/libfnv/libfnv/.deps/libfnv_la-arith512.Plo

@ -3,22 +3,25 @@ libfnv_la-arith512.lo: arith512.c /usr/include/stdc-predef.h \
/usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/bits/long-double.h \ /usr/include/bits/wordsize.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h \
/usr/include/xlocale.h /usr/include/bits/string.h \ /usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/bits/string2.h /usr/include/stdlib.h \ /usr/include/strings.h ../libfnv/include/fnv/fnvtop.h \
../libfnv/include/fnv/fnvtop.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/types.h \ /usr/include/stdint.h /usr/include/bits/types.h \
/usr/include/bits/typesizes.h /usr/include/bits/wchar.h arith512.h \ /usr/include/bits/timesize.h /usr/include/bits/typesizes.h \
mgmp.h /usr/include/sys/types.h /usr/include/bits/types/clock_t.h \ /usr/include/bits/time64.h /usr/include/bits/wchar.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \ /usr/include/bits/stdint-intn.h /usr/include/bits/stdint-uintn.h \
/usr/include/bits/types/timer_t.h /usr/include/endian.h \ arith512.h mgmp.h /usr/include/sys/types.h \
/usr/include/bits/endian.h /usr/include/bits/byteswap.h \ /usr/include/bits/types/clock_t.h /usr/include/bits/types/clockid_t.h \
/usr/include/bits/byteswap-16.h /usr/include/bits/uintn-identity.h \ /usr/include/bits/types/time_t.h /usr/include/bits/types/timer_t.h \
/usr/include/endian.h /usr/include/bits/endian.h \
/usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \
/usr/include/sys/select.h /usr/include/bits/select.h \ /usr/include/sys/select.h /usr/include/bits/select.h \
/usr/include/bits/sigset.h /usr/include/bits/types/struct_timeval.h \ /usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timespec.h /usr/include/sys/sysmacros.h \ /usr/include/bits/types/struct_timeval.h \
/usr/include/bits/sysmacros.h /usr/include/bits/pthreadtypes.h /usr/include/bits/types/struct_timespec.h \
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/pthreadtypes-arch.h
/usr/include/stdc-predef.h: /usr/include/stdc-predef.h:
@ -38,28 +41,34 @@ libfnv_la-arith512.lo: arith512.c /usr/include/stdc-predef.h \
/usr/include/gnu/stubs-64.h: /usr/include/gnu/stubs-64.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h:
/usr/include/xlocale.h: /usr/include/bits/types/locale_t.h:
/usr/include/bits/string.h: /usr/include/bits/types/__locale_t.h:
/usr/include/bits/string2.h: /usr/include/strings.h:
/usr/include/stdlib.h:
../libfnv/include/fnv/fnvtop.h: ../libfnv/include/fnv/fnvtop.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:
/usr/include/stdint.h: /usr/include/stdint.h:
/usr/include/bits/types.h: /usr/include/bits/types.h:
/usr/include/bits/timesize.h:
/usr/include/bits/typesizes.h: /usr/include/bits/typesizes.h:
/usr/include/bits/time64.h:
/usr/include/bits/wchar.h: /usr/include/bits/wchar.h:
/usr/include/bits/stdint-intn.h:
/usr/include/bits/stdint-uintn.h:
arith512.h: arith512.h:
mgmp.h: mgmp.h:
@ -80,22 +89,22 @@ mgmp.h:
/usr/include/bits/byteswap.h: /usr/include/bits/byteswap.h:
/usr/include/bits/byteswap-16.h:
/usr/include/bits/uintn-identity.h: /usr/include/bits/uintn-identity.h:
/usr/include/sys/select.h: /usr/include/sys/select.h:
/usr/include/bits/select.h: /usr/include/bits/select.h:
/usr/include/bits/sigset.h: /usr/include/bits/types/sigset_t.h:
/usr/include/bits/types/__sigset_t.h:
/usr/include/bits/types/struct_timeval.h: /usr/include/bits/types/struct_timeval.h:
/usr/include/bits/types/struct_timespec.h: /usr/include/bits/types/struct_timespec.h:
/usr/include/sys/sysmacros.h: /usr/include/bits/pthreadtypes.h:
/usr/include/bits/sysmacros.h: /usr/include/bits/thread-shared-types.h:
/usr/include/bits/pthreadtypes.h: /usr/include/bits/pthreadtypes-arch.h:

34
bloom_filter/libfnv/libfnv/.deps/libfnv_la-fnv.Plo

@ -1,20 +1,22 @@
libfnv_la-fnv.lo: fnv.c /usr/include/stdc-predef.h include/fnv/fnvtop.h \ libfnv_la-fnv.lo: fnv.c /usr/include/stdc-predef.h include/fnv/fnvtop.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \ /usr/include/stdint.h /usr/include/bits/libc-header-start.h \
/usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/bits/long-double.h \ /usr/include/bits/wordsize.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \ /usr/include/bits/types.h /usr/include/bits/timesize.h \
/usr/include/bits/wchar.h /usr/include/string.h \ /usr/include/bits/typesizes.h /usr/include/bits/time64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h \ /usr/include/bits/wchar.h /usr/include/bits/stdint-intn.h \
/usr/include/xlocale.h /usr/include/bits/string.h \ /usr/include/bits/stdint-uintn.h /usr/include/string.h \
/usr/include/bits/string2.h /usr/include/stdlib.h include/fnv/libfnv.h /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h \
/usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/strings.h include/fnv/libfnv.h
/usr/include/stdc-predef.h: /usr/include/stdc-predef.h:
include/fnv/fnvtop.h: include/fnv/fnvtop.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:
/usr/include/stdint.h: /usr/include/stdint.h:
@ -34,20 +36,26 @@ include/fnv/fnvtop.h:
/usr/include/bits/types.h: /usr/include/bits/types.h:
/usr/include/bits/timesize.h:
/usr/include/bits/typesizes.h: /usr/include/bits/typesizes.h:
/usr/include/bits/time64.h:
/usr/include/bits/wchar.h: /usr/include/bits/wchar.h:
/usr/include/string.h: /usr/include/bits/stdint-intn.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h: /usr/include/bits/stdint-uintn.h:
/usr/include/string.h:
/usr/include/xlocale.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h:
/usr/include/bits/string.h: /usr/include/bits/types/locale_t.h:
/usr/include/bits/string2.h: /usr/include/bits/types/__locale_t.h:
/usr/include/stdlib.h: /usr/include/strings.h:
include/fnv/libfnv.h: include/fnv/libfnv.h:

35
bloom_filter/libfnv/libfnv/.deps/libfnv_la-fnv1024mp.Plo

@ -1,22 +1,23 @@
libfnv_la-fnv1024mp.lo: fnv1024mp.c /usr/include/stdc-predef.h \ libfnv_la-fnv1024mp.lo: fnv1024mp.c /usr/include/stdc-predef.h \
include/fnv/fnvtop.h \ include/fnv/fnvtop.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \ /usr/include/stdint.h /usr/include/bits/libc-header-start.h \
/usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/bits/long-double.h \ /usr/include/bits/wordsize.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \ /usr/include/bits/types.h /usr/include/bits/timesize.h \
/usr/include/bits/wchar.h /usr/include/string.h \ /usr/include/bits/typesizes.h /usr/include/bits/time64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h \ /usr/include/bits/wchar.h /usr/include/bits/stdint-intn.h \
/usr/include/xlocale.h /usr/include/bits/string.h \ /usr/include/bits/stdint-uintn.h /usr/include/string.h \
/usr/include/bits/string2.h /usr/include/stdlib.h include/fnv/libfnv.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h \
arith1024.h ifnv.h /usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/strings.h include/fnv/libfnv.h arith1024.h ifnv.h
/usr/include/stdc-predef.h: /usr/include/stdc-predef.h:
include/fnv/fnvtop.h: include/fnv/fnvtop.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:
/usr/include/stdint.h: /usr/include/stdint.h:
@ -36,21 +37,27 @@ include/fnv/fnvtop.h:
/usr/include/bits/types.h: /usr/include/bits/types.h:
/usr/include/bits/timesize.h:
/usr/include/bits/typesizes.h: /usr/include/bits/typesizes.h:
/usr/include/bits/time64.h:
/usr/include/bits/wchar.h: /usr/include/bits/wchar.h:
/usr/include/string.h: /usr/include/bits/stdint-intn.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h: /usr/include/bits/stdint-uintn.h:
/usr/include/string.h:
/usr/include/xlocale.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h:
/usr/include/bits/string.h: /usr/include/bits/types/locale_t.h:
/usr/include/bits/string2.h: /usr/include/bits/types/__locale_t.h:
/usr/include/stdlib.h: /usr/include/strings.h:
include/fnv/libfnv.h: include/fnv/libfnv.h:

35
bloom_filter/libfnv/libfnv/.deps/libfnv_la-fnv128mp.Plo

@ -1,22 +1,23 @@
libfnv_la-fnv128mp.lo: fnv128mp.c /usr/include/stdc-predef.h \ libfnv_la-fnv128mp.lo: fnv128mp.c /usr/include/stdc-predef.h \
include/fnv/fnvtop.h \ include/fnv/fnvtop.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \ /usr/include/stdint.h /usr/include/bits/libc-header-start.h \
/usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/bits/long-double.h \ /usr/include/bits/wordsize.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \ /usr/include/bits/types.h /usr/include/bits/timesize.h \
/usr/include/bits/wchar.h /usr/include/string.h \ /usr/include/bits/typesizes.h /usr/include/bits/time64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h \ /usr/include/bits/wchar.h /usr/include/bits/stdint-intn.h \
/usr/include/xlocale.h /usr/include/bits/string.h \ /usr/include/bits/stdint-uintn.h /usr/include/string.h \
/usr/include/bits/string2.h /usr/include/stdlib.h include/fnv/libfnv.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h \
arith128.h ifnv.h /usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/strings.h include/fnv/libfnv.h arith128.h ifnv.h
/usr/include/stdc-predef.h: /usr/include/stdc-predef.h:
include/fnv/fnvtop.h: include/fnv/fnvtop.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:
/usr/include/stdint.h: /usr/include/stdint.h:
@ -36,21 +37,27 @@ include/fnv/fnvtop.h:
/usr/include/bits/types.h: /usr/include/bits/types.h:
/usr/include/bits/timesize.h:
/usr/include/bits/typesizes.h: /usr/include/bits/typesizes.h:
/usr/include/bits/time64.h:
/usr/include/bits/wchar.h: /usr/include/bits/wchar.h:
/usr/include/string.h: /usr/include/bits/stdint-intn.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h: /usr/include/bits/stdint-uintn.h:
/usr/include/string.h:
/usr/include/xlocale.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h:
/usr/include/bits/string.h: /usr/include/bits/types/locale_t.h:
/usr/include/bits/string2.h: /usr/include/bits/types/__locale_t.h:
/usr/include/stdlib.h: /usr/include/strings.h:
include/fnv/libfnv.h: include/fnv/libfnv.h:

35
bloom_filter/libfnv/libfnv/.deps/libfnv_la-fnv256mp.Plo

@ -1,22 +1,23 @@
libfnv_la-fnv256mp.lo: fnv256mp.c /usr/include/stdc-predef.h \ libfnv_la-fnv256mp.lo: fnv256mp.c /usr/include/stdc-predef.h \
include/fnv/fnvtop.h \ include/fnv/fnvtop.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \ /usr/include/stdint.h /usr/include/bits/libc-header-start.h \
/usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/bits/long-double.h \ /usr/include/bits/wordsize.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \ /usr/include/bits/types.h /usr/include/bits/timesize.h \
/usr/include/bits/wchar.h /usr/include/string.h \ /usr/include/bits/typesizes.h /usr/include/bits/time64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h \ /usr/include/bits/wchar.h /usr/include/bits/stdint-intn.h \
/usr/include/xlocale.h /usr/include/bits/string.h \ /usr/include/bits/stdint-uintn.h /usr/include/string.h \
/usr/include/bits/string2.h /usr/include/stdlib.h include/fnv/libfnv.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h \
arith256.h ifnv.h /usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/strings.h include/fnv/libfnv.h arith256.h ifnv.h
/usr/include/stdc-predef.h: /usr/include/stdc-predef.h:
include/fnv/fnvtop.h: include/fnv/fnvtop.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:
/usr/include/stdint.h: /usr/include/stdint.h:
@ -36,21 +37,27 @@ include/fnv/fnvtop.h:
/usr/include/bits/types.h: /usr/include/bits/types.h:
/usr/include/bits/timesize.h:
/usr/include/bits/typesizes.h: /usr/include/bits/typesizes.h:
/usr/include/bits/time64.h:
/usr/include/bits/wchar.h: /usr/include/bits/wchar.h:
/usr/include/string.h: /usr/include/bits/stdint-intn.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h: /usr/include/bits/stdint-uintn.h:
/usr/include/string.h:
/usr/include/xlocale.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h:
/usr/include/bits/string.h: /usr/include/bits/types/locale_t.h:
/usr/include/bits/string2.h: /usr/include/bits/types/__locale_t.h:
/usr/include/stdlib.h: /usr/include/strings.h:
include/fnv/libfnv.h: include/fnv/libfnv.h:

35
bloom_filter/libfnv/libfnv/.deps/libfnv_la-fnv512mp.Plo

@ -1,22 +1,23 @@
libfnv_la-fnv512mp.lo: fnv512mp.c /usr/include/stdc-predef.h \ libfnv_la-fnv512mp.lo: fnv512mp.c /usr/include/stdc-predef.h \
include/fnv/fnvtop.h \ include/fnv/fnvtop.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \ /usr/include/stdint.h /usr/include/bits/libc-header-start.h \
/usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/bits/long-double.h \ /usr/include/bits/wordsize.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \ /usr/include/bits/types.h /usr/include/bits/timesize.h \
/usr/include/bits/wchar.h /usr/include/string.h \ /usr/include/bits/typesizes.h /usr/include/bits/time64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h \ /usr/include/bits/wchar.h /usr/include/bits/stdint-intn.h \
/usr/include/xlocale.h /usr/include/bits/string.h \ /usr/include/bits/stdint-uintn.h /usr/include/string.h \
/usr/include/bits/string2.h /usr/include/stdlib.h include/fnv/libfnv.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h \
arith512.h ifnv.h /usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/strings.h include/fnv/libfnv.h arith512.h ifnv.h
/usr/include/stdc-predef.h: /usr/include/stdc-predef.h:
include/fnv/fnvtop.h: include/fnv/fnvtop.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:
/usr/include/stdint.h: /usr/include/stdint.h:
@ -36,21 +37,27 @@ include/fnv/fnvtop.h:
/usr/include/bits/types.h: /usr/include/bits/types.h:
/usr/include/bits/timesize.h:
/usr/include/bits/typesizes.h: /usr/include/bits/typesizes.h:
/usr/include/bits/time64.h:
/usr/include/bits/wchar.h: /usr/include/bits/wchar.h:
/usr/include/string.h: /usr/include/bits/stdint-intn.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h: /usr/include/bits/stdint-uintn.h:
/usr/include/string.h:
/usr/include/xlocale.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h:
/usr/include/bits/string.h: /usr/include/bits/types/locale_t.h:
/usr/include/bits/string2.h: /usr/include/bits/types/__locale_t.h:
/usr/include/stdlib.h: /usr/include/strings.h:
include/fnv/libfnv.h: include/fnv/libfnv.h:

45
bloom_filter/libfnv/libfnv/.deps/libfnv_la-mgmp.Plo

@ -3,20 +3,23 @@ libfnv_la-mgmp.lo: mgmp.c /usr/include/stdc-predef.h mgmp.h \
/usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \
/usr/include/bits/long-double.h /usr/include/gnu/stubs.h \ /usr/include/bits/long-double.h /usr/include/gnu/stubs.h \
/usr/include/gnu/stubs-64.h /usr/include/bits/types.h \ /usr/include/gnu/stubs-64.h /usr/include/bits/types.h \
/usr/include/bits/typesizes.h /usr/include/bits/types/clock_t.h \ /usr/include/bits/timesize.h /usr/include/bits/typesizes.h \
/usr/include/bits/time64.h /usr/include/bits/types/clock_t.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \ /usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
/usr/include/bits/types/timer_t.h \ /usr/include/bits/types/timer_t.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h \
/usr/include/endian.h /usr/include/bits/endian.h \ /usr/include/bits/stdint-intn.h /usr/include/endian.h \
/usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ /usr/include/bits/endian.h /usr/include/bits/byteswap.h \
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \ /usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/sigset.h \ /usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
/usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timeval.h \ /usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/struct_timespec.h /usr/include/sys/sysmacros.h \ /usr/include/bits/types/struct_timespec.h \
/usr/include/bits/sysmacros.h /usr/include/bits/pthreadtypes.h \ /usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h \ /usr/include/bits/pthreadtypes-arch.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \ /usr/include/stdint.h /usr/include/bits/libc-header-start.h \
/usr/include/bits/wchar.h /usr/include/bits/wchar.h /usr/include/bits/stdint-uintn.h
/usr/include/stdc-predef.h: /usr/include/stdc-predef.h:
@ -38,8 +41,12 @@ mgmp.h:
/usr/include/bits/types.h: /usr/include/bits/types.h:
/usr/include/bits/timesize.h:
/usr/include/bits/typesizes.h: /usr/include/bits/typesizes.h:
/usr/include/bits/time64.h:
/usr/include/bits/types/clock_t.h: /usr/include/bits/types/clock_t.h:
/usr/include/bits/types/clockid_t.h: /usr/include/bits/types/clockid_t.h:
@ -48,7 +55,9 @@ mgmp.h:
/usr/include/bits/types/timer_t.h: /usr/include/bits/types/timer_t.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h:
/usr/include/bits/stdint-intn.h:
/usr/include/endian.h: /usr/include/endian.h:
@ -56,30 +65,32 @@ mgmp.h:
/usr/include/bits/byteswap.h: /usr/include/bits/byteswap.h:
/usr/include/bits/byteswap-16.h:
/usr/include/bits/uintn-identity.h: /usr/include/bits/uintn-identity.h:
/usr/include/sys/select.h: /usr/include/sys/select.h:
/usr/include/bits/select.h: /usr/include/bits/select.h:
/usr/include/bits/sigset.h: /usr/include/bits/types/sigset_t.h:
/usr/include/bits/types/__sigset_t.h:
/usr/include/bits/types/struct_timeval.h: /usr/include/bits/types/struct_timeval.h:
/usr/include/bits/types/struct_timespec.h: /usr/include/bits/types/struct_timespec.h:
/usr/include/sys/sysmacros.h: /usr/include/bits/pthreadtypes.h:
/usr/include/bits/sysmacros.h: /usr/include/bits/thread-shared-types.h:
/usr/include/bits/pthreadtypes.h: /usr/include/bits/pthreadtypes-arch.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:
/usr/include/stdint.h: /usr/include/stdint.h:
/usr/include/bits/libc-header-start.h: /usr/include/bits/libc-header-start.h:
/usr/include/bits/wchar.h: /usr/include/bits/wchar.h:
/usr/include/bits/stdint-uintn.h:

BIN
bloom_filter/libfnv/libfnv/.libs/libfnv.a

Binary file not shown.

1
bloom_filter/libfnv/libfnv/.libs/libfnv.la

@ -0,0 +1 @@
../libfnv.la

41
bloom_filter/libfnv/libfnv/.libs/libfnv.lai

@ -0,0 +1,41 @@
# libfnv.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.6.42-b88ce
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='libfnv.so.0'
# Names of this library.
library_names='libfnv.so.0.0.0 libfnv.so.0 libfnv.so'
# The name of the static archive.
old_library='libfnv.a'
# Linker flags that cannot go in dependency_libs.
inherited_linker_flags=''
# Libraries that this one depends upon.
dependency_libs=''
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for libfnv.
current=0
age=0
revision=0
# Is this an already installed library?
installed=yes
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/usr/local/lib'

1
bloom_filter/libfnv/libfnv/.libs/libfnv.so

@ -0,0 +1 @@
libfnv.so.0.0.0

1
bloom_filter/libfnv/libfnv/.libs/libfnv.so.0

@ -0,0 +1 @@
libfnv.so.0.0.0

BIN
bloom_filter/libfnv/libfnv/.libs/libfnv.so.0.0.0

Binary file not shown.

BIN
bloom_filter/libfnv/libfnv/.libs/libfnv_la-arith1024.o

Binary file not shown.

BIN
bloom_filter/libfnv/libfnv/.libs/libfnv_la-arith128.o

Binary file not shown.

BIN
bloom_filter/libfnv/libfnv/.libs/libfnv_la-arith256.o

Binary file not shown.

BIN
bloom_filter/libfnv/libfnv/.libs/libfnv_la-arith512.o

Binary file not shown.

BIN
bloom_filter/libfnv/libfnv/.libs/libfnv_la-fnv.o

Binary file not shown.

BIN
bloom_filter/libfnv/libfnv/.libs/libfnv_la-fnv1024mp.o

Binary file not shown.

BIN
bloom_filter/libfnv/libfnv/.libs/libfnv_la-fnv128mp.o

Binary file not shown.

BIN
bloom_filter/libfnv/libfnv/.libs/libfnv_la-fnv256mp.o

Binary file not shown.

BIN
bloom_filter/libfnv/libfnv/.libs/libfnv_la-fnv512mp.o

Binary file not shown.

BIN
bloom_filter/libfnv/libfnv/.libs/libfnv_la-mgmp.o

Binary file not shown.

111
bloom_filter/libfnv/libfnv/Makefile

@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.15 from Makefile.am. # Makefile.in generated by automake 1.16.1 from Makefile.am.
# libfnv/Makefile. Generated from Makefile.in by configure. # libfnv/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994-2014 Free Software Foundation, Inc. # Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -87,8 +87,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = : NORMAL_UNINSTALL = :
PRE_UNINSTALL = : PRE_UNINSTALL = :
POST_UNINSTALL = : POST_UNINSTALL = :
build_triplet = x86_64-unknown-linux-gnu build_triplet = x86_64-pc-linux-gnu
host_triplet = x86_64-unknown-linux-gnu host_triplet = x86_64-pc-linux-gnu
subdir = libfnv subdir = libfnv
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ld-version.m4 \ am__aclocal_m4_deps = $(top_srcdir)/m4/ld-version.m4 \
@ -161,7 +161,17 @@ am__v_at_0 = @
am__v_at_1 = am__v_at_1 =
DEFAULT_INCLUDES = -I. -I$(top_builddir) DEFAULT_INCLUDES = -I. -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
am__depfiles_maybe = depfiles am__maybe_remake_depfiles = depfiles
am__depfiles_remade = ./$(DEPDIR)/libfnv_la-arith1024.Plo \
./$(DEPDIR)/libfnv_la-arith128.Plo \
./$(DEPDIR)/libfnv_la-arith256.Plo \
./$(DEPDIR)/libfnv_la-arith512.Plo \
./$(DEPDIR)/libfnv_la-fnv.Plo \
./$(DEPDIR)/libfnv_la-fnv1024mp.Plo \
./$(DEPDIR)/libfnv_la-fnv128mp.Plo \
./$(DEPDIR)/libfnv_la-fnv256mp.Plo \
./$(DEPDIR)/libfnv_la-fnv512mp.Plo \
./$(DEPDIR)/libfnv_la-mgmp.Plo
am__mv = mv -f am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@ -211,13 +221,13 @@ CTAGS = ctags
am__DIST_COMMON = $(srcdir)/Makefile.in \ am__DIST_COMMON = $(srcdir)/Makefile.in \
$(top_srcdir)/build-aux/depcomp $(top_srcdir)/build-aux/depcomp
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing aclocal-1.15 ACLOCAL = ${SHELL} /home/wes/libfnv/build-aux/missing aclocal-1.16
AMTAR = $${TAR-tar} AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1 AM_DEFAULT_VERBOSITY = 1
AR = ar AR = ar
AUTOCONF = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing autoconf AUTOCONF = ${SHELL} /home/wes/libfnv/build-aux/missing autoconf
AUTOHEADER = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing autoheader AUTOHEADER = ${SHELL} /home/wes/libfnv/build-aux/missing autoheader
AUTOMAKE = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing automake-1.15 AUTOMAKE = ${SHELL} /home/wes/libfnv/build-aux/missing automake-1.16
AWK = gawk AWK = gawk
CC = gcc CC = gcc
CCDEPMODE = depmode=gcc3 CCDEPMODE = depmode=gcc3
@ -254,7 +264,7 @@ LIPO =
LN_S = ln -s LN_S = ln -s
LTLIBOBJS = LTLIBOBJS =
LT_SYS_LIBRARY_PATH = LT_SYS_LIBRARY_PATH =
MAKEINFO = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing makeinfo MAKEINFO = ${SHELL} /home/wes/libfnv/build-aux/missing makeinfo
MANIFEST_TOOL = : MANIFEST_TOOL = :
MKDIR_P = /usr/bin/mkdir -p MKDIR_P = /usr/bin/mkdir -p
NM = /usr/bin/nm -B NM = /usr/bin/nm -B
@ -277,10 +287,10 @@ SET_MAKE =
SHELL = /bin/sh SHELL = /bin/sh
STRIP = strip STRIP = strip
VERSION = 0.8.2 VERSION = 0.8.2
abs_builddir = /home/wes/bfilter/libfnv/libfnv abs_builddir = /home/wes/libfnv/libfnv
abs_srcdir = /home/wes/bfilter/libfnv/libfnv abs_srcdir = /home/wes/libfnv/libfnv
abs_top_builddir = /home/wes/bfilter/libfnv abs_top_builddir = /home/wes/libfnv
abs_top_srcdir = /home/wes/bfilter/libfnv abs_top_srcdir = /home/wes/libfnv
ac_ct_AR = ar ac_ct_AR = ar
ac_ct_CC = gcc ac_ct_CC = gcc
ac_ct_DUMPBIN = ac_ct_DUMPBIN =
@ -290,26 +300,26 @@ am__quote =
am__tar = $${TAR-tar} chof - "$$tardir" am__tar = $${TAR-tar} chof - "$$tardir"
am__untar = $${TAR-tar} xf - am__untar = $${TAR-tar} xf -
bindir = ${exec_prefix}/bin bindir = ${exec_prefix}/bin
build = x86_64-unknown-linux-gnu build = x86_64-pc-linux-gnu
build_alias = build_alias =
build_cpu = x86_64 build_cpu = x86_64
build_os = linux-gnu build_os = linux-gnu
build_vendor = unknown build_vendor = pc
builddir = . builddir = .
datadir = ${datarootdir} datadir = ${datarootdir}
datarootdir = ${prefix}/share datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir} dvidir = ${docdir}
exec_prefix = ${prefix} exec_prefix = ${prefix}
host = x86_64-unknown-linux-gnu host = x86_64-pc-linux-gnu
host_alias = host_alias =
host_cpu = x86_64 host_cpu = x86_64
host_os = linux-gnu host_os = linux-gnu
host_vendor = unknown host_vendor = pc
htmldir = ${docdir} htmldir = ${docdir}
includedir = ${prefix}/include includedir = ${prefix}/include
infodir = ${datarootdir}/info infodir = ${datarootdir}/info
install_sh = ${SHELL} /home/wes/bfilter/libfnv/build-aux/install-sh install_sh = ${SHELL} /home/wes/libfnv/build-aux/install-sh
libdir = ${exec_prefix}/lib libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale localedir = ${datarootdir}/locale
@ -363,8 +373,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
*config.status*) \ *config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \ *) \
echo ' 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__depfiles_maybe);; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac; esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@ -420,16 +430,22 @@ mostlyclean-compile:
distclean-compile: distclean-compile:
-rm -f *.tab.c -rm -f *.tab.c
include ./$(DEPDIR)/libfnv_la-arith1024.Plo include ./$(DEPDIR)/libfnv_la-arith1024.Plo # am--include-marker
include ./$(DEPDIR)/libfnv_la-arith128.Plo include ./$(DEPDIR)/libfnv_la-arith128.Plo # am--include-marker
include ./$(DEPDIR)/libfnv_la-arith256.Plo include ./$(DEPDIR)/libfnv_la-arith256.Plo # am--include-marker
include ./$(DEPDIR)/libfnv_la-arith512.Plo include ./$(DEPDIR)/libfnv_la-arith512.Plo # am--include-marker
include ./$(DEPDIR)/libfnv_la-fnv.Plo include ./$(DEPDIR)/libfnv_la-fnv.Plo # am--include-marker
include ./$(DEPDIR)/libfnv_la-fnv1024mp.Plo include ./$(DEPDIR)/libfnv_la-fnv1024mp.Plo # am--include-marker
include ./$(DEPDIR)/libfnv_la-fnv128mp.Plo include ./$(DEPDIR)/libfnv_la-fnv128mp.Plo # am--include-marker
include ./$(DEPDIR)/libfnv_la-fnv256mp.Plo include ./$(DEPDIR)/libfnv_la-fnv256mp.Plo # am--include-marker
include ./$(DEPDIR)/libfnv_la-fnv512mp.Plo include ./$(DEPDIR)/libfnv_la-fnv512mp.Plo # am--include-marker
include ./$(DEPDIR)/libfnv_la-mgmp.Plo include ./$(DEPDIR)/libfnv_la-mgmp.Plo # am--include-marker
$(am__depfiles_remade):
@$(MKDIR_P) $(@D)
@echo '# dummy' >$@-t && $(am__mv) $@-t $@
am--depfiles: $(am__depfiles_remade)
.c.o: .c.o:
$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@ -622,7 +638,10 @@ cscopelist-am: $(am__tagged_files)
distclean-tags: distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH 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'`; \ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \ list='$(DISTFILES)'; \
@ -695,7 +714,16 @@ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
mostlyclean-am mostlyclean-am
distclean: distclean-am distclean: distclean-am
-rm -rf ./$(DEPDIR) -rm -f ./$(DEPDIR)/libfnv_la-arith1024.Plo
-rm -f ./$(DEPDIR)/libfnv_la-arith128.Plo
-rm -f ./$(DEPDIR)/libfnv_la-arith256.Plo
-rm -f ./$(DEPDIR)/libfnv_la-arith512.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv1024mp.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv128mp.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv256mp.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv512mp.Plo
-rm -f ./$(DEPDIR)/libfnv_la-mgmp.Plo
-rm -f Makefile -rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \ distclean-am: clean-am distclean-compile distclean-generic \
distclean-tags distclean-tags
@ -741,7 +769,16 @@ install-ps-am:
installcheck-am: installcheck-am:
maintainer-clean: maintainer-clean-am maintainer-clean: maintainer-clean-am
-rm -rf ./$(DEPDIR) -rm -f ./$(DEPDIR)/libfnv_la-arith1024.Plo
-rm -f ./$(DEPDIR)/libfnv_la-arith128.Plo
-rm -f ./$(DEPDIR)/libfnv_la-arith256.Plo
-rm -f ./$(DEPDIR)/libfnv_la-arith512.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv1024mp.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv128mp.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv256mp.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv512mp.Plo
-rm -f ./$(DEPDIR)/libfnv_la-mgmp.Plo
-rm -f Makefile -rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic maintainer-clean-am: distclean-am maintainer-clean-generic
@ -763,9 +800,9 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
.MAKE: install-am install-strip .MAKE: install-am install-strip
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
ctags-am distclean distclean-compile distclean-generic \ ctags ctags-am distclean distclean-compile distclean-generic \
distclean-libtool distclean-tags distdir dvi dvi-am html \ distclean-libtool distclean-tags distdir dvi dvi-am html \
html-am info info-am install install-am install-data \ html-am info info-am install install-am install-data \
install-data-am install-dvi install-dvi-am install-exec \ install-data-am install-dvi install-dvi-am install-exec \

79
bloom_filter/libfnv/libfnv/Makefile.in

@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.15 from Makefile.am. # Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@ # @configure_input@
# Copyright (C) 1994-2014 Free Software Foundation, Inc. # Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -161,7 +161,17 @@ am__v_at_0 = @
am__v_at_1 = am__v_at_1 =
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
am__depfiles_maybe = depfiles am__maybe_remake_depfiles = depfiles
am__depfiles_remade = ./$(DEPDIR)/libfnv_la-arith1024.Plo \
./$(DEPDIR)/libfnv_la-arith128.Plo \
./$(DEPDIR)/libfnv_la-arith256.Plo \
./$(DEPDIR)/libfnv_la-arith512.Plo \
./$(DEPDIR)/libfnv_la-fnv.Plo \
./$(DEPDIR)/libfnv_la-fnv1024mp.Plo \
./$(DEPDIR)/libfnv_la-fnv128mp.Plo \
./$(DEPDIR)/libfnv_la-fnv256mp.Plo \
./$(DEPDIR)/libfnv_la-fnv512mp.Plo \
./$(DEPDIR)/libfnv_la-mgmp.Plo
am__mv = mv -f am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@ -363,8 +373,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
*config.status*) \ *config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \ *) \
echo ' 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__depfiles_maybe);; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac; esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@ -420,16 +430,22 @@ mostlyclean-compile:
distclean-compile: distclean-compile:
-rm -f *.tab.c -rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-arith1024.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-arith1024.Plo@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-arith128.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-arith128.Plo@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-arith256.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-arith256.Plo@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-arith512.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-arith512.Plo@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-fnv.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-fnv.Plo@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-fnv1024mp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-fnv1024mp.Plo@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-fnv128mp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-fnv128mp.Plo@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-fnv256mp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-fnv256mp.Plo@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-fnv512mp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-fnv512mp.Plo@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-mgmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnv_la-mgmp.Plo@am__quote@ # am--include-marker
$(am__depfiles_remade):
@$(MKDIR_P) $(@D)
@echo '# dummy' >$@-t && $(am__mv) $@-t $@
am--depfiles: $(am__depfiles_remade)
.c.o: .c.o:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@ -622,7 +638,10 @@ cscopelist-am: $(am__tagged_files)
distclean-tags: distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH 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'`; \ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \ list='$(DISTFILES)'; \
@ -695,7 +714,16 @@ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
mostlyclean-am mostlyclean-am
distclean: distclean-am distclean: distclean-am
-rm -rf ./$(DEPDIR) -rm -f ./$(DEPDIR)/libfnv_la-arith1024.Plo
-rm -f ./$(DEPDIR)/libfnv_la-arith128.Plo
-rm -f ./$(DEPDIR)/libfnv_la-arith256.Plo
-rm -f ./$(DEPDIR)/libfnv_la-arith512.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv1024mp.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv128mp.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv256mp.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv512mp.Plo
-rm -f ./$(DEPDIR)/libfnv_la-mgmp.Plo
-rm -f Makefile -rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \ distclean-am: clean-am distclean-compile distclean-generic \
distclean-tags distclean-tags
@ -741,7 +769,16 @@ install-ps-am:
installcheck-am: installcheck-am:
maintainer-clean: maintainer-clean-am maintainer-clean: maintainer-clean-am
-rm -rf ./$(DEPDIR) -rm -f ./$(DEPDIR)/libfnv_la-arith1024.Plo
-rm -f ./$(DEPDIR)/libfnv_la-arith128.Plo
-rm -f ./$(DEPDIR)/libfnv_la-arith256.Plo
-rm -f ./$(DEPDIR)/libfnv_la-arith512.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv1024mp.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv128mp.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv256mp.Plo
-rm -f ./$(DEPDIR)/libfnv_la-fnv512mp.Plo
-rm -f ./$(DEPDIR)/libfnv_la-mgmp.Plo
-rm -f Makefile -rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic maintainer-clean-am: distclean-am maintainer-clean-generic
@ -763,9 +800,9 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
.MAKE: install-am install-strip .MAKE: install-am install-strip
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
ctags-am distclean distclean-compile distclean-generic \ ctags ctags-am distclean distclean-compile distclean-generic \
distclean-libtool distclean-tags distdir dvi dvi-am html \ distclean-libtool distclean-tags distdir dvi dvi-am html \
html-am info info-am install install-am install-data \ html-am info info-am install install-am install-data \
install-data-am install-dvi install-dvi-am install-exec \ install-data-am install-dvi install-dvi-am install-exec \

41
bloom_filter/libfnv/libfnv/libfnv.la

@ -0,0 +1,41 @@
# libfnv.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.6.42-b88ce
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='libfnv.so.0'
# Names of this library.
library_names='libfnv.so.0.0.0 libfnv.so.0 libfnv.so'
# The name of the static archive.
old_library='libfnv.a'
# Linker flags that cannot go in dependency_libs.
inherited_linker_flags=''
# Libraries that this one depends upon.
dependency_libs=''
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for libfnv.
current=0
age=0
revision=0
# Is this an already installed library?
installed=no
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/usr/local/lib'

12
bloom_filter/libfnv/libfnv/libfnv_la-arith1024.lo

@ -0,0 +1,12 @@
# libfnv_la-arith1024.lo - a libtool object file
# Generated by libtool (GNU libtool) 2.4.6.42-b88ce
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/libfnv_la-arith1024.o'
# Name of the non-PIC object
non_pic_object='libfnv_la-arith1024.o'

BIN
bloom_filter/libfnv/libfnv/libfnv_la-arith1024.o

Binary file not shown.

12
bloom_filter/libfnv/libfnv/libfnv_la-arith128.lo

@ -0,0 +1,12 @@
# libfnv_la-arith128.lo - a libtool object file
# Generated by libtool (GNU libtool) 2.4.6.42-b88ce
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/libfnv_la-arith128.o'
# Name of the non-PIC object
non_pic_object='libfnv_la-arith128.o'

BIN
bloom_filter/libfnv/libfnv/libfnv_la-arith128.o

Binary file not shown.

12
bloom_filter/libfnv/libfnv/libfnv_la-arith256.lo

@ -0,0 +1,12 @@
# libfnv_la-arith256.lo - a libtool object file
# Generated by libtool (GNU libtool) 2.4.6.42-b88ce
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/libfnv_la-arith256.o'
# Name of the non-PIC object
non_pic_object='libfnv_la-arith256.o'

BIN
bloom_filter/libfnv/libfnv/libfnv_la-arith256.o

Binary file not shown.

12
bloom_filter/libfnv/libfnv/libfnv_la-arith512.lo

@ -0,0 +1,12 @@
# libfnv_la-arith512.lo - a libtool object file
# Generated by libtool (GNU libtool) 2.4.6.42-b88ce
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/libfnv_la-arith512.o'
# Name of the non-PIC object
non_pic_object='libfnv_la-arith512.o'

BIN
bloom_filter/libfnv/libfnv/libfnv_la-arith512.o

Binary file not shown.

12
bloom_filter/libfnv/libfnv/libfnv_la-fnv.lo

@ -0,0 +1,12 @@
# libfnv_la-fnv.lo - a libtool object file
# Generated by libtool (GNU libtool) 2.4.6.42-b88ce
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/libfnv_la-fnv.o'
# Name of the non-PIC object
non_pic_object='libfnv_la-fnv.o'

BIN
bloom_filter/libfnv/libfnv/libfnv_la-fnv.o

Binary file not shown.

12
bloom_filter/libfnv/libfnv/libfnv_la-fnv1024mp.lo

@ -0,0 +1,12 @@
# libfnv_la-fnv1024mp.lo - a libtool object file
# Generated by libtool (GNU libtool) 2.4.6.42-b88ce
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/libfnv_la-fnv1024mp.o'
# Name of the non-PIC object
non_pic_object='libfnv_la-fnv1024mp.o'

BIN
bloom_filter/libfnv/libfnv/libfnv_la-fnv1024mp.o

Binary file not shown.

12
bloom_filter/libfnv/libfnv/libfnv_la-fnv128mp.lo

@ -0,0 +1,12 @@
# libfnv_la-fnv128mp.lo - a libtool object file
# Generated by libtool (GNU libtool) 2.4.6.42-b88ce
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/libfnv_la-fnv128mp.o'
# Name of the non-PIC object
non_pic_object='libfnv_la-fnv128mp.o'

BIN
bloom_filter/libfnv/libfnv/libfnv_la-fnv128mp.o

Binary file not shown.

12
bloom_filter/libfnv/libfnv/libfnv_la-fnv256mp.lo

@ -0,0 +1,12 @@
# libfnv_la-fnv256mp.lo - a libtool object file
# Generated by libtool (GNU libtool) 2.4.6.42-b88ce
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/libfnv_la-fnv256mp.o'
# Name of the non-PIC object
non_pic_object='libfnv_la-fnv256mp.o'

BIN
bloom_filter/libfnv/libfnv/libfnv_la-fnv256mp.o

Binary file not shown.

12
bloom_filter/libfnv/libfnv/libfnv_la-fnv512mp.lo

@ -0,0 +1,12 @@
# libfnv_la-fnv512mp.lo - a libtool object file
# Generated by libtool (GNU libtool) 2.4.6.42-b88ce
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/libfnv_la-fnv512mp.o'
# Name of the non-PIC object
non_pic_object='libfnv_la-fnv512mp.o'

BIN
bloom_filter/libfnv/libfnv/libfnv_la-fnv512mp.o

Binary file not shown.

12
bloom_filter/libfnv/libfnv/libfnv_la-mgmp.lo

@ -0,0 +1,12 @@
# libfnv_la-mgmp.lo - a libtool object file
# Generated by libtool (GNU libtool) 2.4.6.42-b88ce
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/libfnv_la-mgmp.o'
# Name of the non-PIC object
non_pic_object='libfnv_la-mgmp.o'

BIN
bloom_filter/libfnv/libfnv/libfnv_la-mgmp.o

Binary file not shown.

96
bloom_filter/libfnv/libfnvutil/.deps/libfnvutil_la-fnvutil.Plo

@ -3,28 +3,34 @@ libfnvutil_la-fnvutil.lo: fnvutil.c /usr/include/stdc-predef.h \
/usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/bits/long-double.h \ /usr/include/bits/wordsize.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdarg.h \
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ /usr/include/bits/types.h /usr/include/bits/timesize.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdarg.h \ /usr/include/bits/typesizes.h /usr/include/bits/time64.h \
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__mbstate_t.h \
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
/usr/include/bits/stdio.h /usr/include/string.h /usr/include/xlocale.h \ /usr/include/bits/stdio.h /usr/include/string.h \
/usr/include/bits/string.h /usr/include/bits/string2.h \ /usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/stdlib.h \ /usr/include/strings.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/wchar.h \ /usr/include/stdint.h /usr/include/bits/wchar.h \
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ /usr/include/bits/stdint-intn.h /usr/include/bits/stdint-uintn.h \
/usr/include/sys/types.h /usr/include/bits/types/clock_t.h \ /usr/include/stdlib.h /usr/include/bits/waitflags.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \ /usr/include/bits/waitstatus.h /usr/include/bits/floatn.h \
/usr/include/bits/types/timer_t.h /usr/include/endian.h \ /usr/include/bits/floatn-common.h /usr/include/sys/types.h \
/usr/include/bits/endian.h /usr/include/bits/byteswap.h \ /usr/include/bits/types/clock_t.h /usr/include/bits/types/clockid_t.h \
/usr/include/bits/byteswap-16.h /usr/include/bits/uintn-identity.h \ /usr/include/bits/types/time_t.h /usr/include/bits/types/timer_t.h \
/usr/include/endian.h /usr/include/bits/endian.h \
/usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \
/usr/include/sys/select.h /usr/include/bits/select.h \ /usr/include/sys/select.h /usr/include/bits/select.h \
/usr/include/bits/sigset.h /usr/include/bits/types/struct_timeval.h \ /usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timespec.h /usr/include/sys/sysmacros.h \ /usr/include/bits/types/struct_timeval.h \
/usr/include/bits/sysmacros.h /usr/include/bits/pthreadtypes.h \ /usr/include/bits/types/struct_timespec.h \
/usr/include/alloca.h /usr/include/bits/stdlib-bsearch.h \ /usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/stdlib-float.h /usr/include/bits/pthreadtypes-arch.h /usr/include/alloca.h \
/usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h
/usr/include/stdc-predef.h: /usr/include/stdc-predef.h:
@ -44,19 +50,29 @@ libfnvutil_la-fnvutil.lo: fnvutil.c /usr/include/stdc-predef.h \
/usr/include/gnu/stubs-64.h: /usr/include/gnu/stubs-64.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdarg.h:
/usr/include/bits/types.h: /usr/include/bits/types.h:
/usr/include/bits/timesize.h:
/usr/include/bits/typesizes.h: /usr/include/bits/typesizes.h:
/usr/include/libio.h: /usr/include/bits/time64.h:
/usr/include/bits/types/__fpos_t.h:
/usr/include/bits/types/__mbstate_t.h:
/usr/include/bits/types/__fpos64_t.h:
/usr/include/_G_config.h: /usr/include/bits/types/__FILE.h:
/usr/include/wchar.h: /usr/include/bits/types/FILE.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdarg.h: /usr/include/bits/types/struct_FILE.h:
/usr/include/bits/stdio_lim.h: /usr/include/bits/stdio_lim.h:
@ -66,24 +82,32 @@ libfnvutil_la-fnvutil.lo: fnvutil.c /usr/include/stdc-predef.h \
/usr/include/string.h: /usr/include/string.h:
/usr/include/xlocale.h: /usr/include/bits/types/locale_t.h:
/usr/include/bits/string.h: /usr/include/bits/types/__locale_t.h:
/usr/include/bits/string2.h: /usr/include/strings.h:
/usr/include/stdlib.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h:
/usr/include/stdint.h: /usr/include/stdint.h:
/usr/include/bits/wchar.h: /usr/include/bits/wchar.h:
/usr/include/bits/stdint-intn.h:
/usr/include/bits/stdint-uintn.h:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h: /usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h: /usr/include/bits/waitstatus.h:
/usr/include/bits/floatn.h:
/usr/include/bits/floatn-common.h:
/usr/include/sys/types.h: /usr/include/sys/types.h:
/usr/include/bits/types/clock_t.h: /usr/include/bits/types/clock_t.h:
@ -100,25 +124,25 @@ libfnvutil_la-fnvutil.lo: fnvutil.c /usr/include/stdc-predef.h \
/usr/include/bits/byteswap.h: /usr/include/bits/byteswap.h:
/usr/include/bits/byteswap-16.h:
/usr/include/bits/uintn-identity.h: /usr/include/bits/uintn-identity.h:
/usr/include/sys/select.h: /usr/include/sys/select.h:
/usr/include/bits/select.h: /usr/include/bits/select.h:
/usr/include/bits/sigset.h: /usr/include/bits/types/sigset_t.h:
/usr/include/bits/types/__sigset_t.h:
/usr/include/bits/types/struct_timeval.h: /usr/include/bits/types/struct_timeval.h:
/usr/include/bits/types/struct_timespec.h: /usr/include/bits/types/struct_timespec.h:
/usr/include/sys/sysmacros.h: /usr/include/bits/pthreadtypes.h:
/usr/include/bits/sysmacros.h: /usr/include/bits/thread-shared-types.h:
/usr/include/bits/pthreadtypes.h: /usr/include/bits/pthreadtypes-arch.h:
/usr/include/alloca.h: /usr/include/alloca.h:

BIN
bloom_filter/libfnv/libfnvutil/.libs/libfnvutil.a

Binary file not shown.

1
bloom_filter/libfnv/libfnvutil/.libs/libfnvutil.la

@ -0,0 +1 @@
../libfnvutil.la

41
bloom_filter/libfnv/libfnvutil/.libs/libfnvutil.lai

@ -0,0 +1,41 @@
# libfnvutil.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.6.42-b88ce
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='libfnvutil.so.0'
# Names of this library.
library_names='libfnvutil.so.0.0.0 libfnvutil.so.0 libfnvutil.so'
# The name of the static archive.
old_library='libfnvutil.a'
# Linker flags that cannot go in dependency_libs.
inherited_linker_flags=''
# Libraries that this one depends upon.
dependency_libs=''
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for libfnvutil.
current=0
age=0
revision=0
# Is this an already installed library?
installed=yes
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/usr/local/lib'

1
bloom_filter/libfnv/libfnvutil/.libs/libfnvutil.so

@ -0,0 +1 @@
libfnvutil.so.0.0.0

1
bloom_filter/libfnv/libfnvutil/.libs/libfnvutil.so.0

@ -0,0 +1 @@
libfnvutil.so.0.0.0

BIN
bloom_filter/libfnv/libfnvutil/.libs/libfnvutil.so.0.0.0

Binary file not shown.

BIN
bloom_filter/libfnv/libfnvutil/.libs/libfnvutil_la-fnvutil.o

Binary file not shown.

66
bloom_filter/libfnv/libfnvutil/Makefile

@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.15 from Makefile.am. # Makefile.in generated by automake 1.16.1 from Makefile.am.
# libfnvutil/Makefile. Generated from Makefile.in by configure. # libfnvutil/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994-2014 Free Software Foundation, Inc. # Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -86,8 +86,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = : NORMAL_UNINSTALL = :
PRE_UNINSTALL = : PRE_UNINSTALL = :
POST_UNINSTALL = : POST_UNINSTALL = :
build_triplet = x86_64-unknown-linux-gnu build_triplet = x86_64-pc-linux-gnu
host_triplet = x86_64-unknown-linux-gnu host_triplet = x86_64-pc-linux-gnu
subdir = libfnvutil subdir = libfnvutil
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ld-version.m4 \ am__aclocal_m4_deps = $(top_srcdir)/m4/ld-version.m4 \
@ -154,7 +154,8 @@ am__v_at_0 = @
am__v_at_1 = am__v_at_1 =
DEFAULT_INCLUDES = -I. -I$(top_builddir) DEFAULT_INCLUDES = -I. -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
am__depfiles_maybe = depfiles am__maybe_remake_depfiles = depfiles
am__depfiles_remade = ./$(DEPDIR)/libfnvutil_la-fnvutil.Plo
am__mv = mv -f am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@ -203,13 +204,13 @@ CTAGS = ctags
am__DIST_COMMON = $(srcdir)/Makefile.in \ am__DIST_COMMON = $(srcdir)/Makefile.in \
$(top_srcdir)/build-aux/depcomp $(top_srcdir)/build-aux/depcomp
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing aclocal-1.15 ACLOCAL = ${SHELL} /home/wes/libfnv/build-aux/missing aclocal-1.16
AMTAR = $${TAR-tar} AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1 AM_DEFAULT_VERBOSITY = 1
AR = ar AR = ar
AUTOCONF = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing autoconf AUTOCONF = ${SHELL} /home/wes/libfnv/build-aux/missing autoconf
AUTOHEADER = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing autoheader AUTOHEADER = ${SHELL} /home/wes/libfnv/build-aux/missing autoheader
AUTOMAKE = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing automake-1.15 AUTOMAKE = ${SHELL} /home/wes/libfnv/build-aux/missing automake-1.16
AWK = gawk AWK = gawk
CC = gcc CC = gcc
CCDEPMODE = depmode=gcc3 CCDEPMODE = depmode=gcc3
@ -246,7 +247,7 @@ LIPO =
LN_S = ln -s LN_S = ln -s
LTLIBOBJS = LTLIBOBJS =
LT_SYS_LIBRARY_PATH = LT_SYS_LIBRARY_PATH =
MAKEINFO = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing makeinfo MAKEINFO = ${SHELL} /home/wes/libfnv/build-aux/missing makeinfo
MANIFEST_TOOL = : MANIFEST_TOOL = :
MKDIR_P = /usr/bin/mkdir -p MKDIR_P = /usr/bin/mkdir -p
NM = /usr/bin/nm -B NM = /usr/bin/nm -B
@ -269,10 +270,10 @@ SET_MAKE =
SHELL = /bin/sh SHELL = /bin/sh
STRIP = strip STRIP = strip
VERSION = 0.8.2 VERSION = 0.8.2
abs_builddir = /home/wes/bfilter/libfnv/libfnvutil abs_builddir = /home/wes/libfnv/libfnvutil
abs_srcdir = /home/wes/bfilter/libfnv/libfnvutil abs_srcdir = /home/wes/libfnv/libfnvutil
abs_top_builddir = /home/wes/bfilter/libfnv abs_top_builddir = /home/wes/libfnv
abs_top_srcdir = /home/wes/bfilter/libfnv abs_top_srcdir = /home/wes/libfnv
ac_ct_AR = ar ac_ct_AR = ar
ac_ct_CC = gcc ac_ct_CC = gcc
ac_ct_DUMPBIN = ac_ct_DUMPBIN =
@ -282,26 +283,26 @@ am__quote =
am__tar = $${TAR-tar} chof - "$$tardir" am__tar = $${TAR-tar} chof - "$$tardir"
am__untar = $${TAR-tar} xf - am__untar = $${TAR-tar} xf -
bindir = ${exec_prefix}/bin bindir = ${exec_prefix}/bin
build = x86_64-unknown-linux-gnu build = x86_64-pc-linux-gnu
build_alias = build_alias =
build_cpu = x86_64 build_cpu = x86_64
build_os = linux-gnu build_os = linux-gnu
build_vendor = unknown build_vendor = pc
builddir = . builddir = .
datadir = ${datarootdir} datadir = ${datarootdir}
datarootdir = ${prefix}/share datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir} dvidir = ${docdir}
exec_prefix = ${prefix} exec_prefix = ${prefix}
host = x86_64-unknown-linux-gnu host = x86_64-pc-linux-gnu
host_alias = host_alias =
host_cpu = x86_64 host_cpu = x86_64
host_os = linux-gnu host_os = linux-gnu
host_vendor = unknown host_vendor = pc
htmldir = ${docdir} htmldir = ${docdir}
includedir = ${prefix}/include includedir = ${prefix}/include
infodir = ${datarootdir}/info infodir = ${datarootdir}/info
install_sh = ${SHELL} /home/wes/bfilter/libfnv/build-aux/install-sh install_sh = ${SHELL} /home/wes/libfnv/build-aux/install-sh
libdir = ${exec_prefix}/lib libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale localedir = ${datarootdir}/locale
@ -349,8 +350,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
*config.status*) \ *config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \ *) \
echo ' 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__depfiles_maybe);; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac; esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@ -406,7 +407,13 @@ mostlyclean-compile:
distclean-compile: distclean-compile:
-rm -f *.tab.c -rm -f *.tab.c
include ./$(DEPDIR)/libfnvutil_la-fnvutil.Plo include ./$(DEPDIR)/libfnvutil_la-fnvutil.Plo # am--include-marker
$(am__depfiles_remade):
@$(MKDIR_P) $(@D)
@echo '# dummy' >$@-t && $(am__mv) $@-t $@
am--depfiles: $(am__depfiles_remade)
.c.o: .c.o:
$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@ -494,7 +501,10 @@ cscopelist-am: $(am__tagged_files)
distclean-tags: distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH 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'`; \ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \ list='$(DISTFILES)'; \
@ -567,7 +577,7 @@ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
mostlyclean-am mostlyclean-am
distclean: distclean-am distclean: distclean-am
-rm -rf ./$(DEPDIR) -rm -f ./$(DEPDIR)/libfnvutil_la-fnvutil.Plo
-rm -f Makefile -rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \ distclean-am: clean-am distclean-compile distclean-generic \
distclean-tags distclean-tags
@ -613,7 +623,7 @@ install-ps-am:
installcheck-am: installcheck-am:
maintainer-clean: maintainer-clean-am maintainer-clean: maintainer-clean-am
-rm -rf ./$(DEPDIR) -rm -f ./$(DEPDIR)/libfnvutil_la-fnvutil.Plo
-rm -f Makefile -rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic maintainer-clean-am: distclean-am maintainer-clean-generic
@ -634,9 +644,9 @@ uninstall-am: uninstall-libLTLIBRARIES
.MAKE: install-am install-strip .MAKE: install-am install-strip
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
ctags-am distclean distclean-compile distclean-generic \ ctags ctags-am distclean distclean-compile distclean-generic \
distclean-libtool distclean-tags distdir dvi dvi-am html \ distclean-libtool distclean-tags distdir dvi dvi-am html \
html-am info info-am install install-am install-data \ html-am info info-am install install-am install-data \
install-data-am install-dvi install-dvi-am install-exec \ install-data-am install-dvi install-dvi-am install-exec \

34
bloom_filter/libfnv/libfnvutil/Makefile.in

@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.15 from Makefile.am. # Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@ # @configure_input@
# Copyright (C) 1994-2014 Free Software Foundation, Inc. # Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -154,7 +154,8 @@ am__v_at_0 = @
am__v_at_1 = am__v_at_1 =
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
am__depfiles_maybe = depfiles am__maybe_remake_depfiles = depfiles
am__depfiles_remade = ./$(DEPDIR)/libfnvutil_la-fnvutil.Plo
am__mv = mv -f am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@ -349,8 +350,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
*config.status*) \ *config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \ *) \
echo ' 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__depfiles_maybe);; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac; esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@ -406,7 +407,13 @@ mostlyclean-compile:
distclean-compile: distclean-compile:
-rm -f *.tab.c -rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnvutil_la-fnvutil.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfnvutil_la-fnvutil.Plo@am__quote@ # am--include-marker
$(am__depfiles_remade):
@$(MKDIR_P) $(@D)
@echo '# dummy' >$@-t && $(am__mv) $@-t $@
am--depfiles: $(am__depfiles_remade)
.c.o: .c.o:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@ -494,7 +501,10 @@ cscopelist-am: $(am__tagged_files)
distclean-tags: distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH 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'`; \ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \ list='$(DISTFILES)'; \
@ -567,7 +577,7 @@ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
mostlyclean-am mostlyclean-am
distclean: distclean-am distclean: distclean-am
-rm -rf ./$(DEPDIR) -rm -f ./$(DEPDIR)/libfnvutil_la-fnvutil.Plo
-rm -f Makefile -rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \ distclean-am: clean-am distclean-compile distclean-generic \
distclean-tags distclean-tags
@ -613,7 +623,7 @@ install-ps-am:
installcheck-am: installcheck-am:
maintainer-clean: maintainer-clean-am maintainer-clean: maintainer-clean-am
-rm -rf ./$(DEPDIR) -rm -f ./$(DEPDIR)/libfnvutil_la-fnvutil.Plo
-rm -f Makefile -rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic maintainer-clean-am: distclean-am maintainer-clean-generic
@ -634,9 +644,9 @@ uninstall-am: uninstall-libLTLIBRARIES
.MAKE: install-am install-strip .MAKE: install-am install-strip
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
ctags-am distclean distclean-compile distclean-generic \ ctags ctags-am distclean distclean-compile distclean-generic \
distclean-libtool distclean-tags distdir dvi dvi-am html \ distclean-libtool distclean-tags distdir dvi dvi-am html \
html-am info info-am install install-am install-data \ html-am info info-am install install-am install-data \
install-data-am install-dvi install-dvi-am install-exec \ install-data-am install-dvi install-dvi-am install-exec \

41
bloom_filter/libfnv/libfnvutil/libfnvutil.la

@ -0,0 +1,41 @@
# libfnvutil.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.6.42-b88ce
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='libfnvutil.so.0'
# Names of this library.
library_names='libfnvutil.so.0.0.0 libfnvutil.so.0 libfnvutil.so'
# The name of the static archive.
old_library='libfnvutil.a'
# Linker flags that cannot go in dependency_libs.
inherited_linker_flags=''
# Libraries that this one depends upon.
dependency_libs=''
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for libfnvutil.
current=0
age=0
revision=0
# Is this an already installed library?
installed=no
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/usr/local/lib'

12
bloom_filter/libfnv/libfnvutil/libfnvutil_la-fnvutil.lo

@ -0,0 +1,12 @@
# libfnvutil_la-fnvutil.lo - a libtool object file
# Generated by libtool (GNU libtool) 2.4.6.42-b88ce
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/libfnvutil_la-fnvutil.o'
# Name of the non-PIC object
non_pic_object='libfnvutil_la-fnvutil.o'

BIN
bloom_filter/libfnv/libfnvutil/libfnvutil_la-fnvutil.o

Binary file not shown.

783
bloom_filter/libfnv/libtool

File diff suppressed because it is too large

101
bloom_filter/libfnv/m4/libtool.m4

@ -1,6 +1,6 @@
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
# #
# Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. # Copyright (C) 1996-2001, 2003-2018 Free Software Foundation, Inc.
# Written by Gordon Matzigkeit, 1996 # Written by Gordon Matzigkeit, 1996
# #
# This file is free software; the Free Software Foundation gives # This file is free software; the Free Software Foundation gives
@ -219,8 +219,8 @@ esac
ofile=libtool ofile=libtool
can_build_shared=yes can_build_shared=yes
# All known linkers require a '.a' archive for static linking (except MSVC, # All known linkers require a '.a' archive for static linking (except MSVC and
# which needs '.lib'). # ICC, which need '.lib').
libext=a libext=a
with_gnu_ld=$lt_cv_prog_gnu_ld with_gnu_ld=$lt_cv_prog_gnu_ld
@ -1042,8 +1042,8 @@ int forced_loaded() { return 2;}
_LT_EOF _LT_EOF
echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
$LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD echo "$AR $AR_FLAGS libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
$AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD $AR $AR_FLAGS libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
$RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
cat > conftest.c << _LT_EOF cat > conftest.c << _LT_EOF
@ -1493,9 +1493,22 @@ need_locks=$enable_libtool_lock
m4_defun([_LT_PROG_AR], m4_defun([_LT_PROG_AR],
[AC_CHECK_TOOLS(AR, [ar], false) [AC_CHECK_TOOLS(AR, [ar], false)
: ${AR=ar} : ${AR=ar}
: ${AR_FLAGS=cru}
_LT_DECL([], [AR], [1], [The archiver]) _LT_DECL([], [AR], [1], [The archiver])
_LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
# Use ARFLAGS variable as AR's operation code to sync the variable naming with
# Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have
# higher priority because thats what people were doing historically (setting
# ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS
# variable obsoleted/removed.
test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr}
lt_ar_flags=$AR_FLAGS
_LT_DECL([], [lt_ar_flags], [0], [Flags to create an archive (by configure)])
# Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override
# by AR_FLAGS because that was never working and AR_FLAGS is about to die.
_LT_DECL([], [AR_FLAGS], [\@S|@{ARFLAGS-"\@S|@lt_ar_flags"}],
[Flags to create an archive])
AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file],
[lt_cv_ar_at_file=no [lt_cv_ar_at_file=no
@ -2207,26 +2220,35 @@ m4_defun([_LT_CMD_STRIPLIB],
striplib= striplib=
old_striplib= old_striplib=
AC_MSG_CHECKING([whether stripping libraries is possible]) AC_MSG_CHECKING([whether stripping libraries is possible])
if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then if test -z "$STRIP"; then
test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" AC_MSG_RESULT([no])
test -z "$striplib" && striplib="$STRIP --strip-unneeded"
AC_MSG_RESULT([yes])
else else
# FIXME - insert some real tests, host_os isn't really good enough if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
case $host_os in old_striplib="$STRIP --strip-debug"
darwin*) striplib="$STRIP --strip-unneeded"
if test -n "$STRIP"; then AC_MSG_RESULT([yes])
else
case $host_os in
darwin*)
# FIXME - insert some real tests, host_os isn't really good enough
striplib="$STRIP -x" striplib="$STRIP -x"
old_striplib="$STRIP -S" old_striplib="$STRIP -S"
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
else ;;
freebsd*)
if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then
old_striplib="$STRIP --strip-debug"
striplib="$STRIP --strip-unneeded"
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
fi
;;
*)
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
fi ;;
;; esac
*) fi
AC_MSG_RESULT([no])
;;
esac
fi fi
_LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) _LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
_LT_DECL([], [striplib], [1]) _LT_DECL([], [striplib], [1])
@ -2565,8 +2587,8 @@ m4_if([$1], [],[
dynamic_linker='Win32 ld.exe' dynamic_linker='Win32 ld.exe'
;; ;;
*,cl*) *,cl* | *,icl*)
# Native MSVC # Native MSVC or ICC
libname_spec='$name' libname_spec='$name'
soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
library_names_spec='$libname.dll.lib' library_names_spec='$libname.dll.lib'
@ -2622,7 +2644,7 @@ m4_if([$1], [],[
;; ;;
*) *)
# Assume MSVC wrapper # Assume MSVC and ICC wrapper
library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
dynamic_linker='Win32 ld.exe' dynamic_linker='Win32 ld.exe'
;; ;;
@ -4010,7 +4032,7 @@ for ac_symprfx in "" "_"; do
if test "$lt_cv_nm_interface" = "MS dumpbin"; then if test "$lt_cv_nm_interface" = "MS dumpbin"; then
# Fake it for dumpbin and say T for any non-static function, # Fake it for dumpbin and say T for any non-static function,
# D for any global variable and I for any imported variable. # D for any global variable and I for any imported variable.
# Also find C++ and __fastcall symbols from MSVC++, # Also find C++ and __fastcall symbols from MSVC++ or ICC,
# which start with @ or ?. # which start with @ or ?.
lt_cv_sys_global_symbol_pipe="$AWK ['"\ lt_cv_sys_global_symbol_pipe="$AWK ['"\
" {last_section=section; section=\$ 3};"\ " {last_section=section; section=\$ 3};"\
@ -4919,7 +4941,7 @@ m4_if([$1], [CXX], [
if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
_LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
else else
_LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
fi fi
;; ;;
pw32*) pw32*)
@ -4927,7 +4949,7 @@ m4_if([$1], [CXX], [
;; ;;
cygwin* | mingw* | cegcc*) cygwin* | mingw* | cegcc*)
case $cc_basename in case $cc_basename in
cl*) cl* | icl*)
_LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
;; ;;
*) *)
@ -4984,15 +5006,15 @@ dnl Note also adjust exclude_expsyms for C++ above.
case $host_os in case $host_os in
cygwin* | mingw* | pw32* | cegcc*) cygwin* | mingw* | pw32* | cegcc*)
# FIXME: the MSVC++ port hasn't been tested in a loooong time # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time
# When not using gcc, we currently assume that we are using # When not using gcc, we currently assume that we are using
# Microsoft Visual C++. # Microsoft Visual C++ or Intel C++ Compiler.
if test yes != "$GCC"; then if test yes != "$GCC"; then
with_gnu_ld=no with_gnu_ld=no
fi fi
;; ;;
interix*) interix*)
# we just hope/assume this is gcc and not c89 (= MSVC++) # we just hope/assume this is gcc and not c89 (= MSVC++ or ICC)
with_gnu_ld=yes with_gnu_ld=yes
;; ;;
openbsd* | bitrig*) openbsd* | bitrig*)
@ -5156,6 +5178,7 @@ _LT_EOF
emximp -o $lib $output_objdir/$libname.def' emximp -o $lib $output_objdir/$libname.def'
_LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
_LT_TAGVAR(file_list_spec, $1)='@'
;; ;;
interix[[3-9]]*) interix[[3-9]]*)
@ -5373,7 +5396,7 @@ _LT_EOF
if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
_LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
else else
_LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
fi fi
aix_use_runtimelinking=no aix_use_runtimelinking=no
@ -5556,12 +5579,12 @@ _LT_EOF
cygwin* | mingw* | pw32* | cegcc*) cygwin* | mingw* | pw32* | cegcc*)
# When not using gcc, we currently assume that we are using # When not using gcc, we currently assume that we are using
# Microsoft Visual C++. # Microsoft Visual C++ or Intel C++ Compiler.
# hardcode_libdir_flag_spec is actually meaningless, as there is # hardcode_libdir_flag_spec is actually meaningless, as there is
# no search path for DLLs. # no search path for DLLs.
case $cc_basename in case $cc_basename in
cl*) cl* | icl*)
# Native MSVC # Native MSVC or ICC
_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
_LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
_LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(always_export_symbols, $1)=yes
@ -5602,7 +5625,7 @@ _LT_EOF
fi' fi'
;; ;;
*) *)
# Assume MSVC wrapper # Assume MSVC and ICC wrapper
_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
_LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
# Tell ltmain to make .lib files, not .a files. # Tell ltmain to make .lib files, not .a files.
@ -5861,6 +5884,7 @@ _LT_EOF
emximp -o $lib $output_objdir/$libname.def' emximp -o $lib $output_objdir/$libname.def'
_LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
_LT_TAGVAR(file_list_spec, $1)='@'
;; ;;
osf3*) osf3*)
@ -6631,8 +6655,8 @@ if test yes != "$_lt_caught_CXX_error"; then
cygwin* | mingw* | pw32* | cegcc*) cygwin* | mingw* | pw32* | cegcc*)
case $GXX,$cc_basename in case $GXX,$cc_basename in
,cl* | no,cl*) ,cl* | no,cl* | ,icl* | no,icl*)
# Native MSVC # Native MSVC or ICC
# hardcode_libdir_flag_spec is actually meaningless, as there is # hardcode_libdir_flag_spec is actually meaningless, as there is
# no search path for DLLs. # no search path for DLLs.
_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
@ -6730,6 +6754,7 @@ if test yes != "$_lt_caught_CXX_error"; then
emximp -o $lib $output_objdir/$libname.def' emximp -o $lib $output_objdir/$libname.def'
_LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
_LT_TAGVAR(file_list_spec, $1)='@'
;; ;;
dgux*) dgux*)

2
bloom_filter/libfnv/m4/ltoptions.m4

@ -1,6 +1,6 @@
# Helper functions for option handling. -*- Autoconf -*- # Helper functions for option handling. -*- Autoconf -*-
# #
# Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software # Copyright (C) 2004-2005, 2007-2009, 2011-2018 Free Software
# Foundation, Inc. # Foundation, Inc.
# Written by Gary V. Vaughan, 2004 # Written by Gary V. Vaughan, 2004
# #

2
bloom_filter/libfnv/m4/ltsugar.m4

@ -1,6 +1,6 @@
# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
# #
# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software # Copyright (C) 2004-2005, 2007-2008, 2011-2018 Free Software
# Foundation, Inc. # Foundation, Inc.
# Written by Gary V. Vaughan, 2004 # Written by Gary V. Vaughan, 2004
# #

12
bloom_filter/libfnv/m4/ltversion.m4

@ -1,6 +1,6 @@
# ltversion.m4 -- version numbers -*- Autoconf -*- # ltversion.m4 -- version numbers -*- Autoconf -*-
# #
# Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. # Copyright (C) 2004, 2011-2018 Free Software Foundation, Inc.
# Written by Scott James Remnant, 2004 # Written by Scott James Remnant, 2004
# #
# This file is free software; the Free Software Foundation gives # This file is free software; the Free Software Foundation gives
@ -9,15 +9,15 @@
# @configure_input@ # @configure_input@
# serial 4179 ltversion.m4 # serial 4221 ltversion.m4
# This file is part of GNU Libtool # This file is part of GNU Libtool
m4_define([LT_PACKAGE_VERSION], [2.4.6]) m4_define([LT_PACKAGE_VERSION], [2.4.6.42-b88ce])
m4_define([LT_PACKAGE_REVISION], [2.4.6]) m4_define([LT_PACKAGE_REVISION], [2.4.6.42])
AC_DEFUN([LTVERSION_VERSION], AC_DEFUN([LTVERSION_VERSION],
[macro_version='2.4.6' [macro_version='2.4.6.42-b88ce'
macro_revision='2.4.6' macro_revision='2.4.6.42'
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
_LT_DECL(, macro_revision, 0) _LT_DECL(, macro_revision, 0)
]) ])

2
bloom_filter/libfnv/m4/lt~obsolete.m4

@ -1,6 +1,6 @@
# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
# #
# Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software # Copyright (C) 2004-2005, 2007, 2009, 2011-2018 Free Software
# Foundation, Inc. # Foundation, Inc.
# Written by Scott James Remnant, 2004. # Written by Scott James Remnant, 2004.
# #

86
bloom_filter/libfnv/test/.deps/arithtest-arithtest.Po

@ -3,26 +3,32 @@ arithtest-arithtest.o: arithtest.c /usr/include/stdc-predef.h \
/usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/bits/long-double.h \ /usr/include/bits/wordsize.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h \
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
/usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
/usr/include/sys/types.h /usr/include/bits/types.h \ /usr/include/sys/types.h /usr/include/bits/types.h \
/usr/include/bits/typesizes.h /usr/include/bits/types/clock_t.h \ /usr/include/bits/timesize.h /usr/include/bits/typesizes.h \
/usr/include/bits/time64.h /usr/include/bits/types/clock_t.h \
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \ /usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
/usr/include/bits/types/timer_t.h /usr/include/endian.h \ /usr/include/bits/types/timer_t.h /usr/include/bits/stdint-intn.h \
/usr/include/bits/endian.h /usr/include/bits/byteswap.h \ /usr/include/endian.h /usr/include/bits/endian.h \
/usr/include/bits/byteswap-16.h /usr/include/bits/uintn-identity.h \ /usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \
/usr/include/sys/select.h /usr/include/bits/select.h \ /usr/include/sys/select.h /usr/include/bits/select.h \
/usr/include/bits/sigset.h /usr/include/bits/types/struct_timeval.h \ /usr/include/bits/types/sigset_t.h /usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timespec.h /usr/include/sys/sysmacros.h \ /usr/include/bits/types/struct_timeval.h \
/usr/include/bits/sysmacros.h /usr/include/bits/pthreadtypes.h \ /usr/include/bits/types/struct_timespec.h \
/usr/include/alloca.h /usr/include/bits/stdlib-bsearch.h \ /usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/bits/stdlib-float.h \ /usr/include/bits/pthreadtypes-arch.h /usr/include/alloca.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h \ /usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \
/usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/string.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h \
/usr/include/xlocale.h /usr/include/bits/string.h \ /usr/include/stdint.h /usr/include/bits/wchar.h \
/usr/include/bits/string2.h /usr/include/stdio.h /usr/include/libio.h \ /usr/include/bits/stdint-uintn.h /usr/include/string.h \
/usr/include/_G_config.h /usr/include/wchar.h \ /usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdarg.h \ /usr/include/strings.h /usr/include/stdio.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdarg.h \
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__mbstate_t.h \
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
/usr/include/bits/stdio.h ../libfnv/arith128.h \ /usr/include/bits/stdio.h ../libfnv/arith128.h \
../libfnv/include/fnv/fnvtop.h ../libfnv/arith256.h ../libfnv/arith512.h \ ../libfnv/include/fnv/fnvtop.h ../libfnv/arith256.h ../libfnv/arith512.h \
@ -46,18 +52,26 @@ arithtest-arithtest.o: arithtest.c /usr/include/stdc-predef.h \
/usr/include/gnu/stubs-64.h: /usr/include/gnu/stubs-64.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h:
/usr/include/bits/waitflags.h: /usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h: /usr/include/bits/waitstatus.h:
/usr/include/bits/floatn.h:
/usr/include/bits/floatn-common.h:
/usr/include/sys/types.h: /usr/include/sys/types.h:
/usr/include/bits/types.h: /usr/include/bits/types.h:
/usr/include/bits/timesize.h:
/usr/include/bits/typesizes.h: /usr/include/bits/typesizes.h:
/usr/include/bits/time64.h:
/usr/include/bits/types/clock_t.h: /usr/include/bits/types/clock_t.h:
/usr/include/bits/types/clockid_t.h: /usr/include/bits/types/clockid_t.h:
@ -66,31 +80,33 @@ arithtest-arithtest.o: arithtest.c /usr/include/stdc-predef.h \
/usr/include/bits/types/timer_t.h: /usr/include/bits/types/timer_t.h:
/usr/include/bits/stdint-intn.h:
/usr/include/endian.h: /usr/include/endian.h:
/usr/include/bits/endian.h: /usr/include/bits/endian.h:
/usr/include/bits/byteswap.h: /usr/include/bits/byteswap.h:
/usr/include/bits/byteswap-16.h:
/usr/include/bits/uintn-identity.h: /usr/include/bits/uintn-identity.h:
/usr/include/sys/select.h: /usr/include/sys/select.h:
/usr/include/bits/select.h: /usr/include/bits/select.h:
/usr/include/bits/sigset.h: /usr/include/bits/types/sigset_t.h:
/usr/include/bits/types/__sigset_t.h:
/usr/include/bits/types/struct_timeval.h: /usr/include/bits/types/struct_timeval.h:
/usr/include/bits/types/struct_timespec.h: /usr/include/bits/types/struct_timespec.h:
/usr/include/sys/sysmacros.h: /usr/include/bits/pthreadtypes.h:
/usr/include/bits/sysmacros.h: /usr/include/bits/thread-shared-types.h:
/usr/include/bits/pthreadtypes.h: /usr/include/bits/pthreadtypes-arch.h:
/usr/include/alloca.h: /usr/include/alloca.h:
@ -98,29 +114,37 @@ arithtest-arithtest.o: arithtest.c /usr/include/stdc-predef.h \
/usr/include/bits/stdlib-float.h: /usr/include/bits/stdlib-float.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:
/usr/include/stdint.h: /usr/include/stdint.h:
/usr/include/bits/wchar.h: /usr/include/bits/wchar.h:
/usr/include/bits/stdint-uintn.h:
/usr/include/string.h: /usr/include/string.h:
/usr/include/xlocale.h: /usr/include/bits/types/locale_t.h:
/usr/include/bits/string.h: /usr/include/bits/types/__locale_t.h:
/usr/include/bits/string2.h: /usr/include/strings.h:
/usr/include/stdio.h: /usr/include/stdio.h:
/usr/include/libio.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdarg.h:
/usr/include/bits/types/__fpos_t.h:
/usr/include/bits/types/__mbstate_t.h:
/usr/include/bits/types/__fpos64_t.h:
/usr/include/_G_config.h: /usr/include/bits/types/__FILE.h:
/usr/include/wchar.h: /usr/include/bits/types/FILE.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdarg.h: /usr/include/bits/types/struct_FILE.h:
/usr/include/bits/stdio_lim.h: /usr/include/bits/stdio_lim.h:

BIN
bloom_filter/libfnv/test/.libs/arithtest

Binary file not shown.

91
bloom_filter/libfnv/test/Makefile

@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.15 from Makefile.am. # Makefile.in generated by automake 1.16.1 from Makefile.am.
# test/Makefile. Generated from Makefile.in by configure. # test/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994-2014 Free Software Foundation, Inc. # Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -86,8 +86,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = : NORMAL_UNINSTALL = :
PRE_UNINSTALL = : PRE_UNINSTALL = :
POST_UNINSTALL = : POST_UNINSTALL = :
build_triplet = x86_64-unknown-linux-gnu build_triplet = x86_64-pc-linux-gnu
host_triplet = x86_64-unknown-linux-gnu host_triplet = x86_64-pc-linux-gnu
bin_PROGRAMS = arithtest$(EXEEXT) bin_PROGRAMS = arithtest$(EXEEXT)
subdir = test subdir = test
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@ -126,7 +126,8 @@ am__v_at_0 = @
am__v_at_1 = am__v_at_1 =
DEFAULT_INCLUDES = -I. -I$(top_builddir) DEFAULT_INCLUDES = -I. -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
am__depfiles_maybe = depfiles am__maybe_remake_depfiles = depfiles
am__depfiles_remade = ./$(DEPDIR)/arithtest-arithtest.Po
am__mv = mv -f am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@ -168,7 +169,7 @@ am__recursive_targets = \
$(RECURSIVE_CLEAN_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \
$(am__extra_recursive_targets) $(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
distdir distdir distdir-am
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
# Read a list of newline-separated strings from the standard input, # Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is # and print each of them once, without duplicates. Input order is
@ -217,13 +218,13 @@ am__relativize = \
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
done; \ done; \
reldir="$$dir2" reldir="$$dir2"
ACLOCAL = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing aclocal-1.15 ACLOCAL = ${SHELL} /home/wes/libfnv/build-aux/missing aclocal-1.16
AMTAR = $${TAR-tar} AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1 AM_DEFAULT_VERBOSITY = 1
AR = ar AR = ar
AUTOCONF = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing autoconf AUTOCONF = ${SHELL} /home/wes/libfnv/build-aux/missing autoconf
AUTOHEADER = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing autoheader AUTOHEADER = ${SHELL} /home/wes/libfnv/build-aux/missing autoheader
AUTOMAKE = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing automake-1.15 AUTOMAKE = ${SHELL} /home/wes/libfnv/build-aux/missing automake-1.16
AWK = gawk AWK = gawk
CC = gcc CC = gcc
CCDEPMODE = depmode=gcc3 CCDEPMODE = depmode=gcc3
@ -260,7 +261,7 @@ LIPO =
LN_S = ln -s LN_S = ln -s
LTLIBOBJS = LTLIBOBJS =
LT_SYS_LIBRARY_PATH = LT_SYS_LIBRARY_PATH =
MAKEINFO = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing makeinfo MAKEINFO = ${SHELL} /home/wes/libfnv/build-aux/missing makeinfo
MANIFEST_TOOL = : MANIFEST_TOOL = :
MKDIR_P = /usr/bin/mkdir -p MKDIR_P = /usr/bin/mkdir -p
NM = /usr/bin/nm -B NM = /usr/bin/nm -B
@ -283,10 +284,10 @@ SET_MAKE =
SHELL = /bin/sh SHELL = /bin/sh
STRIP = strip STRIP = strip
VERSION = 0.8.2 VERSION = 0.8.2
abs_builddir = /home/wes/bfilter/libfnv/test abs_builddir = /home/wes/libfnv/test
abs_srcdir = /home/wes/bfilter/libfnv/test abs_srcdir = /home/wes/libfnv/test
abs_top_builddir = /home/wes/bfilter/libfnv abs_top_builddir = /home/wes/libfnv
abs_top_srcdir = /home/wes/bfilter/libfnv abs_top_srcdir = /home/wes/libfnv
ac_ct_AR = ar ac_ct_AR = ar
ac_ct_CC = gcc ac_ct_CC = gcc
ac_ct_DUMPBIN = ac_ct_DUMPBIN =
@ -296,26 +297,26 @@ am__quote =
am__tar = $${TAR-tar} chof - "$$tardir" am__tar = $${TAR-tar} chof - "$$tardir"
am__untar = $${TAR-tar} xf - am__untar = $${TAR-tar} xf -
bindir = ${exec_prefix}/bin bindir = ${exec_prefix}/bin
build = x86_64-unknown-linux-gnu build = x86_64-pc-linux-gnu
build_alias = build_alias =
build_cpu = x86_64 build_cpu = x86_64
build_os = linux-gnu build_os = linux-gnu
build_vendor = unknown build_vendor = pc
builddir = . builddir = .
datadir = ${datarootdir} datadir = ${datarootdir}
datarootdir = ${prefix}/share datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir} dvidir = ${docdir}
exec_prefix = ${prefix} exec_prefix = ${prefix}
host = x86_64-unknown-linux-gnu host = x86_64-pc-linux-gnu
host_alias = host_alias =
host_cpu = x86_64 host_cpu = x86_64
host_os = linux-gnu host_os = linux-gnu
host_vendor = unknown host_vendor = pc
htmldir = ${docdir} htmldir = ${docdir}
includedir = ${prefix}/include includedir = ${prefix}/include
infodir = ${datarootdir}/info infodir = ${datarootdir}/info
install_sh = ${SHELL} /home/wes/bfilter/libfnv/build-aux/install-sh install_sh = ${SHELL} /home/wes/libfnv/build-aux/install-sh
libdir = ${exec_prefix}/lib libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale localedir = ${datarootdir}/locale
@ -361,8 +362,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
*config.status*) \ *config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \ *) \
echo ' 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__depfiles_maybe);; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac; esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@ -433,7 +434,13 @@ mostlyclean-compile:
distclean-compile: distclean-compile:
-rm -f *.tab.c -rm -f *.tab.c
include ./$(DEPDIR)/arithtest-arithtest.Po include ./$(DEPDIR)/arithtest-arithtest.Po # am--include-marker
$(am__depfiles_remade):
@$(MKDIR_P) $(@D)
@echo '# dummy' >$@-t && $(am__mv) $@-t $@
am--depfiles: $(am__depfiles_remade)
.c.o: .c.o:
$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@ -575,7 +582,10 @@ cscopelist-am: $(am__tagged_files)
distclean-tags: distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH 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'`; \ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \ list='$(DISTFILES)'; \
@ -673,7 +683,7 @@ clean: clean-recursive
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
distclean: distclean-recursive distclean: distclean-recursive
-rm -rf ./$(DEPDIR) -rm -f ./$(DEPDIR)/arithtest-arithtest.Po
-rm -f Makefile -rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \ distclean-am: clean-am distclean-compile distclean-generic \
distclean-tags distclean-tags
@ -719,7 +729,7 @@ install-ps-am:
installcheck-am: installcheck-am:
maintainer-clean: maintainer-clean-recursive maintainer-clean: maintainer-clean-recursive
-rm -rf ./$(DEPDIR) -rm -f ./$(DEPDIR)/arithtest-arithtest.Po
-rm -f Makefile -rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic maintainer-clean-am: distclean-am maintainer-clean-generic
@ -740,20 +750,21 @@ uninstall-am: uninstall-binPROGRAMS
.MAKE: $(am__recursive_targets) install-am install-strip .MAKE: $(am__recursive_targets) install-am install-strip
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
check-am clean clean-binPROGRAMS clean-generic clean-libtool \ am--depfiles check check-am clean clean-binPROGRAMS \
cscopelist-am ctags ctags-am distclean distclean-compile \ clean-generic clean-libtool cscopelist-am ctags ctags-am \
distclean-generic distclean-libtool distclean-tags distdir dvi \ distclean distclean-compile distclean-generic \
dvi-am html html-am info info-am install install-am \ distclean-libtool distclean-tags distdir dvi dvi-am html \
install-binPROGRAMS install-data install-data-am install-dvi \ html-am info info-am install install-am install-binPROGRAMS \
install-dvi-am install-exec install-exec-am install-html \ install-data install-data-am install-dvi install-dvi-am \
install-html-am install-info install-info-am install-man \ install-exec install-exec-am install-html install-html-am \
install-pdf install-pdf-am install-ps install-ps-am \ install-info install-info-am install-man install-pdf \
install-strip installcheck installcheck-am installdirs \ install-pdf-am install-ps install-ps-am install-strip \
installdirs-am maintainer-clean maintainer-clean-generic \ installcheck installcheck-am installdirs installdirs-am \
mostlyclean mostlyclean-compile mostlyclean-generic \ maintainer-clean maintainer-clean-generic mostlyclean \
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
uninstall-am uninstall-binPROGRAMS pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
uninstall-binPROGRAMS
.PRECIOUS: Makefile .PRECIOUS: Makefile

59
bloom_filter/libfnv/test/Makefile.in

@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.15 from Makefile.am. # Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@ # @configure_input@
# Copyright (C) 1994-2014 Free Software Foundation, Inc. # Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -126,7 +126,8 @@ am__v_at_0 = @
am__v_at_1 = am__v_at_1 =
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
am__depfiles_maybe = depfiles am__maybe_remake_depfiles = depfiles
am__depfiles_remade = ./$(DEPDIR)/arithtest-arithtest.Po
am__mv = mv -f am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@ -168,7 +169,7 @@ am__recursive_targets = \
$(RECURSIVE_CLEAN_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \
$(am__extra_recursive_targets) $(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
distdir distdir distdir-am
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
# Read a list of newline-separated strings from the standard input, # Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is # and print each of them once, without duplicates. Input order is
@ -361,8 +362,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
*config.status*) \ *config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \ *) \
echo ' 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__depfiles_maybe);; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac; esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@ -433,7 +434,13 @@ mostlyclean-compile:
distclean-compile: distclean-compile:
-rm -f *.tab.c -rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arithtest-arithtest.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arithtest-arithtest.Po@am__quote@ # am--include-marker
$(am__depfiles_remade):
@$(MKDIR_P) $(@D)
@echo '# dummy' >$@-t && $(am__mv) $@-t $@
am--depfiles: $(am__depfiles_remade)
.c.o: .c.o:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@ -575,7 +582,10 @@ cscopelist-am: $(am__tagged_files)
distclean-tags: distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH 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'`; \ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \ list='$(DISTFILES)'; \
@ -673,7 +683,7 @@ clean: clean-recursive
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
distclean: distclean-recursive distclean: distclean-recursive
-rm -rf ./$(DEPDIR) -rm -f ./$(DEPDIR)/arithtest-arithtest.Po
-rm -f Makefile -rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \ distclean-am: clean-am distclean-compile distclean-generic \
distclean-tags distclean-tags
@ -719,7 +729,7 @@ install-ps-am:
installcheck-am: installcheck-am:
maintainer-clean: maintainer-clean-recursive maintainer-clean: maintainer-clean-recursive
-rm -rf ./$(DEPDIR) -rm -f ./$(DEPDIR)/arithtest-arithtest.Po
-rm -f Makefile -rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic maintainer-clean-am: distclean-am maintainer-clean-generic
@ -740,20 +750,21 @@ uninstall-am: uninstall-binPROGRAMS
.MAKE: $(am__recursive_targets) install-am install-strip .MAKE: $(am__recursive_targets) install-am install-strip
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
check-am clean clean-binPROGRAMS clean-generic clean-libtool \ am--depfiles check check-am clean clean-binPROGRAMS \
cscopelist-am ctags ctags-am distclean distclean-compile \ clean-generic clean-libtool cscopelist-am ctags ctags-am \
distclean-generic distclean-libtool distclean-tags distdir dvi \ distclean distclean-compile distclean-generic \
dvi-am html html-am info info-am install install-am \ distclean-libtool distclean-tags distdir dvi dvi-am html \
install-binPROGRAMS install-data install-data-am install-dvi \ html-am info info-am install install-am install-binPROGRAMS \
install-dvi-am install-exec install-exec-am install-html \ install-data install-data-am install-dvi install-dvi-am \
install-html-am install-info install-info-am install-man \ install-exec install-exec-am install-html install-html-am \
install-pdf install-pdf-am install-ps install-ps-am \ install-info install-info-am install-man install-pdf \
install-strip installcheck installcheck-am installdirs \ install-pdf-am install-ps install-ps-am install-strip \
installdirs-am maintainer-clean maintainer-clean-generic \ installcheck installcheck-am installdirs installdirs-am \
mostlyclean mostlyclean-compile mostlyclean-generic \ maintainer-clean maintainer-clean-generic mostlyclean \
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
uninstall-am uninstall-binPROGRAMS pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
uninstall-binPROGRAMS
.PRECIOUS: Makefile .PRECIOUS: Makefile

228
bloom_filter/libfnv/test/arithtest

@ -0,0 +1,228 @@
#! /bin/sh
# arithtest - temporary wrapper script for .libs/arithtest
# Generated by libtool (GNU libtool) 2.4.6.42-b88ce
#
# The arithtest program cannot be directly executed until all the libtool
# libraries that it depends on are installed.
#
# This wrapper script should never be moved out of the build directory.
# If it is, it will not operate correctly.
# Sed substitution that helps us do robust quoting. It backslashifies
# metacharacters that are still active within double-quoted strings.
sed_quote_subst='s|\([`"$\\]\)|\\\1|g'
# Be Bourne compatible
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature.
alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST
else
case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
fi
BIN_SH=xpg4; export BIN_SH # for Tru64
DUALCASE=1; export DUALCASE # for MKS sh
# The HP-UX ksh and POSIX shell print the target directory to stdout
# if CDPATH is set.
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
relink_command="(cd /home/wes/code/pony/bloom_filter/libfnv/test; { test -z \"\${LIBRARY_PATH+set}\" || unset LIBRARY_PATH || { LIBRARY_PATH=; export LIBRARY_PATH; }; }; { test -z \"\${COMPILER_PATH+set}\" || unset COMPILER_PATH || { COMPILER_PATH=; export COMPILER_PATH; }; }; { test -z \"\${GCC_EXEC_PREFIX+set}\" || unset GCC_EXEC_PREFIX || { GCC_EXEC_PREFIX=; export GCC_EXEC_PREFIX; }; }; { test -z \"\${LD_RUN_PATH+set}\" || unset LD_RUN_PATH || { LD_RUN_PATH=; export LD_RUN_PATH; }; }; { test -z \"\${LD_LIBRARY_PATH+set}\" || unset LD_LIBRARY_PATH || { LD_LIBRARY_PATH=; export LD_LIBRARY_PATH; }; }; PATH=/home/wes/.pyenv/shims:/home/wes/.pyenv/bin:/home/wes/.nix-profile/bin:/home/wes/.local/bin:/home/wes/.racket-6.12/bin:/home/wes/.node_modules/bin:/home/wes/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/wes/.local/bin:/sbin:/usr/bin/core_perl:/home/wes/.texlive/2012/bin/x86_64-linux:/home/wes/gostuff/bin:/home/wes/toolchains/arm-2013.11/bin:/opt/gecko-sdk/sdk/bin:/opt/addon-sdk/bin:/opt/android-sdk/tools:/home/wes/.yarn/bin:/home/wes/.cabal/bin:/home/wes/.cargo/bin:/home/wes/.gem/ruby/2.6.0/bin; export PATH; gcc -g -O2 -O3 -Wall -o \$progdir/\$file arithtest-arithtest.o ../libfnv/.libs/libfnv.so ../libfnvutil/.libs/libfnvutil.so -Wl,-rpath -Wl,/home/wes/code/pony/bloom_filter/libfnv/libfnv/.libs -Wl,-rpath -Wl,/home/wes/code/pony/bloom_filter/libfnv/libfnvutil/.libs -Wl,-rpath -Wl,/usr/local/lib)"
# This environment variable determines our operation mode.
if test "$libtool_install_magic" = "%%%MAGIC variable%%%"; then
# install mode needs the following variables:
generated_by_libtool_version='2.4.6.42-b88ce'
notinst_deplibs=' ../libfnv/libfnv.la ../libfnvutil/libfnvutil.la'
else
# When we are sourced in execute mode, $file and $ECHO are already set.
if test "$libtool_execute_magic" != "%%%MAGIC variable%%%"; then
file="$0"
# A function that is used when there is no print builtin or printf.
func_fallback_echo ()
{
eval 'cat <<_LTECHO_EOF
$1
_LTECHO_EOF'
}
ECHO="printf %s\\n"
fi
# Very basic option parsing. These options are (a) specific to
# the libtool wrapper, (b) are identical between the wrapper
# /script/ and the wrapper /executable/ that is used only on
# windows platforms, and (c) all begin with the string --lt-
# (application programs are unlikely to have options that match
# this pattern).
#
# There are only two supported options: --lt-debug and
# --lt-dump-script. There is, deliberately, no --lt-help.
#
# The first argument to this parsing function should be the
# script's ../libtool value, followed by no.
lt_option_debug=
func_parse_lt_options ()
{
lt_script_arg0=$0
shift
for lt_opt
do
case "$lt_opt" in
--lt-debug) lt_option_debug=1 ;;
--lt-dump-script)
lt_dump_D=`$ECHO "X$lt_script_arg0" | /usr/bin/sed -e 's/^X//' -e 's%/[^/]*$%%'`
test "X$lt_dump_D" = "X$lt_script_arg0" && lt_dump_D=.
lt_dump_F=`$ECHO "X$lt_script_arg0" | /usr/bin/sed -e 's/^X//' -e 's%^.*/%%'`
cat "$lt_dump_D/$lt_dump_F"
exit 0
;;
--lt-*)
$ECHO "Unrecognized --lt- option: '$lt_opt'" 1>&2
exit 1
;;
esac
done
# Print the debug banner immediately:
if test -n "$lt_option_debug"; then
echo "arithtest:arithtest:$LINENO: libtool wrapper (GNU libtool) 2.4.6.42-b88ce" 1>&2
fi
}
# Used when --lt-debug. Prints its arguments to stdout
# (redirection is the responsibility of the caller)
func_lt_dump_args ()
{
lt_dump_args_N=1;
for lt_arg
do
$ECHO "arithtest:arithtest:$LINENO: newargv[$lt_dump_args_N]: $lt_arg"
lt_dump_args_N=`expr $lt_dump_args_N + 1`
done
}
# Core function for launching the target application
func_exec_program_core ()
{
if test -n "$lt_option_debug"; then
$ECHO "arithtest:arithtest:$LINENO: newargv[0]: $progdir/$program" 1>&2
func_lt_dump_args ${1+"$@"} 1>&2
fi
exec "$progdir/$program" ${1+"$@"}
$ECHO "$0: cannot exec $program $*" 1>&2
exit 1
}
# A function to encapsulate launching the target application
# Strips options in the --lt-* namespace from $@ and
# launches target application with the remaining arguments.
func_exec_program ()
{
case " $* " in
*\ --lt-*)
for lt_wr_arg
do
case $lt_wr_arg in
--lt-*) ;;
*) set x "$@" "$lt_wr_arg"; shift;;
esac
shift
done ;;
esac
func_exec_program_core ${1+"$@"}
}
# Parse options
func_parse_lt_options "$0" ${1+"$@"}
# Find the directory that this script lives in.
thisdir=`$ECHO "$file" | /usr/bin/sed 's%/[^/]*$%%'`
test "x$thisdir" = "x$file" && thisdir=.
# Follow symbolic links until we get to the real thisdir.
file=`ls -ld "$file" | /usr/bin/sed -n 's/.*-> //p'`
while test -n "$file"; do
destdir=`$ECHO "$file" | /usr/bin/sed 's%/[^/]*$%%'`
# If there was a directory component, then change thisdir.
if test "x$destdir" != "x$file"; then
case "$destdir" in
[\\/]* | [A-Za-z]:[\\/]*) thisdir="$destdir" ;;
*) thisdir="$thisdir/$destdir" ;;
esac
fi
file=`$ECHO "$file" | /usr/bin/sed 's%^.*/%%'`
file=`ls -ld "$thisdir/$file" | /usr/bin/sed -n 's/.*-> //p'`
done
# Usually 'no', except on cygwin/mingw when embedded into
# the cwrapper.
WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=no
if test "$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR" = "yes"; then
# special case for '.'
if test "$thisdir" = "."; then
thisdir=`pwd`
fi
# remove .libs from thisdir
case "$thisdir" in
*[\\/].libs ) thisdir=`$ECHO "$thisdir" | /usr/bin/sed 's%[\\/][^\\/]*$%%'` ;;
.libs ) thisdir=. ;;
esac
fi
# Try to get the absolute directory name.
absdir=`cd "$thisdir" && pwd`
test -n "$absdir" && thisdir="$absdir"
program=lt-'arithtest'
progdir="$thisdir/.libs"
if test ! -f "$progdir/$program" ||
{ file=`ls -1dt "$progdir/$program" "$progdir/../$program" 2>/dev/null | /usr/bin/sed 1q`; \
test "X$file" != "X$progdir/$program"; }; then
file="$$-$program"
if test ! -d "$progdir"; then
mkdir "$progdir"
else
rm -f "$progdir/$file"
fi
# relink executable if necessary
if test -n "$relink_command"; then
if relink_command_output=`eval $relink_command 2>&1`; then :
else
$ECHO "$relink_command_output" >&2
rm -f "$progdir/$file"
exit 1
fi
fi
mv -f "$progdir/$file" "$progdir/$program" 2>/dev/null ||
{ rm -f "$progdir/$program";
mv -f "$progdir/$file" "$progdir/$program"; }
rm -f "$progdir/$file"
fi
if test -f "$progdir/$program"; then
if test "$libtool_execute_magic" != "%%%MAGIC variable%%%"; then
# Run the actual program with our arguments.
func_exec_program ${1+"$@"}
fi
else
# The program doesn't exist.
$ECHO "$0: error: '$progdir/$program' does not exist" 1>&2
$ECHO "This script is just a wrapper for $program." 1>&2
$ECHO "See the libtool documentation for more information." 1>&2
exit 1
fi
fi

BIN
bloom_filter/libfnv/test/arithtest-arithtest.o

Binary file not shown.

72
bloom_filter/libfnv/test/unit/Makefile

@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.15 from Makefile.am. # Makefile.in generated by automake 1.16.1 from Makefile.am.
# test/unit/Makefile. Generated from Makefile.in by configure. # test/unit/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994-2014 Free Software Foundation, Inc. # Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -86,8 +86,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = : NORMAL_UNINSTALL = :
PRE_UNINSTALL = : PRE_UNINSTALL = :
POST_UNINSTALL = : POST_UNINSTALL = :
build_triplet = x86_64-unknown-linux-gnu build_triplet = x86_64-pc-linux-gnu
host_triplet = x86_64-unknown-linux-gnu host_triplet = x86_64-pc-linux-gnu
#bin_PROGRAMS = fnvtest$(EXEEXT) \ #bin_PROGRAMS = fnvtest$(EXEEXT) \
# fnvutiltest$(EXEEXT) benchmark$(EXEEXT) # fnvutiltest$(EXEEXT) benchmark$(EXEEXT)
subdir = test/unit subdir = test/unit
@ -140,7 +140,10 @@ am__v_at_0 = @
am__v_at_1 = am__v_at_1 =
DEFAULT_INCLUDES = -I. -I$(top_builddir) DEFAULT_INCLUDES = -I. -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
am__depfiles_maybe = depfiles am__maybe_remake_depfiles = depfiles
am__depfiles_remade = ./$(DEPDIR)/benchmark-benchmark.Po \
./$(DEPDIR)/fnvtest-basic_full.Po \
./$(DEPDIR)/fnvutiltest-basic_fnvutil.Po
am__mv = mv -f am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@ -191,13 +194,13 @@ CTAGS = ctags
am__DIST_COMMON = $(srcdir)/Makefile.in \ am__DIST_COMMON = $(srcdir)/Makefile.in \
$(top_srcdir)/build-aux/depcomp $(top_srcdir)/build-aux/depcomp
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing aclocal-1.15 ACLOCAL = ${SHELL} /home/wes/libfnv/build-aux/missing aclocal-1.16
AMTAR = $${TAR-tar} AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1 AM_DEFAULT_VERBOSITY = 1
AR = ar AR = ar
AUTOCONF = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing autoconf AUTOCONF = ${SHELL} /home/wes/libfnv/build-aux/missing autoconf
AUTOHEADER = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing autoheader AUTOHEADER = ${SHELL} /home/wes/libfnv/build-aux/missing autoheader
AUTOMAKE = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing automake-1.15 AUTOMAKE = ${SHELL} /home/wes/libfnv/build-aux/missing automake-1.16
AWK = gawk AWK = gawk
CC = gcc CC = gcc
CCDEPMODE = depmode=gcc3 CCDEPMODE = depmode=gcc3
@ -234,7 +237,7 @@ LIPO =
LN_S = ln -s LN_S = ln -s
LTLIBOBJS = LTLIBOBJS =
LT_SYS_LIBRARY_PATH = LT_SYS_LIBRARY_PATH =
MAKEINFO = ${SHELL} /home/wes/bfilter/libfnv/build-aux/missing makeinfo MAKEINFO = ${SHELL} /home/wes/libfnv/build-aux/missing makeinfo
MANIFEST_TOOL = : MANIFEST_TOOL = :
MKDIR_P = /usr/bin/mkdir -p MKDIR_P = /usr/bin/mkdir -p
NM = /usr/bin/nm -B NM = /usr/bin/nm -B
@ -257,10 +260,10 @@ SET_MAKE =
SHELL = /bin/sh SHELL = /bin/sh
STRIP = strip STRIP = strip
VERSION = 0.8.2 VERSION = 0.8.2
abs_builddir = /home/wes/bfilter/libfnv/test/unit abs_builddir = /home/wes/libfnv/test/unit
abs_srcdir = /home/wes/bfilter/libfnv/test/unit abs_srcdir = /home/wes/libfnv/test/unit
abs_top_builddir = /home/wes/bfilter/libfnv abs_top_builddir = /home/wes/libfnv
abs_top_srcdir = /home/wes/bfilter/libfnv abs_top_srcdir = /home/wes/libfnv
ac_ct_AR = ar ac_ct_AR = ar
ac_ct_CC = gcc ac_ct_CC = gcc
ac_ct_DUMPBIN = ac_ct_DUMPBIN =
@ -270,26 +273,26 @@ am__quote =
am__tar = $${TAR-tar} chof - "$$tardir" am__tar = $${TAR-tar} chof - "$$tardir"
am__untar = $${TAR-tar} xf - am__untar = $${TAR-tar} xf -
bindir = ${exec_prefix}/bin bindir = ${exec_prefix}/bin
build = x86_64-unknown-linux-gnu build = x86_64-pc-linux-gnu
build_alias = build_alias =
build_cpu = x86_64 build_cpu = x86_64
build_os = linux-gnu build_os = linux-gnu
build_vendor = unknown build_vendor = pc
builddir = . builddir = .
datadir = ${datarootdir} datadir = ${datarootdir}
datarootdir = ${prefix}/share datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir} dvidir = ${docdir}
exec_prefix = ${prefix} exec_prefix = ${prefix}
host = x86_64-unknown-linux-gnu host = x86_64-pc-linux-gnu
host_alias = host_alias =
host_cpu = x86_64 host_cpu = x86_64
host_os = linux-gnu host_os = linux-gnu
host_vendor = unknown host_vendor = pc
htmldir = ${docdir} htmldir = ${docdir}
includedir = ${prefix}/include includedir = ${prefix}/include
infodir = ${datarootdir}/info infodir = ${datarootdir}/info
install_sh = ${SHELL} /home/wes/bfilter/libfnv/build-aux/install-sh install_sh = ${SHELL} /home/wes/libfnv/build-aux/install-sh
libdir = ${exec_prefix}/lib libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale localedir = ${datarootdir}/locale
@ -342,8 +345,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
*config.status*) \ *config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \ *) \
echo ' 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__depfiles_maybe);; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac; esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@ -422,9 +425,15 @@ mostlyclean-compile:
distclean-compile: distclean-compile:
-rm -f *.tab.c -rm -f *.tab.c
include ./$(DEPDIR)/benchmark-benchmark.Po include ./$(DEPDIR)/benchmark-benchmark.Po # am--include-marker
include ./$(DEPDIR)/fnvtest-basic_full.Po include ./$(DEPDIR)/fnvtest-basic_full.Po # am--include-marker
include ./$(DEPDIR)/fnvutiltest-basic_fnvutil.Po include ./$(DEPDIR)/fnvutiltest-basic_fnvutil.Po # am--include-marker
$(am__depfiles_remade):
@$(MKDIR_P) $(@D)
@echo '# dummy' >$@-t && $(am__mv) $@-t $@
am--depfiles: $(am__depfiles_remade)
.c.o: .c.o:
$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@ -547,7 +556,10 @@ cscopelist-am: $(am__tagged_files)
distclean-tags: distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH 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'`; \ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \ list='$(DISTFILES)'; \
@ -619,7 +631,9 @@ clean: clean-am
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
distclean: distclean-am distclean: distclean-am
-rm -rf ./$(DEPDIR) -rm -f ./$(DEPDIR)/benchmark-benchmark.Po
-rm -f ./$(DEPDIR)/fnvtest-basic_full.Po
-rm -f ./$(DEPDIR)/fnvutiltest-basic_fnvutil.Po
-rm -f Makefile -rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \ distclean-am: clean-am distclean-compile distclean-generic \
distclean-tags distclean-tags
@ -665,7 +679,9 @@ install-ps-am:
installcheck-am: installcheck-am:
maintainer-clean: maintainer-clean-am maintainer-clean: maintainer-clean-am
-rm -rf ./$(DEPDIR) -rm -f ./$(DEPDIR)/benchmark-benchmark.Po
-rm -f ./$(DEPDIR)/fnvtest-basic_full.Po
-rm -f ./$(DEPDIR)/fnvutiltest-basic_fnvutil.Po
-rm -f Makefile -rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic maintainer-clean-am: distclean-am maintainer-clean-generic
@ -686,7 +702,7 @@ uninstall-am: uninstall-binPROGRAMS
.MAKE: install-am install-strip .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 clean-libtool cscopelist-am \ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
ctags ctags-am distclean distclean-compile distclean-generic \ ctags ctags-am distclean distclean-compile distclean-generic \
distclean-libtool distclean-tags distdir dvi dvi-am html \ distclean-libtool distclean-tags distdir dvi dvi-am html \

40
bloom_filter/libfnv/test/unit/Makefile.in

@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.15 from Makefile.am. # Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@ # @configure_input@
# Copyright (C) 1994-2014 Free Software Foundation, Inc. # Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
@ -140,7 +140,10 @@ am__v_at_0 = @
am__v_at_1 = am__v_at_1 =
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
am__depfiles_maybe = depfiles am__maybe_remake_depfiles = depfiles
am__depfiles_remade = ./$(DEPDIR)/benchmark-benchmark.Po \
./$(DEPDIR)/fnvtest-basic_full.Po \
./$(DEPDIR)/fnvutiltest-basic_fnvutil.Po
am__mv = mv -f am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@ -342,8 +345,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
*config.status*) \ *config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \ *) \
echo ' 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__depfiles_maybe);; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac; esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@ -422,9 +425,15 @@ mostlyclean-compile:
distclean-compile: distclean-compile:
-rm -f *.tab.c -rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/benchmark-benchmark.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/benchmark-benchmark.Po@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnvtest-basic_full.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnvtest-basic_full.Po@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnvutiltest-basic_fnvutil.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnvutiltest-basic_fnvutil.Po@am__quote@ # am--include-marker
$(am__depfiles_remade):
@$(MKDIR_P) $(@D)
@echo '# dummy' >$@-t && $(am__mv) $@-t $@
am--depfiles: $(am__depfiles_remade)
.c.o: .c.o:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@ -547,7 +556,10 @@ cscopelist-am: $(am__tagged_files)
distclean-tags: distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH 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'`; \ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \ list='$(DISTFILES)'; \
@ -619,7 +631,9 @@ clean: clean-am
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
distclean: distclean-am distclean: distclean-am
-rm -rf ./$(DEPDIR) -rm -f ./$(DEPDIR)/benchmark-benchmark.Po
-rm -f ./$(DEPDIR)/fnvtest-basic_full.Po
-rm -f ./$(DEPDIR)/fnvutiltest-basic_fnvutil.Po
-rm -f Makefile -rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \ distclean-am: clean-am distclean-compile distclean-generic \
distclean-tags distclean-tags
@ -665,7 +679,9 @@ install-ps-am:
installcheck-am: installcheck-am:
maintainer-clean: maintainer-clean-am maintainer-clean: maintainer-clean-am
-rm -rf ./$(DEPDIR) -rm -f ./$(DEPDIR)/benchmark-benchmark.Po
-rm -f ./$(DEPDIR)/fnvtest-basic_full.Po
-rm -f ./$(DEPDIR)/fnvutiltest-basic_fnvutil.Po
-rm -f Makefile -rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic maintainer-clean-am: distclean-am maintainer-clean-generic
@ -686,7 +702,7 @@ uninstall-am: uninstall-binPROGRAMS
.MAKE: install-am install-strip .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 clean-libtool cscopelist-am \ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
ctags ctags-am distclean distclean-compile distclean-generic \ ctags ctags-am distclean distclean-compile distclean-generic \
distclean-libtool distclean-tags distdir dvi dvi-am html \ distclean-libtool distclean-tags distdir dvi dvi-am html \

99
bloom_filter/libfnv/tools/.deps/fnv1024sum-fnv1024sum.Po

@ -1,33 +1,38 @@
fnv1024sum-fnv1024sum.o: fnv1024sum.c /usr/include/stdc-predef.h \ fnv1024sum-fnv1024sum.o: fnv1024sum.c /usr/include/stdc-predef.h \
../libfnv/include/fnv.h ../libfnv/include/fnv/fnvtop.h \ ../libfnv/include/fnv.h ../libfnv/include/fnv/fnvtop.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \ /usr/include/stdint.h /usr/include/bits/libc-header-start.h \
/usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/bits/long-double.h \ /usr/include/bits/wordsize.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \ /usr/include/bits/types.h /usr/include/bits/timesize.h \
/usr/include/bits/wchar.h /usr/include/string.h \ /usr/include/bits/typesizes.h /usr/include/bits/time64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h \ /usr/include/bits/wchar.h /usr/include/bits/stdint-intn.h \
/usr/include/xlocale.h /usr/include/bits/string.h \ /usr/include/bits/stdint-uintn.h /usr/include/string.h \
/usr/include/bits/string2.h /usr/include/stdlib.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h \
../libfnv/include/fnv/libfnv.h ../libfnvutil/fnvutil.h \ /usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ /usr/include/strings.h ../libfnv/include/fnv/libfnv.h \
/usr/include/wchar.h \ ../libfnvutil/fnvutil.h /usr/include/stdio.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdarg.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdarg.h \
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__mbstate_t.h \
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
/usr/include/bits/stdio.h /usr/include/bits/waitflags.h \ /usr/include/bits/stdio.h /usr/include/stdlib.h \
/usr/include/bits/waitstatus.h /usr/include/sys/types.h \ /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
/usr/include/bits/types/clock_t.h /usr/include/bits/types/clockid_t.h \ /usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
/usr/include/bits/types/time_t.h /usr/include/bits/types/timer_t.h \ /usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
/usr/include/endian.h /usr/include/bits/endian.h \ /usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
/usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ /usr/include/bits/types/timer_t.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/bits/byteswap.h \
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \ /usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/sigset.h \ /usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
/usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timeval.h \ /usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/struct_timespec.h /usr/include/sys/sysmacros.h \ /usr/include/bits/types/struct_timespec.h \
/usr/include/bits/sysmacros.h /usr/include/bits/pthreadtypes.h \ /usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/alloca.h /usr/include/bits/stdlib-bsearch.h \ /usr/include/bits/pthreadtypes-arch.h /usr/include/alloca.h \
/usr/include/bits/stdlib-float.h /usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h
/usr/include/stdc-predef.h: /usr/include/stdc-predef.h:
@ -35,7 +40,7 @@ fnv1024sum-fnv1024sum.o: fnv1024sum.c /usr/include/stdc-predef.h \
../libfnv/include/fnv/fnvtop.h: ../libfnv/include/fnv/fnvtop.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:
/usr/include/stdint.h: /usr/include/stdint.h:
@ -55,21 +60,27 @@ fnv1024sum-fnv1024sum.o: fnv1024sum.c /usr/include/stdc-predef.h \
/usr/include/bits/types.h: /usr/include/bits/types.h:
/usr/include/bits/timesize.h:
/usr/include/bits/typesizes.h: /usr/include/bits/typesizes.h:
/usr/include/bits/time64.h:
/usr/include/bits/wchar.h: /usr/include/bits/wchar.h:
/usr/include/string.h: /usr/include/bits/stdint-intn.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h: /usr/include/bits/stdint-uintn.h:
/usr/include/xlocale.h: /usr/include/string.h:
/usr/include/bits/string.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h:
/usr/include/bits/string2.h: /usr/include/bits/types/locale_t.h:
/usr/include/stdlib.h: /usr/include/bits/types/__locale_t.h:
/usr/include/strings.h:
../libfnv/include/fnv/libfnv.h: ../libfnv/include/fnv/libfnv.h:
@ -77,13 +88,19 @@ fnv1024sum-fnv1024sum.o: fnv1024sum.c /usr/include/stdc-predef.h \
/usr/include/stdio.h: /usr/include/stdio.h:
/usr/include/libio.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdarg.h:
/usr/include/bits/types/__fpos_t.h:
/usr/include/bits/types/__mbstate_t.h:
/usr/include/bits/types/__fpos64_t.h:
/usr/include/_G_config.h: /usr/include/bits/types/__FILE.h:
/usr/include/wchar.h: /usr/include/bits/types/FILE.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdarg.h: /usr/include/bits/types/struct_FILE.h:
/usr/include/bits/stdio_lim.h: /usr/include/bits/stdio_lim.h:
@ -91,10 +108,16 @@ fnv1024sum-fnv1024sum.o: fnv1024sum.c /usr/include/stdc-predef.h \
/usr/include/bits/stdio.h: /usr/include/bits/stdio.h:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h: /usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h: /usr/include/bits/waitstatus.h:
/usr/include/bits/floatn.h:
/usr/include/bits/floatn-common.h:
/usr/include/sys/types.h: /usr/include/sys/types.h:
/usr/include/bits/types/clock_t.h: /usr/include/bits/types/clock_t.h:
@ -111,25 +134,25 @@ fnv1024sum-fnv1024sum.o: fnv1024sum.c /usr/include/stdc-predef.h \
/usr/include/bits/byteswap.h: /usr/include/bits/byteswap.h:
/usr/include/bits/byteswap-16.h:
/usr/include/bits/uintn-identity.h: /usr/include/bits/uintn-identity.h:
/usr/include/sys/select.h: /usr/include/sys/select.h:
/usr/include/bits/select.h: /usr/include/bits/select.h:
/usr/include/bits/sigset.h: /usr/include/bits/types/sigset_t.h:
/usr/include/bits/types/__sigset_t.h:
/usr/include/bits/types/struct_timeval.h: /usr/include/bits/types/struct_timeval.h:
/usr/include/bits/types/struct_timespec.h: /usr/include/bits/types/struct_timespec.h:
/usr/include/sys/sysmacros.h: /usr/include/bits/pthreadtypes.h:
/usr/include/bits/sysmacros.h: /usr/include/bits/thread-shared-types.h:
/usr/include/bits/pthreadtypes.h: /usr/include/bits/pthreadtypes-arch.h:
/usr/include/alloca.h: /usr/include/alloca.h:

99
bloom_filter/libfnv/tools/.deps/fnv128sum-fnv128sum.Po

@ -1,33 +1,38 @@
fnv128sum-fnv128sum.o: fnv128sum.c /usr/include/stdc-predef.h \ fnv128sum-fnv128sum.o: fnv128sum.c /usr/include/stdc-predef.h \
../libfnv/include/fnv.h ../libfnv/include/fnv/fnvtop.h \ ../libfnv/include/fnv.h ../libfnv/include/fnv/fnvtop.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \ /usr/include/stdint.h /usr/include/bits/libc-header-start.h \
/usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/bits/long-double.h \ /usr/include/bits/wordsize.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \ /usr/include/bits/types.h /usr/include/bits/timesize.h \
/usr/include/bits/wchar.h /usr/include/string.h \ /usr/include/bits/typesizes.h /usr/include/bits/time64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h \ /usr/include/bits/wchar.h /usr/include/bits/stdint-intn.h \
/usr/include/xlocale.h /usr/include/bits/string.h \ /usr/include/bits/stdint-uintn.h /usr/include/string.h \
/usr/include/bits/string2.h /usr/include/stdlib.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h \
../libfnv/include/fnv/libfnv.h ../libfnvutil/fnvutil.h \ /usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ /usr/include/strings.h ../libfnv/include/fnv/libfnv.h \
/usr/include/wchar.h \ ../libfnvutil/fnvutil.h /usr/include/stdio.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdarg.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdarg.h \
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__mbstate_t.h \
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
/usr/include/bits/stdio.h /usr/include/bits/waitflags.h \ /usr/include/bits/stdio.h /usr/include/stdlib.h \
/usr/include/bits/waitstatus.h /usr/include/sys/types.h \ /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
/usr/include/bits/types/clock_t.h /usr/include/bits/types/clockid_t.h \ /usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
/usr/include/bits/types/time_t.h /usr/include/bits/types/timer_t.h \ /usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
/usr/include/endian.h /usr/include/bits/endian.h \ /usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
/usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ /usr/include/bits/types/timer_t.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/bits/byteswap.h \
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \ /usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/sigset.h \ /usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
/usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timeval.h \ /usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/struct_timespec.h /usr/include/sys/sysmacros.h \ /usr/include/bits/types/struct_timespec.h \
/usr/include/bits/sysmacros.h /usr/include/bits/pthreadtypes.h \ /usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/alloca.h /usr/include/bits/stdlib-bsearch.h \ /usr/include/bits/pthreadtypes-arch.h /usr/include/alloca.h \
/usr/include/bits/stdlib-float.h /usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h
/usr/include/stdc-predef.h: /usr/include/stdc-predef.h:
@ -35,7 +40,7 @@ fnv128sum-fnv128sum.o: fnv128sum.c /usr/include/stdc-predef.h \
../libfnv/include/fnv/fnvtop.h: ../libfnv/include/fnv/fnvtop.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:
/usr/include/stdint.h: /usr/include/stdint.h:
@ -55,21 +60,27 @@ fnv128sum-fnv128sum.o: fnv128sum.c /usr/include/stdc-predef.h \
/usr/include/bits/types.h: /usr/include/bits/types.h:
/usr/include/bits/timesize.h:
/usr/include/bits/typesizes.h: /usr/include/bits/typesizes.h:
/usr/include/bits/time64.h:
/usr/include/bits/wchar.h: /usr/include/bits/wchar.h:
/usr/include/string.h: /usr/include/bits/stdint-intn.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h: /usr/include/bits/stdint-uintn.h:
/usr/include/xlocale.h: /usr/include/string.h:
/usr/include/bits/string.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h:
/usr/include/bits/string2.h: /usr/include/bits/types/locale_t.h:
/usr/include/stdlib.h: /usr/include/bits/types/__locale_t.h:
/usr/include/strings.h:
../libfnv/include/fnv/libfnv.h: ../libfnv/include/fnv/libfnv.h:
@ -77,13 +88,19 @@ fnv128sum-fnv128sum.o: fnv128sum.c /usr/include/stdc-predef.h \
/usr/include/stdio.h: /usr/include/stdio.h:
/usr/include/libio.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdarg.h:
/usr/include/bits/types/__fpos_t.h:
/usr/include/bits/types/__mbstate_t.h:
/usr/include/bits/types/__fpos64_t.h:
/usr/include/_G_config.h: /usr/include/bits/types/__FILE.h:
/usr/include/wchar.h: /usr/include/bits/types/FILE.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdarg.h: /usr/include/bits/types/struct_FILE.h:
/usr/include/bits/stdio_lim.h: /usr/include/bits/stdio_lim.h:
@ -91,10 +108,16 @@ fnv128sum-fnv128sum.o: fnv128sum.c /usr/include/stdc-predef.h \
/usr/include/bits/stdio.h: /usr/include/bits/stdio.h:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h: /usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h: /usr/include/bits/waitstatus.h:
/usr/include/bits/floatn.h:
/usr/include/bits/floatn-common.h:
/usr/include/sys/types.h: /usr/include/sys/types.h:
/usr/include/bits/types/clock_t.h: /usr/include/bits/types/clock_t.h:
@ -111,25 +134,25 @@ fnv128sum-fnv128sum.o: fnv128sum.c /usr/include/stdc-predef.h \
/usr/include/bits/byteswap.h: /usr/include/bits/byteswap.h:
/usr/include/bits/byteswap-16.h:
/usr/include/bits/uintn-identity.h: /usr/include/bits/uintn-identity.h:
/usr/include/sys/select.h: /usr/include/sys/select.h:
/usr/include/bits/select.h: /usr/include/bits/select.h:
/usr/include/bits/sigset.h: /usr/include/bits/types/sigset_t.h:
/usr/include/bits/types/__sigset_t.h:
/usr/include/bits/types/struct_timeval.h: /usr/include/bits/types/struct_timeval.h:
/usr/include/bits/types/struct_timespec.h: /usr/include/bits/types/struct_timespec.h:
/usr/include/sys/sysmacros.h: /usr/include/bits/pthreadtypes.h:
/usr/include/bits/sysmacros.h: /usr/include/bits/thread-shared-types.h:
/usr/include/bits/pthreadtypes.h: /usr/include/bits/pthreadtypes-arch.h:
/usr/include/alloca.h: /usr/include/alloca.h:

99
bloom_filter/libfnv/tools/.deps/fnv256sum-fnv256sum.Po

@ -1,33 +1,38 @@
fnv256sum-fnv256sum.o: fnv256sum.c /usr/include/stdc-predef.h \ fnv256sum-fnv256sum.o: fnv256sum.c /usr/include/stdc-predef.h \
../libfnv/include/fnv.h ../libfnv/include/fnv/fnvtop.h \ ../libfnv/include/fnv.h ../libfnv/include/fnv/fnvtop.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \ /usr/include/stdint.h /usr/include/bits/libc-header-start.h \
/usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/bits/long-double.h \ /usr/include/bits/wordsize.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \ /usr/include/bits/types.h /usr/include/bits/timesize.h \
/usr/include/bits/wchar.h /usr/include/string.h \ /usr/include/bits/typesizes.h /usr/include/bits/time64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h \ /usr/include/bits/wchar.h /usr/include/bits/stdint-intn.h \
/usr/include/xlocale.h /usr/include/bits/string.h \ /usr/include/bits/stdint-uintn.h /usr/include/string.h \
/usr/include/bits/string2.h /usr/include/stdlib.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h \
../libfnv/include/fnv/libfnv.h ../libfnvutil/fnvutil.h \ /usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ /usr/include/strings.h ../libfnv/include/fnv/libfnv.h \
/usr/include/wchar.h \ ../libfnvutil/fnvutil.h /usr/include/stdio.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdarg.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdarg.h \
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__mbstate_t.h \
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
/usr/include/bits/stdio.h /usr/include/bits/waitflags.h \ /usr/include/bits/stdio.h /usr/include/stdlib.h \
/usr/include/bits/waitstatus.h /usr/include/sys/types.h \ /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
/usr/include/bits/types/clock_t.h /usr/include/bits/types/clockid_t.h \ /usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
/usr/include/bits/types/time_t.h /usr/include/bits/types/timer_t.h \ /usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
/usr/include/endian.h /usr/include/bits/endian.h \ /usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
/usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ /usr/include/bits/types/timer_t.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/bits/byteswap.h \
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \ /usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/sigset.h \ /usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
/usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timeval.h \ /usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/struct_timespec.h /usr/include/sys/sysmacros.h \ /usr/include/bits/types/struct_timespec.h \
/usr/include/bits/sysmacros.h /usr/include/bits/pthreadtypes.h \ /usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/alloca.h /usr/include/bits/stdlib-bsearch.h \ /usr/include/bits/pthreadtypes-arch.h /usr/include/alloca.h \
/usr/include/bits/stdlib-float.h /usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h
/usr/include/stdc-predef.h: /usr/include/stdc-predef.h:
@ -35,7 +40,7 @@ fnv256sum-fnv256sum.o: fnv256sum.c /usr/include/stdc-predef.h \
../libfnv/include/fnv/fnvtop.h: ../libfnv/include/fnv/fnvtop.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:
/usr/include/stdint.h: /usr/include/stdint.h:
@ -55,21 +60,27 @@ fnv256sum-fnv256sum.o: fnv256sum.c /usr/include/stdc-predef.h \
/usr/include/bits/types.h: /usr/include/bits/types.h:
/usr/include/bits/timesize.h:
/usr/include/bits/typesizes.h: /usr/include/bits/typesizes.h:
/usr/include/bits/time64.h:
/usr/include/bits/wchar.h: /usr/include/bits/wchar.h:
/usr/include/string.h: /usr/include/bits/stdint-intn.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h: /usr/include/bits/stdint-uintn.h:
/usr/include/xlocale.h: /usr/include/string.h:
/usr/include/bits/string.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h:
/usr/include/bits/string2.h: /usr/include/bits/types/locale_t.h:
/usr/include/stdlib.h: /usr/include/bits/types/__locale_t.h:
/usr/include/strings.h:
../libfnv/include/fnv/libfnv.h: ../libfnv/include/fnv/libfnv.h:
@ -77,13 +88,19 @@ fnv256sum-fnv256sum.o: fnv256sum.c /usr/include/stdc-predef.h \
/usr/include/stdio.h: /usr/include/stdio.h:
/usr/include/libio.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdarg.h:
/usr/include/bits/types/__fpos_t.h:
/usr/include/bits/types/__mbstate_t.h:
/usr/include/bits/types/__fpos64_t.h:
/usr/include/_G_config.h: /usr/include/bits/types/__FILE.h:
/usr/include/wchar.h: /usr/include/bits/types/FILE.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdarg.h: /usr/include/bits/types/struct_FILE.h:
/usr/include/bits/stdio_lim.h: /usr/include/bits/stdio_lim.h:
@ -91,10 +108,16 @@ fnv256sum-fnv256sum.o: fnv256sum.c /usr/include/stdc-predef.h \
/usr/include/bits/stdio.h: /usr/include/bits/stdio.h:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h: /usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h: /usr/include/bits/waitstatus.h:
/usr/include/bits/floatn.h:
/usr/include/bits/floatn-common.h:
/usr/include/sys/types.h: /usr/include/sys/types.h:
/usr/include/bits/types/clock_t.h: /usr/include/bits/types/clock_t.h:
@ -111,25 +134,25 @@ fnv256sum-fnv256sum.o: fnv256sum.c /usr/include/stdc-predef.h \
/usr/include/bits/byteswap.h: /usr/include/bits/byteswap.h:
/usr/include/bits/byteswap-16.h:
/usr/include/bits/uintn-identity.h: /usr/include/bits/uintn-identity.h:
/usr/include/sys/select.h: /usr/include/sys/select.h:
/usr/include/bits/select.h: /usr/include/bits/select.h:
/usr/include/bits/sigset.h: /usr/include/bits/types/sigset_t.h:
/usr/include/bits/types/__sigset_t.h:
/usr/include/bits/types/struct_timeval.h: /usr/include/bits/types/struct_timeval.h:
/usr/include/bits/types/struct_timespec.h: /usr/include/bits/types/struct_timespec.h:
/usr/include/sys/sysmacros.h: /usr/include/bits/pthreadtypes.h:
/usr/include/bits/sysmacros.h: /usr/include/bits/thread-shared-types.h:
/usr/include/bits/pthreadtypes.h: /usr/include/bits/pthreadtypes-arch.h:
/usr/include/alloca.h: /usr/include/alloca.h:

99
bloom_filter/libfnv/tools/.deps/fnv32sum-fnv32sum.Po

@ -1,33 +1,38 @@
fnv32sum-fnv32sum.o: fnv32sum.c /usr/include/stdc-predef.h \ fnv32sum-fnv32sum.o: fnv32sum.c /usr/include/stdc-predef.h \
../libfnv/include/fnv.h ../libfnv/include/fnv/fnvtop.h \ ../libfnv/include/fnv.h ../libfnv/include/fnv/fnvtop.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \ /usr/include/stdint.h /usr/include/bits/libc-header-start.h \
/usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/bits/long-double.h \ /usr/include/bits/wordsize.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \ /usr/include/bits/types.h /usr/include/bits/timesize.h \
/usr/include/bits/wchar.h /usr/include/string.h \ /usr/include/bits/typesizes.h /usr/include/bits/time64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h \ /usr/include/bits/wchar.h /usr/include/bits/stdint-intn.h \
/usr/include/xlocale.h /usr/include/bits/string.h \ /usr/include/bits/stdint-uintn.h /usr/include/string.h \
/usr/include/bits/string2.h /usr/include/stdlib.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h \
../libfnv/include/fnv/libfnv.h ../libfnvutil/fnvutil.h \ /usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ /usr/include/strings.h ../libfnv/include/fnv/libfnv.h \
/usr/include/wchar.h \ ../libfnvutil/fnvutil.h /usr/include/stdio.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdarg.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdarg.h \
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__mbstate_t.h \
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
/usr/include/bits/stdio.h /usr/include/bits/waitflags.h \ /usr/include/bits/stdio.h /usr/include/stdlib.h \
/usr/include/bits/waitstatus.h /usr/include/sys/types.h \ /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
/usr/include/bits/types/clock_t.h /usr/include/bits/types/clockid_t.h \ /usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
/usr/include/bits/types/time_t.h /usr/include/bits/types/timer_t.h \ /usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
/usr/include/endian.h /usr/include/bits/endian.h \ /usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
/usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ /usr/include/bits/types/timer_t.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/bits/byteswap.h \
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \ /usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/sigset.h \ /usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
/usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timeval.h \ /usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/struct_timespec.h /usr/include/sys/sysmacros.h \ /usr/include/bits/types/struct_timespec.h \
/usr/include/bits/sysmacros.h /usr/include/bits/pthreadtypes.h \ /usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/alloca.h /usr/include/bits/stdlib-bsearch.h \ /usr/include/bits/pthreadtypes-arch.h /usr/include/alloca.h \
/usr/include/bits/stdlib-float.h /usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h
/usr/include/stdc-predef.h: /usr/include/stdc-predef.h:
@ -35,7 +40,7 @@ fnv32sum-fnv32sum.o: fnv32sum.c /usr/include/stdc-predef.h \
../libfnv/include/fnv/fnvtop.h: ../libfnv/include/fnv/fnvtop.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:
/usr/include/stdint.h: /usr/include/stdint.h:
@ -55,21 +60,27 @@ fnv32sum-fnv32sum.o: fnv32sum.c /usr/include/stdc-predef.h \
/usr/include/bits/types.h: /usr/include/bits/types.h:
/usr/include/bits/timesize.h:
/usr/include/bits/typesizes.h: /usr/include/bits/typesizes.h:
/usr/include/bits/time64.h:
/usr/include/bits/wchar.h: /usr/include/bits/wchar.h:
/usr/include/string.h: /usr/include/bits/stdint-intn.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h: /usr/include/bits/stdint-uintn.h:
/usr/include/xlocale.h: /usr/include/string.h:
/usr/include/bits/string.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h:
/usr/include/bits/string2.h: /usr/include/bits/types/locale_t.h:
/usr/include/stdlib.h: /usr/include/bits/types/__locale_t.h:
/usr/include/strings.h:
../libfnv/include/fnv/libfnv.h: ../libfnv/include/fnv/libfnv.h:
@ -77,13 +88,19 @@ fnv32sum-fnv32sum.o: fnv32sum.c /usr/include/stdc-predef.h \
/usr/include/stdio.h: /usr/include/stdio.h:
/usr/include/libio.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdarg.h:
/usr/include/bits/types/__fpos_t.h:
/usr/include/bits/types/__mbstate_t.h:
/usr/include/bits/types/__fpos64_t.h:
/usr/include/_G_config.h: /usr/include/bits/types/__FILE.h:
/usr/include/wchar.h: /usr/include/bits/types/FILE.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdarg.h: /usr/include/bits/types/struct_FILE.h:
/usr/include/bits/stdio_lim.h: /usr/include/bits/stdio_lim.h:
@ -91,10 +108,16 @@ fnv32sum-fnv32sum.o: fnv32sum.c /usr/include/stdc-predef.h \
/usr/include/bits/stdio.h: /usr/include/bits/stdio.h:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h: /usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h: /usr/include/bits/waitstatus.h:
/usr/include/bits/floatn.h:
/usr/include/bits/floatn-common.h:
/usr/include/sys/types.h: /usr/include/sys/types.h:
/usr/include/bits/types/clock_t.h: /usr/include/bits/types/clock_t.h:
@ -111,25 +134,25 @@ fnv32sum-fnv32sum.o: fnv32sum.c /usr/include/stdc-predef.h \
/usr/include/bits/byteswap.h: /usr/include/bits/byteswap.h:
/usr/include/bits/byteswap-16.h:
/usr/include/bits/uintn-identity.h: /usr/include/bits/uintn-identity.h:
/usr/include/sys/select.h: /usr/include/sys/select.h:
/usr/include/bits/select.h: /usr/include/bits/select.h:
/usr/include/bits/sigset.h: /usr/include/bits/types/sigset_t.h:
/usr/include/bits/types/__sigset_t.h:
/usr/include/bits/types/struct_timeval.h: /usr/include/bits/types/struct_timeval.h:
/usr/include/bits/types/struct_timespec.h: /usr/include/bits/types/struct_timespec.h:
/usr/include/sys/sysmacros.h: /usr/include/bits/pthreadtypes.h:
/usr/include/bits/sysmacros.h: /usr/include/bits/thread-shared-types.h:
/usr/include/bits/pthreadtypes.h: /usr/include/bits/pthreadtypes-arch.h:
/usr/include/alloca.h: /usr/include/alloca.h:

99
bloom_filter/libfnv/tools/.deps/fnv512sum-fnv512sum.Po

@ -1,33 +1,38 @@
fnv512sum-fnv512sum.o: fnv512sum.c /usr/include/stdc-predef.h \ fnv512sum-fnv512sum.o: fnv512sum.c /usr/include/stdc-predef.h \
../libfnv/include/fnv.h ../libfnv/include/fnv/fnvtop.h \ ../libfnv/include/fnv.h ../libfnv/include/fnv/fnvtop.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \ /usr/include/stdint.h /usr/include/bits/libc-header-start.h \
/usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/bits/long-double.h \ /usr/include/bits/wordsize.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \ /usr/include/bits/types.h /usr/include/bits/timesize.h \
/usr/include/bits/wchar.h /usr/include/string.h \ /usr/include/bits/typesizes.h /usr/include/bits/time64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h \ /usr/include/bits/wchar.h /usr/include/bits/stdint-intn.h \
/usr/include/xlocale.h /usr/include/bits/string.h \ /usr/include/bits/stdint-uintn.h /usr/include/string.h \
/usr/include/bits/string2.h /usr/include/stdlib.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h \
../libfnv/include/fnv/libfnv.h ../libfnvutil/fnvutil.h \ /usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ /usr/include/strings.h ../libfnv/include/fnv/libfnv.h \
/usr/include/wchar.h \ ../libfnvutil/fnvutil.h /usr/include/stdio.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdarg.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdarg.h \
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__mbstate_t.h \
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
/usr/include/bits/stdio.h /usr/include/bits/waitflags.h \ /usr/include/bits/stdio.h /usr/include/stdlib.h \
/usr/include/bits/waitstatus.h /usr/include/sys/types.h \ /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
/usr/include/bits/types/clock_t.h /usr/include/bits/types/clockid_t.h \ /usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
/usr/include/bits/types/time_t.h /usr/include/bits/types/timer_t.h \ /usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
/usr/include/endian.h /usr/include/bits/endian.h \ /usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
/usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ /usr/include/bits/types/timer_t.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/bits/byteswap.h \
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \ /usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/sigset.h \ /usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
/usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timeval.h \ /usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/struct_timespec.h /usr/include/sys/sysmacros.h \ /usr/include/bits/types/struct_timespec.h \
/usr/include/bits/sysmacros.h /usr/include/bits/pthreadtypes.h \ /usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/alloca.h /usr/include/bits/stdlib-bsearch.h \ /usr/include/bits/pthreadtypes-arch.h /usr/include/alloca.h \
/usr/include/bits/stdlib-float.h /usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h
/usr/include/stdc-predef.h: /usr/include/stdc-predef.h:
@ -35,7 +40,7 @@ fnv512sum-fnv512sum.o: fnv512sum.c /usr/include/stdc-predef.h \
../libfnv/include/fnv/fnvtop.h: ../libfnv/include/fnv/fnvtop.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:
/usr/include/stdint.h: /usr/include/stdint.h:
@ -55,21 +60,27 @@ fnv512sum-fnv512sum.o: fnv512sum.c /usr/include/stdc-predef.h \
/usr/include/bits/types.h: /usr/include/bits/types.h:
/usr/include/bits/timesize.h:
/usr/include/bits/typesizes.h: /usr/include/bits/typesizes.h:
/usr/include/bits/time64.h:
/usr/include/bits/wchar.h: /usr/include/bits/wchar.h:
/usr/include/string.h: /usr/include/bits/stdint-intn.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h: /usr/include/bits/stdint-uintn.h:
/usr/include/xlocale.h: /usr/include/string.h:
/usr/include/bits/string.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h:
/usr/include/bits/string2.h: /usr/include/bits/types/locale_t.h:
/usr/include/stdlib.h: /usr/include/bits/types/__locale_t.h:
/usr/include/strings.h:
../libfnv/include/fnv/libfnv.h: ../libfnv/include/fnv/libfnv.h:
@ -77,13 +88,19 @@ fnv512sum-fnv512sum.o: fnv512sum.c /usr/include/stdc-predef.h \
/usr/include/stdio.h: /usr/include/stdio.h:
/usr/include/libio.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdarg.h:
/usr/include/bits/types/__fpos_t.h:
/usr/include/bits/types/__mbstate_t.h:
/usr/include/bits/types/__fpos64_t.h:
/usr/include/_G_config.h: /usr/include/bits/types/__FILE.h:
/usr/include/wchar.h: /usr/include/bits/types/FILE.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdarg.h: /usr/include/bits/types/struct_FILE.h:
/usr/include/bits/stdio_lim.h: /usr/include/bits/stdio_lim.h:
@ -91,10 +108,16 @@ fnv512sum-fnv512sum.o: fnv512sum.c /usr/include/stdc-predef.h \
/usr/include/bits/stdio.h: /usr/include/bits/stdio.h:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h: /usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h: /usr/include/bits/waitstatus.h:
/usr/include/bits/floatn.h:
/usr/include/bits/floatn-common.h:
/usr/include/sys/types.h: /usr/include/sys/types.h:
/usr/include/bits/types/clock_t.h: /usr/include/bits/types/clock_t.h:
@ -111,25 +134,25 @@ fnv512sum-fnv512sum.o: fnv512sum.c /usr/include/stdc-predef.h \
/usr/include/bits/byteswap.h: /usr/include/bits/byteswap.h:
/usr/include/bits/byteswap-16.h:
/usr/include/bits/uintn-identity.h: /usr/include/bits/uintn-identity.h:
/usr/include/sys/select.h: /usr/include/sys/select.h:
/usr/include/bits/select.h: /usr/include/bits/select.h:
/usr/include/bits/sigset.h: /usr/include/bits/types/sigset_t.h:
/usr/include/bits/types/__sigset_t.h:
/usr/include/bits/types/struct_timeval.h: /usr/include/bits/types/struct_timeval.h:
/usr/include/bits/types/struct_timespec.h: /usr/include/bits/types/struct_timespec.h:
/usr/include/sys/sysmacros.h: /usr/include/bits/pthreadtypes.h:
/usr/include/bits/sysmacros.h: /usr/include/bits/thread-shared-types.h:
/usr/include/bits/pthreadtypes.h: /usr/include/bits/pthreadtypes-arch.h:
/usr/include/alloca.h: /usr/include/alloca.h:

99
bloom_filter/libfnv/tools/.deps/fnv64sum-fnv64sum.Po

@ -1,33 +1,38 @@
fnv64sum-fnv64sum.o: fnv64sum.c /usr/include/stdc-predef.h \ fnv64sum-fnv64sum.o: fnv64sum.c /usr/include/stdc-predef.h \
../libfnv/include/fnv.h ../libfnv/include/fnv/fnvtop.h \ ../libfnv/include/fnv.h ../libfnv/include/fnv/fnvtop.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h \
/usr/include/stdint.h /usr/include/bits/libc-header-start.h \ /usr/include/stdint.h /usr/include/bits/libc-header-start.h \
/usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/bits/long-double.h \ /usr/include/bits/wordsize.h /usr/include/bits/long-double.h \
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
/usr/include/bits/types.h /usr/include/bits/typesizes.h \ /usr/include/bits/types.h /usr/include/bits/timesize.h \
/usr/include/bits/wchar.h /usr/include/string.h \ /usr/include/bits/typesizes.h /usr/include/bits/time64.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h \ /usr/include/bits/wchar.h /usr/include/bits/stdint-intn.h \
/usr/include/xlocale.h /usr/include/bits/string.h \ /usr/include/bits/stdint-uintn.h /usr/include/string.h \
/usr/include/bits/string2.h /usr/include/stdlib.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h \
../libfnv/include/fnv/libfnv.h ../libfnvutil/fnvutil.h \ /usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
/usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ /usr/include/strings.h ../libfnv/include/fnv/libfnv.h \
/usr/include/wchar.h \ ../libfnvutil/fnvutil.h /usr/include/stdio.h \
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdarg.h \ /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdarg.h \
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__mbstate_t.h \
/usr/include/bits/types/__fpos64_t.h /usr/include/bits/types/__FILE.h \
/usr/include/bits/types/FILE.h /usr/include/bits/types/struct_FILE.h \
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \
/usr/include/bits/stdio.h /usr/include/bits/waitflags.h \ /usr/include/bits/stdio.h /usr/include/stdlib.h \
/usr/include/bits/waitstatus.h /usr/include/sys/types.h \ /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
/usr/include/bits/types/clock_t.h /usr/include/bits/types/clockid_t.h \ /usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
/usr/include/bits/types/time_t.h /usr/include/bits/types/timer_t.h \ /usr/include/sys/types.h /usr/include/bits/types/clock_t.h \
/usr/include/endian.h /usr/include/bits/endian.h \ /usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
/usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ /usr/include/bits/types/timer_t.h /usr/include/endian.h \
/usr/include/bits/endian.h /usr/include/bits/byteswap.h \
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \ /usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
/usr/include/bits/select.h /usr/include/bits/sigset.h \ /usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
/usr/include/bits/types/__sigset_t.h \
/usr/include/bits/types/struct_timeval.h \ /usr/include/bits/types/struct_timeval.h \
/usr/include/bits/types/struct_timespec.h /usr/include/sys/sysmacros.h \ /usr/include/bits/types/struct_timespec.h \
/usr/include/bits/sysmacros.h /usr/include/bits/pthreadtypes.h \ /usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
/usr/include/alloca.h /usr/include/bits/stdlib-bsearch.h \ /usr/include/bits/pthreadtypes-arch.h /usr/include/alloca.h \
/usr/include/bits/stdlib-float.h /usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h
/usr/include/stdc-predef.h: /usr/include/stdc-predef.h:
@ -35,7 +40,7 @@ fnv64sum-fnv64sum.o: fnv64sum.c /usr/include/stdc-predef.h \
../libfnv/include/fnv/fnvtop.h: ../libfnv/include/fnv/fnvtop.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdint.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdint.h:
/usr/include/stdint.h: /usr/include/stdint.h:
@ -55,21 +60,27 @@ fnv64sum-fnv64sum.o: fnv64sum.c /usr/include/stdc-predef.h \
/usr/include/bits/types.h: /usr/include/bits/types.h:
/usr/include/bits/timesize.h:
/usr/include/bits/typesizes.h: /usr/include/bits/typesizes.h:
/usr/include/bits/time64.h:
/usr/include/bits/wchar.h: /usr/include/bits/wchar.h:
/usr/include/string.h: /usr/include/bits/stdint-intn.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stddef.h: /usr/include/bits/stdint-uintn.h:
/usr/include/xlocale.h: /usr/include/string.h:
/usr/include/bits/string.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stddef.h:
/usr/include/bits/string2.h: /usr/include/bits/types/locale_t.h:
/usr/include/stdlib.h: /usr/include/bits/types/__locale_t.h:
/usr/include/strings.h:
../libfnv/include/fnv/libfnv.h: ../libfnv/include/fnv/libfnv.h:
@ -77,13 +88,19 @@ fnv64sum-fnv64sum.o: fnv64sum.c /usr/include/stdc-predef.h \
/usr/include/stdio.h: /usr/include/stdio.h:
/usr/include/libio.h: /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/include/stdarg.h:
/usr/include/bits/types/__fpos_t.h:
/usr/include/bits/types/__mbstate_t.h:
/usr/include/bits/types/__fpos64_t.h:
/usr/include/_G_config.h: /usr/include/bits/types/__FILE.h:
/usr/include/wchar.h: /usr/include/bits/types/FILE.h:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/include/stdarg.h: /usr/include/bits/types/struct_FILE.h:
/usr/include/bits/stdio_lim.h: /usr/include/bits/stdio_lim.h:
@ -91,10 +108,16 @@ fnv64sum-fnv64sum.o: fnv64sum.c /usr/include/stdc-predef.h \
/usr/include/bits/stdio.h: /usr/include/bits/stdio.h:
/usr/include/stdlib.h:
/usr/include/bits/waitflags.h: /usr/include/bits/waitflags.h:
/usr/include/bits/waitstatus.h: /usr/include/bits/waitstatus.h:
/usr/include/bits/floatn.h:
/usr/include/bits/floatn-common.h:
/usr/include/sys/types.h: /usr/include/sys/types.h:
/usr/include/bits/types/clock_t.h: /usr/include/bits/types/clock_t.h:
@ -111,25 +134,25 @@ fnv64sum-fnv64sum.o: fnv64sum.c /usr/include/stdc-predef.h \
/usr/include/bits/byteswap.h: /usr/include/bits/byteswap.h:
/usr/include/bits/byteswap-16.h:
/usr/include/bits/uintn-identity.h: /usr/include/bits/uintn-identity.h:
/usr/include/sys/select.h: /usr/include/sys/select.h:
/usr/include/bits/select.h: /usr/include/bits/select.h:
/usr/include/bits/sigset.h: /usr/include/bits/types/sigset_t.h:
/usr/include/bits/types/__sigset_t.h:
/usr/include/bits/types/struct_timeval.h: /usr/include/bits/types/struct_timeval.h:
/usr/include/bits/types/struct_timespec.h: /usr/include/bits/types/struct_timespec.h:
/usr/include/sys/sysmacros.h: /usr/include/bits/pthreadtypes.h:
/usr/include/bits/sysmacros.h: /usr/include/bits/thread-shared-types.h:
/usr/include/bits/pthreadtypes.h: /usr/include/bits/pthreadtypes-arch.h:
/usr/include/alloca.h: /usr/include/alloca.h:

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save