This MandelSpawn distribution should contain the following files (note
that some files are linked to more than one directory):

xms-0.06/README              general information
xms-0.06/INSTALL             how to install xms
xms-0.06/TO_DO               things yet to be done
xms-0.06/COPYING             the GNU General Public License, version 1
xms-0.06/MANIFEST            this file
xms-0.06/ChangeLog           recent changes
xms-0.06/Imakefile           Imakefile for the client only
xms-0.06/noImakefile         rudimentary makefile for imake-less users
xms-0.06/main.c              the main program
xms-0.06/Mama.c              parallelism & general supervisory stuff
xms-0.06/Mama.h               - public header for the above
xms-0.06/MamaP.h              - private header for the above
xms-0.06/Ms.c                graphics & interaction
xms-0.06/Ms.h                 - public header for the above
xms-0.06/MsP.h                - public header for the above
xms-0.06/ms_ipc.h            definitions related to server-client communication
xms-0.06/ms_job.h            definition of a work packet
xms-0.06/ms_real.h           definitions for fixed-point arithmetic
xms-0.06/menu.c              popup menu using the X11R4 SimpleMenu widget
xms-0.06/label.c             underflow error message using Label widget
xms-0.06/xms.man             manual page for the client program
xms-0.06/version.h           current version number
xms-0.06/work.c              work distribution (X independent)
xms-0.06/work.h               - header for the above
xms-0.06/mspawn.c            X independent application code
xms-0.06/mspawn.h             - header for the above
xms-0.06/backward.h          X11R2 backwards compatibility hacks
xms-0.06/dot-mslaves         sample /usr/local/etc/mslaves (or .mslaves) file

bms-0.06/README              general information
bms-0.06/INSTALL             how to install bms
bms-0.06/COPYING             the GNU General Public License, version 1
bms-0.06/MANIFEST            this file
bms-0.06/TO_DO               things yet to be done
bms-0.06/Makefile            makefile for bms
bms-0.06/bms.1               manual page for bms
bms-0.06/bms.c               main program for bms
bms-0.06/ms_ipc.h            definitions related to server-client communication
bms-0.06/ms_job.h            definition of a work packet
bms-0.06/ms_real.h           mathematical functions
bms-0.06/mspawn.c            X independent application code
bms-0.06/mspawn.h             - header for the above
bms-0.06/work.c              work distribution
bms-0.06/work.h               - header for the above
bms-0.06/version.h           current version number

mslaved-0.06/README          general information
mslaved-0.06/INSTALL         how to install mslaved
mslaved-0.06/MANIFEST        this file
mslaved-0.06/COPYING         the GNU General Public License, version 1
mslaved-0.06/TO_DO           things yet to be done
mslaved-0.06/Makefile        makefile for the computation server
mslaved-0.06/ms_ipc.h        definitions related to server-client communication
mslaved-0.06/ms_job.h        definition of a work packet
mslaved-0.06/ms_real.c       mathematical functions
mslaved-0.06/ms_real.h       - definitions for the above
mslaved-0.06/mslaved.c       a sample computation server
mslaved-0.06/mslaved.8        - manual page for the above
mslaved-0.06/mslavedc.c      launcher for mslaved (for those not using inetd)
mslaved-0.06/mslavedc.8       - manual page for the above
mslaved-0.06/enslave         server startup script for those not using inetd
mslaved-0.06/enslave.1        - manual page for the above
mslaved-0.06/dot-enslave     sample .enslave file
mslaved-0.06/version.h       current version number

