NAME
tkgvizmakefile - create Tk graphs from Makefiles
SYNOPSIS
tkgvizmakefile [-f makefile] [-T output] [-o outputfile]
[-tkcanvatype type][rule]
OPTIONS
- -f makefile
-
Use another makefile. Default is
Makefile - -T output
-
Choose an output type. Every GraphViz-supported output type is possible (see the description for the
-Toption in the dot manpage) and there is additionally thetkcanvastype for dumping the graph to a Canvas widget. - -o outputfile
-
Write the output to the named file. Ignored for the
tkcanvastype. - rule
-
Start graph output from the named Makefile rule. If missing, the
allor first rule is used. - -tkcanvastype type
-
Only for
tkcanvastype: if type is set totkgraphviz, then use Tk::GraphViz. if it set totkcanvas, then use Tk::Canvas as the output widget. The default isbest, which means tryTk::GraphVizfirst, thenTk::Canvas.
SEE ALSO
dot(1), GraphViz, GraphViz::Makefile, Tk, Tk::GraphViz, Tk::Canvas.