1 # $NetBSD: Makefile,v 1.2 2003/12/23 14:28:21 rtr Exp $
3 XMODULEDIR
= ${X11USRLIBDIR}/modules
5 .
include "../../../Makefile.serverlib"
8 .PATH
: ${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/${LIB}
10 SRCS
= lsb_fixed_xaaBitmap.c lsb_fixed_xaaBitmap3.c lsb_fixed_xaaStipple.c \
11 lsb_fixed_xaaStipple3.c lsb_fixed_xaaTEGlyph.c lsb_xaaBitmap.c \
12 lsb_xaaBitmap3.c lsb_xaaStipple.c lsb_xaaStipple3.c lsb_xaaTEGlyph.c \
13 msb_fixed_xaaBitmap.c msb_fixed_xaaBitmap3.c msb_fixed_xaaStipple.c \
14 msb_fixed_xaaStipple3.c msb_fixed_xaaTEGlyph.c msb_xaaBitmap.c \
15 msb_xaaBitmap3.c msb_xaaStipple.c msb_xaaStipple3.c msb_xaaTEGlyph.c \
16 xaaBitBlt.c xaaBitOrder.c xaaCpyArea.c xaaCpyPlane.c xaaCpyWin.c \
17 xaaDashLine.c xaaDashSeg.c xaaFallback.c xaaFillArc.c xaaFillPoly.c \
18 xaaFillRect.c xaaGC.c xaaGCmisc.c xaaImage.c xaaInit.c xaaInitAccel.c \
19 xaaLine.c xaaLineMisc.c xaaNonTEText.c xaaOffscreen.c xaaOverlay.c \
20 xaaOverlayDF.c xaaPCache.c xaaPaintWin.c xaaPict.c xaaROP.c xaaRect.c \
21 xaaSeg.c xaaSpans.c xaaStateChange.c xaaTEText.c xaaTables.c \
24 CPPFLAGS
+= -I
${DESTDIR}${X11INCDIR}/X11 \
25 -I
${DESTDIR}${X11INCDIR}/X11
/extensions \
27 -I
${X11SRCDIR.xc
}/include/fonts \
28 -I
${X11SRCDIR.xc
}/programs
/Xserver
/Xext \
29 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/${LIB} \
30 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/common \
31 -I
${X11SRCDIR.xc
}/programs
/Xserver
/hw
/xfree86
/os-support \
32 -I
${X11SRCDIR.xc
}/programs
/Xserver
/include \
33 -I
${X11SRCDIR.xc
}/programs
/Xserver
/include/extensions \
34 -I
${X11SRCDIR.xc
}/programs
/Xserver
/mi \
35 -I
${X11SRCDIR.xc
}/programs
/Xserver
/render \
38 CPPFLAGS.lsb_fixed_xaaBitmap.c
= -DLSBFIRST
-DFIXEDBASE
39 CPPFLAGS.lsb_fixed_xaaBitmap3.c
= -DLSBFIRST
-DFIXEDBASE
-DTRIPLE_BITS
40 CPPFLAGS.lsb_fixed_xaaStipple.c
= -DLSBFIRST
-DFIXEDBASE
41 CPPFLAGS.lsb_fixed_xaaStipple3.c
= -DLSBFIRST
-DFIXEDBASE
-DTRIPLE_BITS
42 CPPFLAGS.lsb_fixed_xaaTEGlyph.c
= -DLSBFIRST
-DFIXEDBASE
43 CPPFLAGS.lsb_xaaBitmap.c
= -DLSBFIRST
44 CPPFLAGS.lsb_xaaBitmap3.c
= -DLSBFIRST
-DTRIPLE_BITS
45 CPPFLAGS.lsb_xaaStipple.c
= -DLSBFIRST
46 CPPFLAGS.lsb_xaaStipple3.c
= -DLSBFIRST
-DTRIPLE_BITS
47 CPPFLAGS.lsb_xaaTEGlyph.c
= -DLSBFIRST
48 CPPFLAGS.msb_fixed_xaaBitmap.c
= -DMSBFIRST
-DFIXEDBASE
49 CPPFLAGS.msb_fixed_xaaBitmap3.c
= -DMSBFIRST
-DFIXEDBASE
-DTRIPLE_BITS
50 CPPFLAGS.msb_fixed_xaaStipple.c
= -DMSBFIRST
-DFIXEDBASE
51 CPPFLAGS.msb_fixed_xaaStipple3.c
= -DMSBFIRST
-DFIXEDBASE
-DTRIPLE_BITS
52 CPPFLAGS.msb_fixed_xaaTEGlyph.c
= -DMSBFIRST
-DFIXEDBASE
53 CPPFLAGS.msb_xaaBitmap.c
= -DMSBFIRST
54 CPPFLAGS.msb_xaaBitmap3.c
= -DMSBFIRST
-DTRIPLE_BITS
55 CPPFLAGS.msb_xaaStipple.c
= -DMSBFIRST
56 CPPFLAGS.msb_xaaStipple3.c
= -DMSBFIRST
-DTRIPLE_BITS
57 CPPFLAGS.msb_xaaTEGlyph.c
= -DMSBFIRST
58 CPPFLAGS.xaaSeg.c
= -DPOLYSEGMENT
59 CPPFLAGS.xaaDashSeg.c
= -DPOLYSEGMENT
61 BUILDSYMLINKS
= xaaBitmap.c lsb_xaaBitmap.c \
62 xaaBitmap.c lsb_fixed_xaaBitmap.c \
63 xaaBitmap.c lsb_fixed_xaaBitmap3.c \
64 xaaBitmap.c lsb_xaaBitmap3.c \
65 xaaBitmap.c msb_fixed_xaaBitmap.c \
66 xaaBitmap.c msb_fixed_xaaBitmap3.c \
67 xaaBitmap.c msb_xaaBitmap.c \
68 xaaBitmap.c msb_xaaBitmap3.c \
69 xaaDashLine.c xaaDashSeg.c \
71 xaaStipple.c lsb_fixed_xaaStipple.c \
72 xaaStipple.c lsb_fixed_xaaStipple3.c \
73 xaaStipple.c lsb_xaaStipple.c \
74 xaaStipple.c lsb_xaaStipple3.c \
75 xaaStipple.c msb_fixed_xaaStipple.c \
76 xaaStipple.c msb_fixed_xaaStipple3.c \
77 xaaStipple.c msb_xaaStipple.c \
78 xaaStipple.c msb_xaaStipple3.c \
79 xaaTEGlyph.c lsb_fixed_xaaTEGlyph.c \
80 xaaTEGlyph.c lsb_xaaTEGlyph.c \
81 xaaTEGlyph.c msb_fixed_xaaTEGlyph.c \
82 xaaTEGlyph.c msb_xaaTEGlyph.c