home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / clients / xauth / Imakefile < prev    next >
Encoding:
Makefile  |  1991-07-16  |  342 b   |  10 lines

  1. XCOMM $XConsortium: Imakefile,v 1.14 91/07/16 23:06:17 gildea Exp $
  2. DEPLIBS = $(DEPXAUTHLIB) $(DEPXMULIB)
  3. LOCAL_LIBRARIES = $(XAUTHLIB) $(XMULIB)
  4.            SRCS = xauth.c gethost.c process.c parsedpy.c
  5.            OBJS = xauth.o gethost.o process.o parsedpy.o
  6.         DEFINES = ConnectionFlags $(SIGNAL_DEFINES)
  7.  
  8. ComplexProgramTarget(xauth)
  9.  
  10.