summaryrefslogtreecommitdiff
path: root/external/mit/xorg/server/xorg-server/miext/rootless/Makefile.rootless
blob: bc1094d88eaaddce7dce8f11d8f2c5a1ddbd7294 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile.rootless,v 1.2 2008/08/24 13:40:13 rtr Exp $

.PATH:          ${X11SRCDIR.xorg-server}/miext/rootless
SRCS.rootless+=	rootlessCommon.c rootlessGC.c rootlessScreen.c \
		rootlessValTree.c rootlessWindow.c

CPPFLAGS+=	${X11FLAGS.PERVASIVE_EXTENSION} \
		${X11FLAGS.DIX} ${X11INCS.DIX}

CPPFLAGS+=	-I${X11SRCDIR.xorg-server}/hw/xfree86/os-support \
		-I${X11SRCDIR.xorg-server}/miext/cw \
		-I${DESTDIR}${X11INCDIR}/pixman-1

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