In a Keil uVision IDE project it is possible to enter a list of source files that are to be compiled / assembled into a program. After a build is completed the IDE will display the various include file dependancies in the project file list window. These will display similar to the picture shown here:
i.stack.imgur.com/EXO3P.png
Does anyone know of a way to extract this information out of the Keil tool?
Michael Karas
Note: Cross Posted at www.8052.com/.../188738
http://www.keil.com/support/man/docs/uv4/uv4_b_filetypes.htm lists the *.DEP file type as, "Dependency File for a Target build"
Not sure if it applies to C51 - but could be worth a look...?
Andy, Unfortunately this information does not directly help to understand how to extract the dependency information from a project file when clearly that information is already gathered into the IDE. Michael Karas