summaryrefslogtreecommitdiff
path: root/x11/Xserver/fb/Makefile.fb
blob: 6a9aebb4dfd98f47052e0aeded0935d5db9acec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#	$NetBSD: Makefile.fb,v 1.1 2003/12/21 03:07:01 rtr Exp $

.include <bsd.own.mk>

LIB=		fb
.PATH:		${X11SRCDIR.xc}/programs/Xserver/fb

SRCS=		fb24_32.c fballpriv.c fbarc.c fbbits.c fbblt.c \
		fbbltone.c fbbstore.c fbcmap.c fbcompose.c fbcopy.c \
		fbfill.c fbfillrect.c fbfillsp.c fbgc.c fbgetsp.c \
		fbglyph.c fbimage.c fbline.c fbmodule.c fboverlay.c \
		fbpict.c fbpixmap.c fbpoint.c fbpush.c fbscreen.c \
		fbseg.c fbsetsp.c fbsolid.c fbstipple.c fbtile.c \
		fbtrap.c fbutil.c fbwindow.c

XSERVERINCDIR!=	cd ${NETBSDSRCDIR}/x11/Xserver/include && ${PRINTOBJDIR}

CPPFLAGS+=	-I${X11SRCDIR.xc}/programs/Xserver/fb \
		-I${X11SRCDIR.xc}/programs/Xserver/mi \
		-I${X11SRCDIR.xc}/programs/Xserver/include \
		-I${XSERVERINCDIR} \
		-I${DESTDIR}${X11INCDIR}/X11 \
		-I${X11SRCDIR.xc}/include/fonts \
		-I${X11SRCDIR.xc}/programs/Xserver/hw/xfree86/common \
		-I${X11SRCDIR.xc}/programs/Xserver/render \
		-I${DESTDIR}${X11INCDIR}/X11/extensions \
		-I${X11SRCDIR.xc}/programs/Xserver/Xext

.include <bsd.x11.mk>
LIBDIR=	${XMODULEDIR}
.include <bsd.lib.mk>