1 # $NetBSD: Makefile,v 1.1 2004/01/05 10:14:18 rtr Exp $
3 XMODULEDIR
= ${X11USRLIBDIR}/modules
5 .
include "../../../Makefile.serverlib"
8 .PATH
: ${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/${LIB}
10 SRCS
= cfb8_32module.c cfbbstore.c cfbcpyarea.c cfbcpyplane.c cfbgc32.c \
11 cfbgc8.c cfbgcmisc.c cfbgcunder.c cfbimage.c cfbpntwin.c \
12 cfbscrinit.c cfbwindow.c xf86overlay.c
14 CPPFLAGS
+= -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/${LIB} \
15 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/xf1bpp \
16 -I
${X11SRCDIR.xc
}/programs
/Xserver
/mfb \
17 -I
${X11SRCDIR.xc
}/programs
/Xserver
/cfb \
18 -I
${X11SRCDIR.xc
}/programs
/Xserver
/mi \
19 -I
${X11SRCDIR.xc
}/programs
/Xserver
/include \
20 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/os-support \
21 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/common \
22 -I
${DESTDIR}${X11INCDIR}/X11
/extensions \
23 -I
${X11SRCDIR.xc
}/include/fonts \
24 -I
${DESTDIR}${X11INCDIR}/X11 \
25 -I
${X11SRCDIR.xc
}/programs
/Xserver
/Xext \
28 CPPFLAGS.cfbgc32.c
= -DPSZ
=32
29 CPPFLAGS.cfbgc8.c
= -DPSZ
=8
31 BUILDSYMLINKS
= cfbgc.c cfbgc8.c \