etc/protocols - sync with NetBSD-8
[minix.git] / external / mit / xorg / server / xorg-server / hw / xfree86 / dixmods / Makefile
blob77e56dde70ccb6b1464790a152c99bba32c5737f
1 # $NetBSD: Makefile,v 1.9 2010/05/22 05:45:01 mrg Exp $
3 .include "../../../Makefile.serverlib"
4 .include "../../../Makefile.servermod"
6 LIB= dixmods
8 .PATH: ${X11SRCDIR.xorg-server}/mi
9 SRCS= miinitext.c
11 CPPFLAGS+= \
12 -I${DESTDIR}${X11INCDIR}/X11 \
13 -I${DESTDIR}${X11INCDIR}/pixman-1 \
14 -I${DESTDIR}${X11INCDIR}/xorg \
15 -I${X11SRCDIR.xorg-server}/Xext \
16 -I${X11SRCDIR.xorg-server}/hw/xfree86/${LIB} \
17 -I${X11SRCDIR.xorg-server}/hw/xfree86/loader
19 CPPFLAGS+= \
20 ${X11FLAGS.EXTENSION} \
21 -DHAVE_DIX_CONFIG_H \
22 -DXFree86LOADER
24 SUBDIR = \
25 dbe \
26 extmod \
27 fb \
28 glx \
29 record \
30 shadow \
31 wfb \
32 xorgxkb
34 COPTS.miinitext.c= -Wno-error # XXX xf86bigfstr.h
36 .include <bsd.x11.mk>
37 LIBDIR= ${XMODULEDIR}
38 .include <bsd.lib.mk>
39 .include <bsd.subdir.mk>