|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T V
Length: 2199 (0x897)
Types: TextFile
Names: »V«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
└─⟦129cab021⟧ »DATA«
└─⟦this⟧
└─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04
└─⟦d65440be7⟧ »DATA«
└─⟦this⟧
with Activity;
procedure Dependency_Analysis
(The_Objects : in String := "<SELECTION>";
Show_Full_Pathnames : Boolean := False;
Show_Dependencies_Only : in Boolean := True;
Process_Specs_Only : in Boolean := False;
Process_Using_Transitive_Closure : in Boolean := False;
Include_Environment_Dependencies : in Boolean := False;
Analyze_Generics_As_Code_Shared : in Boolean := True;
Use_This_Activity : in Activity.Activity_Name := Activity.Nil);
--
-- The_Objects:
--
-- This parameter provides the set of directory objects upon which to
-- perform the dependency analysis. The parameter must resolve to at
-- least one object.
--
-- Show_Full_Pathnames:
--
-- When this parameter is True, all object names will be presented as full
-- pathnames.
--
-- Show_Dependencies_Only:
-- When this parameter is False the units that depend upon The_Object
-- will be shown (in addition to the units that The_Object depends upon --
-- i.e. "withs").
--
-- Process_Specs_Only:
--
-- When this parameter is True, only Ada specs will be included.
--
-- Process_Using_Transitive_Closure:
--
-- When this parameter is True, an object set will be generated using
-- transitive closure rules (i.e. if 'A' depends upon 'B', and 'B' depends
-- upon 'C', then 'A' depends upon 'C', transitively).
--
-- Include_Environment_Dependencies:
--
-- When this parameter is True, Ada specs which are an integral part of
-- the Rational Environment will be included.
--
-- Analyze_Generics_As_Code_Shared;
--
-- When this parameter is True, generic instantiations will be analyzed
-- using a code-sharing model (e.g. as on the R1000).
--
-- When this parameter is False, generic instantiations will be analyzed
-- using a macro in-line expansion model (e.g. as on a VAX).
--
-- Use_This_Activity:
--
-- This parameter allows the client to specify which activity should be
-- used when subsystems are involved. In the default case, the activity
-- is empty and dependency analysis will not cross view boundaries.