1 # $NetBSD: Makefile,v 1.3 2004/02/07 06:52:06 lukem Exp $
3 XMODULEDIR
= ${X11USRLIBDIR}/modules
/drivers
5 .
include "../../../../Makefile.serverlib"
9 .PATH
: ${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/drivers
/i810
11 SRCS
= i810_accel.c i810_cursor.c i810_dga.c i810_driver.c \
12 i810_io.c i810_memory.c i810_video.c i810_wmark.c \
13 i830_accel.c i830_cursor.c i830_dga.c i830_driver.c \
14 i830_io.c i830_memory.c i830_modes.c i830_video.c
16 CPPFLAGS
+= -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/drivers
/i810 \
17 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/common \
18 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/os-support \
19 -I
${X11SRCDIR.xc
}/programs
/Xserver
/mfb \
20 -I
${X11SRCDIR.xc
}/programs
/Xserver
/mi \
21 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/xaa \
22 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/rac \
23 -I
${X11SRCDIR.xc
}/programs
/Xserver
/miext
/shadow \
24 -I
${X11SRCDIR.xc
}/programs
/Xserver
/fb \
25 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/ramdac \
26 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/vgahw \
27 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/ddc \
28 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/i2c \
29 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/vbe \
30 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/int10 \
31 -I
${X11SRCDIR.xc
}/programs
/Xserver
/Xext \
32 -I
${X11SRCDIR.xc
}/include/fonts \
33 -I
${X11SRCDIR.xc
}/programs
/Xserver
/include \
34 -I
${DESTDIR}${X11INCDIR}/X11 \
35 -I
${DESTDIR}${X11INCDIR}/X11
/extensions \
36 -I
${X11SRCDIR.xc
}/programs
/Xserver
/render \
41 BUILDSYMLINKS
= i810_io.c i830_io.c
43 CPPFLAGS.i830_io.c
= -DBUILD_FOR_I830
47 .
include "../../Makefile.drivermod"