The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

tkgvizmakefile - create Tk graphs from Makefiles

SYNOPSIS

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

DESCRIPTION

Uses Tk::GraphViz to visualise the given makefile.

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 -T option in the dot manpage) and there is additionally the tkcanvas type for dumping the graph to a Canvas widget.

-o outputfile

Write the output to the named file. Ignored for the tkcanvas type.

-reversed

Reverse the arrows.

-prefix prefix

Add the given prefix to each rule

rule

Start graph output from the named Makefile rule. If missing, the all or first rule is used.

SEE ALSO

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