#
# Mach Operating System
# Copyright (c) 1992 Carnegie Mellon University
# 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 ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
# CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
# ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
# 
# Carnegie Mellon requests users of this software to return to
# 
#  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
#  School of Computer Science
#  Carnegie Mellon University
#  Pittsburgh PA 15213-3890
# 
# any improvements or extensions that they make and grant Carnegie Mellon
# the rights to redistribute these changes.
#
#
# HISTORY
# $Log:	Makefile,v $
# Revision 2.11  93/04/14  11:46:41  mrt
# 	Added some of the BSD 4.4 include files that sources in user
# 	need in an attempt to make the user tree not depend on the
# 	verison of Unix that is currently installed on the host machine.
# 	Updated for ODE make.
# 	[92/12/10            mrt]
# 


VPATH = ../lib/libmachid:../lib/libnetname:../lib/libnetmemory:../lib/libservice:../lib/libenv

DEPENDENCIES	=

# files from user/lib/libmachid

MACHID_INCLUDES =  machid_types.h machid_lib.h
MACHID_HDRS = machid.h machid_debug.h machid_dpager.h 

# files from user/lib/libnetname

NETNAME_INCLUDES = netname_defs.h
NETNAME_HDRS = netname.h

# files from user/lib/libnetmemory

NETMEMORY_HDRS = netmemory.h

# files from user/lib/libservice

SERVICE_HDRS = service.h

# files from user/lib/libenv

ENV_INCLUDES = emdefs.h
ENV_HDRS =  env_mgr.h

#DATAFILES = cthreads.h  mach.h mach_init.h mach_error.h \
#	mach_privileged_ports.h  setjmp.h strings.h varargs.h  \
#	time.h cdefs.h sgtty.h

MIG_HDRS	= ${MACHID_HDRS} ${NETNAME_HDRS} ${NETMEMORY_HDRS} \
		  ${SERVICE_HDRS} ${ENV_HDRS}
INCLUDES	= machid_types.defs ${MACHID_INCLUDES} ${NETNAME_INCLUDES} \
		  ${ENV_INCLUDES} ${MIG_HDRS} 

ILIST 		= ${INCLUDES}

IDIR		= /include/servers/
EXPDIR		= /include/servers/

.include <${RULES_MK}>




