Hi! On Tue, 2006-03-21 at 10:58 -0500, Jeff Safier wrote: > I am looking for a way that automake or any other tool to scan source > code (.c or .cpp) files and generate list of depedencies( meaning header > files) needed to compile the module. And if there is another tool how > to interface it with automake
As "another tool" I know of "makedepend" - which seems to be part of xorg-x11 (at least here). Since it's working on files it should be possible to integrate it with automake. (And no, I currently do not know how exactly automake generates dependency-information...) -- regards, Florian Schricker Institute of Software Technology University of Koblenz-Landau