# BuildSystemHeader added automatically
/**/# $Header: [Imakefile,v 1.1 91/05/04 07:17:05 afuller Exp ]$
#include <Server.tmpl>

SRCS = init.c mfbpmax_io.c
OBJS = init.o mfbpmax_io.o
/**/# Files from directory machine/ are gotten from various places, in
/**/# the order 1) the machine dir in INCLUDESRC created by inckit
/**/# 2) the machine/machine link 3) /usr/include/machine
/**/# The reason we have an inckit dir is that the base system may not be up to date.
/**/# The reason the machine/machine link is a dir deep is that otherwise
/**/# the cpp on the max will find it regardless of the order of -I. on the cpp line.
INCLUDES = -I$(INCLUDESRC) -I. -Imachine -I../../mfb -I../../mi -I../../../include
LINTLIBS = ../../../dix/llib-ldix.ln ../../../os/4.2bsd/llib-los.ln \
	   ../../mfb/llib-lmfb.ln ../../mi/llib-lmi.ln ../lk201/llib-llk201.ln

NormalLibraryObjectRule()

all:: $(OBJS)

NormalLintTarget($(SRCS))

lintlib:

depend::
	$(RM) -r machine
	-(umask 2; mkdir machine)
	-$(LN) /usr/sys/io/tc machine/machine

clean::
	$(RM) -r machine

DependTarget()
/* InstallManPage(Xsm,$(MANDIR)) */
