2005-09-24 17:51:46 +04:00
|
|
|
# $NetBSD: Makefile,v 1.6 2005/09/24 13:51:46 chs Exp $
|
2003-09-12 06:49:56 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
LIB= XRes
|
|
|
|
.PATH: ${X11SRCDIR.xc}/lib/${LIB}
|
|
|
|
|
|
|
|
SRCS= XRes.c
|
|
|
|
|
2005-09-24 17:51:46 +04:00
|
|
|
LIBDPLIBS=\
|
|
|
|
Xext ${.CURDIR}/../Xext \
|
|
|
|
X11 ${.CURDIR}/../X11/dynamic
|
|
|
|
|
2004-04-28 18:17:55 +04:00
|
|
|
MAN= XRes.3
|
|
|
|
MLINKS= XRes.3 XResQueryClientPixmapBytes.3 \
|
|
|
|
XRes.3 XResQueryClientResources.3 \
|
|
|
|
XRes.3 XResQueryClients.3 \
|
|
|
|
XRes.3 XResQueryExtension.3 \
|
|
|
|
XRes.3 XResQueryVersion.3
|
|
|
|
|
2005-01-21 08:15:36 +03:00
|
|
|
CPPFLAGS+= ${X11FLAGS.THREADS}
|
2003-09-12 06:49:56 +04:00
|
|
|
|
|
|
|
.include <bsd.x11.mk>
|
2003-09-14 00:17:57 +04:00
|
|
|
.include <bsd.lib.mk>
|