# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.51 89/12/12 12:37:30 jim Exp $

###########################################################################
# Makefile generated from "Imake.tmpl" and <Imakefile>
# $XConsortium: Imake.tmpl,v 1.77 89/12/18 17:01:37 jim Exp $

# Platform-specific parameters may be set in the appropriate .cf
# configuration files.  Site-wide parameters may be set in the file
# site.def.  Full rebuilds are recommended if any parameters are changed.

# If your C preprocessor doesn't define any unique symbols, you'll need
# to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
# "make Makefile", "make Makefiles", or "make World").

# If you absolutely can't get imake to work, you'll need to set the
# variables at the top of each Makefile as well as the dependencies at the
# bottom (makedepend will do this automatically).

###########################################################################
# platform-specific configuration parameters - edit macmach.cf to change

###########################################################################
# site-specific configuration parameters - edit site.def to change

# site:  $XConsortium: site.def,v 1.21 89/12/06 11:46:50 jim Exp $

            SHELL = 	/bin/sh

              TOP = ../../.
      CURRENT_DIR = ./clients/xdm

               AR = ar cq
  BOOTSTRAPCFLAGS =
               CC = /bin/gcc -DNOSTDHDRS -fstrength-reduce

         COMPRESS = compress
              CPP = /lib/gcc-cpp -traditional $(STD_CPP_DEFINES)
    PREPROCESSCMD = /bin/gcc -DNOSTDHDRS -fstrength-reduce -E $(STD_CPP_DEFINES)
          INSTALL = install
               LD = ld
             LINT = lint
      LINTLIBFLAG = -C
         LINTOPTS = -axz
               LN = ln -s
             MAKE = make
               MV = mv
               CP = cp
           RANLIB = ranlib
  RANLIBINSTFLAGS =
               RM = rm -f
     STD_INCLUDES =
  STD_CPP_DEFINES =
      STD_DEFINES =
 EXTRA_LOAD_FLAGS =
  EXTRA_LIBRARIES =
             TAGS = ctags

   SIGNAL_DEFINES = -DSIGNALRETURNSINT

    PROTO_DEFINES =

     INSTPGMFLAGS = -s

     INSTBINFLAGS = -m 0755
     INSTUIDFLAGS = -m 4755
     INSTLIBFLAGS = -m 0664
     INSTINCFLAGS = -m 0444
     INSTMANFLAGS = -m 0444
     INSTDATFLAGS = -m 0444
    INSTKMEMFLAGS = -m 4755

          DESTDIR =

     TOP_INCLUDES = -I$(TOP)

      CDEBUGFLAGS = -O
        CCOPTIONS =
      COMPATFLAGS =

      ALLINCLUDES = $(STD_INCLUDES) $(TOP_INCLUDES) $(INCLUDES) $(EXTRA_INCLUDES)
       ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(PROTO_DEFINES) $(DEFINES) $(COMPATFLAGS)
           CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
        LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)
           LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
        LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS)
   LDCOMBINEFLAGS = -X -r

        MACROFILE = macmach.cf
           RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut

    IMAKE_DEFINES =

         IRULESRC = $(CONFIGSRC)
        IMAKE_CMD = $(NEWTOP)$(IMAKE) -I$(NEWTOP)$(IRULESRC) $(IMAKE_DEFINES)

     ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/Imake.rules 			$(IRULESRC)/Project.tmpl $(IRULESRC)/site.def 			$(IRULESRC)/$(MACROFILE) $(EXTRA_ICONFIGFILES)

###########################################################################
# X Window System Build Parameters
# $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $

