XCOMM $XFree86: mit/clients/xauth/Imakefile,v 1.2 1993/04/20 15:45:38 dawes Exp $
XCOMM $XConsortium: Imakefile,v 1.14 91/07/16 23:06:17 gildea Exp $
DEPLIBS = $(DEPXAUTHLIB) $(DEPXMULIB)
#ifdef LinuxArchitecture
LOCAL_LIBRARIES = $(XAUTHLIB) $(XMULIB) $(XLIB)
#else
LOCAL_LIBRARIES = $(XAUTHLIB) $(XMULIB)
#endif
           SRCS = xauth.c gethost.c process.c parsedpy.c
           OBJS = xauth.o gethost.o process.o parsedpy.o
        DEFINES = ConnectionFlags $(SIGNAL_DEFINES)

ComplexProgramTarget(xauth)

