1 # $NetBSD: Makefile,v 1.6 2004/03/06 03:31:06 rtr Exp $
3 XMODULEDIR
= ${X11USRLIBDIR}/modules
/drivers
5 .
include "../../../../Makefile.serverlib"
9 .PATH
: ${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/drivers
/nv
11 SRCS
= nv_driver.c nv_dac.c nv_setup.c nv_cursor.c nv_xaa.c nv_dga.c \
12 nv_shadow.c nv_hw.c nv_video.c
14 CPPFLAGS
+= -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/drivers
/nv \
15 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/common \
16 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/os-support \
17 -I
${X11SRCDIR.xc
}/programs
/Xserver
/mfb \
18 -I
${X11SRCDIR.xc
}/programs
/Xserver
/mi \
19 -I
${X11SRCDIR.xc
}/programs
/Xserver
/cfb \
20 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/xaa \
21 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/rac \
22 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/vgahw \
23 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/fbdevhw \
24 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/ramdac \
25 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/ddc \
26 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/i2c \
27 -I
${X11SRCDIR.xc
}/programs
/Xserver
/Xext \
28 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/int10 \
29 -I
${X11SRCDIR.xc
}/include/fonts \
30 -I
${X11SRCDIR.xc
}/programs
/Xserver
/include \
31 -I
${DESTDIR}${X11INCDIR}/X11 \
32 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/shadowfb \
33 -I
${X11SRCDIR.xc
}/include/extensions \
34 -I
${X11SRCDIR.xc
}/programs
/Xserver
/fb \
35 -I
${X11SRCDIR.xc
}/programs
/Xserver
/render \
36 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/vbe \
37 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86 \
44 .
include "../../Makefile.drivermod"
48 .
include <bsd.subdir.mk
>