home *** CD-ROM | disk | FTP | other *** search
- The file ABSTRACT.SRC contains the abstractions library from
- Intermetrics. The component files (ABSTRACT.SRC is a Pager source
- file composed of many component files) in ABSTRACT.SRC are stored in
- compilation order. This file further documents the compilation order
- for this component files.
-
- ***********************************************************************
-
- To build the abstractions compile all the abstractions into a
- program library. ABS.CO lists the abstraction file names in
- the correct compilation order for the full set of abstractions.
-
- Files contained in this directory:
-
- ABS.CO -- Compilation order for all abstractions sources
- CLI.DIR -- Directory containing cli abstraction sources
- DAG.DIR -- Directory containing dag abstraction sources
- DARRAY.DIR -- Directory containing darray abstraction sources
- FILEMGR.DIR -- Directory containing filemgr abstraction sources
- HASH.DIR -- Directory containing hash abstraction sources
- HOSTDEP.DIR -- Directory containing hostdep abstraction sources
- LEX.DIR -- Directory containing lex abstraction sources
- LISTS.DIR -- Directory containing lists abstraction sources
- MAPPING.DIR -- Directory containing mapping abstraction sources
- PARSER.DIR -- Directory containing parser abstraction sources
- PGFILE.DIR -- Directory containing pgfile abstraction sources
- SCANNER.DIR -- Directory containing scanner abstraction sources
- SET.DIR -- Directory containing set abstraction sources
- SORT.DIR -- Directory containing sort abstraction sources
- STACK.DIR -- Directory containing stack abstraction sources
- STRING.DIR -- Directory containing string abstraction sources
- TREES.DIR -- Directory containing trees abstraction sources
-
- Each abstraction directory contains source files for that
- abstraction, a .co file which lists the file names in the correct
- compilation order for that particular abstraction, and a statement
- count file containing the statement count and line count for each
- source file.
-
- For example, cli.dir contains:
-
- CLI.SPC -- Main procedure for cli abstraction (specification)
- CLI.BDY -- Main procedure for cli abstraction (body)
- CLI.CO -- Compilation order for cli sources
- CLI.CNT -- Statement counts and line counts for cli source files
-
- Note: the compilation order for individual abstractions may no
- longer be valid when compiling multiple abstractions. Use of
- the compile order tool will give the correct compilation order
- for any subset of the list of abstractions.
-
-