# 
# 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 
# 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/04/18  23:59:56  mrt
# 	Made the service-checkin man page be in section 1.
# 	[93/04/18            mrt]
# 
# Revision 2.11  93/04/15  23:22:56  mrt
# 	Added ${LIBCMUCS} for quit.o
# 	[93/04/14            mrt]
# 
# Revision 2.10  93/04/14  11:46:25  mrt
# 	Updated for ODE make.
# 	[92/12/08            mrt]
# 

DEPENDENCIES 	=
LIBS 		= ${LIBSERVICE} ${LIBMACH} ${LIBCMUCS}

PROGRAMS 	= mach_init test_service 
ILIST 		= ${PROGRAMS} ${MANPAGES:=.0} ${MANPAGES:=.1}

MANPAGES	= service_checkin
MANSECTION	= 1
service_checkin.0_IDIR	=/man/cat1/
service_checkin.1_IDIR	=/man/man1/

IDIR = /etc/
test_service_IDIR = /tests/

mach_init_OFILES = main.o service.o
mach_init_LIBS = ${LIBSERVICE} ${LIBTHREADS} ${LIBMACH} ${LIBCMUCS}

.include <${RULES_MK}>
