#include "../Imakefile.Widgets"

SRCS = BoxAndWhisker.c
OBJS = BoxAndWhisker.o
SUBDIRS = `cat /dev/null`

AllTarget($(OBJS))

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

DependTarget()