###########################################################################
# X Window System make variables; this need to be coordinated with rules
# $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $

          PATHSEP = /
        USRLIBDIR = $(DESTDIR)/usr/lib
           BINDIR = $(DESTDIR)/usr/bin/X11
          INCROOT = $(DESTDIR)/usr/include
     BUILDINCROOT = $(TOP)
      BUILDINCDIR = $(BUILDINCROOT)/X11
      BUILDINCTOP = ..
           INCDIR = $(INCROOT)/X11
           ADMDIR = /usr/adm
           LIBDIR = $(USRLIBDIR)/X11
        CONFIGDIR = $(LIBDIR)/config
       LINTLIBDIR = $(USRLIBDIR)/lint

          FONTDIR = $(LIBDIR)/fonts
         XINITDIR = $(LIBDIR)/xinit
           XDMDIR = $(LIBDIR)/xdm
           AWMDIR = $(LIBDIR)/awm
           TWMDIR = $(LIBDIR)/twm
           GWMDIR = $(LIBDIR)/gwm
          MANPATH = $(DESTDIR)/usr/man
    MANSOURCEPATH = $(MANPATH)/man
           MANDIR = $(MANSOURCEPATH)x
        LIBMANDIR = $(MANSOURCEPATH)3
      XAPPLOADDIR = $(LIBDIR)/app-defaults

       FONTCFLAGS = -t

     INSTAPPFLAGS = $(INSTDATFLAGS)

            IMAKE = $(IMAKESRC)/imake
           DEPEND = $(DEPENDSRC)/makedepend
              RGB = $(RGBSRC)/rgb
            FONTC = $(BDFTOSNFSRC)/bdftosnf
        MKFONTDIR = $(MKFONTDIRSRC)/mkfontdir
        MKDIRHIER = 	/bin/sh $(SCRIPTSRC)/mkdirhier.sh

        CONFIGSRC = $(TOP)/config
        CLIENTSRC = $(TOP)/clients
          DEMOSRC = $(TOP)/demos
           LIBSRC = $(TOP)/lib
          FONTSRC = $(TOP)/fonts
       INCLUDESRC = $(TOP)/X11
        SERVERSRC = $(TOP)/server
          UTILSRC = $(TOP)/util
        SCRIPTSRC = $(UTILSRC)/scripts
       EXAMPLESRC = $(TOP)/examples
       CONTRIBSRC = $(TOP)/../contrib
           DOCSRC = $(TOP)/doc
           RGBSRC = $(TOP)/rgb
        DEPENDSRC = $(UTILSRC)/makedepend
         IMAKESRC = $(CONFIGSRC)
         XAUTHSRC = $(LIBSRC)/Xau
          XLIBSRC = $(LIBSRC)/X
           XMUSRC = $(LIBSRC)/Xmu
       TOOLKITSRC = $(LIBSRC)/Xt
       AWIDGETSRC = $(LIBSRC)/Xaw
       OLDXLIBSRC = $(LIBSRC)/oldX
      XDMCPLIBSRC = $(LIBSRC)/Xdmcp
      BDFTOSNFSRC = $(FONTSRC)/bdftosnf
     MKFONTDIRSRC = $(FONTSRC)/mkfontdir
     EXTENSIONSRC = $(TOP)/extensions

  DEPEXTENSIONLIB = $(EXTENSIONSRC)/lib/libXext.a
     EXTENSIONLIB = 			  $(DEPEXTENSIONLIB)

          DEPXLIB = $(DEPEXTENSIONLIB) $(XLIBSRC)/libX11.a
             XLIB = $(EXTENSIONLIB) 			 $(XLIBSRC)/libX11.a

      DEPXAUTHLIB = $(XAUTHSRC)/libXau.a
         XAUTHLIB = 			 $(DEPXAUTHLIB)

        DEPXMULIB = $(XMUSRC)/libXmu.a
           XMULIB = 			 $(DEPXMULIB)

       DEPOLDXLIB = $(OLDXLIBSRC)/liboldX.a
          OLDXLIB = 			 $(DEPOLDXLIB)

      DEPXTOOLLIB = $(TOOLKITSRC)/libXt.a
         XTOOLLIB = 			 $(DEPXTOOLLIB)

        DEPXAWLIB = $(AWIDGETSRC)/libXaw.a
           XAWLIB = 			 $(DEPXAWLIB)

 LINTEXTENSIONLIB = $(EXTENSIONSRC)/lib/llib-lXext.ln
         LINTXLIB = $(XLIBSRC)/llib-lX11.ln
          LINTXMU = $(XMUSRC)/llib-lXmu.ln
        LINTXTOOL = $(TOOLKITSRC)/llib-lXt.ln
          LINTXAW = $(AWIDGETSRC)/llib-lXaw.ln

          DEPLIBS = $(LOCAL_LIBRARIES)

         DEPLIBS1 = $(DEPLIBS)
         DEPLIBS2 = $(DEPLIBS)
         DEPLIBS3 = $(DEPLIBS)

###########################################################################
# Imake rules for building libraries, programs, scripts, and data files
# rules:  $XConsortium: Imake.rules,v 1.67 89/12/18 17:14:15 jim Exp $

###########################################################################
# start of Imakefile

DESDEFS =
DESOBJS =
DESSRCS =

   XDMCONFIGDIR = config/default
        SUBDIRS = $(XDMCONFIGDIR)

DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB) 	  $(TOP)/lib/Xau/libXau.a $(TOP)/lib/Xdmcp/libXdmcp.a

LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) 		  $(TOP)/lib/Xau/libXau.a $(TOP)/lib/Xdmcp/libXdmcp.a $(XLIB)

          SRCS1 = auth.c daemon.c server.c dpylist.c dm.c error.c 		  file.c greet.c reset.c resource.c protodpy.c policy.c 		  session.c socket.c util.c verify.c Login.c mitauth.c 		  cryptokey.c $(DESSRCS)

          OBJS1 = auth.o daemon.o server.o dpylist.o dm.o error.o 		  file.o greet.o reset.o resource.o protodpy.o policy.o 		  session.o socket.o util.o verify.o Login.o mitauth.o 		  cryptokey.o $(DESOBJS)

          SRCS2 = xdmshell.c
          OBJS2 = xdmshell.o
          SRCS4 = sessreg.c
          OBJS4 = sessreg.o
       PROGRAMS = xdm xdmshell sessreg

        SIGDEFS = -DSIGNALRETURNSINT

 OSMAJORVERSION =    5
 OSMINORVERSION =    1
        DEFINES = -DBINDIR=\"$(BINDIR)\" -DXDMDIR=\"$(XDMDIR)\" $(SIGDEFS) 		$(DESDEFS) -DTCPCONN -DUNIXCONN 		-DOSMAJORVERSION=$(OSMAJORVERSION) 		-DOSMINORVERSION=$(OSMINORVERSION)

# Special definitions for compiling default resources; these parameters
# should be set in util/imake.includes/site.def or the appropriate .macros
# file in that directory.  The lack of initial spaces is to prevent imake
# from accidently turning the lines into rules by putting a leading tab.

# Do NOT change these lines!

DEF_SERVER = $(BINDIR)/X
DEF_USER_PATH = :/bin:/usr/bin:$(BINDIR):/usr/ucb
DEF_SYSTEM_PATH = /etc:/bin:/usr/bin:$(BINDIR):/usr/ucb
BOURNE_SHELL = 	/bin/sh
CPP_PROGRAM = /lib/gcc-cpp -traditional
RES_DEFINES = '-DDEF_SERVER_LINE=":0 secure $(DEF_SERVER) :0"' 		  '-DXRDB_PROGRAM="$(BINDIR)/xrdb"' 		  '-DDEF_SESSION="$(BINDIR)/xterm -ls"' 		  '-DDEF_USER_PATH="$(DEF_USER_PATH)"' 		  '-DDEF_SYSTEM_PATH="$(DEF_SYSTEM_PATH)"' 		  '-DDEF_SYSTEM_SHELL="$(BOURNE_SHELL)"' 		  '-DDEF_FAILSAFE_CLIENT="$(BINDIR)/xterm"' 		  '-DDEF_XDM_CONFIG="$(XDMDIR)/xdm-config"' 		  '-DDEF_AUTH_FILE="$(XDMDIR)/auth-server"' 		  '-DCPP_PROGRAM="$(CPP_PROGRAM)"'

 OBJS = $(OBJS1) $(OBJS2) $(OBJS3)
 SRCS = $(SRCS1) $(SRCS2) $(SRCS3)

all:: $(PROGRAMS)

xdm: $(OBJS1) $(DEPLIBS1)
	$(RM) $@
	$(CC) -o $@ $(LDOPTIONS) $(OBJS1) $(LOCAL_LIBRARIES) $(LDLIBS)   $(EXTRA_LOAD_FLAGS)

install:: xdm
	$(INSTALL) -c $(INSTPGMFLAGS)  $(INSTBINFLAGS) xdm $(BINDIR)

install.man:: xdm.man
	$(INSTALL) -c $(INSTMANFLAGS) xdm.man $(MANDIR)/xdm.x

depend:: $(DEPEND)

$(DEPEND):
	@echo "checking $@ over in $(DEPENDSRC) first..."; \
	cd $(DEPENDSRC); $(MAKE); \
	echo "okay, continuing in $(CURRENT_DIR)"

depend::
	$(DEPEND) -s "# DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS)

lint:
	$(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIBS)
lint1:
	$(LINT) $(LINTFLAGS) $(FILE) $(LINTLIBS)

clean::
	$(RM) $(PROGRAMS)

xdmshell: $(OBJS2)
	$(RM) $@
	$(CC) -o $@ $(OBJS2) $(LDOPTIONS)   $(LDLIBS)   $(EXTRA_LOAD_FLAGS)

