XCOMM $XConsortium: Imakefile,v 5.27 94/07/28 16:44:16 dpw Exp $

#include <Server.tmpl>

SRCS =	ews4800mipsInit.c \
	ews4800mipsScreen.c \
	ews4800mipsIo.c \
	ews4800mipsKbd.c \
	ews4800mipsMouse.c \
	ews4800mipsFB.c \
	ews4800mipsColormap.c \
	ews4800mipsKeymap.c

OBJS =	ews4800mipsInit.o \
	ews4800mipsScreen.o \
	ews4800mipsIo.o \
	ews4800mipsKbd.o \
	ews4800mipsMouse.o \
	ews4800mipsFB.o \
	ews4800mipsColormap.o \
	ews4800mipsKeymap.o

INCLUDES = -I. -I$(SERVERSRC)/mfb -I$(SERVERSRC)/mi -I$(SERVERSRC)/cfb \
	   -I$(SERVERSRC)/include -I$(SERVERSRC)/os \
	   -I$(XINCLUDESRC) -I$(EXTINCSRC)

LINTLIBS = ../../dix/llib-ldix.ln ../../os/llib-los.ln \
	   ../mi/llib-lmi.ln ../cfb/llib-lcfb.ln

NormalLibraryObjectRule()

all::

lintlib:

NormalLibraryTarget(ews4800mips,$(OBJS))
NormalLintTarget($(SRCS1))

InstallManPage(Xews4800mips,$(MANDIR))

DependTarget()
