minix/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/Makefile

40 lines
748 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2010/05/22 05:45:01 mrg Exp $
.include "../../../Makefile.serverlib"
.include "../../../Makefile.servermod"
LIB= dixmods
.PATH: ${X11SRCDIR.xorg-server}/mi
SRCS= miinitext.c
CPPFLAGS+= \
-I${DESTDIR}${X11INCDIR}/X11 \
-I${DESTDIR}${X11INCDIR}/pixman-1 \
-I${DESTDIR}${X11INCDIR}/xorg \
-I${X11SRCDIR.xorg-server}/Xext \
-I${X11SRCDIR.xorg-server}/hw/xfree86/${LIB} \
-I${X11SRCDIR.xorg-server}/hw/xfree86/loader
CPPFLAGS+= \
${X11FLAGS.EXTENSION} \
-DHAVE_DIX_CONFIG_H \
-DXFree86LOADER
SUBDIR = \
dbe \
extmod \
fb \
glx \
record \
shadow \
wfb \
xorgxkb
COPTS.miinitext.c= -Wno-error # XXX xf86bigfstr.h
.include <bsd.x11.mk>
LIBDIR= ${XMODULEDIR}
.include <bsd.lib.mk>
.include <bsd.subdir.mk>