XCOMM $NetBSD: Imakefile,v 1.2 2000/08/25 07:54:05 jun Exp $
XCOMM $XConsortium: Imakefile,v 5.27 94/07/28 16:44:16 dpw Exp $

#include <Server.tmpl>

SRCS =	hpcInit.c \
	hpcScreen.c \
	hpcIo.c \
	hpcKbd.c \
	hpcMouse.c \
	hpcFB.c \
	hpcColormap.c \
	hpcKeymap.c

OBJS =	hpcInit.o \
	hpcScreen.o \
	hpcIo.o \
	hpcKbd.o \
	hpcMouse.o \
	hpcFB.o \
	hpcColormap.o \
	hpcKeymap.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 \
	   ../mfb/llib-lmfb.ln ../mi/llib-lmi.ln ../cfb/llib-lcfb.ln

NormalLibraryObjectRule()

all::

lintlib:

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

InstallManPage(Xhpc,$(MANDIR)) 

DependTarget()
