You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Hayes a4133335fa
Tweak deps
14 years ago
..
Makefile Add hello5 14 years ago
README Add hello5 14 years ago
callgraph.d Tweak deps 14 years ago
files.d Add hello5 14 years ago
modules.d Add hello5 14 years ago

README

Running make in this directory will generate a number of PDF graphs.

In the callgraph, the arrows means "calls". In the dependency graphs,
the arrows means "requires" (or "depends upon").

callgraph.pdf This shows the callgraph, i.e., what functions each
function in the program calls.
module_dependencies.pdf This shows the dependencies between the modules.
file_dependencies.pdf This shows the dependencies between the files.
makefile_dependencies.pdf This shows the dependencies required by make when
building the program.
build_dependencies.pdf This is like makefile_dependencies.pdf but shows
the operations performed to generate the new file.

callgraph.d This shows the callgraph in text format.
files.d This shows the file dependencies in text format.
modules.d This shows the module dependencies in text format.