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

See Make::Cache::Obj

SEE ALSO

objcache, Make::Cache::Obj

AUTHORS

Wilson Snyder <wsnyder@wsnyder.org>