Mail Archives: djgpp/2002/03/26/00:55:57
On Mon, 25 Mar 2002, deckerben wrote:
> > "info gcc" should eventually lead you where you want to go. gcc
> > is inherently command line driven, as is gnu make, etc. I suspect
> > "info make rules automatic" might be more productive.
>
> Good tip. The GCC section was more appropriate for my needs, but it was
> somewhat abstract. I *might* require a command line soltion that can be
> executed from GCC to create a single dependency file for an entire directory
> of files. There were no examples how to do this. Only a couple of obscure
> comments.
There's a full-blown command in the GNU Make manual: once inside the Info
reader, type "i make depend", hit [Enter], and read there.
- Raw text -