1 # $NetBSD: Makefile,v 1.1 2005/03/23 11:09:59 martin Exp $
3 XMODULEDIR
= ${X11USRLIBDIR}/modules
/drivers
5 .
include "../../../../Makefile.serverlib"
9 .PATH
: ${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/drivers
/suncg6
11 SRCS
= cg6_driver.c cg6_cursor.c cg6_accel.c
13 CPPFLAGS
+= -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/drivers
/suncg6 \
14 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/common \
15 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/os-support \
16 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/xaa \
17 -I
${X11SRCDIR.xc
}/programs
/Xserver
/fb \
18 -I
${X11SRCDIR.xc
}/programs
/Xserver
/mi \
19 -I
${X11SRCDIR.xc
}/programs
/Xserver
/Xext \
20 -I
${X11SRCDIR.xc
}/programs
/Xserver
/render \
21 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/ramdac \
22 -I
${X11SRCDIR.xc
}/programs
/Xserver
/include \
23 -I
${X11SRCDIR.xc
}/include/fonts \
24 -I
${X11SRCDIR.xc
}/include/extensions \
25 -I
${DESTDIR}${X11INCDIR}/X11 \
30 .
include "../../Makefile.drivermod"