]> git.sesse.net Git - rdpsrv/blob - Xserver/lib/Xdmcp/Imakefile
Support RDP5 logon packets.
[rdpsrv] / Xserver / lib / Xdmcp / Imakefile
1 XCOMM $XConsortium: Imakefile /main/25 1996/09/28 16:43:40 rws $
2 XCOMM $XFree86: xc/lib/Xdmcp/Imakefile,v 3.2 1996/12/23 06:00:48 dawes Exp $
3 #define DoNormalLib NormalLibXdmcp
4 #define DoSharedLib SharedLibXdmcp
5 #define DoDebugLib DebugLibXdmcp
6 #define DoProfileLib ProfileLibXdmcp
7 #define LibName Xdmcp
8 #define SoRev SOXDMCPREV
9 #define IncSubdir X11
10
11 #if HasXdmAuth
12 AUTHDEFS = -DHASXDMAUTH
13 AUTHSRCS = Wrap.c Unwrap.c Wraphelp.c
14 AUTHOBJS = Wrap.o Unwrap.o Wraphelp.o
15 #endif
16
17 DEFINES = $(AUTHDEFS)
18
19 HEADERS = Xdmcp.h
20
21 SRCS = \
22         A8Eq.c \
23         AA8.c \
24         AA16.c \
25         AA32.c \
26         AofA8.c \
27         CA8.c \
28         DA8.c \
29         DA16.c \
30         DA32.c \
31         DAofA8.c \
32         Fill.c \
33         Flush.c \
34         RA8.c \
35         RA16.c \
36         RA32.c \
37         RAofA8.c \
38         RC8.c \
39         RC16.c \
40         RC32.c \
41         RHead.c \
42         RR.c \
43         RaA8.c \
44         RaA16.c \
45         RaA32.c \
46         RaAoA8.c \
47         WA8.c \
48         WA16.c \
49         WA32.c \
50         WAofA8.c \
51         WC8.c \
52         WC16.c \
53         WC32.c \
54         Whead.c \
55         Alloc.c \
56         CmpKey.c \
57         DecKey.c \
58         GenKey.c \
59         IncKey.c \
60         $(AUTHSRCS)
61
62 OBJS = \
63         A8Eq.o \
64         AA8.o \
65         AA16.o \
66         AA32.o \
67         AofA8.o \
68         CA8.o \
69         DA8.o \
70         DA16.o \
71         DA32.o \
72         DAofA8.o \
73         Fill.o \
74         Flush.o \
75         RA8.o \
76         RA16.o \
77         RA32.o \
78         RAofA8.o \
79         RC8.o \
80         RC16.o \
81         RC32.o \
82         RHead.o \
83         RR.o \
84         RaA8.o \
85         RaA16.o \
86         RaA32.o \
87         RaAoA8.o \
88         WA8.o \
89         WA16.o \
90         WA32.o \
91         WAofA8.o \
92         WC8.o \
93         WC16.o \
94         WC32.o \
95         Whead.o \
96         Alloc.o \
97         CmpKey.o \
98         DecKey.o \
99         GenKey.o \
100         IncKey.o \
101         $(AUTHOBJS)
102
103 #include <Library.tmpl>
104
105 #ifdef WraphelpSourceRule
106 WraphelpSourceRule()
107 #endif
108 SpecialCLibObjectRule(Fill,$(ICONFIGFILES),ConnectionFlags)
109 SpecialCLibObjectRule(Flush,$(ICONFIGFILES),ConnectionFlags)
110
111 InstallLinkKitLibrary(Xdmcp,$(LINKKITDIR)/lib)
112
113 DependTarget()