# 
# Mach Operating System
# Copyright (c) 1993,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 
# 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 the
# rights to redistribute these changes.
# 
# 
# HISTORY
# $Log:	Makefile,v $
# Revision 2.12  93/08/11  14:08:57  mrt
# 	Added Network Message Server (netmsg).
# 	Added profiling support (monctl & gprof) from Bershad.
# 	[93/08/10            pds]
# 
# Revision 2.11  93/06/02  22:19:15  mrt
# 	Added mt, xcd and audio_play and record directories.
# 	[93/05/12            mrt]
# 
# Revision 2.10  93/04/14  11:25:17  mrt
# 	Changed for ODE make. Removed md, wh and xstrip which are now
# 	in the buildtools collection. Added Flags, hostinfo and uxmon
# 	[92/12/10            mrt]
# 

#
# The NetMsgServer should only be built for architectures that
# have kernels that support MACH_IPC_COMPAT.
#
pmax_SUBDIRS	= audio_play audio_record netmsg gprof monctl
alpha_SUBDIRS	= audio_play audio_record 
i386_SUBDIRS	= netmsg gprof monctl
luna88k_SUBDIRS	= netmsg gprof monctl
vax_SUBDIRS	= netmsg
sun3_SUBDIRS	= netmsg

SUBDIRS		= Flags envmgr hash_info hostinfo ipc_test mach3 macherr\
		machid machid machipc massign mcreate \
		mkill mnice mpolicy ms mt netmemoryserver \
		ps snames stacks swapon thstate top uxmon \
		vminfo vmread vmsearch vmstat w waitfor \
		xptest zprint xcd ${${target_machine}_SUBDIRS}

.include <${RULES_MK}>
