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
= cfb24_32module.c cfbcpyarea.c cfbgc24.c cfbgc32.c cfbgcmisc.c \
11 cfbimage.c cfbpixmap.c cfbscrinit.c cfbwindow.c
13 CPPFLAGS
+= -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/${LIB} \
14 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/xf1bpp \
15 -I
${X11SRCDIR.xc
}/programs
/Xserver
/mfb \
16 -I
${X11SRCDIR.xc
}/programs
/Xserver
/cfb \
17 -I
${X11SRCDIR.xc
}/programs
/Xserver
/mi \
18 -I
${X11SRCDIR.xc
}/programs
/Xserver
/include \
19 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/os-support \
20 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/common \
21 -I
${X11SRCDIR.xc
}/include/fonts \
22 -I
${DESTDIR}${X11INCDIR}/X11 \
25 CPPFLAGS.cfbgc32.c
= -DPSZ
=32
26 CPPFLAGS.cfbgc24.c
= -DPSZ
=24
28 BUILDSYMLINKS
= cfbgc.c cfbgc24.c \