XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:45:25 cpqbld Exp $




XCOMM $XFree86: xc/lib/XIE/Imakefile,v 1.3 2001/01/17 19:42:20 dawes Exp $

#define DoNormalLib NormalLibXie
#define DoSharedLib SharedLibXie
#define DoExtraLib SharedLibXie
#define DoDebugLib DebugLibXie
#define DoProfileLib ProfileLibXie
#define LibName XIE
#define SoRev SOXIEREV
#define IncSubdir X11
#define IncSubSubdir extensions

#include <Threads.tmpl>

#ifdef SharedXieReqs
REQUIREDLIBS = SharedXieReqs
#endif

#if Malloc0ReturnsNull
ALLOC_DEFINES = -DMALLOC_0_RETURNS_NULL
#endif

DEFINES = $(ALLOC_DEFINES)

HEADERS = XIElib.h

SRCS = abort.c \
       await.c \
       clientdata.c \
       colorlist.c \
       conven.c \
       elements.c \
       free.c \
       errors.c \
       events.c \
       ieee.c \
       init.c \
       lut.c \
       photoflo.c \
       photomap.c \
       photospace.c \
       roi.c \
       technique.c \
       utils.c

OBJS = abort.o \
       await.o \
       clientdata.o \
       colorlist.o \
       conven.o \
       elements.o \
       errors.o \
       events.o \
       free.o \
       ieee.o \
       init.o \
       lut.o \
       photoflo.o \
       photomap.o \
       photospace.o \
       roi.o \
       technique.o \
       utils.o

#include <Library.tmpl>

#ifdef NativeFPFormat
NATIVE_FP_FORMAT = NativeFPFormat
FP_DEFINES = -DNATIVE_FP_FORMAT=$(NATIVE_FP_FORMAT)
SpecialCLibObjectRule(ieee,$(ICONFIGFILES),$(FP_DEFINES))
#endif

DependTarget()
