#
# Buildfile for V vax libtermlib.a
#
CFLAGS= -O -DCM_N -DCM_GT -DCM_B -DCM_D -v${Xx}V
VPATH=../mi
LINTLIB=termlib

all: libtermlib.a lintlib

#include object.list
#include ../../vax/buildtemplate
#include dependencies

lintlib: $(LINTLIBRARY)

libtermlib.a: $(OBJECTS)
	ar cr libtermlib.a $(OBJECTS)
	ranlib libtermlib.a

clean:
	-rm -f *.o
	-rm -f libtermlib.a

install: libtermlib.a $(LINTLIBRARY)
	$(NETINSTALL) -p "libtermlib.a" $(VSYS)/lib/$(MACHINE)
