           SRCS = checkfn.c
           OBJS = checkfn.o 

all:: checkfn

SingleProgramTarget(checkfn,$(OBJS),,)
DependTarget()
