summaryrefslogtreecommitdiff
path: root/external/mit/xorg/lib/libXres/Makefile
blob: 581d7912e5d1614bb64b1efc8e4ab2d89d098e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#	$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>