]> git.sesse.net Git - rdpsrv/blob - Xserver/lib/Xau/Imakefile
Support RDP5 logon packets.
[rdpsrv] / Xserver / lib / Xau / Imakefile
1 XCOMM $XConsortium: Imakefile /main/27 1996/09/28 16:43:28 rws $
2 XCOMM $XFree86: xc/lib/Xau/Imakefile,v 3.3 1996/12/23 06:00:28 dawes Exp $
3 #define DoNormalLib NormalLibXau
4 #define DoSharedLib SharedLibXau
5 #define DoDebugLib DebugLibXau
6 #define DoProfileLib ProfileLibXau
7 #define LibName Xau
8 #define SoRev SOXAUTHREV
9 #define IncSubdir X11
10
11 #include <Threads.tmpl>
12
13        LINTLIBS = $(LINTXLIB)
14
15 #if HasKrb5
16 K5ENCSRC = k5encode.c
17 K5ENCOBJ = k5encode.o
18 INCLUDES = Krb5Includes
19 #else
20 K5ENCSRC =
21 K5ENCOBJ =
22 INCLUDES =
23 #endif
24
25 HEADERS = \
26         Xauth.h
27
28 SRCS =  AuDispose.c AuFileName.c AuGetAddr.c AuGetBest.c AuLock.c \
29         AuRead.c AuUnlock.c AuWrite.c $(K5ENCSRC)
30
31 OBJS =  AuDispose.o AuFileName.o AuGetAddr.o AuGetBest.o AuLock.o \
32         AuRead.o AuUnlock.o AuWrite.o $(K5ENCOBJ)
33
34 #include <Library.tmpl>
35
36 InstallLinkKitLibrary(Xau,$(LINKKITDIR)/lib)
37
38 DependTarget()