--------------------------------------------------------------------------------

Copyright (c) 1992, by

   Emanuel G. (Manny) Noik
   noik@db.toronto.edu

--------------------------------------------------------------------------------

This program is adapted from code originally obtained from watcgl.waterloo.edu,
and can be used to generate stroke output for the GL graphics library,
Postscript, and a UofT Dept CS local Unix program called graph3d (which is
capable of generating Unix plot output).

This directory contains the following files:

	Makefile		- top level makefile
	README			- this file
	base.config		- base configuration file
	fonts/			- Hershey font libraries
	include/		- include files
	lib/			- binaries
	make.generic		- generic make definitions
	rs6000.config		- definitions for IBM RS6000 architectures
	sparc.config		- definitions for Sun Sparc architectures
	src/			- source code
	tar.exclude		- files to be excluded when tar'ing

The make commands supported are:

	build	- this is the default and is used to compile the source code
		  and to build the binaries
	clean	- removes all binary files
	tar	- tars this distribution and compresses the resulting tar file

To build the binaries:

	1. In the base.config file, uncomment the version that you wish to
	   build.
	2. Type 'make' or 'make build'.

Each subdirectory under src/ contains a test program called 'test'.
Use these programs as examples of how the Hershey output is produced.

--------------------------------------------------------------------------------

Send comments and questions to noik@db.toronto.edu.

--------------------------------------------------------------------------------
