1 # $NetBSD: Makefile,v 1.5 2004/02/07 06:52:07 lukem Exp $
3 .
include "../../Makefile.serverlib"
6 .PATH
: ${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xnest
7 .PATH
: ${X11SRCDIR.xc
}/programs
/Xserver
/Xi
8 .PATH
: ${X11SRCDIR.xc
}/programs
/Xserver
/mi
10 SRCS
= Args.c Color.c Cursor.c Display.c Events.c Font.c \
11 GC.c GCOps.c GetTime.c Handlers.c Init.c Keyboard.c \
12 Pixmap.c Pointer.c Screen.c TestExt.c Visual.c \
13 Window.c miinitext.c stubs.c
15 CPPFLAGS
+= -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xnest \
16 -I
${DESTDIR}${X11INCDIR}/X11 \
17 -I
${X11SRCDIR.xc
}/include/fonts \
18 -I
${X11SRCDIR.xc
}/programs
/Xserver
/mi \
19 -I
${X11SRCDIR.xc
}/programs
/Xserver
/Xext \
20 -I
${X11SRCDIR.xc
}/programs
/Xserver
/include \
22 -I
${X11SRCDIR.xc
}/programs
/Xserver
/os \
23 -I
${DESTDIR}${X11INCDIR}/X11
/extensions
25 CPPFLAGS
+= ${X11FLAGS.OS_DEFINES
} \
26 ${X11FLAGS.EXTENSION
} \
27 -DNO_HW_ONLY_EXTS
-UXFree86LOADER
-UMITSHM
29 CPPFLAGS.miinitext.c
= -UDPMSExtension