swig/CCache
su-fang 5025ac6627 Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
..
debian Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
packaging Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
web Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
COPYING Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
Makefile.in Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
README Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
README.swig Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
args.c Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
ccache.c Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
ccache.h Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
ccache.yo Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
ccache_swig_config.h.in Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
cleanup.c Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
config.h.in Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
config_win32.h.in Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
configure Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
configure.ac Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
execute.c Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
hash.c Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
install-sh Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
mdfour.c Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
mdfour.h Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
snprintf.c Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
stats.c Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
test.sh Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
unify.c Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00
util.c Import Upstream version 4.0.2 2022-09-28 10:50:04 +08:00

README

This is a re-implementation of "compilercache" in C

The original compilercache scripts were by Erik Thiele
(erikyyy@erikyyy.de) and I would like to thank him for an excellent
piece of work. See http://www.erikyyy.de/compilercache/ for the
original shell scripts.

I wrote ccache because I wanted to get a bit more speed out of a
compiler cache and I wanted to remove some of the limitations of the
shell-script version.

Please see the manual page and documentation at
http://ccache.samba.org/

INSTALLATION
------------

Please run:

  ./configure
  make
  make install

then read the ccache manual page

-----------

Andrew Tridgell
http://samba.org/~tridge/
bugs@ccache.samba.org