# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.65 91/07/25 17:50:17 rws Exp $
#
# The cpp used on this machine replaces all newlines and multiple tabs and
# spaces in a macro expansion with a single space.  Imake tries to compensate
# for this, but is not always successful.
#

# -------------------------------------------------------------------------
# Makefile generated from "Imake.tmpl" and <Imakefile>
# $XConsortium: Imake.tmpl,v 1.139 91/09/16 08:52:48 rws Exp $
#
# Platform-specific parameters may be set in the appropriate <vendor>.cf
# configuration files.  Site-specific parameters should be set in the file
# site.def.  Full rebuilds are recommended if any parameters are changed.
#
# If your C preprocessor does not define any unique symbols, you will need
# to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
# "make World" the first time).
#

# -------------------------------------------------------------------------
# site-specific configuration parameters that need to come before
# the platform-specific parameters - edit site.def to change

# site:  $XConsortium: site.def,v 1.2 91/07/30 20:26:44 rws Exp $

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

# platform:  $XConsortium: Mips.cf /main/17 1996/09/28 16:06:25 rws $
# operating system:             RISCOS

# -------------------------------------------------------------------------
# site-specific configuration parameters that go after
# the platform-specific parameters - edit site.def to change

# site:  $XConsortium: site.def,v 1.2 91/07/30 20:26:44 rws Exp $

            SHELL = 	/bin/sh

              TOP = ../../.
      CURRENT_DIR = ./lib/Xdmcp

               AR = ar clr
  BOOTSTRAPCFLAGS = -DMips
               CC = cc
               AS = as

         COMPRESS = compress
              CPP = /lib/cpp $(STD_CPP_DEFINES)
    PREPROCESSCMD = cc -E $(STD_CPP_DEFINES)
          INSTALL = /etc/mipsinstall -f
               LD = ld
             LINT = lint
      LINTLIBFLAG = -C
         LINTOPTS = -axz
               LN = ln -s
             MAKE = make -e
               MV = mv
               CP = cp

               RM = rm -f
            TROFF = psroff
         MSMACROS = -ms
              TBL = tbl
              EQN = eqn
     STD_INCLUDES =
  STD_CPP_DEFINES = -DMips -DBSD43
      STD_DEFINES = -DMips -DBSD43
 EXTRA_LOAD_FLAGS =
  EXTRA_LIBRARIES = -lmld
             TAGS = ctags

   SIGNAL_DEFINES = -DSIGNALRETURNSINT

    PROTO_DEFINES =

     INSTPGMFLAGS =

     INSTBINFLAGS = -m 0755
     INSTUIDFLAGS = -m 4755
     INSTLIBFLAGS = -m 0644
     INSTINCFLAGS = -m 0444
     INSTMANFLAGS = -m 0444
     INSTDATFLAGS = -m 0444
    INSTKMEMFLAGS = -g sys -m 2711

     TOP_INCLUDES = -I$(TOP)

      CDEBUGFLAGS = -O
        CCOPTIONS = -signed -systype bsd43 -Olimit 2000 -Wf,-XNd8400,-XNp12000

      ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(STD_INCLUDES)
       ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(EXTRA_DEFINES) $(PROTO_DEFINES) $(DEFINES)
           CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
        LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)

           LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)

        LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) $(LOCAL_LDFLAGS)

   LDCOMBINEFLAGS = -X -r
      DEPENDFLAGS =

        MACROFILE = Mips.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.138.1.1 92/11/11 09:49:19 rws Exp $

