home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / order / compord.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.5 KB  |  74 lines

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Compilation Order Requirements Report
  4. -- Version      : 1.0
  5. -- Author       : Bill Toscano, Michael Gordon
  6. --              : Intermetrics, Inc, 
  7. --              : 733 Concord Ave, 
  8. --              : Cambridge, MA 02138 
  9. --              : Contact: Lt. Colonel Falgiano
  10. --              : ESD/SCW
  11. --              : Hanscom AFB, MA  01731
  12. -- DDN Address  :
  13. -- Copyright    : (c) 1985 Intermetrics, Inc. 
  14. -- Date created : 15 October 1985 
  15. -- Release date : 18 March 1985 
  16. -- Last update  : 17 March 1985   
  17. -- Machine/System Compiled/Run on :
  18. --                                                           -*
  19. ---------------------------------------------------------------
  20. --                                                           -*
  21. -- Keywords     : compilation order
  22. ----------------:
  23. --
  24. -- Abstract     : The Compilation Order Requirements Report computes a     
  25. ----------------: proper compilation order for given Ada source files.  It     
  26. ----------------: then generates a report showing the computed compilation     
  27. ----------------: order and outputs it to the default output file.              
  28. ----------------: 
  29. ----------------: This tool was developed as a precursor for 
  30. ----------------: the WMCCS Information System (WIS).  An
  31. ----------------: executable version of the tool has been 
  32. ----------------: demonstrated.  This source code has sub-
  33. ----------------: sequently been recompiled but has not under-
  34. ----------------: gone extensive testing.
  35. ----------------:
  36. --                                                           -*
  37. ------------------ Revision history ---------------------------
  38. --                                                           -*
  39. -- DATE         VERSION AUTHOR                  HISTORY 
  40. -- 03/85        1.0  Bill Toscano               Initial Release 
  41. --                                                           -* 
  42. ------------------ Distribution and Copyright -----------------
  43. --                                                           -*
  44. -- This prologue must be included in all copies of this software.
  45. -- 
  46. -- This software is copyright by the author.
  47. -- 
  48. -- This software is released to the Ada community.
  49. -- This software is released to the Public Domain (note:
  50. --   software released to the Public Domain is not subject
  51. --   to copyright protection).
  52. -- Restrictions on use or distribution:  NONE
  53. --                                                           -*
  54. ----------------- Disclaimer ----------------------------------
  55. --                                                           -*
  56. -- This software and its documentation are provided "AS IS" and
  57. -- without any expressed or implied warranties whatsoever.
  58. --
  59. -- No warranties as to performance, merchantability, or fitness
  60. -- for a particular purpose exist.
  61. --
  62. -- Because of the diversity of conditions and hardware under
  63. -- which this software may be used, no warranty of fitness for
  64. -- a particular purpose is offered.  The user is advised to 
  65. -- test the software thoroughly before relying on it.  The user
  66. -- must assume the entire risk and liability of using this 
  67. -- software.
  68. --
  69. -- In no event shall any person or organization of people be
  70. -- held responsible for any direct, indirect, consequential
  71. -- or inconsequential damages or lost profits.
  72. --                                                          -*
  73. ----------------- END-PROLOGUE -------------------------------
  74.