This directory contains the runtime support routines used by
the code translator for generic sequential UNIX machines.

Debugging instrumentation is also incorporated in the runtime.

Makefile produces two .o files:
One is compiled with -O flag; c2libo.o
The other is compiled with -g flag: c2libg.o
These three 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.



All the files here also are used by the debugger.
=====================================
Finally, there is another one compiled with the debugger stuff
from code2/debugger/serial/*.o: This one is c2dbglibg.o
This file is now made by the make file in ../../debugger/{serial,sequent}
Before making any changes to the routines here, please check with
the debugger too!
8/20/94
removed the making of c2dbglibg.o from here. It is now made
in code2/debugger/serial.