# -------------------------------------------------------------------------
# X Window System make variables; this need to be coordinated with rules

          PATHSEP = /
        USRLIBDIR = /usr/lib
           BINDIR = /usr/bin/X11
          INCROOT = /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
           TWMDIR = $(LIBDIR)/twm
          MANPATH = /man/cat
    MANSOURCEPATH = $(MANPATH)/man
        MANSUFFIX = n
     LIBMANSUFFIX = 3
           MANDIR = $(MANSOURCEPATH)$(MANSUFFIX)
        LIBMANDIR = $(MANSOURCEPATH)$(LIBMANSUFFIX)
           NLSDIR = $(LIBDIR)/nls
        PEXAPIDIR = $(LIBDIR)/PEX
      XAPPLOADDIR = $(LIBDIR)/app-defaults
       FONTCFLAGS = -t

     INSTAPPFLAGS = $(INSTDATFLAGS)

            IMAKE = $(IMAKESRC)/imake
           DEPEND = $(DEPENDSRC)/makedepend
              RGB = $(RGBSRC)/rgb

            FONTC = $(BDFTOPCFSRC)/bdftopcf

        MKFONTDIR = $(MKFONTDIRSRC)/mkfontdir
        MKDIRHIER = 	/bin/sh $(SCRIPTSRC)/mkdirhier.sh

        CONFIGSRC = $(TOP)/config
       DOCUTILSRC = $(TOP)/doc/util
        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
      BDFTOSNFSRC = $(FONTSRC)/clients/bdftosnf
      BDFTOPCFSRC = $(FONTSRC)/clients/bdftopcf
     MKFONTDIRSRC = $(FONTSRC)/clients/mkfontdir
         FSLIBSRC = $(FONTSRC)/lib/fs
    FONTSERVERSRC = $(FONTSRC)/server
     EXTENSIONSRC = $(TOP)/extensions
         XILIBSRC = $(EXTENSIONSRC)/lib/xinput
        PEXLIBSRC = $(EXTENSIONSRC)/lib/PEXlib
      PHIGSLIBSRC = $(EXTENSIONSRC)/lib/PEX

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

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

      DEPXAUTHLIB =  $(XAUTHSRC)/libXau.a
         XAUTHLIB = 			  $(DEPXAUTHLIB)
      DEPXDMCPLIB =  $(XDMCPLIBSRC)/libXdmcp.a
         XDMCPLIB = 			  $(DEPXDMCPLIB)

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

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

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

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

        DEPXILIB =  $(XILIBSRC)/libXi.a
           XILIB = 			  $(DEPXILIB)

       DEPPEXLIB =  $(PEXLIBSRC)/libPEX5.a
          PEXLIB = 			  $(DEPPEXLIB)

        DEPPHIGSLIB =  $(PHIGSLIBSRC)/libphigs.a
           PHIGSLIB = 			  $(DEPPHIGSLIB)

       DEPXBSDLIB =  $(LIBSRC)/Berk/libXbsd.a
          XBSDLIB = 			  $(DEPXBSDLIB)

 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
           LINTXI =  $(XILIBSRC)/llib-lXi.ln
          LINTPEX =  $(PEXLIBSRC)/llib-lPEX5.ln
        LINTPHIGS =  $(PHIGSLIBSRC)/llib-lphigs.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.123 91/09/16 20:12:16 rws Exp $

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

# $XConsortium: Imakefile,v 1.19 91/09/18 14:28:52 rws Exp $

# $XConsortium: Library.tmpl,v 1.12 92/03/20 15:05:19 rws Exp $

         CC = cc
  CCOPTIONS = -signed -systype bsd43 -Olimit 2000 -Wf,-XNd8400,-XNp12000
STD_DEFINES = -DMips -DBSD43
CDEBUGFLAGS = -O

#
# This library contains miscellaneous utility routines and is not part
# of the Xlib standard.
#

   INSTALLFLAGS = $(INSTINCFLAGS)

DEFINES = $(AUTHDEFS)

HEADERS = Xdmcp.h

SRCS = \
	A8Eq.c \
	AA8.c \
	AA16.c \
	AA32.c \
	AofA8.c \
	CA8.c \
	DA8.c \
	DA16.c \
	DA32.c \
	DAofA8.c \
	Fill.c \
	Flush.c \
	RA8.c \
	RA16.c \
	RA32.c \
	RAofA8.c \
	RC8.c \
	RC16.c \
	RC32.c \
	RHead.c \
	RR.c \
	RaA8.c \
	RaA16.c \
	RaA32.c \
	RaAoA8.c \
	WA8.c \
	WA16.c \
	WA32.c \
	WAofA8.c \
	WC8.c \
	WC16.c \
	WC32.c \
	Whead.c \
	Alloc.c \
	CmpKey.c \
	DecKey.c \
	GenKey.c \
	IncKey.c \
	$(AUTHSRCS)

OBJS = \
	A8Eq.o \
	AA8.o \
	AA16.o \
	AA32.o \
	AofA8.o \
	CA8.o \
	DA8.o \
	DA16.o \
	DA32.o \
	DAofA8.o \
	Fill.o \
	Flush.o \
	RA8.o \
	RA16.o \
	RA32.o \
	RAofA8.o \
	RC8.o \
	RC16.o \
	RC32.o \
	RHead.o \
	RR.o \
	RaA8.o \
	RaA16.o \
	RaA32.o \
	RaAoA8.o \
	WA8.o \
	WA16.o \
	WA32.o \
	WAofA8.o \
	WC8.o \
	WC16.o \
	WC32.o \
	Whead.o \
	Alloc.o \
	CmpKey.o \
	DecKey.o \
	GenKey.o \
	IncKey.o \
	$(AUTHOBJS)

all::
	 $(_NULLCMD_)
	 $(_NULLCMD_)
	 $(_NULLCMD_)

includes::
	 $(_NULLCMD_)
	 $(_NULLCMD_)
	 $(_NULLCMD_)

.c.o:
	 $(_NULLCMD_)
	 $(_NULLCMD_)
	 $(_NULLCMD_)
	   $(RM) $@
	$(CC) -c $(CFLAGS) $(_NOOP_) $*.c

