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
/suntcx
11 SRCS
= tcx_driver.c tcx_cursor.c
13 CPPFLAGS
+= -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/drivers
/suntcx \
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
/fb \
17 -I
${X11SRCDIR.xc
}/programs
/Xserver
/mi \
18 -I
${X11SRCDIR.xc
}/programs
/Xserver
/Xext \
19 -I
${X11SRCDIR.xc
}/programs
/Xserver
/render \
20 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/ramdac \
21 -I
${X11SRCDIR.xc
}/programs
/Xserver
/include \
22 -I
${X11SRCDIR.xc
}/include/fonts \
23 -I
${X11SRCDIR.xc
}/include/extensions \
24 -I
${DESTDIR}${X11INCDIR}/X11 \
29 .
include "../../Makefile.drivermod"