#ifdef BandAidCompiler
#include BandAidCompiler
#endif

DEFINES = ExtensionDefines
INCLUDES = -I$(TOP) -I$(TOP)/X11
SYS_LIBRARIES = -lm
DEPLIBS = $(DEPXTOOLLIB) $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XTOOLLIB) $(XMULIB) $(EXTENSIONLIB) $(XLIB)

SRCS = oclock.c Clock.c transform.c
OBJS = oclock.o Clock.o transform.o

ComplexProgramTarget(oclock)
