XCOMM $Xorg: Imakefile,v 1.3 2000/08/18 04:05:44 coskrey Exp $

#ifdef XFree86Version
VIDMODEHEADERS = xf86vmode.h xf86vmstr.h
#endif

HEADERS = Xext.h multibuf.h shape.h sync.h XShm.h MITMisc.h \
	XI.h XInput.h XIproto.h \
	XTest.h xtestext1.h \
	XIE.h XIEproto.h XIEprotost.h \
	XKB.h XKBgeom.h XKBproto.h XKBstr.h XKBsrv.h \
	Xdbe.h Xdbeproto.h \
	Xag.h Xagstr.h Xagsrv.h \
	$(VIDMODEHEADERS) \
	record.h recordstr.h \
        lbxbuf.h lbxbufstr.h lbxdeltastr.h lbximage.h \
        lbxopts.h lbxstr.h lbxzlib.h \
	security.h securstr.h \
	Print.h Printstr.h \
	Xcup.h Xcupstr.h \
	panoramiX.h panoramiXext.h panoramiXproto.h \
	dpms.h dpmsstr.h \
	XEVI.h XEVIstr.h

all::

BuildIncludes($(HEADERS),X11/extensions,../..)
InstallMultipleFlags($(HEADERS),$(INCDIR)/X11/extensions,$(INSTINCFLAGS))
