#
# Mach Operating System
# Copyright (c) 1992 Carnegie Mellon University
# 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.
# 
# CARNEGIE MELLON AND JOHANNES HELANDER ALLOW FREE USE OF THIS
# SOFTWARE IN ITS "AS IS" CONDITION.  CARNEGIE MELLON AND JOHANNES
# HELANDER DISCLAIM ANY LIABILITY OF ANY KIND FOR ANY DAMAGES
# WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
#
#
# HISTORY
# $Log: $
#

#
#  This special makefile marks the top of the source tree.  Several
#  builtin make variables are defined based upon the location of this
#  file and the subdirectory within this tree where make was invoked.
#  The variables context and target_machine should be set in your 
#  environment before make is invoked.
#


.if defined(OBJECTDIR)
   MAKEOBJDIR=$(OBJECTDIR)/lites
.endif


.if defined(SOURCEDIR)
MAKESRCDIRPATH=${SOURCEDIR}/lites
.endif


.if exists( ${MAKETOP}Makefile-version)
.include "${MAKETOP}Makefile-version"
.endif

.if defined(PROFILING)
LITES_CONFIG	?=STD+WS+gprof+DEBUG
.else
LITES_CONFIG	?=STD+WS+DEBUG
.endif

VERSION		?= LITES
