971bb1a587
Change-Id: Ib11d8659485a444797bf3a2118182a1d4e316b50
27 lines
698 B
Makefile
27 lines
698 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/08/22 02:40:28 mrg Exp $
|
|
|
|
.include "../Makefile.serverlib"
|
|
.include "../Makefile.servermod"
|
|
|
|
LIB= xfixes
|
|
|
|
.PATH: ${X11SRCDIR.xorg-server}/xfixes
|
|
SRCS= cursor.c region.c saveset.c select.c xfixes.c
|
|
|
|
CPPFLAGS+= ${X11FLAGS.PERVASIVE_EXTENSION} ${X11FLAGS.DIX}
|
|
|
|
CPPFLAGS+= -I${X11SRCDIR.xorg-server}/include \
|
|
-I${X11SRCDIR.xorg-server}/Xext \
|
|
-I${X11SRCDIR.xorg-server}/fixes \
|
|
-I${X11SRCDIR.xorg-server}/render \
|
|
-I${DESTDIR}${X11INCDIR}/X11 \
|
|
-I${DESTDIR}${X11INCDIR}/pixman-1 \
|
|
-I${X11SRCDIR.xorg-server}/../include
|
|
|
|
# XXX
|
|
COPTS.cursor.c+= -Wno-error
|
|
COPTS.region.c+= -Wno-error
|
|
COPTS.select.c+= -Wno-error
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.lib.mk>
|