etc/protocols - sync with NetBSD-8
[minix.git] / external / mit / xorg / server / xorg-server / miext / rootless / Makefile.rootless
blobbc1094d88eaaddce7dce8f11d8f2c5a1ddbd7294
1 #       $NetBSD: Makefile.rootless,v 1.2 2008/08/24 13:40:13 rtr Exp $
3 .PATH:          ${X11SRCDIR.xorg-server}/miext/rootless
4 SRCS.rootless+= rootlessCommon.c rootlessGC.c rootlessScreen.c \
5                 rootlessValTree.c rootlessWindow.c
7 CPPFLAGS+=      ${X11FLAGS.PERVASIVE_EXTENSION} \
8                 ${X11FLAGS.DIX} ${X11INCS.DIX}
10 CPPFLAGS+=      -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support \
11                 -I${X11SRCDIR.xorg-server}/miext/cw \
12                 -I${DESTDIR}${X11INCDIR}/pixman-1
14 .include <bsd.x11.mk>
15 LIBDIR= ${XMODULEDIR}
16 .include <bsd.lib.mk>