   DPS_INCLUDES = ../../include
 EXTRA_INCLUDES = -I$(DPS_INCLUDES)
        DPS_LIB = ../../lib/dps/libdps.a
LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(DPS_LIB) $(XLIB)
   SYS_LIBRARIES = -lm
         PSWRAP = ../../clients/pswrap/pswrap

SRCS = clockwraps.psw newvclip.psw dpsclock.c clock.c

OBJS = clockwraps.o newvclip.o dpsclock.o clock.o

DERIVED_FILES = clockwraps.h clockwraps.c newvclip.h newvclip.c

.SUFFIXES: .psw

.psw.o :
	$(PSWRAP) -o $*.c -h $*.h $<
	$(CC) -c $(CFLAGS) $*.c
	$(RM) $*.c

ComplexProgramTarget(dpsclock)

clean ::
	$(RM) $(DERIVED_FILES)
