summaryrefslogtreecommitdiff
path: root/external/mit/xorg/server/xorg-server/XTrap/Makefile.xtrap
blob: 24646dea25e6abf9d67978992d5f44d623383216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile.xtrap,v 1.4 2008/08/24 13:25:03 rtr Exp $

.PATH:		${X11SRCDIR.xorg-server}/XTrap
SRCS.XTrap=	xtrapddmi.c xtrapdi.c xtrapdiswp.c xtrapditbl.c

CPPFLAGS+=	-I${X11SRCDIR.xorg-server}/include \
		-I${DESTDIR}${X11INCDIR}/X11/extensions \
		-I${DESTDIR}${X11INCDIR}/X11 \
		-I${DESTDIR}${X11INCDIR}/pixman-1 \
		-I${X11SRCDIR.xorg-server}/Xext

# XXX
COPTS.xtrapdi.c=	-Wno-error

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