XCOMM $XConsortium: Imakefile /main/41 1995/12/08 11:48:38 dpw $
XCOMM $XFree86: xc/include/extensions/Imakefile,v 3.10 1996/09/24 13:49:19 dawes Exp $

#if BuildScreenSaverLibrary
SCREENSAVERHEADERS = saver.h saverproto.h scrnsaver.h
#endif

#if BuildXF86MiscLibrary
XF86MISCHEADERS = xf86misc.h xf86mscstr.h
#endif
#if BuildXF86VidModeLibrary
XF86VIDMODEHEADERS = xf86vmode.h xf86vmstr.h
#endif
#if BuildXF86DGALibrary
XF86DGAHEADERS = xf86dga.h xf86dgastr.h
#endif
#if BuildLBX
LBXHEADERS = lbxbuf.h lbxbufstr.h lbxdeltastr.h lbximage.h lbxopts.h lbxstr.h lbxzlib.h
#endif

EXTRAHEADERS = $(SCREENSAVERHEADERS) $(XF86VIDMODEHEADERS) $(XF86DGAHEADERS) $(XF86MISCHEADERS) $(LBXHEADERS)



HEADERS = Xext.h multibuf.h shape.h XShm.h MITMisc.h XI.h XInput.h XIproto.h \
	XTest.h xtestext1.h XIE.h XIEproto.h XIEprotost.h sync.h \
	XKB.h XKBgeom.h XKBproto.h XKBstr.h XKBsrv.h Xdbe.h Xdbeproto.h \
	record.h recordstr.h $(EXTRAHEADERS)

 
all::

BuildIncludes($(HEADERS),extensions,..)
InstallMultipleFlags($(HEADERS),$(INCDIR)/extensions,$(INSTINCFLAGS))
InstallLinkKitMultipleDestFlags($(EXTRAHEADERS),$(LINKKITDIR)/include/X11/extensions,$(INSTDATFLAGS))
