3 XMODULEDIR
= ${X11ROOTDIR}/lib
/modules
/extensions
5 .
include "../../Makefile.serverlib"
9 .PATH
: ${X11SRCDIR.xc
}/programs
/Xserver
/GL
/dri
10 SRCS
= xf86dri.c dri.c drimodule.c
12 CPPFLAGS
+= -I
${X11SRCDIR.xc
}/programs
/Xserver
/include \
13 -I
${DESTDIR}${X11INCDIR}/X11 \
14 -I
${DESTDIR}${X11INCDIR}/X11
/extensions \
15 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/os-support \
16 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/common \
17 -I
${X11SRCDIR.xc
}/programs
/Xserver
/GL
/include \
18 -I
${X11SRCDIR.xc
}/programs
/Xserver
/GL
/glx \
19 -I
${X11SRCDIR.xc
}/lib
/GL
/include \
20 -I
${X11SRCDIR.xc
}/lib
/GL
/dri \
21 -I
${X11SRCDIR.xc
}/programs
/Xserver
/mi \
22 -I
${X11SRCDIR.xc
}/include/fonts \
25 CPPFLAGS
+= ${X11FLAGS.DRI
}
32 # subdirs install libxxx_dri.so.n.n however the final file installed
33 # needs to be xxx_dri.so, since our .mk magic can't do this I've been
34 # doing it by hand until I get enthusiastic about fixing it.
35 SUBDIR
= mga_dri radeon_dri
37 .
include <bsd.subdir.mk
>