NAME

Make::Cache::Gcc - ObjCache specialization for GCC/G++

DESCRIPTION

Make::Cache::Gcc is a superclass of Make::Cache::Obj with methods specialized for parsing GCC command lines.

Make::Cache::Gcc will run a GCC in pre-process mode to create a single source file. This file is then hashed with Make::Cache::Obj, and hits detected. On misses, GCC is run again to create the targets.

FUNCTIONS, etc

See Make::Cache::Obj

DISTRIBUTION

The latest version is available from CPAN and from http://www.veripool.org/.

Copyright 2000-2010 by Wilson Snyder. This package is free software; you can redistribute it and/or modify it under the terms of either the GNU Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.

AUTHORS

Wilson Snyder <wsnyder@wsnyder.org>

SEE ALSO

objcache, Make::Cache, Make::Cache::Obj