Installation procedures:

(1) Set environment variable HOSTTYPE to one of:
		sun4, sun3, pmax, encore, onemax

(2) Using GNUmake, execute:

	% gnumake -k config

(3) Edit Obj-g++-$(HOSTTYPE)/GNUmakefile.host, changing anything that
    sounds good.

(4) Compile

	% gnumake -k depend
	% gnumake 

Note that things are set up to update dependence information each time
you compile. You may need to compile things with -k once to get the
dependence information built.

(5) Test. If it runs, it works. :-)
	% gnumake -k examples

(6) install via 
	% gnumake install

See Overview.txt for more details.
