home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / style / stnd.cmm < prev    next >
Encoding:
Text File  |  1988-05-03  |  1.3 KB  |  35 lines

  1.  
  2.  
  3.                      Comments on Porting
  4.                       Standards Checker
  5.                       by Intermetrics
  6.                          to DEC Ada
  7.                                                                Tool 6_2 
  8.                                                                23 July 85
  9.      
  10. COMPILATION
  11. -----------
  12.   This tool requires additional support routines.  Intermetrics 
  13.   released these support routines in one large file which was
  14.   designed to be used by several of their tools.  This file is 
  15.   referred to as ABSTRACTIONS.SRC or ABS.SRC.  It is necessary
  16.   to compile these files in order to compile the tool.  Please 
  17.   consult the files associated with this tool to obtain the 
  18.   location of the ABSTRACTIONS file.
  19.  
  20.   Two VMS command files were created.  The first was used to compile all
  21.   abstractions into a parent directory.  The order for this compilation
  22.   was obtained from the file ABS.CO.  The second command file was created
  23.   from the ordered list of compilation units for the standards checker
  24.   provided in STANDARDS.CO.  The files named in STANDARDS.CO were
  25.   compiled into a subdirectory whose parent contained the abstractions.
  26.      
  27.   We were able to recompile the standards checker without any changes.
  28.      
  29.  
  30.      
  31. EXECUTION
  32. ---------
  33.   We were able to execute the standards checker.
  34.  
  35.