Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / x11 / Xserver / hw / netbsd / hpc / Makefile
blob1c61a2fe4b35188489685e5f9c8fefb4b15ec972
1 # $NetBSD: Makefile,v 1.3 2004/02/07 06:52:05 lukem Exp $
3 .include "../../../Makefile.serverlib"
5 LIB= hpc
7 .PATH: ${X11SRCDIR.xc}/programs/Xserver/hw/netbsd/hpc
8 SRCS= hpc.h xf86Keymap.h atKeynames.h \
9 hpcFB.c hpcIo.c hpcKeymap.c hpcScreen.c \
10 hpcInit.c hpcKbd.c hpcMouse.c hpcColormap.c hpcInEx.c
12 # trim fonts / extensions / XSERVERINCDIR if possible
13 CPPFLAGS+= -I${X11SRCDIR.xc}/programs/Xserver/hw/netbsd/hpc \
14 -I${X11SRCDIR.xc}/programs/Xserver \
15 -I${X11SRCDIR.xc}/programs/Xserver/mi \
16 -I${X11SRCDIR.xc}/programs/Xserver/mfb \
17 -I${X11SRCDIR.xc}/programs/Xserver/cfb \
18 -I${X11SRCDIR.xc}/programs/Xserver/include \
19 -I${X11SRCDIR.xc}/programs/Xserver/os \
20 -I${DESTDIR}${X11INCDIR}/X11 \
21 -I${X11SRCDIR.xc}/include/fonts \
22 -I${X11SRCDIR.xc}/include/extensions \
23 -I${XSERVERINCDIR}
25 CPPFLAGS+= -UXFree86LOADER -UXF86VIDMODE -UXFreeXDGA -UXF86MISC \
26 -UXF86DRI -UXF86BIGFONT
28 BUILDSYMLINKS= ../../../mi/miinitext.c hpcInEx.c
30 .include <bsd.x11.mk>
31 .include <bsd.lib.mk>