19 lines
465 B
Makefile
19 lines
465 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/09/11 18:37:05 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= xpstubs
|
|
.PATH: ${X11SRCDIR.xc}/programs/Xserver/dix
|
|
|
|
SRCS= xpstubs.c
|
|
|
|
CPPFLAGS+= -I${X11SRCDIR.xc}/programs/Xserver/include \
|
|
-I${DESTDIR}/${X11INCDIR}/X11 \
|
|
-I${X11SRCDIR.xc}/include/fonts \
|
|
-I${DESTDIR}/${X11INCDIR}/X11/extensions \
|
|
-I${X11SRCDIR.xc}/programs/Xserver/Xext \
|
|
-I${X11SRCDIR.xc}/programs/Xserver/lbx
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.x11.mk>
|