Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / server / xorg-server / afb / Makefile.afb
blobd601e25aa6c12dd8a850a479537c2b98920a8c66
1 #       $NetBSD: Makefile.afb,v 1.3 2008/08/15 15:55:05 rtr Exp $
3 LIB=    afb
5 .PATH:  ${X11SRCDIR.xorg-server}/${LIB}
6 SRCS+=  afbbltC.c afbbltX.c afbbltCI.c afbbltO.c afbbltG.c \
7         afbtileC.c afbtileG.c afbseg.c \
8         afbgc.c afbwindow.c afbfont.c afbfillrct.c afbpntwin.c \
9         afbpixmap.c afbimage.c afbline.c afbbres.c afbhrzvert.c \
10         afbbresd.c afbpushpxl.c afbply1rct.c afbzerarc.c afbfillarc.c \
11         afbfillsp.c afbsetsp.c afbscrinit.c afbplygblt.c afbclip.c \
12         afbgetsp.c afbpolypnt.c afbbitblt.c afbcmap.c afbimggblt.c \
13         afbpntarea.c afbmisc.c afbbstore.c afbtegblt.c
15 CPPFLAGS+=      -I${X11SRCDIR.xorg-server}/${LIB} \
16                 -I${X11SRCDIR.xorg-server}/cfb \
17                 -I${X11SRCDIR.xorg-server}/mfb \
18                 -I${X11SRCDIR.xorg-server}/include \
19                 -I${X11SRCDIR.xorg-server}/mi \
20                 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support \
21                 -I${DESTDIR}${X11INCDIR}/X11 \
22                 -I${DESTDIR}${X11INCDIR}/pixman-1
24 # XXX some path so that "../../mfb/mfbblt.c" works
25 CPPFLAGS+=      -I${X11SRCDIR.xorg-server}/hw/xfree86
27 # XXX
28 COPTS.afbfillsp.c+=     -Wno-error
29 COPTS.afbgetsp.c+=      -Wno-error
30 COPTS.afbpntarea.c+=    -Wno-error
31 COPTS.afbsetsp.c+=      -Wno-error
32 COPTS.afbtegblt.c+=     -Wno-error
33 COPTS.afbtileC.c+=      -Wno-error
34 COPTS.afbtileG.c+=      -Wno-error
36 .include <bsd.x11.mk>
37 LIBDIR= ${XMODULEDIR}
38 .include <bsd.lib.mk>