This directory tree contains the Source Code Analysis Tool Construction
(SCATC) Domain-Specific Kit (DSK), Build 1.  To install it, do the
following (note: it is assumed that GNAT 3.09 is already installed):

  1. Tailor the file SCATC_Get_Architecture (for UNIX) or SCATC_GA.BAT
     (for Windows 95) to contain the directory in which the SCATC DSK resides

  2. Compile the scaflex and scayacc tools in the tools subdirectory
     using the COMPILE scripts

  3. Compile the reusable components in the lib directory using the
     COMPILE script (for UNIX) or by printing out COMPILE.BAT and
     executing the instructions one-at-a-time (for Windows 95 -
     the BAT file won't work under Windows 95 because GNATCHOP
     aborts it)

  4. Place the SCATC_Get_Architecture script in /usr/local/bin or
     the SCATC_GA.BAT script in your PATH

     Place the scaflex and scayacc tools in /usr/local/bin

  5. Make sure the GNAT environment variables ADA_INCLUDE_PATH and
     ADA_OBJECTS_PATH point to the lib directory; on my UNIX system,
     these variables are set in .cshrc as:

# Add GNAT environment variables
setenv ADA_INCLUDE_PATH ":.:/starbase/local/bin/rts:/usr/local/bin/rts:/starbase/local/Reuse_Tapestry/SCATCDSK/lib:/usr/local/Reuse_Tapestry/SCATCDSK/lib:"
setenv ADA_OBJECTS_PATH ":.:/starbase/local/bin/rts:/usr/local/bin/rts:/starbase/local/Reuse_Tapestry/SCATCDSK/lib:/usr/local/Reuse_Tapestry/SCATCDSK/lib:"


