• Stars
    star
    109
  • Rank 318,085 (Top 7 %)
  • Language
    Python
  • Created about 14 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Visualize your Makefile using GraphViz dot utility

A quick-n-dirty visualizer for Makefiles

DISCLAIMER: I've spent an hour to visualize a large Makefile I needed. So, sorry if it won't work for you.

DESCRIPTION

makefile2dot has been written to visualize Makefiles, e.g. GNU make Makefile. It is written in Python and implies that you have Python and GraphViz "dot" utility installed:

sudo apt-get install graphviz python

USAGE

python makefile2dot <Makefile >out.dot

or

python makefile2dot <Makefile |dot -Tpng > out.png

Example

This example Makefile will result in this png-image:

ScreenShot

Bitdeli Badge