Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

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