blob: c7a16246f2eb825966c7a325621f5732c6e1bc82 (
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.5 2018/12/31 11:14:06 mrg Exp $
.PATH: ${X11SRCDIR.xorg-server}/miext/shadow
SRCS.shadow+= shadow.c shpacked.c shplanar8.c shplanar.c \
shafb4.c shafb8.c shiplan2p4.c shiplan2p8.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${DESTDIR}${X11INCDIR}/pixman-1 \
-I${DESTDIR}${X11INCDIR}/xorg
.include <bsd.x11.mk>
LIBDIR= ${XMODULEDIR}
.include <bsd.lib.mk>
|