b8d2105c21
objdir builds in the src tree (i.e, without MAKEOBJDIR{,PREFIX}) work.
18 lines
301 B
Makefile
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>
|