]> git.sesse.net Git - rdpsrv/blob - Xserver/include/extensions/Imakefile
Support RDP5 logon packets.
[rdpsrv] / Xserver / include / extensions / Imakefile
1 XCOMM $XConsortium: Imakefile /main/46 1996/09/28 16:17:59 rws $
2 XCOMM $XFree86: xc/include/extensions/Imakefile,v 3.13 1997/01/12 10:39:14 dawes Exp $
3
4 #if BuildScreenSaverLibrary
5 SCREENSAVERHEADERS = saver.h saverproto.h scrnsaver.h
6 #endif
7
8 #if BuildXF86MiscLibrary
9 XF86MISCHEADERS = xf86misc.h xf86mscstr.h
10 #endif
11 #if BuildXF86VidModeLibrary
12 XF86VIDMODEHEADERS = xf86vmode.h xf86vmstr.h
13 #endif
14 #if BuildXF86DGALibrary
15 XF86DGAHEADERS = xf86dga.h xf86dgastr.h
16 #endif
17 #if BuildLBX
18 LBXHEADERS = lbxbuf.h lbxbufstr.h lbxdeltastr.h lbximage.h lbxopts.h lbxstr.h lbxzlib.h
19 #endif
20 #if BuildDPMSLibrary
21 DPMSHEADERS = dpms.h dpmsstr.h
22 #endif
23
24 EXTRAHEADERS = $(SCREENSAVERHEADERS) $(XF86VIDMODEHEADERS) $(XF86DGAHEADERS) $(XF86MISCHEADERS) $(LBXHEADERS) $(DPMSHEADERS)
25
26
27
28 HEADERS = Xext.h multibuf.h shape.h XShm.h MITMisc.h XI.h XInput.h XIproto.h \
29         XTest.h xtestext1.h XIE.h XIEproto.h XIEprotost.h sync.h \
30         XKB.h XKBgeom.h XKBproto.h XKBstr.h XKBsrv.h Xdbe.h Xdbeproto.h \
31         Xag.h Xagstr.h Xagsrv.h \
32         record.h recordstr.h \
33         lbxbuf.h lbxbufstr.h lbxdeltastr.h lbximage.h \
34         lbxopts.h lbxstr.h lbxzlib.h \
35         security.h securstr.h \
36         Print.h Printstr.h $(EXTRAHEADERS)
37
38 all::
39
40 BuildIncludes($(HEADERS),X11/extensions,../..)
41 InstallMultipleFlags($(HEADERS),$(INCDIR)/X11/extensions,$(INSTINCFLAGS))
42 InstallLinkKitMultipleDestFlags($(EXTRAHEADERS),$(LINKKITDIR)/include/X11/extensions,$(INSTDATFLAGS))