LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB)
DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
SYS_LIBRARIES = -lm

SRCS = Jump.c S3Noise.c buttons.c chash.c detail.c dump.c edit.c \
	fire.c granite.c init.c list.c main.c marble.c math.c \
	read.c script.c select.c shade.c widget.c wireframe.c \
	wood.c write.c writegif.c
OBJS = Jump.o S3Noise.o buttons.o chash.o detail.o dump.o edit.o \
	fire.o granite.o init.o list.o main.o marble.o math.o \
	read.o script.o select.o shade.o widget.o wireframe.o \
	wood.o write.o writegif.o

ComplexProgramTarget(wframe)
