1 # $NetBSD: Makefile,v 1.1 2008/08/02 21:44:14 mrg Exp $ 2 3 .include "../Makefile.serverlib" 4 .include "../Makefile.servermod" 5 6 LIB= composite 7 .PATH: ${X11SRCDIR.xorg-server}/composite 8 9 SRCS= compalloc.c compext.c compint.h compinit.c compwindow.c 10 11 CPPFLAGS+= ${X11FLAGS.PERVASIVE_EXTENSION} ${X11FLAGS.DIX} ${X11INCS.DIX} 12 13 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/include \ 14 -I${X11SRCDIR.xorg-server}/mi \ 15 -I${X11SRCDIR.xorg-server}/Xext \ 16 -I${X11SRCDIR.xorg-server}/render \ 17 -I${X11SRCDIR.xorg-server}/xfixes \ 18 -I${X11SRCDIR.xorg-server}/damageext \ 19 -I${X11SRCDIR.xorg-server}/miext/damage \ 20 -I${DESTDIR}${X11INCDIR}/X11 \ 21 -I${DESTDIR}${X11INCDIR}/pixman-1 \ 22 -I${X11SRCDIR.xorg-server}/../include \ 23 24 .include <bsd.x11.mk> 25 .include <bsd.lib.mk> 26