X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "deckerben" Newsgroups: comp.os.msdos.djgpp References: <3c9f454d$0$4035$9b622d9e AT news DOT freenet DOT de> <3C9F7540 DOT A8B0707E AT yahoo DOT com> <3c9f8b97$0$4074$9b622d9e AT news DOT freenet DOT de> <3C9F95A1 DOT 49832E2A AT yahoo DOT com> Subject: Re: include depend Date: Mon, 25 Mar 2002 23:50:14 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Lines: 15 Message-ID: <3c9fa63d$0$342$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.6.122.92 X-Trace: 1017095742 news.freenet.de 342 213.6.122.92 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > "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. Thanks anyway. Ben