
@(#)FILES 1.13 94/01/27

This file describes all the files that make up the Reve distribution.

Main directory - various.
-------------------------
CHANGES                     - Change history.
FILES                       - What you're reading now.
Imakefile                   - Imakefile for the X11/Motif version of reve.
Makefile.dist               - Master Makefile to build reve on Unix systems.
README                      - Describes what reve is, and how to get started.
Reve.ad                     - List of reve X resource application defaults.
TODO                        - Bugs and suggested enhancements. Volunteers?
reve.edgetable              - The Reve edge stability table.
reve.man                    - The reve manual page (troff/nroff -man format).
reve.man.text               - Plain text version of the reve manual pages.


Subdirectory common - common reve routines.
-------------------------------------------
common/Makefile             - Makefile for the common reve routines.
common/boardstuff.c         - Various board manipulation routines.
common/ctl.h                - Describes the structure that reve and reved use.
common/get.c                - Various extraction routines used by reve.
common/patchlevel.h         - Current patchlevel for this release of reve.
common/procs.c              - Procedures associated with the panel items.
common/rev_eval.c           - Reve evaluation function.
common/rev_ip.c             - Return a move and a note for a given color.
common/rev_iycp.c           - Reve "fast" alpha-beta pruning routines.
common/reve.h               - Macro and constant definitions.
common/socket.c             - Socket related routines for the networked game.

Subdirectory motif - Motif specific files.
------------------------------------------
motif/Makefile              - Makefile for the Motif version of reve.
motif/callbacks.c           - Glue between TeleUse generated files and reve.
motif/main.c                - Reve's main() automatically generated by TeleUse.
motif/motif.c               - X11 (Motif) graphic routines.
motif/move.xbm              - Special symbol for showing possible moves.
motif/reve.xbm              - Reve's monochrome icon image.
motif/reve.xpm              - Reve's color icon image.
motif/reve_ui.c             - Widget routines generated by TeleUse.
motif/suggest.xbm           - Special symbol for showing suggested move.
motif/tu_runtime.c          - TeleUse runtime support functions.
motif/tu_runtime.h          - TeleUse runtime support definitions.
motif/widgetindex.h         - Indices into TeleUse generated widgets arrays.
motif/xdefs.h               - X11/Motif definitions.

Subdirectory reved - Reve network daemon specifc files.
-------------------------------------------------------
reved/Makefile              - Makefile for the in.reved program.   
reved/in.reved.c            - Network daemon for remote games with user@host

Subdirectory reve_proc - Computer move program routines.
--------------------------------------------------------
reve_proc/Makefile          - Makefile for the reve_proc program.
reve_proc/reve_proc.c       - Computer move specific routines.

Sub-directory trans: files used by the utility program trans.
-------------------------------------------------------------
trans/Makefile              - Used to build and install the trans utility.
trans/README                - Overview of the trans utility.
trans/trans.c               - Trans C source file.
trans/trans.ps              - PostScript prologue file.
trans/trans.man             - Manual pages for trans (troff/nroff -man format).
trans/trans.man.text        - Plain text version of the trans manual pages.
