Am 25.01.2012, 08:36 Uhr, schrieb Rainer Schuetze <r.sagitario at gmx.de>: > A simple and effective way to do it with gcc is to generate dependency > files (*.dep) during compilation with -MD/-MF and include these into the > makefile with > > -include *.dep That sounds sound :)