32 lines
623 B
Makefile
32 lines
623 B
Makefile
|
# $NetBSD: Makefile,v 1.8 2013/05/31 09:33:17 mrg Exp $
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
LIB= XRes
|
||
|
|
||
|
XRESDIR= ${X11SRCDIR.Xres}
|
||
|
.PATH: ${XRESDIR}/src
|
||
|
.PATH: ${XRESDIR}/man
|
||
|
.PATH: ${XRESDIR}/include/X11/extensions
|
||
|
SRCS= XRes.c
|
||
|
|
||
|
CPPFLAGS+= -DHAVE__XEATDATAWORDS
|
||
|
|
||
|
INCS= XRes.h
|
||
|
INCSDIR=${X11INCDIR}/X11/extensions
|
||
|
|
||
|
MAN= XRes.3
|
||
|
MLINKS= XRes.3 XResQueryExtension.3 \
|
||
|
XRes.3 XResQueryVersion.3 \
|
||
|
XRes.3 XResQueryClients.3 \
|
||
|
XRes.3 XResQueryClientResources.3 \
|
||
|
XRes.3 XResQueryClientPixmapBytes.3
|
||
|
|
||
|
LIBDPLIBS= Xext ${.CURDIR}/../libXext \
|
||
|
X11 ${.CURDIR}/../libX11/dynamic
|
||
|
|
||
|
PKGDIST= Xres
|
||
|
|
||
|
.include <bsd.x11.mk>
|
||
|
.include <bsd.lib.mk>
|