#include "../../imake.defs"

OBJS=dlist.o
SRCS=dlist.c dlist.h

NormalLibraryTarget(dl,$(OBJS))

InstallLibrary(dl,$(HENCELIBDIR))

DependTarget()
