NetBSD/x11/lib/Xtst/Makefile
lukem b8d2105c21 Need to prefix relative directories with `${.CURDIR}/' so that
objdir builds in the src tree (i.e, without MAKEOBJDIR{,PREFIX}) work.
2004-08-05 01:28:47 +00:00

18 lines
301 B
Makefile

# $NetBSD: Makefile,v 1.5 2004/08/05 01:28:48 lukem Exp $
.include <bsd.own.mk>
LIB= Xtst
.PATH: ${X11SRCDIR.xc}/lib/${LIB}
SRCS= XTest.c XRecord.c
CPPFLAGS+= ${X11FLAGS.THREADLIB}
LIBDPLIBS=\
Xext ${.CURDIR}/../Xext \
X11 ${.CURDIR}/../X11/dynamic
.include <bsd.x11.mk>
.include <bsd.lib.mk>