This directory contains the Mathematica packages which implement the
link between the graphics program and Mathematica.  They are:

MathPipe.m.tpl:
	This is a template for MathPipe.m, which is the lowest level
	of the connection.  It implements the interface to the relay
	program mathpipe.c.  This file is distributed in template form
	because it needs to know the exact pathname of the 'mathpipe'
	executable.  Use the Makefile to create a copy MathPipe.m
	containing the pathname appropriate for your system.

ExternalGraphis.m.tpl:
	A template for ExternalGraphics.m, which defines the
	meta-language for setting up communication with the graphics
	program.  This file is distributed in template form because it
	needs to know the exact pathname of the 'mathpipe' executable.
	Use the Makefile to create a copy ExternalGraphics.m
	containing the pathname appropriate for your system.

GraphicsNames.m:
	Package for managing correspondence between user names
	and graphics names.
