#
# $Header: Imakefile,v 1.1 89/01/30 11:21:41 root Exp $
#
#ifdef BandAidCompiler
#include BandAidCompiler
#endif

INCLUDES = -I$(TOP) -I$(TOP)/X11
SYS_LIBRARIES = -lm
LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB)

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

ComplexProgramTarget(xeyes)
