MOOD-SX Rev.0.0 README, June 1995
This directory contains the implementations of list classes used in MOOD-SX. Three kinds of lists are used;
OLIST list which performs reference count on its elements.
The elements must be of derived classes of SHARED. PLIST plane list without reference count; removing an element
destroys it unconditionary.
PRLIST plane "reference" list. removing an element never
destroys it.
All these are template classes derived from OLISTBASE. They have respective iterators OLI, OLIV, PLI, PLIV, PRLI and PRLIV.
To make libocon.a which contains olistbase.o and shared.o, first type
>sh MKSCRIPT <OS> > Makefile
Here <OS> is one of SUN, SYSV, LINUX and FBS. After this, type
> make
