xref: /minix3/external/mit/xorg/lib/libXfontcache/Makefile (revision 971bb1a5878d19f91739f74fd389e6c5108cb7fa)
1#	$NetBSD: Makefile,v 1.2 2008/09/13 04:32:30 cube Exp $
2
3.include <bsd.own.mk>
4
5LIB=	Xfontcache
6.PATH:	${X11SRCDIR.${LIB}}/src
7.PATH:	${X11SRCDIR.${LIB}}/man
8
9LIBDPLIBS=\
10	Xext	${.CURDIR}/../libXext \
11	X11	${.CURDIR}/../libX11/dynamic
12
13SRCS=	FontCache.c
14
15MAN=	Xfontcache.3
16MLINKS=	Xfontcache.3 FontCacheChangeCacheSettings.3 \
17	Xfontcache.3 FontCacheGetCacheSettings.3 \
18	Xfontcache.3 FontCacheGetCacheStatistics.3 \
19	Xfontcache.3 FontCacheQueryExtension.3 \
20	Xfontcache.3 FontCacheQueryVersion.3
21
22#CPPFLAGS+=	${X11FLAGS.THREADS}
23
24PKGDIST=	${LIB}
25
26.include <bsd.x11.mk>
27.include <bsd.lib.mk>
28