XCOMM $XConsortium: Imakefile,v 1.15 91/08/23 12:25:20 gildea Exp $

SYS_LIBRARIES = -lm
        DEPLIBS = $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPEXTENSIONLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(EXTENSIONLIB) $(XLIB)

SRCS = xeyes.c Eyes.c transform.c
OBJS = xeyes.o Eyes.o transform.o

ComplexProgramTarget(xeyes)