clean::
	 $(_NULLCMD_)
	 $(_NULLCMD_)
	 $(_NULLCMD_)

Fill.o: $(ICONFIGFILES)
	 $(_NULLCMD_)
	 $(_NULLCMD_)
	 $(_NULLCMD_)
	   $(RM) $@
	$(CC) -c $(CFLAGS) -DTCPCONN -DUNIXCONN $*.c

Flush.o: $(ICONFIGFILES)
	 $(_NULLCMD_)
	 $(_NULLCMD_)
	 $(_NULLCMD_)
	   $(RM) $@
	$(CC) -c $(CFLAGS) -DTCPCONN -DUNIXCONN $*.c

all:: libXdmcp.a

libXdmcp.a: $(OBJS)
	$(RM) $@
	$(AR) $@ $(OBJS)

install:: libXdmcp.a
	 @if [ -d $(DESTDIR)$(USRLIBDIR) ]; then set +x; \
		else (set -x; $(MKDIRHIER) $(DESTDIR)$(USRLIBDIR)); fi
	$(INSTALL) -c $(INSTLIBFLAGS) libXdmcp.a $(DESTDIR)$(USRLIBDIR)

lintlib:: llib-lXdmcp.ln

llib-lXdmcp.ln: $(SRCS)
	$(RM) $@
	$(LINT) $(LINTLIBFLAG)Xdmcp $(LINTFLAGS) $(SRCS)

install.ln:: llib-lXdmcp.ln
	 @if [ -d $(DESTDIR)$(LINTLIBDIR) ]; then set +x; \
		else (set -x; $(MKDIRHIER) $(DESTDIR)$(LINTLIBDIR)); fi
	$(INSTALL) -c $(INSTLIBFLAGS) llib-lXdmcp.ln $(DESTDIR)$(LINTLIBDIR)

includes::
	 @if [ -d $(BUILDINCDIR)/. ]; then set +x; \
		else (set -x; $(MKDIRHIER) $(BUILDINCDIR)/.); fi
	@(set -x; cd $(BUILDINCDIR)/.; for i in $(HEADERS); do \
		$(RM) $$i; \
		$(LN) $(BUILDINCTOP)/./$(CURRENT_DIR)/$$i .; \
	done)

install:: $(HEADERS)
	 @if [ -d $(DESTDIR)$(INCDIR) ]; then set +x; \
		else (set -x; $(MKDIRHIER) $(DESTDIR)$(INCDIR)); fi
	@case '${MFLAGS}' in *[i]*) set +e;; esac; \
	for i in $(HEADERS); do \
		(set -x; $(INSTALL) -c $(INSTALLFLAGS) $$i $(DESTDIR)$(INCDIR)); \
	done

depend:: $(DEPEND)

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

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

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

