blob: 6b619dc68dd4a18f87d25a19cd62401c1bf920b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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()
|