25 lines
469 B
Makefile
25 lines
469 B
Makefile
# $NetBSD: Makefile,v 1.6 2005/09/24 13:51:46 chs Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= XRes
|
|
.PATH: ${X11SRCDIR.xc}/lib/${LIB}
|
|
|
|
SRCS= XRes.c
|
|
|
|
LIBDPLIBS=\
|
|
Xext ${.CURDIR}/../Xext \
|
|
X11 ${.CURDIR}/../X11/dynamic
|
|
|
|
MAN= XRes.3
|
|
MLINKS= XRes.3 XResQueryClientPixmapBytes.3 \
|
|
XRes.3 XResQueryClientResources.3 \
|
|
XRes.3 XResQueryClients.3 \
|
|
XRes.3 XResQueryExtension.3 \
|
|
XRes.3 XResQueryVersion.3
|
|
|
|
CPPFLAGS+= ${X11FLAGS.THREADS}
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.lib.mk>
|