minix/external/mit/xorg/server/xorg-server/miext/shadow/Makefile.shadow
Lionel Sambuc 971bb1a587 Importing external/mit/xorg support rules
Change-Id: Ib11d8659485a444797bf3a2118182a1d4e316b50
2014-11-10 14:43:29 +01:00

22 lines
771 B
Makefile

# $NetBSD: Makefile.shadow,v 1.3 2008/08/24 13:37:33 rtr 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>