# BuildSystemHeader added automatically
/**/# $Header: [Imakefile,v 1.1 91/05/04 07:41:40 afuller Exp ]$

#ifdef VaxArchitecture
CPU=vax
#endif
#ifdef MipsArchitecture
CPU=max
#endif

LIBSRCS = utils.c
LIBOBJS = utils.o
INCLUDES = -I.  -I$(TOP)/server/include -I$(INCLUDESRC) -I$(TOP)/lib/Xau

DebuggedLibraryObjectRule()
NormalLibraryTarget(alloc,$(LIBOBJS))
DebuggedLibraryTarget(alloc,$(LIBOBJS))
all::	liballoc.a

LintLibraryTarget(alloc,$(SRCS))
NormalLintTarget($(LINTDEFS) $(SRCS))

DependTarget()

clean::
	$(RM) -f *.a *.o
