| Make::Cache::Gcc - ObjCache specialization for GCC/G++ |
Make::Cache::Gcc - ObjCache specialization for GCC/G++
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.
See the Make::Cache::Obj manpage
The latest version is available from CPAN and from http://www.veripool.com/.
Copyright 2000-2007 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 or the Perl Artistic License.
Wilson Snyder <wsnyder@wsnyder.org>
objcache, the Make::Cache manpage, the Make::Cache::Obj manpage
| Make::Cache::Gcc - ObjCache specialization for GCC/G++ |