#ifdef BandAidCompiler #include BandAidCompiler #endif DEFINES = -DSHAPE INCLUDES = -I$(TOP) -I$(TOP)/X11 SYS_LIBRARIES = -lm DEPLIBS = $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPEXTENSIONLIB) $(DEPXLIB) LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(EXTENSIONLIB) $(XLIB) SRCS = oclock.c Clock.c transform.c OBJS = oclock.o Clock.o transform.o ComplexProgramTarget(oclock)