NetBSD/x11/lib/Xfontcache/Makefile

21 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/01/21 05:15:36 rtr Exp $
.include <bsd.own.mk>
LIB= Xfontcache
.PATH: ${X11SRCDIR.xc}/lib/${LIB}
SRCS= FontCache.c
MAN= Xfontcache.3
MLINKS= Xfontcache.3 FontCacheChangeCacheSettings.3 \
Xfontcache.3 FontCacheGetCacheSettings.3 \
Xfontcache.3 FontCacheGetCacheStatistics.3 \
Xfontcache.3 FontCacheQueryExtension.3 \
Xfontcache.3 FontCacheQueryVersion.3
CPPFLAGS+= ${X11FLAGS.THREADS}
.include <bsd.x11.mk>
.include <bsd.lib.mk>