home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / misc / abstract.co < prev    next >
Encoding:
Text File  |  1988-05-03  |  2.6 KB  |  52 lines

  1.     The file ABSTRACT.SRC contains the abstractions library from
  2. Intermetrics.  The component files (ABSTRACT.SRC is a Pager source
  3. file composed of many component files) in ABSTRACT.SRC are stored in
  4. compilation order.  This file further documents the compilation order
  5. for this component files.
  6.  
  7. ***********************************************************************
  8.  
  9.    To build the abstractions compile all the abstractions into a 
  10.    program library.  ABS.CO lists the abstraction file names in 
  11.    the correct compilation order for the full set of abstractions.
  12.  
  13.    Files contained in this directory:
  14.  
  15.    ABS.CO       -- Compilation order for all abstractions sources
  16.    CLI.DIR      -- Directory containing cli abstraction sources
  17.    DAG.DIR      -- Directory containing dag abstraction sources
  18.    DARRAY.DIR   -- Directory containing darray abstraction sources
  19.    FILEMGR.DIR  -- Directory containing filemgr abstraction sources
  20.    HASH.DIR     -- Directory containing hash abstraction sources
  21.    HOSTDEP.DIR  -- Directory containing hostdep abstraction sources
  22.    LEX.DIR      -- Directory containing lex abstraction sources
  23.    LISTS.DIR    -- Directory containing lists abstraction sources
  24.    MAPPING.DIR  -- Directory containing mapping abstraction sources
  25.    PARSER.DIR   -- Directory containing parser abstraction sources
  26.    PGFILE.DIR   -- Directory containing pgfile abstraction sources
  27.    SCANNER.DIR  -- Directory containing scanner abstraction sources
  28.    SET.DIR      -- Directory containing set abstraction sources
  29.    SORT.DIR     -- Directory containing sort abstraction sources
  30.    STACK.DIR    -- Directory containing stack abstraction sources
  31.    STRING.DIR   -- Directory containing string abstraction sources
  32.    TREES.DIR    -- Directory containing trees abstraction sources
  33.    
  34.    Each abstraction directory contains source files for that
  35.    abstraction, a .co file which lists the file names in the correct
  36.    compilation order for that particular abstraction, and a statement
  37.    count file containing the statement count and line count for each 
  38.    source file.
  39.  
  40.    For example, cli.dir contains:
  41.  
  42.    CLI.SPC -- Main procedure for cli abstraction (specification)
  43.    CLI.BDY -- Main procedure for cli abstraction (body)
  44.    CLI.CO  -- Compilation order for cli sources
  45.    CLI.CNT -- Statement counts and line counts for cli source files
  46.  
  47.    Note: the compilation order for individual abstractions may no 
  48.    longer be valid when compiling multiple abstractions.  Use of
  49.    the compile order tool will give the correct compilation order
  50.    for any subset of the list of abstractions.
  51.  
  52.