Files
xsrc/xfree/xc/lib/Xfontcache/Imakefile

43 lines
1.1 KiB
Plaintext

XCOMM Id: Imakefile,v 1.3 1999/01/31 12:54:33 akiyama Exp $
XCOMM $XFree86: xc/lib/Xfontcache/Imakefile,v 1.7 2004/04/05 02:33:12 dawes Exp $
#define DoNormalLib NormalLibXfontcache
#define DoSharedLib SharedLibXfontcache
#define DoExtraLib ExtraLibXfontcache
#define DoDebugLib DebugLibXfontcache
#define DoProfileLib ProfileLibXfontcache
#define LibName Xfontcache
#define SoRev SOXFONTCACHEREV
#define LibHeaders NO
#include <Threads.tmpl>
#ifdef SharedXfontcacheReqs
REQUIREDLIBS = SharedXfontcacheReqs
#endif
FONTCACHESRCS = FontCache.c
FONTCACHEOBJS = FontCache.o
#if Malloc0ReturnsNull
ALLOC_DEFINES = -DMALLOC_0_RETURNS_NULL
#endif
DEFINES = $(ALLOC_DEFINES)
SRCS = $(FONTCACHESRCS)
OBJS = $(FONTCACHEOBJS)
LINTLIBS = $(LINTXLIB)
#include <Library.tmpl>
MANSUFFIX=$(LIBMANSUFFIX)
InstallManPage(LibName,$(LIBMANDIR))
#if ExpandManNames
InstallManPageAliases(LibName,$(LIBMANDIR),FontCacheQueryExtension FontCacheQueryVersion FontCacheGetCacheSettings FontCacheChangeCacheSettings FontCacheGetCacheStatistics)
#endif
DependTarget()