Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / mit / xorg / lib / libXres / Makefile
blob2d5f0709aa488ee4c88cd3d600be69771353b07f
1 # $NetBSD: Makefile,v 1.6 2008/10/04 21:59:49 cube Exp $
3 .include <bsd.own.mk>
5 LIB= XRes
7 XRESDIR= ${X11SRCDIR.Xres}
8 .PATH: ${XRESDIR}/src
9 .PATH: ${XRESDIR}/man
10 .PATH: ${XRESDIR}/include/X11/extensions
11 SRCS= XRes.c
13 INCS= XRes.h
14 INCSDIR=${X11INCDIR}/X11/extensions
16 MAN= XRes.3
17 MLINKS= XRes.3 XResQueryExtension.3 \
18 XRes.3 XResQueryVersion.3 \
19 XRes.3 XResQueryClients.3 \
20 XRes.3 XResQueryClientResources.3 \
21 XRes.3 XResQueryClientPixmapBytes.3
23 LIBDPLIBS= Xext ${.CURDIR}/../libXext \
24 X11 ${.CURDIR}/../libX11/dynamic
26 PKGDIST= Xres
28 .include <bsd.x11.mk>
29 .include <bsd.lib.mk>