# $Source: /hpux/shared/supp//usr/src/cmd/sccs/./lib/mpwlib/makefile,v $
# $Revision: 72.2 $

# Common makefile for building mpwlib.a for sccs

LIB = ../mpwlib.a
HDR = ../../hdr

OBJECTS = fmalloc.o xcreat.o xmsg.o

default: $(LIB)

metrics:

$(LIB): $(OBJECTS)
	rm -f $(LIB)
	ar q $(LIB) $(OBJECTS)

xcreat.o xmsg.o: $(HDR)/defines.h

clean:
	rm -f $(OBJECTS)

clobber: clean
	rm -f $(LIB)

.PRECIOUS:	$(LIB)
