I'm looking to write a script that will parse a toplevel Makefile in a source tree and
then descend into all the directories and parse those Makefiles in order to determine how
many 'make' operations will actually be launched. At the moment, I am just playing around,
but I intend for this to become a wrapper to any 'make' operation in a source tree that
will display a progress meter (make operations completed/total) and summary information. I
see a number of modules for parsing Makefiles on cpan.org, but I have no idea where to
start. Can anyone point me in the right direction?
--
Andrew Gaffney
Network Administrator
Skyline Aeronautics, LLC.
636-357-1548
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>