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

  1.  
  2.  
  3.                     Comments on Porting 
  4.                       Source Formatter
  5.                       by Intermetrics
  6.                          to DEC Ada
  7.  
  8.                                                      Tool 5_1_1
  9.                                                      July 23, 1985
  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 source formatter
  24.   provided in PRETTY.CO.  The files named in PRETTY.CO were
  25.   compiled into a subdirectory whose parent contained the abstractions.
  26.      
  27.   We were able to recompile the source formatter without any changes.
  28.      
  29.  
  30.      
  31. EXECUTION
  32. ---------
  33.   We were able to execute the formatter.   
  34.  
  35.  
  36.