minix/external/mit/xorg/lib/libXres/Makefile
Lionel Sambuc 971bb1a587 Importing external/mit/xorg support rules
Change-Id: Ib11d8659485a444797bf3a2118182a1d4e316b50
2014-11-10 14:43:29 +01:00

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>