diff options
Diffstat (limited to 'nx-X11/lib/Xfontcache/Imakefile')
-rw-r--r-- | nx-X11/lib/Xfontcache/Imakefile | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/nx-X11/lib/Xfontcache/Imakefile b/nx-X11/lib/Xfontcache/Imakefile deleted file mode 100644 index dd0e57831..000000000 --- a/nx-X11/lib/Xfontcache/Imakefile +++ /dev/null @@ -1,42 +0,0 @@ -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() |