chiark / gitweb /
precomp: New directory for precomputed files.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 3 May 2009 00:42:39 +0000 (01:42 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 20 Oct 2012 11:40:02 +0000 (12:40 +0100)
commit173ff44a439dc7cf51a3f7a433c4d0d444b59293
treeac69545afe75edfa02d4372194282708991f508a
parent18c831dcd0ae4d660c70ccac69d27ed2a97851be
precomp: New directory for precomputed files.

The `precomp' directory in the distribution tarball contains pre-built
tables, for CRC and unihash computations.  Distributing the tables means
that the library can be built by cross-compilers.  Indeed, we don't even
try to generate the tables if cross compilation is detected.

The precomp directory shouldn't exist in revision-control, but it's
populated during the build process if necessary, and it's distributed in
release tarballs.
.gitignore
configure.ac
debian/changelog
hash/Makefile.am
vars.am