swig/CCache
William S Fulton c8b41eebf8 remove autotool generated files
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10919 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-05 16:59:27 +00:00
..
debian Import patches to ccache-2.4 from debian (ccache-2.4-15) 2008-11-03 13:49:49 +00:00
packaging Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
web Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
args.c Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
ccache.1 apply debian/patches/08_manpage_hyphens.diff 2008-11-03 14:04:47 +00:00
ccache.c create executable name as ccache-swig instead of ccache to avoid conflict with the official ccache 2008-11-05 16:57:21 +00:00
ccache.h create executable name as ccache-swig instead of ccache to avoid conflict with the official ccache 2008-11-05 16:57:21 +00:00
ccache.yo apply debian/patches/02_ccache-compressed.diff 2008-11-03 14:02:32 +00:00
cleanup.c Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
configure.in fix configure.in when running autoreconf 2008-11-05 16:55:07 +00:00
COPYING Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
execute.c initial modifications for ccache to support SWIG 2008-11-05 12:34:15 +00:00
hash.c Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
install-sh Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
Makefile.in fix Makefile for autoconf>2.60 2008-11-05 16:53:55 +00:00
mdfour.c Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
mdfour.h Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
README Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
README.swig initial modifications for ccache to support SWIG 2008-11-05 12:34:15 +00:00
snprintf.c Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
stats.c initial modifications for ccache to support SWIG 2008-11-05 12:34:15 +00:00
test.sh Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
unify.c Import ccache-2.4 source 2008-11-03 13:37:28 +00:00
util.c initial modifications for ccache to support SWIG 2008-11-05 12:34:15 +00:00

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