35 lines
824 B
Plaintext
35 lines
824 B
Plaintext
XCOMM $XFree86: xc/lib/XRes/Imakefile,v 1.4 2003/11/06 03:02:02 dawes Exp $
|
|
|
|
#define DoNormalLib NormalLibXRes
|
|
#define DoSharedLib SharedLibXRes
|
|
#define DoDebugLib DebugLibXRes
|
|
#define DoProfileLib ProfileLibXRes
|
|
#define LibName XRes
|
|
#define SoRev SOXRESREV
|
|
#define LibHeaders NO
|
|
|
|
#include <Threads.tmpl>
|
|
|
|
#ifdef SharedXResReqs
|
|
REQUIREDLIBS = SharedXResReqs
|
|
#endif
|
|
|
|
#if Malloc0ReturnsNull
|
|
ALLOC_DEFINES = -DMALLOC_0_RETURNS_NULL
|
|
#endif
|
|
|
|
DEFINES = $(ALLOC_DEFINES)
|
|
SRCS = XRes.c
|
|
OBJS = XRes.o
|
|
LINTLIBS = $(LINTXLIB)
|
|
|
|
#include <Library.tmpl>
|
|
|
|
MANSUFFIX=$(LIBMANSUFFIX)
|
|
InstallManPage(LibName,$(LIBMANDIR))
|
|
#if ExpandManNames
|
|
InstallManPageAliases(LibName,$(LIBMANDIR),XResQueryExtension XResQueryVersion XResQueryClients XResQueryClientResources XResQueryClientPixmapBytes)
|
|
#endif
|
|
|
|
DependTarget()
|