1 # $NetBSD: Makefile,v 1.2 2004/01/02 06:17:35 rtr Exp $
3 XMODULEDIR
= ${X11USRLIBDIR}/modules
/drivers
5 .
include "../../../../Makefile.serverlib"
9 .PATH
: ${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/drivers
/rendition
11 SRCS
= rendition.c vboard.c vmodes.c vramdac.c v1krisc.c \
12 hwcursor.c vloaduc.c accel.c rendition_shadow.c
14 CPPFLAGS
+= -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/drivers
/rendition \
15 -I
${X11SRCDIR.xc
}/programs
/Xserver
/fb \
16 -I
${X11SRCDIR.xc
}/programs
/Xserver
/mi \
17 -I
${X11SRCDIR.xc
}/programs
/Xserver
/cfb \
18 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/ddc \
19 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/i2c \
20 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/vgahw \
21 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/rac \
22 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/int10 \
23 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/vbe \
24 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/common \
25 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/os-support \
26 -I
${X11SRCDIR.xc
}/include/fonts \
27 -I
${DESTDIR}${X11INCDIR}/X11 \
28 -I
${X11SRCDIR.xc
}/programs
/Xserver
/include \
29 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/xaa \
30 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/ramdac \
31 -I
${X11SRCDIR.xc
}/programs
/Xserver
/Xext \
32 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/shadowfb \
33 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/loader \
34 -I
${X11SRCDIR.xc
}/programs
/Xserver
/render \
35 -I
${DESTDIR}${X11INCDIR}/X11
/extensions \
38 CPPFLAGS
+= -DMODULEDIR
=\"${X11USRLIBDIR}/modules
/\"
40 BUILDSYMLINKS
= accelX.c accel.c
42 CPPFLAGS.accel.c
= -DPSZ
=16
44 FILES
= v10002d.uc v20002d.uc
45 FILESDIR
= ${X11USRLIBDIR}/modules
49 .
include "../../Makefile.drivermod"