blob: 15ba86cb7485cdb26f0186f3caf71a41f6e9defc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile.xtrap,v 1.1.1.1 2016/06/10 03:42:13 mrg 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>
|