#!/bin/sh # # Generate PNGs of the build dependency graph. # # markus schnalke # 2012-04 cat `find "$1" -name Makefile.in` | awk -f makedeps2dot | dot -Tpng -o deps_`date +%F`.png