From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,31c0457c1c47fc2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-20 04:19:08 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!cleanfeed.casema.net!leda.casema.net!isdnet!wanadoo.fr!not-for-mail From: "Bertrand Augereau" Newsgroups: comp.lang.ada Subject: Re: Have you ever had a bug caused by... Date: Sat, 20 Oct 2001 13:20:40 +0200 Organization: Wanadoo, l'internet avec France Telecom Message-ID: <9qrmjb$pft$1@wanadoo.fr> References: <27085883.0110191714.784d3d25@posting.google.com> <3BD0DD8D.E05F85BC@worldnet.att.net> <9qrfc30rvj@drn.newsguy.com> Reply-To: "Bertrand Augereau" NNTP-Posting-Host: afontenayssb-103-1-3-196.abo.wanadoo.fr X-Trace: wanadoo.fr 1003576747 26109 217.128.201.196 (20 Oct 2001 11:19:07 GMT) X-Complaints-To: abuse@wanadoo.fr NNTP-Posting-Date: 20 Oct 2001 11:19:07 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:14960 Date: 2001-10-20T11:19:07+00:00 List-Id: > In the world of C/C++ and even Java, this problem is so common. Makefiles > are used to try to prevent this, but for anything more complex than a > simple project, very few programmers know enough about Makefiles to > get all the dependencies done right. gnatmake does all this work for > you. I think gnatmake is compiler specific, so you can say that running the gnu preprocessor with flag -M would generate a Makefile for a set of C or C++ sources, which is almost equivalent.