Related articles |
---|
dependency maker for make goldman@bert.eecs.uic.edu (1992-11-02) |
Re: dependency maker for make kxs5829@ultb.isc.rit.edu (1992-11-05) |
Newsgroups: | comp.compilers |
From: | goldman@bert.eecs.uic.edu (Jonathan Goldman) |
Organization: | University of Illinois, Chicago |
Date: | Mon, 2 Nov 1992 02:15:34 GMT |
Keywords: | tools, question, comment |
I am looking for a program that determines dependencies for a makefile
based upon the source files in a project.
Basically I'd like this program to figure out the dependency lines that
would reside in my makefile based upon all the #include lines in all my .c
and .h files. It would be nice if it handled nested includes.
I have seen one before and it was called makedep -- I think it was a
homebrew or public domain utility. If anybody knows where I might find
this or a similar utility please send me e-mail.
thanks!
-jon goldman
goldman@bert.eecs.uic.edu
[There's certainly been enough makefile updaters floating around the net,
though the ones I've seen tend to know only about C header files. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.