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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a264b2f96d7b6f74 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-22 09:31:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.airnews.net!cabal12.airnews.net!usenet From: "John R. Strohm" Newsgroups: comp.lang.ada Subject: Re: ada project dependency tree Date: Sat, 22 Feb 2003 11:13:16 -0600 Organization: Airnews.net! at Internet America Message-ID: X-Orig-Message-ID: References: <3e56861a$1_1@news.arrakis.es> Abuse-Reports-To: abuse at airmail.net to report improper postings NNTP-Proxy-Relay: library2.airnews.net NNTP-Posting-Time: Sat Feb 22 11:29:43 2003 NNTP-Posting-Host: !\4O%1k-X$lUp3Y (Encoded at Airnews!) 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:34429 Date: 2003-02-22T11:13:16-06:00 List-Id: "alfonso acosta" wrote in message news:3e56861a$1_1@news.arrakis.es... > Is there an applicatoin which generates a dependency tree from a set of > ada files? Maybe I'm overly optimistic, but I would expect this, or something like it, to exist in every real Ada toolset, based on my recollection that MIL-STD-1815A (and the subsequent ANSI/MIL standards) require the compiler to verify that it is working from a consistently-compiled database (i.e., everything that with's everything else was compiled in a correct order). This implies a dependency tree in the database.