diff options
Diffstat (limited to 'nx-X11/lib/Xfontcache/Imakefile')
-rw-r--r-- | nx-X11/lib/Xfontcache/Imakefile | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/nx-X11/lib/Xfontcache/Imakefile b/nx-X11/lib/Xfontcache/Imakefile new file mode 100644 index 000000000..dd0e57831 --- /dev/null +++ b/nx-X11/lib/Xfontcache/Imakefile @@ -0,0 +1,42 @@ +XCOMM Id: Imakefile,v 1.3 1999/01/31 12:54:33 akiyama Exp $ + + + +XCOMM $XFree86: xc/lib/Xfontcache/Imakefile,v 1.5 2003/10/13 21:49:21 herrb Exp $ + +#define DoNormalLib NormalLibXfontcache +#define DoSharedLib SharedLibXfontcache +#define DoExtraLib SharedLibXfontcache +#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() |