XCOMM
XCOMM Imakefile for xclock (X Window System clock utility)
XCOMM Uses Imake macros to define build rules for the X11 build system
XCOMM

INCLUDES = -I. -I../../lib/Xcms
DEPLIBS = $(DEPXTOOLLIB) $(DEPXMLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XTOOLLIB) $(XMLIB) $(XLIB)

SRCS = xclock.c Clock.c
OBJS = xclock.o Clock.o

ComplexProgramTarget(xclock)
DependTarget()