clean::
	$(RM) xdmshell

sessreg: $(OBJS4)
	$(RM) $@
	$(CC) -o $@ $(OBJS4) $(LDOPTIONS)   $(LDLIBS)   $(EXTRA_LOAD_FLAGS)

clean::
	$(RM) sessreg

resource.o:	 $(ICONFIGFILES)
	$(RM) $@
	$(CC) -c $(CFLAGS)  $(RES_DEFINES) $*.c

###########################################################################
# common rules for all Makefiles - do not edit

emptyrule::

clean::
	$(RM_CMD) \#*

Makefile:: $(IMAKE)

$(IMAKE):
	@(cd $(IMAKESRC); if [ -f Makefile ]; then \
	echo "checking $@ in $(IMAKESRC) first..."; $(MAKE) all; else \
	echo "bootstrapping $@ from Makefile.ini in $(IMAKESRC) first..."; \
	$(MAKE) -f Makefile.ini BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS); fi; \
	echo "okay, continuing in $(CURRENT_DIR)")

Makefile::
	-@if [ -f Makefile ]; then \
	echo "	$(RM) Makefile.bak; $(MV) Makefile Makefile.bak"; \
	$(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
	else exit 0; fi
	$(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)

tags::
	$(TAGS) -w *.[ch]
	$(TAGS) -xw *.[ch] > TAGS

###########################################################################
# empty rules for directories that do not have SUBDIRS - do not edit

install::
	@echo "install in $(CURRENT_DIR) done"

install.man::
	@echo "install.man in $(CURRENT_DIR) done"

Makefiles::

includes::

###########################################################################
# dependencies generated by makedepend

# DO NOT DELETE

auth.o: dm.h ../.././X11/Xos.h /usr/include/sys/types.h
auth.o: /usr/include/strings.h /usr/include/sys/file.h
auth.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xmd.h
auth.o: ../.././X11/Xauth.h /usr/include/stdio.h ../.././X11/Xdmcp.h
auth.o: /usr/include/sys/param.h /usr/include/machine/machparam.h
auth.o: /usr/include/mac2/vm_param.h /usr/include/mac2/machparam.h
auth.o: /usr/include/sys/wait.h /usr/include/sys/signal.h
auth.o: /usr/include/setjmp.h /usr/include/sys/ioctl.h
auth.o: /usr/include/sys/ttychars.h /usr/include/sys/ttydev.h
auth.o: /usr/include/sys/socket.h /usr/include/sys/stat.h
auth.o: /usr/include/net/if.h /usr/include/net/if_arp.h
auth.o: /usr/include/netinet/in.h ../.././X11/X.h
daemon.o: ../.././X11/Xos.h /usr/include/sys/types.h /usr/include/strings.h
daemon.o: /usr/include/sys/file.h /usr/include/sys/time.h
daemon.o: /usr/include/sys/time.h /usr/include/sys/ioctl.h
daemon.o: /usr/include/sys/ttychars.h /usr/include/sys/ttydev.h
server.o: /usr/include/stdio.h ../.././X11/Xlib.h /usr/include/sys/types.h
server.o: ../.././X11/X.h ../.././X11/Xos.h /usr/include/strings.h
server.o: /usr/include/sys/file.h /usr/include/sys/time.h
server.o: /usr/include/sys/time.h /usr/include/sys/signal.h
server.o: /usr/include/setjmp.h /usr/include/errno.h dm.h ../.././X11/Xmd.h
server.o: ../.././X11/Xauth.h ../.././X11/Xdmcp.h /usr/include/sys/param.h
server.o: /usr/include/machine/machparam.h /usr/include/mac2/vm_param.h
server.o: /usr/include/mac2/machparam.h /usr/include/sys/wait.h
dpylist.o: dm.h ../.././X11/Xos.h /usr/include/sys/types.h
dpylist.o: /usr/include/strings.h /usr/include/sys/file.h
dpylist.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xmd.h
dpylist.o: ../.././X11/Xauth.h /usr/include/stdio.h ../.././X11/Xdmcp.h
dpylist.o: /usr/include/sys/param.h /usr/include/machine/machparam.h
dpylist.o: /usr/include/mac2/vm_param.h /usr/include/mac2/machparam.h
dpylist.o: /usr/include/sys/wait.h
dm.o: /usr/include/stdio.h ../.././X11/Xos.h /usr/include/sys/types.h
dm.o: /usr/include/strings.h /usr/include/sys/file.h /usr/include/sys/time.h
dm.o: /usr/include/sys/time.h /usr/include/sys/signal.h
dm.o: /usr/include/sys/stat.h /usr/include/errno.h /lib/gcc-include/varargs.h
dm.o: dm.h ../.././X11/Xmd.h ../.././X11/Xauth.h ../.././X11/Xdmcp.h
dm.o: /usr/include/sys/param.h /usr/include/machine/machparam.h
dm.o: /usr/include/mac2/vm_param.h /usr/include/mac2/machparam.h
dm.o: /usr/include/sys/wait.h
error.o: dm.h ../.././X11/Xos.h /usr/include/sys/types.h
error.o: /usr/include/strings.h /usr/include/sys/file.h
error.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xmd.h
error.o: ../.././X11/Xauth.h /usr/include/stdio.h ../.././X11/Xdmcp.h
error.o: /usr/include/sys/param.h /usr/include/machine/machparam.h
error.o: /usr/include/mac2/vm_param.h /usr/include/mac2/machparam.h
error.o: /usr/include/sys/wait.h
file.o: dm.h ../.././X11/Xos.h /usr/include/sys/types.h
file.o: /usr/include/strings.h /usr/include/sys/file.h
file.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xmd.h
file.o: ../.././X11/Xauth.h /usr/include/stdio.h ../.././X11/Xdmcp.h
file.o: /usr/include/sys/param.h /usr/include/machine/machparam.h
file.o: /usr/include/mac2/vm_param.h /usr/include/mac2/machparam.h
file.o: /usr/include/sys/wait.h /usr/include/ctype.h /usr/include/signal.h
greet.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h /usr/include/sys/types.h
greet.o: ../.././X11/X.h ../.././X11/Xutil.h ../.././X11/Xresource.h
greet.o: ../.././X11/Xos.h /usr/include/strings.h /usr/include/sys/file.h
greet.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Core.h
greet.o: ../.././X11/Composite.h ../.././X11/Constraint.h
greet.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/StringDefs.h
greet.o: ../.././X11/Shell.h ../.././X11/Xaw/Command.h
greet.o: ../.././X11/Xaw/Label.h ../.././X11/Xaw/Simple.h
greet.o: ../.././X11/Xmu/Converters.h ../.././X11/Xaw/Logo.h Login.h dm.h
greet.o: ../.././X11/Xmd.h ../.././X11/Xauth.h /usr/include/stdio.h
greet.o: ../.././X11/Xdmcp.h /usr/include/sys/param.h
greet.o: /usr/include/machine/machparam.h /usr/include/mac2/vm_param.h
greet.o: /usr/include/mac2/machparam.h /usr/include/sys/wait.h
reset.o: ../.././X11/Xlib.h /usr/include/sys/types.h ../.././X11/X.h
reset.o: /usr/include/setjmp.h /usr/include/sys/signal.h dm.h
reset.o: ../.././X11/Xos.h /usr/include/strings.h /usr/include/sys/file.h
reset.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xmd.h
reset.o: ../.././X11/Xauth.h /usr/include/stdio.h ../.././X11/Xdmcp.h
reset.o: /usr/include/sys/param.h /usr/include/machine/machparam.h
reset.o: /usr/include/mac2/vm_param.h /usr/include/mac2/machparam.h
reset.o: /usr/include/sys/wait.h
resource.o: dm.h ../.././X11/Xos.h /usr/include/sys/types.h
resource.o: /usr/include/strings.h /usr/include/sys/file.h
resource.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xmd.h
resource.o: ../.././X11/Xauth.h /usr/include/stdio.h ../.././X11/Xdmcp.h
resource.o: /usr/include/sys/param.h /usr/include/machine/machparam.h
resource.o: /usr/include/mac2/vm_param.h /usr/include/mac2/machparam.h
resource.o: /usr/include/sys/wait.h ../.././X11/Xlib.h ../.././X11/X.h
resource.o: ../.././X11/Xresource.h ../.././X11/Xmu/CharSet.h
protodpy.o: dm.h ../.././X11/Xos.h /usr/include/sys/types.h
protodpy.o: /usr/include/strings.h /usr/include/sys/file.h
protodpy.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xmd.h
protodpy.o: ../.././X11/Xauth.h /usr/include/stdio.h ../.././X11/Xdmcp.h
protodpy.o: /usr/include/sys/param.h /usr/include/machine/machparam.h
protodpy.o: /usr/include/mac2/vm_param.h /usr/include/mac2/machparam.h
protodpy.o: /usr/include/sys/wait.h
policy.o: dm.h ../.././X11/Xos.h /usr/include/sys/types.h
policy.o: /usr/include/strings.h /usr/include/sys/file.h
policy.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xmd.h
policy.o: ../.././X11/Xauth.h /usr/include/stdio.h ../.././X11/Xdmcp.h
policy.o: /usr/include/sys/param.h /usr/include/machine/machparam.h
policy.o: /usr/include/mac2/vm_param.h /usr/include/mac2/machparam.h
policy.o: /usr/include/sys/wait.h
session.o: dm.h ../.././X11/Xos.h /usr/include/sys/types.h
session.o: /usr/include/strings.h /usr/include/sys/file.h
session.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xmd.h
session.o: ../.././X11/Xauth.h /usr/include/stdio.h ../.././X11/Xdmcp.h
session.o: /usr/include/sys/param.h /usr/include/machine/machparam.h
session.o: /usr/include/mac2/vm_param.h /usr/include/mac2/machparam.h
session.o: /usr/include/sys/wait.h ../.././X11/Xlib.h ../.././X11/X.h
session.o: /usr/include/signal.h ../.././X11/Xatom.h /usr/include/setjmp.h
session.o: /usr/include/sys/errno.h
socket.o: dm.h ../.././X11/Xos.h /usr/include/sys/types.h
socket.o: /usr/include/strings.h /usr/include/sys/file.h
socket.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xmd.h
socket.o: ../.././X11/Xauth.h /usr/include/stdio.h ../.././X11/Xdmcp.h
socket.o: /usr/include/sys/param.h /usr/include/machine/machparam.h
socket.o: /usr/include/mac2/vm_param.h /usr/include/mac2/machparam.h
socket.o: /usr/include/sys/wait.h /usr/include/sys/socket.h
socket.o: /usr/include/netinet/in.h /usr/include/sys/un.h ../.././X11/X.h
socket.o: /usr/include/netdb.h
util.o: /usr/include/sys/signal.h
verify.o: dm.h ../.././X11/Xos.h /usr/include/sys/types.h
verify.o: /usr/include/strings.h /usr/include/sys/file.h
verify.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xmd.h
verify.o: ../.././X11/Xauth.h /usr/include/stdio.h ../.././X11/Xdmcp.h
verify.o: /usr/include/sys/param.h /usr/include/machine/machparam.h
verify.o: /usr/include/mac2/vm_param.h /usr/include/mac2/machparam.h
verify.o: /usr/include/sys/wait.h /usr/include/pwd.h /usr/include/grp.h
Login.o: /usr/include/stdio.h ../.././X11/IntrinsicP.h
Login.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h /usr/include/sys/types.h
Login.o: ../.././X11/X.h ../.././X11/Xutil.h ../.././X11/Xresource.h
Login.o: ../.././X11/Xos.h /usr/include/strings.h /usr/include/sys/file.h
Login.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Core.h
Login.o: ../.././X11/Composite.h ../.././X11/Constraint.h
Login.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/CoreP.h
Login.o: ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
Login.o: ../.././X11/ObjectP.h ../.././X11/RectObjP.h
Login.o: ../.././X11/StringDefs.h LoginP.h Login.h
mitauth.o: ../.././X11/Xauth.h /usr/include/stdio.h ../.././X11/Xos.h
mitauth.o: /usr/include/sys/types.h /usr/include/strings.h
mitauth.o: /usr/include/sys/file.h /usr/include/sys/time.h
mitauth.o: /usr/include/sys/time.h
cryptokey.o: ../.././X11/Xauth.h /usr/include/stdio.h ../.././X11/Xos.h
cryptokey.o: /usr/include/sys/types.h /usr/include/strings.h
cryptokey.o: /usr/include/sys/file.h /usr/include/sys/time.h
cryptokey.o: /usr/include/sys/time.h
xdmshell.o: /usr/include/stdio.h dm.h ../.././X11/Xos.h
xdmshell.o: /usr/include/sys/types.h /usr/include/strings.h
xdmshell.o: /usr/include/sys/file.h /usr/include/sys/time.h
xdmshell.o: /usr/include/sys/time.h ../.././X11/Xmd.h ../.././X11/Xauth.h
xdmshell.o: ../.././X11/Xdmcp.h /usr/include/sys/param.h
xdmshell.o: /usr/include/machine/machparam.h /usr/include/mac2/vm_param.h
xdmshell.o: /usr/include/mac2/machparam.h /usr/include/sys/wait.h
xdmshell.o: /usr/include/errno.h
