Imakefile   [plain text]


XCOMM Id: Imakefile,v 1.3 1999/01/31 12:54:33 akiyama Exp $



XCOMM $XFree86: xc/lib/Xfontcache/Imakefile,v 1.4 2002/10/16 00:37:28 dawes 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>

DependTarget()