summaryrefslogtreecommitdiff
path: root/external/mit/xorg/server/xorg-server.old/miext/shadow/Makefile.shadow
blob: 975f7deda55849b3fdcdfd8ff4d16d8e76499171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#	$NetBSD: Makefile.shadow,v 1.1.1.1 2016/06/10 03:42:14 mrg Exp $

.PATH:          ${X11SRCDIR.xorg-server}/miext/shadow
SRCS.shadow+=	shadow.c shalloc.c shpacked.c shplanar8.c shplanar.c \
		shrot16pack_180.c shrot16pack_270.c shrot16pack_270YX.c \
		shrot16pack_90.c shrot16pack_90YX.c shrot16pack.c \
		shrot32pack_180.c shrot32pack_270.c shrot32pack_90.c \
		shrot32pack.c shrot8pack_180.c shrot8pack_270.c \
		shrot8pack_90.c shrot8pack.c shrotate.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 \
		-I${DESTDIR}${X11INCDIR}/xorg

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