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

⟦2c156d559⟧ TextFile

    Length: 927 (0x39f)
    Types: TextFile
    Names: »B«

Derivation

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

TextFile

separate (Compilation_Extensions)
function Build_Default_Target_Name
            (Host_Unit : Directory.Object;
             Suffix_Type : Target_Dependent_Interface.Suffix_Type;
             Serial_Number : Positive) return String is
    Dir_Name : constant String :=
       Library_Interface.Remote_Directory
          (Directory.Naming.Get_Full_Name (Host_Unit)).Result;
begin

    Log.Put_Line (Message => "build_default_target_name ( host_unit =>" &
                                Directory.Naming.Get_Simple_Name (Host_Unit) &
                                ",suffix_type => " &
                                Target_Dependent_Interface.Suffix_Type'Image
                                   (Suffix_Type) &
                                ",serial_number => " &
                                Integer'Image (Serial_Number),
                  Kind => Profile.Debug_Msg);
    return "";
end Build_Default_Target_Name;