blob: 1faee7571961c9591c2ead8b3e512710273ddc1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
XCOMM $XConsortium: Imakefile,v 1.7 93/11/06 15:17:16 rws Exp $
SRCS = abort.c arith.c await.c band.c blend.c cache.c compare.c complex.c \
constrain.c convolve.c creatdstry.c cvttoindex.c dither.c \
encode.c errors.c events.c exportcl.c funcode.c geometry.c \
getnext.c import.c importcl.c logical.c math.c modify.c \
mtchhist.c pasteup.c point.c purgecolst.c query.c redefine.c \
rgb.c tests.c uconstrain.c xieperf.c
OBJS = abort.o arith.o await.o band.o blend.o cache.o compare.o complex.o \
constrain.o convolve.o creatdstry.o cvttoindex.o dither.o \
encode.o errors.o events.o exportcl.o funcode.o geometry.o \
getnext.o import.o importcl.o logical.o math.o modify.o \
mtchhist.o pasteup.o point.o purgecolst.o query.o redefine.o \
rgb.o tests.o uconstrain.o xieperf.o
LOCAL_LIBRARIES = $(XIELIB) $(XMULIB) $(XLIB)
DEPLIBS = $(DEPXIELIB) $(DEPXMULIB) $(DEPXLIB)
SYS_LIBRARIES = MathLibrary
DEFINES = $(SIGNAL_DEFINES)
ComplexProgramTarget(xieperf)
|