blob: d054d6827f53cafd31a8d2b8ba9b6b46e92021b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.6 2005/09/24 13:51:47 chs Exp $
.include <bsd.own.mk>
LIB= Xfontcache
.PATH: ${X11SRCDIR.xc}/lib/${LIB}
LIBDPLIBS=\
Xext ${.CURDIR}/../Xext \
X11 ${.CURDIR}/../X11/dynamic
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>
|