#
#    SCCS ID: %Z%%M% %I% %E% SST 
#
#    Copyright (c) 1992-1993 Mark Soloway.  All rights reserved.
#    See SST_LEGAL_NOTICE file for terms of the license.
#

To make the examples in SVR4, you need to define the following
environment variable:

	setenv SVR4_SYMBOLS "-DSYSV -DSVR4"

If your UIT build was done with NO_XVPS defined, then you
must define it in UIT_SYMBOLS:

	setenv UIT_SYMBOLS "-DNO_XVPS"

To use the CC compiler command:

	make examples

To use the g++ compiler command:

	make examples_g++

***************
*** WARNING ***
***************
The Objects/Tree example uses ToolTalk object oriented messaging.
The object oriented messaging in ToolTalk 1.0 ss buggy.  The Objects/Tree
demo runs best on ToolTalk 1.1 and later releases.
