/* 
 * Mach Operating System
 * Copyright (c) 1994 Johannes Helander
 * All Rights Reserved.
 * 
 * Permission to use, copy, modify and distribute this software and its
 * documentation is hereby granted, provided that both the copyright
 * notice and this permission notice appear in all copies of the
 * software, derivative works or modified versions, and any portions
 * thereof, and that both notices appear in supporting documentation.
 * 
 * JOHANNES HELANDER ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
 * CONDITION.  JOHANNES HELANDER DISCLAIMS ANY LIABILITY OF ANY KIND
 * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
 */
/* 
 * HISTORY
 * $Log: $
 *
 */
/* 
 *	File:	conf/mips/MASTER
 *	Author:	Johannes Helander, Helsinki University of Technology, 1994.
 *	Date:	October 1994
 *
 *	LITES configuration file for the R3000.
 */

/* 
 * The master files are preprocessed and then run through an awk script that
 * decides what to do.
 * 
 * The config statement must be first. Any preprocessor magic
 * affecting the configuration should be done before it.
 * 
 * 
 * config CONFIG
 * specifies the configuration CONFIG is a list of options separated by
 * spaces, plus (+) signs, or minus (-) signs.  Spaces and pluses add to
 * the set, minuses remove.  Options are processed from left to right.
 * 
 * file FILENAME
 * specifies that the given file name is always part of the program.
 * 
 * fileif OPTION FILENAME
 * The file is included if the option is part of the configuration.
 * 
 * options OPTION DEFINE VALUE FILE
 * The preprocessor symbol DEFINE is defined to be VALUE if OPTION is part of
 * the configuration or zero otherwise. The definition is made in the file
 * FILE.
 * 
 * makeoptions OPTION MAKEFILESTUFF
 * MAKEFILESTUFF is read by make when the program is being built iff OPTION
 * is part of the configuration.
 */

/* get global defines */
#include <conf/MASTER.h>

#define  ANY	mips
#define  WS	mips

/* Set LITES configuration */
config CONFIG

/* Get other configuration files */
/*#include <conf/mips/MASTER.local>*/
#include <conf/MASTER.local>
#include <conf/MASTER>
#include <conf/files>
#include <conf/mips/files>
