

TRC                          3/22/82                          TRC


NAME 
       trc   -   (Software   Tools)  ratfor  preprocess,  fortran
       compile, link & load

SYNOPSIS 
       trc program   ('program.r' assumed, but  the  '.r'  should
       not be specified)

DESCRIPTION 
       TRC  is an extremely simple script file which preprocesses
       the  file  specified  with  the  Software   Tools   ratfor
       preprocessor,  then  compiles  that  output  with  the F77
       compiler, and finally links the program with the  software
       tools library. 
       
       For example, to ready the program 'tool.r' for execution:
               trc tool
       The executable file will be named 'tool'. 

FILES 
       Assuming  that  trc  is called by 'trc program', the files
       used are program.r, program.f, and program. 

SEE ALSO 
       rat4, F77

DIAGNOSTICS 

BUGS/DEFICIENCIES 
       Trc was put together in about 3 seconds.   Someone  should
       write a more complete version... 



























                               -1-


