XCOMM This Imakefile donated by Claude.Lecommandeur@Epfl.Ch, as
XCOMM I have no idea how to make Imakefiles.  Thanks Claude!
XCOMM   --JAM (jmaxwell@acm.vt.edu)

XCOMM take out the usleep.[co] if your system has it already!
         SRCS = xspy.c support.c usleep.c
         OBJS = xspy.o support.o usleep.o
SYS_LIBRARIES = -lX11

ComplexProgramTarget(xspy)
