/*
$Id: template,v 1.4 1996/01/31 13:12:30 hleitner Exp $

$Log: template,v $
Revision 1.4  1996/01/31 13:12:30  hleitner
XCOMM not recognized before arch.def.

Revision 1.3  1996/01/29 16:58:53  jschipf
removed some strange comments

Revision 1.2  1995/11/16 17:32:16  hleitner
File template was extended to support hg_path.def.
hg_path.def contains all Hyper-G specific path definitions.

Revision 1.1  1995/11/13 10:56:55  hleitner
Initial revision

*/

/*
 * Define the OS platform and CPU architecture.
 */

/*
XCOMM -------------------------------------------------------------------------
XCOMM --use "hgmkmf" to build Makefile from Imakefile--------------------------
XCOMM --use "hgmkmf -a" to "make Makefile;make Makefiles;make depend"----------
XCOMM -------------------------------------------------------------------------
XCOMM ----------------------------platform (arch.def)--------------------------
*/

#include <arch.def>

/*
 * Define platform-specific parameters.
 */
XCOMM -------------------------------------------------------------------------
XCOMM ----------------------------platform (MacroIncludeFile)------------------
#include MacroIncludeFile

/*
 * Define site-specific path definitions.
 */
XCOMM -------------------------------------------------------------------------
XCOMM ----------------------------hg-specific (hg_path.def)--------------------
#include <hg_path.def>

/*
 * Define site-specific parameters.
 */
XCOMM -------------------------------------------------------------------------
XCOMM ----------------------------hg-specific (hg-special.def)--------------------
#include <hg-special.def>

/*
 * Define all remaining parameters.
 */
XCOMM -------------------------------------------------------------------------
XCOMM ----------------------------remaining (params.def)-----------------------
#include <params.def>

/*
 * Define common rules.
 */
XCOMM -------------------------------------------------------------------------
XCOMM ----------------------------rules (rules.def)----------------------------
#include <rules.def>

/*
 * Define default actions for common targets.
 */
XCOMM -------------------------------------------------------------------------
XCOMM ----------------------------common targets-------------------------------
all::
MakefileTarget()
Makefiles::
depend::
install::
CleanTarget()

/*
 * Include the local Imakefile.
 */
XCOMM -------------------------------------------------------------------------
XCOMM ----------------------------local Imakefile------------------------------

#include INCLUDE_IMAKEFILE
