minix/external/mit/xorg/server/xorg-server/XTrap/Makefile.xtrap
Lionel Sambuc 971bb1a587 Importing external/mit/xorg support rules
Change-Id: Ib11d8659485a444797bf3a2118182a1d4e316b50
2014-11-10 14:43:29 +01:00

18 lines
462 B
Makefile

# $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>