etc/protocols - sync with NetBSD-8
[minix.git] / external / mit / xorg / lib / libXfontcache / Makefile
blobbb111e6a036e4fb2ebf38aeae03782d6aa38d5bb
1 # $NetBSD: Makefile,v 1.2 2008/09/13 04:32:30 cube 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>