Home | History | Annotate | Line # | Download | only in dixmods
      1 #	$NetBSD: Makefile.dixmod,v 1.1.1.1 2016/06/10 03:42:14 mrg Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 MKLINT=	no
      6 
      7 .include "../../../../Makefile.serverlib"
      8 .include "../../../../Makefile.servermod"
      9 
     10 .PATH:	${X11SRCDIR.xorg-server}/hw/xfree86/dixmods
     11 
     12 CPPFLAGS+=	-I${X11SRCDIR.xorg-server}/hw/xfree86/dixmods \
     13 		-I${X11SRCDIR.xorg-server}/hw/xfree86/dbe \
     14 		-I${X11SRCDIR.xorg-server}/glx \
     15 		-I${DESTDIR}${X11INCDIR}/X11 \
     16 		-I${DESTDIR}${X11INCDIR}/pixman-1 \
     17 		-I${DESTDIR}${X11INCDIR}/xorg \
     18 		-I${X11SRCDIR.xorg-server}/../include
     19 
     20 CPPFLAGS+=	${X11FLAGS.DIX}
     21 
     22 .include <bsd.x11.mk>
     23 LIBDIR=${XMODULEDIR}
     24 .include <bsd.lib.mk>
     25