NAME 

whouses - impact analysis in a clearmake build environment

MOTTO 

``You give me a clean CR, I'll give you a clean impact analysis.''

SYNOPSIS 

Run this script with the "-help" option for usage details. Here are some additional sample usages with explanations:
  whouses foobar.h

Shows all DO's that make use of any file matching /foobar.h/.

  whouses -recurse foobar.h

Same as above but follows the chain of derived files recursively.

  whouses -exact foobar.h

Shows all DO's that make use of the specified file. The "-exact" flag suppresses pattern matching and shows only DO's which reference the exact file.