DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ B T

⟦c363bee50⟧ TextFile

    Length: 2891 (0xb4b)
    Types: TextFile
    Names: »B«

Derivation

└─⟦25882cbde⟧ Bits:30000536 8mm tape, Rational 1000, RCI_RS6000_AIX_IBM 2_0_2
    └─ ⟦b8efda8ac⟧ »DATA« 
        └─⟦7061b4ee8⟧ 
            └─⟦this⟧ 

TextFile

with Log;
with Profile;
with Batch_Interface;  
with Batch_Extensions_Support;
with Debug_Tools;
with Job_Segment;
with Library_Interface;
with Target_Dependent_Interface;
with Unit_Interface;
with Utilities;
package body Batch_Extensions is

    package Bi renames Batch_Interface;
    package Dt renames Directory_Tools;
    package Du renames Utilities.Directory_Utilities;
    package Li renames Library_Interface;
    package Naming renames Directory.Naming;
    package Object_Set renames Directory.Object_Set;
    package Tdi renames Target_Dependent_Interface;
    package Ui renames Unit_Interface;

    package Bes renames Batch_Extensions_Support;

    Generate_Batch_Compile_Commands : Boolean := False;

    procedure Build_Script_Preprocess
                 (Compilation_Script_File : Io.File_Type;
                  Move_Script_File : Io.File_Type;
                  Build_Via_Tape : Boolean;
                  Host_Units : Directory_Tools.Object.Iterator;
                  Link_Main_Units : Boolean;
                  Remote_Machine : String;  
                  Remote_Connection : Remote_Command_Interface.Context;
                  Status : in out Simple_Status.Condition) is separate;

    procedure Build_Script_Postprocess
                 (Compilation_Script_File : Io.File_Type;
                  Move_Script_File : Io.File_Type;
                  Build_Via_Tape : Boolean;
                  Host_Units : Directory_Tools.Object.Iterator;
                  Link_Main_Units : Boolean;
                  Remote_Machine : String;  
                  Remote_Connection : Remote_Command_Interface.Context;
                  Status : in out Simple_Status.Condition) is separate;

    procedure Execute_Script_Preprocess
                 (Host_Script_Unit : Directory.Object;
                  Remote_Script_File : String;
                  Remote_Connection : Remote_Command_Interface.Context;
                  Status : in out Simple_Status.Condition) is separate;


    procedure Execute_Script_Postprocess
                 (Host_Script_Unit : Directory.Object;
                  Remote_Script_File : String;
                  Remote_Connection : Remote_Command_Interface.Context;
                  Status : in out Simple_Status.Condition) is separate;


    procedure Upload_Associated_Files_Preprocess
                 (Units : Directory_Tools.Object.Iterator;
                  Remote_Machine : String;
                  Remote_Connection : Remote_Command_Interface.Context;
                  Status : in out Simple_Status.Condition) is separate;


    procedure Upload_Associated_Files_Postprocess
                 (Units : Directory_Tools.Object.Iterator;
                  Remote_Machine : String;
                  Remote_Connection : Remote_Command_Interface.Context;
                  Status : in out Simple_Status.Condition) is separate;


end Batch_Extensions;