# install header files

DIR = /usr/include/InterViews

install: std graphic text x

std:
	@./Update . ${DIR}

graphic:
	@./Update Graphic ${DIR}/Graphic

text:
	@./Update Text ${DIR}/Text

x:
	@./Update X10 ${DIR}/X10
	@./Update X11 ${DIR}/X11
