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
/nsc
11 SRCS
= nsc_driver.c nsc_gx1_driver.c nsc_gx1_dga.c nsc_gx1_accel.c \
12 nsc_gx1_cursor.c nsc_gx1_video.c nsc_gx1_shadow.c \
13 nsc_gx2_driver.c nsc_gx2_accel.c nsc_gx2_cursor.c nsc_gx2_dga.c \
14 nsc_gx2_video.c nsc_gx2_shadow.c durango.c panel.c
16 .if
${MACHINE_ARCH} == "i386"
20 CPPFLAGS
+= -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/drivers
/nsc \
21 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/common \
22 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/os-support \
23 -I
${X11SRCDIR.xc
}/programs
/Xserver
/Xext \
24 -I
${X11SRCDIR.xc
}/programs
/Xserver
/mfb \
25 -I
${X11SRCDIR.xc
}/programs
/Xserver
/mi \
26 -I
${X11SRCDIR.xc
}/programs
/Xserver
/cfb \
27 -I
${X11SRCDIR.xc
}/programs
/Xserver
/fb \
28 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/xaa \
29 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/vgahw \
30 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/ramdac \
31 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/ddc \
32 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/i2c \
33 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/rac \
34 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/int10 \
35 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/xf24_32bpp \
36 -I
${X11SRCDIR.xc
}/include/fonts \
37 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/xf8_32bpp \
38 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/xf1bpp \
39 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/xf4bpp \
40 -I
${X11SRCDIR.xc
}/programs
/Xserver
/include \
41 -I
${DESTDIR}${X11INCDIR}/X11 \
42 -I
${DESTDIR}${X11INCDIR}/X11
/extensions \
43 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/shadowfb \
44 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/fbdevhw \
45 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/vbe \
46 -I
${X11SRCDIR.xc
}/programs
/Xserver
/render \
47 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/drivers
/nsc
/gfx \
48 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/drivers
/nsc
/panel \
51 CPPFLAGS
+= -DOPT_ACCEL
53 CPPFLAGS.i2c_acc.c
= -Wno-error
# gcc3/macppc
54 CPPFLAGS.durango.c
= -Wno-error
# gcc3/macppc
57 .
include "../../Makefile.drivermod"