From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: [Q] Make Dep Date: Mon, 14 Sep 1998 18:00:42 +0300 Organization: NetVision LTD. Lines: 9 Message-ID: References: <01bdde3c$6e4101c0$0bc622c3 AT desktop> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: <01bdde3c$6e4101c0$0bc622c3@desktop> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On 12 Sep 1998, Alan McFarlane wrote: > Is there a DOS/DJGPP utility for making a dependency list for makefiles? A > make make? Should be capable of scanning projects (multiple C/C++ files) > for #include statements. The node in the Make docs called "Automatic Dependencies" describes how to achieve that with GCC and Make.