comp.lang.ada
 help / color / mirror / Atom feed
From: dog.ee.lbl.gov!overload.lbl.gov!agate!howland.reston.ans.net!newsserver.j
Subject: Re: Ada compile ordering routine
Date: 17 May 93 19:07:01 GMT	[thread overview]
Message-ID: <1993May17.190701.21994@aplcen.apl.jhu.edu> (raw)

In <1993May17.090208.1@sep.vitro.com> terrda@sep.vitro.com writes:

>Need to compile 100+ Ada modules on a VAX and was wondering if there
>was a DCL procedure or whatever that would create a DCL procedure to
>assist in compiling the modules in the correct order.  I'd settle for
>a routine that would generate the order if that's available.
>Any help would be appreciated.

Here it is:

Assuming the ada files are in the current working directory:

$ ACS LOAD *.ADA
$ ACS RECOMPILE/LOG *

That's it.  It does on very rare occasions involving complicated generics
require a repitition of the last line.  If you want to see the order it 
compiled them, try 

$ACS RECOMPILE/COMMAND=[]COMPILE_EVERYTHING.COM 

and it will generate a command file for you rather than actually doing the
recompile.

You can also do the original two lines (load/recompile) and then do

$ ACS SHO PROGRAM/OUT = CLOSURE.LIST  

if you just want to see dependencies.  
There are other options.

Good luck,

--Thor
dlc@ddsdx2.jhuapl.edu

             reply	other threads:[~1993-05-17 19:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1993-05-17 19:07 dog.ee.lbl.gov!overload.lbl.gov!agate!howland.reston.ans.net!newsserver.j [this message]
  -- strict thread matches above, loose matches on Subject: below --
1993-05-18 18:18 Ada compile ordering routine psinntp!psinntp!vitro.com!vitro.com!terrda
1993-05-18 18:27 Step he Leake
1993-05-19 18:58 aio!usenet
1993-05-19 19:16 aio!usenet
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox