X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Anthony" Newsgroups: comp.os.msdos.djgpp Subject: How can I create a makefile automatically? Date: Thu, 26 Feb 2004 15:05:23 +0300 Organization: Radio-MSU NOC, Moscow State University Lines: 11 Message-ID: NNTP-Posting-Host: integra.rmt.ru X-Trace: alpha2.radio-msu.net 1077797125 121 81.13.30.150 (26 Feb 2004 12:05:25 GMT) X-Complaints-To: usenet AT radio-msu DOT net NNTP-Posting-Date: Thu, 26 Feb 2004 12:05:25 +0000 (UTC) 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 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello When I create a project which has several source files, libs etc, is there an easy way to generate a makefile for it? I know I can run a gcc -MM for each file and save output, add some optional entries for 'make release', 'make debug', ... by hands. But may be there are some tools that can do it for me? I know I can export makefile in RHIDE, but I'm looking for a kind of command-line script that I can use in MultiEdit. Thanks for any hints. Anthony.