# BuildSystemHeader added automatically
/**/# $Header: [Imakefile,v 1.1 91/05/03 21:36:26 afuller Exp ]$
#if SystemV
     BUTIL_SRCS = butil.c
     BUTIL_OBJS = butil.o
#else
     BUTIL_SRCS = /bin/true
     BUTIL_OBJS = /lib/libdnet.a
#endif
DEPLIBS = $(DEPXAUTHLIB) $(DEPXMULIB)
LOCAL_LIBRARIES = $(XAUTHLIB) $(XMULIB)
           SRCS = xauth.c gethost.c process.c parsedpy.c $(BUTIL_SRCS) 
           OBJS = xauth.o gethost.o process.o parsedpy.o $(BUTIL_OBJS) 
        DEFINES = ConnectionFlags $(SIGNAL_DEFINES)

ComplexProgramTarget(xauth)

