Building this package takes just
	configure; gmake

Features that configure cannot find on your system
will be ignored in the build, leaving a working
subset of the package.

In particular, java, javadoc, doc++, and doxygen
are all optional. Only the c++ spec is non-optional.
The documentation targets will issue an Error(ignored)
if doc tools are not found. As the source and include
files are intended to be self-explanatory (as needed
from a specification) the generated documentation is
strictly optional. The online version of the docs can
usually be found somewhere in the neighborhood of
	http://z.ca.sandia.gov/~baallan/drafts

The java targets vanish if configure does not find java.
	configure  --with-jdk12=/your/java/home
if configure does not find the correct java by default.

To build and use this package in its full glory requires:
	a modern c++ compiler supporting namespaces
	java 1.2 or later
	doxygen with or without graphviz
	doc++


