summaryrefslogtreecommitdiff
path: root/xc/lib/Xau/Imakefile
blob: a94ff94fc1700a1f06f0bef66a13028132d5a425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
XCOMM $XConsortium: Imakefile /main/27 1996/09/28 16:43:28 rws $
XCOMM $XFree86: xc/lib/Xau/Imakefile,v 3.5 1999/04/17 09:08:11 dawes Exp $
#define DoNormalLib NormalLibXau
#define DoSharedLib SharedLibXau
#define DoExtraLib SharedLibXau
#define DoDebugLib DebugLibXau
#define DoProfileLib ProfileLibXau
#define LibName Xau
#define SoRev SOXAUTHREV
#define IncSubdir X11

#include <Threads.tmpl>

       LINTLIBS = $(LINTXLIB)

#if HasKrb5
K5ENCSRC = k5encode.c
K5ENCOBJ = k5encode.o
INCLUDES = Krb5Includes
#else
K5ENCSRC =
K5ENCOBJ =
INCLUDES =
#endif

HEADERS = \
	Xauth.h

SRCS =	AuDispose.c AuFileName.c AuGetAddr.c AuGetBest.c AuLock.c \
	AuRead.c AuUnlock.c AuWrite.c $(K5ENCSRC)

OBJS =	AuDispose.o AuFileName.o AuGetAddr.o AuGetBest.o AuLock.o \
	AuRead.o AuUnlock.o AuWrite.o $(K5ENCOBJ)

#include <Library.tmpl>

DependTarget()