XCOMM $XConsortium: Imakefile,v 1.2 94/04/05 22:01:37 rws Exp $

            SRCS = storage.c hash.c strtbl.c utils.c
            OBJS = storage.o hash.o strtbl.o utils.o
        INCLUDES = -I.
#ifdef UtilsInstrumented
    UTIL_DEFINES = UtilsInstrumentation
#endif
         DEFINES = $(STD_DEFINES) $(UTIL_DEFINES)
#ifdef UtilsDebugged
     CDEBUGFLAGS = -g
#endif

NormalLibraryTarget(utils,$(OBJS))
DependTarget()
