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

all: libtermlib.a lintlib

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

lintlib: $(LINTLIBRARY)

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

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

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