1 # $NetBSD: Makefile,v 1.5 2011/08/02 09:11:39 mrg Exp $
3 .
include "../Makefile.serverlib"
4 .
include "../Makefile.servermod"
8 .PATH
: ${X11SRCDIR.xorg-server
}/randr
9 SRCS
= randr.c randrstr.h rrcrtc.c rrdispatch.c \
10 rrinfo.c rrmode.c rroutput.c rrpointer.c rrproperty.c \
11 rrscreen.c rrsdispatch.c rrtransform.c
14 CPPFLAGS
+= -I
${DESTDIR}${X11INCDIR}/pixman-1 \
15 -I
${DESTDIR}${X11INCDIR}/xorg \
16 -I
${X11SRCDIR.xorg-server
}/Xext \
17 -I
${X11SRCDIR.xorg-server
}/..
/include
18 CPPFLAGS
+= ${X11FLAGS.DIX
}
20 COPTS.randr.c
+= -Wno-error
21 COPTS.rrcrtc.c
+= -Wno-error
22 COPTS.rrdispatch.c
+= -Wno-error
23 COPTS.rrmode.c
+= -Wno-error
24 COPTS.rroutput.c
+= -Wno-error
25 COPTS.rrproperty.c
+= -Wno-error