NetBSD/x11/Xserver/xtrap/Makefile.xtrap
lukem 8d125fd0e6 Cache XSERVERLIB determination in Makefile.serverlib rather than
in 111 separate places.  Speeds up empty "cleandir" from 27.17s to 13.75s.
2004-02-07 06:52:04 +00:00

17 lines
447 B
Makefile

# $NetBSD: Makefile.xtrap,v 1.3 2004/02/07 06:52:08 lukem Exp $
LIB= xtrap
.PATH: ${X11SRCDIR.xc}/programs/Xserver/XTrap
SRCS+= xtrapddmi.c xtrapdi.c xtrapdiswp.c xtrapditbl.c
CPPFLAGS+= -I${X11SRCDIR.xc}/programs/Xserver/include \
-I${XSERVERINCDIR} \
-I${DESTDIR}${X11INCDIR}/X11/extensions \
-I${DESTDIR}${X11INCDIR}/X11 \
-I${X11SRCDIR.xc}/programs/Xserver/Xext
.include <bsd.x11.mk>
LIBDIR= ${XMODULEDIR}
.include <bsd.lib.mk>