If the dependencies of the target sources have not yet been read, clicking on Read Dependencies in the project workspace. This lists the referenced source files in the file list. If you have previously compiled the files this step is unnecessary as MLWorks has already determined the file dependencies.
In our example, select sumxy
from the list of files, and choose Project > Show > Dependencies of Selection. A dependency graph for sumxy
appears.
Figure 2.9 Dependency graph for sumxy
.
Note that this graph only shows the immediate dependencies for sumxy
. Double-click on an unexpanded element expands the graph to show further dependencies. For example, double-clicking on xval
reveals its dependence on zval
.