Sync usage with man page.
[netbsd-mini2440.git] / external / mit / xorg / lib / libXfontcache / Makefile
blob05bbc3e221ea722aeddddd4ea4961dc27ee2c7e5
1 # $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
3 .include <bsd.own.mk>
5 LIB= Xfontcache
6 .PATH: ${X11SRCDIR.${LIB}}/src
7 .PATH: ${X11SRCDIR.${LIB}}/man
9 LIBDPLIBS=\
10 Xext ${.CURDIR}/../libXext \
11 X11 ${.CURDIR}/../libX11/dynamic
13 SRCS= FontCache.c
15 MAN= Xfontcache.3
16 MLINKS= Xfontcache.3 FontCacheChangeCacheSettings.3 \
17 Xfontcache.3 FontCacheGetCacheSettings.3 \
18 Xfontcache.3 FontCacheGetCacheStatistics.3 \
19 Xfontcache.3 FontCacheQueryExtension.3 \
20 Xfontcache.3 FontCacheQueryVersion.3
22 #CPPFLAGS+= ${X11FLAGS.THREADS}
24 PKGDIST= ${LIB}
26 .include <bsd.x11.mk>
27 .include <bsd.lib.mk>