This directory contains the runtime support routines used by
the code translator for FastThreads on the Sequent.  To build,
run make on a sequent.

The file built is c2lib.o, but that is not what you want to end up
with.

You need to build two versions, one optimized (-O) and called c2libo.o
and the other with debugger symbols (-g) and called c2libg.o.

These two files must be placed in the directory <codedir>/sequent/code
where <codedir> is the code2 auxiliary files directory as described in
code2's man page.

The process of building c2libo.o and c2libg.o is not automated.  You
must edit the Makefile and change the CDEFS and build twice, renaming
c2lib.o appropriately.

7/21/94 Syed Hyder
The new Makefile does automate the above process.
Additionally, it produces c2dbglibg.o that includes runtime stuff
loaded with the debugger c2udbg.o from code2/debugger/sequent/

The files in this directory now also contain the debugging
support and instrumentation.

8/20/94 Syed Hyder
We have moved the c2dbglibg.o from here to the 
../../debugger/{sequent}. It is made from the
Makefile in  these directories. 