Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / mit / xorg / lib / libXres / Makefile
blob581d7912e5d1614bb64b1efc8e4ab2d89d098e2f
1 # $NetBSD: Makefile,v 1.8 2013/05/31 09:33:17 mrg 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 CPPFLAGS+= -DHAVE__XEATDATAWORDS
15 INCS= XRes.h
16 INCSDIR=${X11INCDIR}/X11/extensions
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
25 LIBDPLIBS= Xext ${.CURDIR}/../libXext \
26 X11 ${.CURDIR}/../libX11/dynamic
28 PKGDIST= Xres
30 .include <bsd.x11.mk>
31 .include <bsd.lib.mk>