Storing class dependencies

Learn how clearmake stores or records the derived class dependencies.

clearmake retains derived class dependencies by writing them to .class.dep files, one per .class target, to be used by future clearmake build sessions as explicit dependencies because they determine the order of target evaluations.

The .class.dep files are in the XML format.