Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / server / xorg-server / exa / Makefile.exa
blob8445ce5e14a344097459476d4abb2ca2adf643b8
1 #       $NetBSD: Makefile.exa,v 1.5 2011/01/15 13:54:53 jmcneill Exp $
3 .PATH:          ${X11SRCDIR.xorg-server}/exa
5 SRCS.exa=\
6         exa.c \
7         exa_classic.c \
8         exa_migration_classic.c \
9         exa_driver.c \
10         exa_mixed.c \
11         exa_migration_mixed.c \
12         exa_accel.c \
13         exa_glyphs.c \
14         exa_offscreen.c \
15         exa_render.c \
16         exa_unaccel.c
18 CPPFLAGS+=      -I${X11SRCDIR.xorg-server}/include \
19                 -I${X11SRCDIR.xorg-server}/Xext \
20                 -I${X11SRCDIR.xorg-server}/exa \
21                 -I${X11SRCDIR.xorg-server}/fb \
22                 -I${X11SRCDIR.xorg-server}/miext/cw \
23                 -I${DESTDIR}${X11INCDIR}/X11 \
24                 -I${DESTDIR}${X11INCDIR}/xorg \
25                 -I${DESTDIR}${X11INCDIR}/pixman-1 \
26                 -I${X11SRCDIR.xorg-server}/../include \
27                 ${X11FLAGS.DIX} ${X11INCS.DIX}
29 .if !defined(XMODULEDIR)
30 .include <bsd.x11.mk>
31 LIBDIR= ${XMODULEDIR}
32 .include <bsd.lib.mk>
33 .endif