Examples README
April 25, 1996
Dave Beazley
-------------------------------------------------------------

This directory contains a few examples for all of the currently
supported target languages.  Unfortunately, this directory is far from
complete.  Primarily it contains the examples from the user manual.
If you have a cool example that you'd like to share, let me know.

How to run
----------
Each subdirectory (ie. tcl, perl4, python, etc...) contains a master
Makefile.  Edit this makefile to point to the location of include and
library files.  Each example is then contained in a separate
subdirectory.  Go into the directory for each example and run make
there.

Assuming you have edited the master Makefile correctly for each target
language, all of the examples should compile on your machine.  Look at
the README files associated with each example to see how to run it.

Note 
----
The SWIG examples are extremely rough at this point.  You may have to
play around with the Makefiles in order to get things to compile
properly on your machine.   I'm working on coming up with a better
approach, but these things take time....

Changes
-------

4/25  : Added tcl7.5 examples subdirectory.  



