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 3705a9a84f
Add test program that gobbles echoed character
14 years ago
..
Makefile Add test program that gobbles echoed character 14 years ago
README Add test program that gobbles echoed character 14 years ago
callgraph.d Add test program that gobbles echoed character 14 years ago
files.d Add test program that gobbles echoed character 14 years ago
modules.d Add test program that gobbles echoed character 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.