This directory contains a bunch of sample algorithms and
their animations.  Essentially, each animation (xxx) has five
components:

1. xxx.anim	% the control file
2. msgxxx	% the driving program with embedded MSG algo ops
3. xxx.c	% the driving program that needs to be run under dbgtango
4. xxxscenes.c	% the tango animation code and scenes
5. xxx.in	% a sample input file

I've set up sample make requirements for the bpack animation in
the Makefile.  If you're on a sun, there are some generic make
commands too.

Browsing through this directory is a good way to become familiar
with designing animations under TANGO.

Note: there are a few different sorting algorithms in here as
well as a few different sorting views.	In their cases the xxx's
may not match up, i.e., you might want to say "tango pilesort"
and "msgbsort."

ps. There is a file called "doscript" that can be run to generate
everything you need.

pps. Make sure on a mips machine (DEC 3100) that you compile all
animation scene files (ones that get dynamically loaded) with the
"-G 0" option instead of the "-g" option.
