Home | History | Annotate | Line # | Download | only in xfixes
      1 #	$NetBSD: Makefile,v 1.1.1.1 2016/06/10 03:42:14 mrg Exp $
      2 
      3 .include "../Makefile.serverlib"
      4 .include "../Makefile.servermod"
      5 
      6 LIB=		xfixes
      7 
      8 .PATH:		${X11SRCDIR.xorg-server}/xfixes
      9 SRCS=		cursor.c region.c saveset.c select.c xfixes.c
     10 
     11 CPPFLAGS+=	${X11FLAGS.PERVASIVE_EXTENSION} ${X11FLAGS.DIX}
     12 
     13 CPPFLAGS+=	-I${X11SRCDIR.xorg-server}/include \
     14 		-I${X11SRCDIR.xorg-server}/Xext \
     15 		-I${X11SRCDIR.xorg-server}/fixes \
     16 		-I${X11SRCDIR.xorg-server}/render \
     17 		-I${DESTDIR}${X11INCDIR}/X11 \
     18 		-I${DESTDIR}${X11INCDIR}/pixman-1 \
     19 		-I${X11SRCDIR.xorg-server}/../include
     20 
     21 # XXX
     22 COPTS.cursor.c+=	-Wno-error
     23 COPTS.region.c+=	-Wno-error
     24 COPTS.select.c+=	-Wno-error
     25 
     26 .include <bsd.x11.mk>
     27 .include <bsd.lib.mk>
     28