# -------------------------------------------------------------------------
# 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 set -x; \
		$(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

A8Eq.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
A8Eq.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
A8Eq.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
A8Eq.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
A8Eq.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
AA8.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
AA8.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
AA8.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
AA8.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
AA8.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
AA16.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
AA16.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
AA16.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
AA16.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
AA16.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
AA32.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
AA32.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
AA32.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
AA32.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
AA32.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
AofA8.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
AofA8.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
AofA8.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
AofA8.o: /usr/include/sys/file.h /usr/include/bsd43/sys/time.h
AofA8.o: /usr/include/bsd43/sys/time.h ../.././X11/X.h ../.././X11/Xmd.h
AofA8.o: ../.././X11/Xdmcp.h
CA8.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
CA8.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
CA8.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
CA8.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
CA8.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
CA8.o: ../.././X11/Xfuncs.h
DA8.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
DA8.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
DA8.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
DA8.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
DA8.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
DA16.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
DA16.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
DA16.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
DA16.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
DA16.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
DA32.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
DA32.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
DA32.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
DA32.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
DA32.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
DAofA8.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
DAofA8.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
DAofA8.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
DAofA8.o: /usr/include/sys/file.h /usr/include/bsd43/sys/time.h
DAofA8.o: /usr/include/bsd43/sys/time.h ../.././X11/X.h ../.././X11/Xmd.h
DAofA8.o: ../.././X11/Xdmcp.h
Fill.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
Fill.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
Fill.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
Fill.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
Fill.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
Fill.o: /usr/include/sys/socket.h
Flush.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
Flush.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
Flush.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
Flush.o: /usr/include/sys/file.h /usr/include/bsd43/sys/time.h
Flush.o: /usr/include/bsd43/sys/time.h ../.././X11/X.h ../.././X11/Xmd.h
Flush.o: ../.././X11/Xdmcp.h /usr/include/sys/socket.h
RA8.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
RA8.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
RA8.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
RA8.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
RA8.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
RA16.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
RA16.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
RA16.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
RA16.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
RA16.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
RA32.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
RA32.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
RA32.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
RA32.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
RA32.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
RAofA8.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
RAofA8.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
RAofA8.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
RAofA8.o: /usr/include/sys/file.h /usr/include/bsd43/sys/time.h
RAofA8.o: /usr/include/bsd43/sys/time.h ../.././X11/X.h ../.././X11/Xmd.h
RAofA8.o: ../.././X11/Xdmcp.h
RC8.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
RC8.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
RC8.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
RC8.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
RC8.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
RC16.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
RC16.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
RC16.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
RC16.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
RC16.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
RC32.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
RC32.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
RC32.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
RC32.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
RC32.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
RHead.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
RHead.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
RHead.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
RHead.o: /usr/include/sys/file.h /usr/include/bsd43/sys/time.h
RHead.o: /usr/include/bsd43/sys/time.h ../.././X11/X.h ../.././X11/Xmd.h
RHead.o: ../.././X11/Xdmcp.h
RR.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
RR.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
RR.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
RR.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
RR.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
RaA8.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
RaA8.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
RaA8.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
RaA8.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
RaA8.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
RaA16.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
RaA16.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
RaA16.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
RaA16.o: /usr/include/sys/file.h /usr/include/bsd43/sys/time.h
RaA16.o: /usr/include/bsd43/sys/time.h ../.././X11/X.h ../.././X11/Xmd.h
RaA16.o: ../.././X11/Xdmcp.h
RaA32.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
RaA32.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
RaA32.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
RaA32.o: /usr/include/sys/file.h /usr/include/bsd43/sys/time.h
RaA32.o: /usr/include/bsd43/sys/time.h ../.././X11/X.h ../.././X11/Xmd.h
RaA32.o: ../.././X11/Xdmcp.h
RaAoA8.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
RaAoA8.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
RaAoA8.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
RaAoA8.o: /usr/include/sys/file.h /usr/include/bsd43/sys/time.h
RaAoA8.o: /usr/include/bsd43/sys/time.h ../.././X11/X.h ../.././X11/Xmd.h
RaAoA8.o: ../.././X11/Xdmcp.h
WA8.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
WA8.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
WA8.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
WA8.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
WA8.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
WA16.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
WA16.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
WA16.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
WA16.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
WA16.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
WA32.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
WA32.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
WA32.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
WA32.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
WA32.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
WAofA8.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
WAofA8.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
WAofA8.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
WAofA8.o: /usr/include/sys/file.h /usr/include/bsd43/sys/time.h
WAofA8.o: /usr/include/bsd43/sys/time.h ../.././X11/X.h ../.././X11/Xmd.h
WAofA8.o: ../.././X11/Xdmcp.h
WC8.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
WC8.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
WC8.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
WC8.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
WC8.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
WC16.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
WC16.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
WC16.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
WC16.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
WC16.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
WC32.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
WC32.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
WC32.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
WC32.o: /usr/include/bsd43/sys/time.h /usr/include/bsd43/sys/time.h
WC32.o: ../.././X11/X.h ../.././X11/Xmd.h ../.././X11/Xdmcp.h
Whead.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
Whead.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
Whead.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
Whead.o: /usr/include/sys/file.h /usr/include/bsd43/sys/time.h
Whead.o: /usr/include/bsd43/sys/time.h ../.././X11/X.h ../.././X11/Xmd.h
Whead.o: ../.././X11/Xdmcp.h
CmpKey.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
CmpKey.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
CmpKey.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
CmpKey.o: /usr/include/sys/file.h /usr/include/bsd43/sys/time.h
CmpKey.o: /usr/include/bsd43/sys/time.h ../.././X11/X.h ../.././X11/Xmd.h
CmpKey.o: ../.././X11/Xdmcp.h
DecKey.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
DecKey.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
DecKey.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
DecKey.o: /usr/include/sys/file.h /usr/include/bsd43/sys/time.h
DecKey.o: /usr/include/bsd43/sys/time.h ../.././X11/X.h ../.././X11/Xmd.h
DecKey.o: ../.././X11/Xdmcp.h
GenKey.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
GenKey.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
GenKey.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
GenKey.o: /usr/include/sys/file.h /usr/include/bsd43/sys/time.h
GenKey.o: /usr/include/bsd43/sys/time.h ../.././X11/X.h ../.././X11/Xmd.h
GenKey.o: ../.././X11/Xdmcp.h
IncKey.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
IncKey.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
IncKey.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
IncKey.o: /usr/include/sys/file.h /usr/include/bsd43/sys/time.h
IncKey.o: /usr/include/bsd43/sys/time.h ../.././X11/X.h ../.././X11/Xmd.h
IncKey.o: ../.././X11/Xdmcp.h
