|  | 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: B T
    Length: 1135 (0x46f)
    Types: TextFile
    Names: »B«
└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
    └─⟦fc9b38f02⟧ »DATA« 
        └─⟦8e9e227a9⟧ 
            └─⟦this⟧ 
separate (Release)
package body Apus_Aux4_0 is
begin
    Keyboard :=  
       (Name       => Hs ("XApUs"),  
        Id         => Xapus_Id,  
        Comment1   => Hs ("Apple; keyboard ??; model ??"),
        Comment2   => null,
        R1000_Dir  => Hs ("X_Aux4_0"),
        Source_Dir => Hs ("Src_Hpux7_0"), -- Shares source with the HP.
        Lines      => 40,  
        Columns    => 80,  
        Tt_Extra   => null,
        Has_Source => True);
    Recognition :=  
       (File_Type                  => Text,  
        Master_File | Install_File => Hs ("_rcg.h"));
    Install :=  
       new File_Info_Array'  
              (
               (File_Type                 => Text,  
               Master_File | Install_File => Hs ("Makefile")),
               (File_Type                  => Binary,  
                Master_File | Install_File => Hs ("rxi-backup"))  
               );
    Source :=  
       new File_Info_Array'  
              (
               1 => (File_Type                   => Text,  
                      Master_File | Install_File => Hs ("Makefile.Apple"))
               );
end Apus_Aux4_0;