/**/#
/**/# Text - include files for the Text library
/**/#

all::
install.include:: install

/*
 * Install header files.
 */

HEADERS		= \
	emulator.h \
	layout.h \
	oldtextbuffer.h \
	shell.h \
	stringedit.h \
	terminal.h \
	text.h \
	textblock.h \
	textpainter.h \
	textviewer.h

MakeDirectories(install,$(INCDIR)/Text)
InstallMultipleFlags($(HEADERS),$(INCDIR)/Text,$(INSTINCFLAGS))
