NetBSD/x11/lib/XRes/Makefile
chs e211d606cd fix many problems in the reachover Makefiles for X11 libraries:
- add many missing shared-library dependencies
 - remove many unnecessary shared-library dependencies
 - add many missing files to the Mesa source list
 - fix the ordering of the SUBDIR list in the top level
   to match the actual inter-library dependencies
2005-09-24 13:51:46 +00:00

25 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.6 2005/09/24 13:51:46 chs Exp $
.include <bsd.own.mk>
LIB= XRes
.PATH: ${X11SRCDIR.xc}/lib/${LIB}
SRCS= XRes.c
LIBDPLIBS=\
Xext ${.CURDIR}/../Xext \
X11 ${.CURDIR}/../X11/dynamic
MAN= XRes.3
MLINKS= XRes.3 XResQueryClientPixmapBytes.3 \
XRes.3 XResQueryClientResources.3 \
XRes.3 XResQueryClients.3 \
XRes.3 XResQueryExtension.3 \
XRes.3 XResQueryVersion.3
CPPFLAGS+= ${X11FLAGS.THREADS}
.include <bsd.x11.mk>
.include <bsd.lib.mk>