This directory contains the Imakefile templates used by Khoros.
For a detailed explaination on the Khoros imake system, consult
th Khoros Manual Vol 2., Chapter 9.

In Khoros we support different type of Imakefiles, thus the need
to have different Imakefile templates.

The following is a brief list of the files this directory:

Dir.template   - Rule template for directory Imakefiles
FProg.template - Rule template for C programs that call Fortran routines
Lib.template   - Rule template for libraries
Prog.template  - Rule template C programs only
Scrpt.template - Rule template for csh scripts

Imakefile.d     - Imakefile template for directories
Imakefile.l     - Imakefile template for libraries
Imakefile.p     - Imakefile template for C programs only
Imakefile.pf    - Imakefile template for C programs that make calls to Fortran
Imakefile.s     - Imakefile template for csh scripts
Imakefile.x	- Imakefile template for C programs that use X11
Imakefile.xf    - Imakefile template for C programs that use X11 and make calls
		  to Fortran.
