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

#include <Server.tmpl>

SRCS =	newsmipsInit.c \
	newsmipsScreen.c \
	newsmipsIo.c \
	newsmipsKbd.c \
	newsmipsMouse.c \
	newsmipsFB.c \
	newsmipsColormap.c \
	newsmipsKeymap.c

OBJS =	newsmipsInit.o \
	newsmipsScreen.o \
	newsmipsIo.o \
	newsmipsKbd.o \
	newsmipsMouse.o \
	newsmipsFB.o \
	newsmipsColormap.o \
	newsmipsKeymap.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(newsmips,$(OBJS))
NormalLintTarget($(SRCS1))

InstallManPage(Xnewsmips,$(MANDIR))

DependTarget()
