%% This directory contains source code and documentation for the
%% checksum program developed by Robert Solovay; the README file gives
%% further details.

Makefile		-- UNIX Makefile
SMakefile		-- AMIGA Makefile
README			-- program description
checksum.c		-- C source code of checksum utility
checksum.ch		-- C-Web change file for checksum.w
checksum.eok		-- spelling exception list
checksum.idx		-- variable name index file for checksum.tex
checksum.man		-- UNIX nroff man pages
checksum.scn		-- section index file for checksum.tex
checksum.tex		-- TeX documentation
checksum.toc		-- table of contents
checksum.txt		-- ASCII output of "nroff -man checksum.man"
checksum.w		-- C-Web source code
index			-- this file
polynom.c		-- C source code of polynomial generator
polynom.ch		-- C-Web change file for polynom.w
polynom.eok		-- spelling exception list
polynom.idx		-- variable name index file for polynom.tex
polynom.scn		-- section index file for polynom.tex
polynom.tex		-- TeX documentation
polynom.toc		-- table of contents
polynom.w		-- C-Web source code
test.new		-- correct output of "checksum test.org test.new"
test.org		-- input test file for checksum

alphavms/		-- DEC Alpha OpenVMS subdirectory
alphavms/README		-- installation instructions
alphavms/chksm.exe	-- Alpha OpenVMS executable program
alphavms/chksm.hlp	-- Alpha OpenVMS help file
alphavms/checksum.c	-- C source code of checksum utility
alphavms/checksum.obj	-- Alpha OpenVMS object file to allow relinking
alphavms/index		-- description of this subdirectory
alphavms/polynom.obj	-- Alpha OpenVMS object file to allow relinking
alphavms/vmsmake.com	-- Alpha OpenVMS DCL command file to compile, link, and
			   test chksum

ibmpcdos/		-- IBM PC DOS subdirectory
ibmpcdos/checksum.c	-- C source code (with <CR><LF> line terminators)
ibmpcdos/checksum.exe	-- PC DOS executable program
ibmpcdos/test.new	-- correct output of "checksum test.org test.new"
ibmpcdos/test.org	-- input test file for checksum

vaxvms/			-- DEC VAX VMS subdirectory
vaxvms/README		-- installation instructions
vaxvms/chksm.exe	-- VAX VMS executable program
vaxvms/chksm.hlp	-- VAX VMS help file
vaxvms/checksum.c	-- C source code of checksum utility
vaxvms/checksum.obj	-- VAX VMS object file to allow relinking
vaxvms/index		-- description of this subdirectory
vaxvms/polynom.obj	-- VAX VMS object file to allow relinking
vaxvms/vmsmake.com	-- VAX VMS DCL command file to compile, link, and
			   test chksum
