libexa.a module reachover

This commit is contained in:
rtr 2008-08-04 11:41:50 +00:00
parent 2cfed21969
commit 234e5094c0
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.1 2008/08/04 11:41:50 rtr Exp $
XMODULEDIR= ${X11USRLIBDIR}/modules
.include "../../../Makefile.serverlib"
.include "../../../Makefile.servermod"
LIB= exa
#MAN= exa.xx
.PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/exa
SRCS= examodule.c
CPPFLAGS+= -I${X11SRCDIR.xorg-server}/include \
-I${X11SRCDIR.xorg-server}/exa \
-I${X11SRCDIR.xorg-server}/fb \
-I${X11SRCDIR.xorg-server}/hw/xfree86/common \
-I${X11SRCDIR.xorg-server}/mi \
-I${X11SRCDIR.xorg-server}/miext/damage \
-I${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bus \
-I${X11SRCDIR.xorg-server}/render \
-I${DESTDIR}${X11INCDIR}/pixman-1
CPPFLAGS+= -DXORG_VERSION_CURRENT=${XORG_VERSION_CURRENT}
.include <bsd.x11.mk>
LIBDIR= ${XMODULEDIR}
.include <bsd.lib.mk>