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

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --                                                           -*
  4. -- Unit name    : CONSTRUCT and CREATE_CO
  5. -- Version      : 841201
  6. -- Author       : Mitre Corp.
  7. -- DDN Address  : wis_ada at mitre
  8. -- Copyright    :
  9. -- Date created : 10 NOV 84
  10. -- Release date : 15 DEC 84
  11. -- Last update  : 21 JAN 85
  12. -- Machine/System Compiled/Run on : Intellimac 7000M
  13. --               :                   UNIX
  14. --               :                   Telesoft unvalidated
  15. --                                                           -*
  16. ---------------------------------------------------------------
  17. --                                                           -*
  18. -- Keywords     :  Automatic Compilation, Compilation Order,
  19. --                 Configuration Management, Dependency Graph
  20. --                 Scan Ada Source for withs and separates
  21. ----------------:
  22. --
  23. -- Abstract     :  
  24. --         The function of Construct is to perform the minimal number
  25. --    of system commands to bring a project up to date given that
  26. --    changes to project files have occurred.  If a project is already
  27. --    up to date, Construct will indicate this and no commands will be
  28. --    performed.  Construct can also be used to supply descriptive
  29. --    information in the form of dependency graphs and name lists of
  30. --    project files.
  31. --
  32. --         Create_CO reads a set of Ada source code files and creates
  33. --    a configuration object which describes the dependencies that
  34. --    exist among the files.  The configuration object is formatted so
  35. --    that it may be read by Construct.  In determining dependencies,
  36. --    Create_CO observes the filenaming conventions of the TeleSoft
  37. --    Ada compiler (i.e., filename extensions of .text, .sym, .code)
  38. --    and the compiler's language restriction that specifications and
  39. --    bodies of Ada packages reside in the same file.
  40. ----------------:  
  41. --                                                           -*
  42. ------------------ Revision history ---------------------------
  43. --                                                           -*
  44. -- DATE      VERSION AUTHOR        HISTORY
  45. -- 12/15/84  841201  Mitre Corp    Initial Release
  46. -- 01/21/85  841201  Mitre Corp    Converted subfile headers
  47. --                                 into Ada comments
  48. --                                                           -*
  49. ------------------ Distribution and Copyright -----------------
  50. --                                                           -*
  51. -- This prologue must be included in all copies of this software.
  52. --
  53. -- This software is released to the Public Domain (note:
  54. --   software released to the Public Domain is not subject
  55. --   to copyright protection).
  56. --
  57. -- Restrictions on use or distribution:  Although there are
  58. --      no current plans to provide maintenance for CONSTRUCT
  59. --      or CREATE_CO, we would appreciate your reporting
  60. --      problems and experiences to:
  61. --              
  62. --                wis_ada at mitre (net address)
  63. --
  64. --      or call at:
  65. --
  66. --                (703)  883-7697
  67. --                                                           -*
  68. ------------------ Disclaimer ---------------------------------
  69. --                                                           -*
  70. -- This software and its documentation are provided "AS IS" and
  71. -- without any expressed or implied warranties whatsoever.
  72. -- No warranties as to performance, merchantability, or fitness
  73. -- for a particular purpose exist.
  74. --
  75. -- Because of the diversity of conditions and hardware under
  76. -- which this software may be used, no warranty of fitness for
  77. -- a particular purpose is offered.  The user is advised to
  78. -- test the software thoroughly before relying on it.  The user
  79. -- must assume the entire risk and liability of using this
  80. -- software.
  81. --
  82. -- In no event shall any person or organization of people be
  83. -- held responsible for any direct, indirect, consequential
  84. -- or inconsequential damages or lost profits.
  85. --                                                           -*
  86. -------------------END-PROLOGUE--------------------------------
  87.  
  88.