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,FREEMAIL_FROM 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-21 18:49:05 PST Date: Sat, 22 Feb 2003 03:47:35 +0100 From: alfonso acosta User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021226 Debian/1.2.1-9 X-Accept-Language: es-es, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: ada project dependency tree References: <3e56861a$1_1@news.arrakis.es> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 213.9.251.80 Message-ID: <3e56e542$1_1@news.arrakis.es> X-Trace: caladan.arrakis.es 1045882178 213.9.251.80 (22 Feb 2003 03:49:38 +0100) Organization: Arrakis Servicios y Comunicaciones SLU Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-ge.switch.ch!news.rediris.es!bashful.rediris.es!nsnmrro1-lo.nuria.telefonica-data.net!caladan.arrakis.es Xref: archiver1.google.com comp.lang.ada:34408 Date: 2003-02-22T03:47:35+01:00 List-Id: Stephen Leake wrote: > alfonso acosta writes: > > >>hi: >> >>Is there an applicatoin which generates a dependency tree from a set >>of ada files? > > > Depends on exactly what you mean by "dependency tree". > > GNAT provides the utility gnatxref, which probably does what you want. > By dependency tree I meant a graphical representation of package dependencies in a project. Thanks