1 # $NetBSD: Makefile,v 1.5 2004/02/07 06:52:05 lukem Exp $
3 SUBDIR
= bin
/constype bin
/kbd_mode
5 .
include "../../Makefile.serverlib"
9 .PATH
: ${X11SRCDIR.xc
}/programs
/Xserver
/hw
/sun
10 SRCS
= sunInit.c sunCfb.c sunCfb24.c sunCursor.c sunFbs.c sunIo.c sunKbd.c \
11 sunMfb.c sunMouse.c sunKeyMap.c sunGX.c sunInExMono.c sunInitExt.c \
12 stubs.c sunInitMono.c sunInitMulti.c
14 CPPFLAGS
+= -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/sun \
15 -I
${X11SRCDIR.xc
}/programs
/Xserver \
16 -I
${X11SRCDIR.xc
}/programs
/Xserver
/mi \
17 -I
${X11SRCDIR.xc
}/programs
/Xserver
/mfb \
18 -I
${X11SRCDIR.xc
}/programs
/Xserver
/cfb \
19 -I
${X11SRCDIR.xc
}/programs
/Xserver
/cfb32 \
20 -I
${X11SRCDIR.xc
}/programs
/Xserver
/include \
21 -I
${DESTDIR}${X11INCDIR}/X11 \
22 -I
${X11SRCDIR.xc
}/include/fonts \
23 -I
${X11SRCDIR.xc
}/include/extensions \
26 CPPFLAGS
+= ${X11FLAGS.OS_DEFINES
} \
27 ${X11FLAGS.EXTENSION
} \
28 -UXFree86LOADER
-UXF86VIDMODE
-UXFreeXDGA
-UXF86MISC \
29 -UXF86DRI
-UXF86BIGFONT
31 CPPFLAGS.sunKbd.c
= -Wno-error
32 CPPFLAGS.sunGX.c
= -Wno-error
33 CPPFLAGS.sunInExMono.c
= -URENDER
34 CPPFLAGS.sunInitMono.c
= -DSUNMAXDEPTH
=1
35 CPPFLAGS.sunInitMulti.c
= -DSUNMAXDEPTH
=32
37 BUILDSYMLINKS
= ..
/..
/mi
/miinitext.c sunInExMono.c \
38 ..
/..
/mi
/miinitext.c sunInitExt.c \
39 ..
/..
/Xi
/stubs.c stubs.c \
40 sunInit.c sunInitMono.c \
41 sunInit.c sunInitMulti.c
45 .
include <bsd.subdir.mk
>