#!/bin/sh
[ -z "$DEPENDFILE" ] && DEPENDFILE=.depend
gcc $CFLAGS -MM $* > $DEPENDFILE


syntax highlighted by Code2HTML, v. 0.9.1