35 lines
811 B
Plaintext
35 lines
811 B
Plaintext
XCOMM $XFree86: xc/lib/XThrStub/Imakefile,v 3.4 2005/03/03 03:32:17 dawes Exp $
|
|
#define DoNormalLib NormalLibXThrStub
|
|
#define DoSharedLib SharedLibXThrStub
|
|
#define DoExtraLib ExtraLibXThrStub
|
|
#define DoDebugLib DebugLibXThrStub
|
|
#define DoProfileLib ProfileLibXThrStub
|
|
#define LibName XThrStub
|
|
#define SoRev SOXTHRSTUBREV
|
|
#define LibHeaders NO
|
|
|
|
#include <Threads.tmpl>
|
|
|
|
#ifdef SharedXThrStubReqs
|
|
REQUIREDLIBS = SharedXThrStubReqs
|
|
#endif
|
|
|
|
#if NeedUIThrStubs || (defined(ThrStubsForCompat) && ThrStubsForCompat)
|
|
STUBSRCS = UIThrStubs.c
|
|
STUBOBJS = UIThrStubs.o
|
|
#endif
|
|
|
|
#if Malloc0ReturnsNull
|
|
ALLOC_DEFINES = -DMALLOC_0_RETURNS_NULL
|
|
#endif
|
|
|
|
DEFINES = $(ALLOC_DEFINES)
|
|
INCLUDES =
|
|
SRCS = $(STUBSRCS)
|
|
OBJS = $(STUBOBJS)
|
|
LINTLIBS = $(LINTXLIB)
|
|
|
|
#include <Library.tmpl>
|
|
|
|
DependTarget()
|