Makefile analyzer
Alan Dayley
plug-devel@lists.PLUG.phoenix.az.us
Tue May 13 22:19:02 2003
I have many (40+) makefiles that build different binaries from the same b=
ase=20
of 30-ish source files. I have been charged with documenting exactly whi=
ch=20
binaries are created from which source files. Not a dependency tree, jus=
t a=20
list for each target. Yep, all the info is in the makefiles but a=20
non-programmer can't read that.
Is there a tool or script out there that can produce such a script? Goog=
ling=20
is fruitless so far.
Alan