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=-1.8 required=5.0 tests=BAYES_00,PLING_QUERY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,2f6e39a9d25bcd8b X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!feeder.erje.net!nuzba.szn.dk!news.jacob-sparre.dk!pnx.dk!jacob-sparre.dk!ada-dk.org!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: how to organize source code for a complete software? Thanks! Date: Mon, 10 Oct 2011 17:12:27 -0500 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1318284753 32428 69.95.181.76 (10 Oct 2011 22:12:33 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Mon, 10 Oct 2011 22:12:33 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 Xref: g2news1.google.com comp.lang.ada:21358 Date: 2011-10-10T17:12:27-05:00 List-Id: "Paul Colin Gloster" wrote in message news:alpine.LFD.2.00.1110101413140.20260@localhost.localdomain... >> Jinsong Zhao sent on October 10th, 2011: >> Oops, I have seen *.ada somewhere, but I don't recall it... > That is not a mistake. There are compilers which support *.ada. Pretty much any Ada compiler will support .ada, as that is the native extension of (most of) the ACATS tests. A compiler could rename all of the tests, but it is a lot easier to support processing that extension. Other ACATS tests use .dep, .a, and .tst -- so most Ada compilers allow arbitrary extensions. (The default extensions, important for tools like Gnatmake, are a different story, and differ between some compilers.) Randy.