Home | History | Annotate | Line # | Download | only in libXres
      1 #	$NetBSD: Makefile,v 1.8 2013/05/31 09:33:17 mrg Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 LIB=	XRes
      6 
      7 XRESDIR=	${X11SRCDIR.Xres}
      8 .PATH:		${XRESDIR}/src
      9 .PATH:		${XRESDIR}/man
     10 .PATH:		${XRESDIR}/include/X11/extensions
     11 SRCS=		XRes.c
     12 
     13 CPPFLAGS+=	-DHAVE__XEATDATAWORDS
     14 
     15 INCS=	XRes.h
     16 INCSDIR=${X11INCDIR}/X11/extensions
     17 
     18 MAN=	XRes.3
     19 MLINKS=	XRes.3 XResQueryExtension.3 \
     20 	XRes.3 XResQueryVersion.3 \
     21 	XRes.3 XResQueryClients.3 \
     22 	XRes.3 XResQueryClientResources.3 \
     23 	XRes.3 XResQueryClientPixmapBytes.3
     24 
     25 LIBDPLIBS=	Xext	${.CURDIR}/../libXext \
     26 		X11	${.CURDIR}/../libX11/dynamic
     27 
     28 PKGDIST=	Xres
     29 
     30 .include <bsd.x11.mk>
     31 .include <bsd.lib.mk>
     32