
tkgvizmakefile - create Tk graphs from Makefiles

tkgvizmakefile [-f makefile] [-T output] [-o outputfile]
[-reversed] [-prefix prefix] [-tkcanvatype type][rule]

Use another makefile. Default is Makefile
Choose an output type. Every GraphViz-supported output type is possible (see the description for the -T option in the dot manpage) and there is additionally the tkcanvas type for dumping the graph to a Canvas widget.
Write the output to the named file. Ignored for the tkcanvas type.
Reverse the arrows.
Add the given prefix to each rule
Start graph output from the named Makefile rule. If missing, the all or first rule is used.
Only for tkcanvas type: if type is set to tkgraphviz, then use Tk::GraphViz. if it set to tkcanvas, then use Tk::Canvas as the output widget. The default is best, which means try Tk::GraphViz first, then Tk::Canvas.

dot(1), GraphViz, GraphViz::Makefile, Tk, Tk::GraphViz, Tk::Canvas.