43 lines
840 B
Plaintext
43 lines
840 B
Plaintext
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:45:29 cpqbld Exp $
|
|
|
|
|
|
|
|
|
|
XCOMM $XFree86: xc/lib/Xau/Imakefile,v 3.7 2004/04/05 02:33:12 dawes Exp $
|
|
|
|
#define DoNormalLib NormalLibXau
|
|
#define DoSharedLib SharedLibXau
|
|
#define DoExtraLib ExtraLibXau
|
|
#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()
|