An input range of Make rules.
This parses a deps file that gcc produces. The file consists of simple Make rules. Rules are separated by lines (discounting line continuations). Each rule consists of a target file and its dependencies.
See Implementation
An input range of Make rules.
This parses a deps file that gcc produces. The file consists of simple Make rules. Rules are separated by lines (discounting line continuations). Each rule consists of a target file and its dependencies.