XCOMM $XFree86: xc/lib/XThrStub/Imakefile,v 3.1.2.1 1998/11/06 13:54:25 dawes Exp $ #define DoNormalLib NormalLibXThrStub #define DoSharedLib SharedLibXThrStub #define DoExtraLib SharedLibXThrStub #define DoDebugLib DebugLibXThrStub #define DoProfileLib ProfileLibXThrStub #define LibName XThrStub #define SoRev SOXTHRSTUBREV #define LibHeaders NO #include #ifdef SharedXThrStubReqs REQUIREDLIBS = SharedXThrStubReqs #endif #if NeedUIThrStubs 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 DependTarget()