/**/#
/**/# X10 - include files for the X Window System
/**/#

all::
install.include:: install

/*
 * Install header files.
 */

HEADERS		= \
	Xdefs.h \
	Xinput.h \
	Xlib.h \
	Xoutput.h \
	Xutil.h \
	Xwindow.h

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