# 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 sgi.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 $

INSTMANDEVFLAGS = -m 0444 -i "x.man.dev"

        OPTIMIZER = -O2

            SHELL = /bin/sh

              TOP = ../../.
      CURRENT_DIR = ./clients/xterm

               AR = ar scq
  BOOTSTRAPCFLAGS = "$(OPTIMIZER)"
               CC = cc

         COMPRESS = compress
              CPP = /lib/cpp $(STD_CPP_DEFINES)
    PREPROCESSCMD = cc -E $(STD_CPP_DEFINES)
          INSTALL = $(SCRIPTSRC)/sgiinst.sh -I$(TOOLROOT)/etc/install
               LD = ld -L -L$(ROOT)/usr/lib
             LINT = lint
      LINTLIBFLAG = -o
         LINTOPTS = -ax
               LN = ln -s

               MV = mv
               CP = cp
           RANLIB = /bin/true
  RANLIBINSTFLAGS =
               RM = rm -f
  VENDOR_INCLUDES = -I -I$(ROOT)/usr/include
     STD_INCLUDES =
  STD_CPP_DEFINES = -DSYSV
      STD_DEFINES = -DSYSV -DMALLOC_0_RETURNS_NULL
 EXTRA_LOAD_FLAGS =
  EXTRA_LIBRARIES = -L -L$(ROOT)/usr/lib -lsun -lmalloc -lc_s
             TAGS = ctags

    SHAREDCODEDEF = -DSHAREDCODE
         SHLIBDEF = -DATTSHAREDLIB

    PROTO_DEFINES = -DFUNCPROTO -DNARROWPROTO

     INSTPGMFLAGS = -s

     INSTBINFLAGS = -m 0755
     INSTUIDFLAGS = -m 4755 -u root -i "x.sw.eoe"
     INSTLIBFLAGS = -m 0664 -i "x.sw.dev"
     INSTINCFLAGS = -m 0444 -i "x.sw.dev"
     INSTMANFLAGS = -m 0444 -i "x.man.eoe"
     INSTDATFLAGS = -m 0444
    INSTKMEMFLAGS = -m 2755 -g sys -i "x.sw.eoe"

          DESTDIR =

     TOP_INCLUDES = -I$(TOP)

      CDEBUGFLAGS = $(OPTIMIZER)
        CCOPTIONS = -prototypes -float
      COMPATFLAGS =

      ALLINCLUDES = $(STD_INCLUDES) $(TOP_INCLUDES) $(INCLUDES) $(EXTRA_INCLUDES) $(VENDOR_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 = -r

        MACROFILE = sgi.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.68 90/07/03 12:14:47 rws Exp $

###########################################################################
# X Window System make variables; this need to be coordinated with rules
# $XConsortium: Project.tmpl,v 1.68 90/07/03 12:14:47 rws 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 = $(DESTDIR)/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 = $(DESTDIR)/usr/catman/u_man/cat1/X11
        LIBMANDIR = $(DESTDIR)/usr/catman/p_man/cat3
      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)
#             XLIB = $(EXTENSIONLIB)  -L$(XLIBSRC) -lX11_s
             XLIB = $(EXTENSIONLIB)  -L$(XLIBSRC) -lX11

      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 = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)

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

###########################################################################
# Imake rules for building libraries, programs, scripts, and data files
# rules:  $XConsortium: Imake.rules,v 1.70 90/05/04 16:57:30 keith Exp $

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

###########################################################################
#                                                                         #
#                         Attention xterm porters                         #
#                                                                         #
#                                                                         #
# Xterm assumes that bcopy can handle overlapping arguments.  If your     #
# bcopy (or memcpy) can't, write a routine called bcopy and link it in    #
# or add -Dbcopy=mybcopy to the DEFINES list below.                       #
#                                                                         #
###########################################################################

   TTYGROUPDEF = -DUSE_TTY_GROUP

   MAIN_DEFINES = -DUTMP $(TTYGROUPDEF) $(PUCCPTYDDEF) -DWTMP -DLASTLOG
   MISC_DEFINES =

          SRCS1 = button.c charproc.c cursor.c data.c input.c \
		  main.c menu.c misc.c screen.c scrollbar.c tabs.c \
		  TekPrsTbl.c Tekproc.c util.c VTPrsTbl.c
          OBJS1 = main.o input.o charproc.o cursor.o util.o tabs.o \
		  screen.o scrollbar.o button.o Tekproc.o misc.o \
		  VTPrsTbl.o TekPrsTbl.o data.o menu.o
          SRCS2 = resize.c
          OBJS2 = resize.o
           SRCS = $(SRCS1) $(SRCS2)
           OBJS = $(OBJS1) $(OBJS2)
       PROGRAMS = resize xterm
       DEPLIBS1 = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
       DEPLIBS2 =
       PROGRAMS = xterm resize

     TERMCAPLIB = -ltermlib

all:: $(PROGRAMS)

main.o:
	$(RM) $@ $*.os \
	&& $(CC) -c $(CFLAGS) $(MAIN_DEFINES) $*.c \
	&& $(LD) -x -r $@ -o $*.os \
	&& $(MV) $*.os $@

misc.o:
	$(RM) $@ $*.os \
	&& $(CC) -c $(CFLAGS) $(MISC_DEFINES) $*.c \
	&& $(LD) -x -r $@ -o $*.os \
	&& $(MV) $*.os $@

charproc.o:
	$(RM) $@ $*.os \
	&& $(CC) -c $(CFLAGS) $(MISC_DEFINES) $*.c \
	&& $(LD) -x -r $@ -o $*.os \
	&& $(MV) $*.os $@

xterm: $(OBJS1) $(DEPLIBS1)
	 $(RM) $@
	$(CC) -o $@ $(OBJS1) $(LDOPTIONS) $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) $(LDLIBS) $(TERMCAPLIB) $(PTYLIB) $(EXTRA_LOAD_FLAGS)

clean::
	$(RM) xterm

install:: xterm
	$(INSTALL) -c $(INSTPGMFLAGS)  $(INSTUIDFLAGS) xterm  $(BINDIR)

resize: $(OBJS2) $(DEPLIBS2)
	 $(RM) $@
	$(CC) -o $@ $(OBJS2) $(LDOPTIONS)   $(LDLIBS) $(TERMCAPLIB) $(EXTRA_LOAD_FLAGS)

clean::
	$(RM) resize

install:: resize
	$(INSTALL) -c $(INSTPGMFLAGS)   resize  $(BINDIR)

install:: XTerm.ad
	$(INSTALL) -c $(INSTAPPFLAGS) XTerm.ad $(XAPPLOADDIR)/XTerm

all:: xterm.nr.z

xterm.nr.z : xterm.man
	if [ -f xterm.man ]; then \
		$(RM) xterm.nr xterm.nr.z; \
		tbl xterm.man | eqn | nroff -man - > xterm.nr; \
		pack -f xterm.nr; \
	else \
		exit 0 ; \
	fi

install.man:: xterm.nr.z
	if [ -f xterm.man ]; then \
		$(INSTALL) -c $(INSTMANFLAGS) xterm.nr.z $(MANDIR)/xterm.z;\
	else \
		exit 0 ; \
	fi

clean::
	$(RM) xterm.nr xterm.nr.z

all:: resize.nr.z

resize.nr.z : resize.man
	if [ -f resize.man ]; then \
		$(RM) resize.nr resize.nr.z; \
		tbl resize.man | eqn | nroff -man - > resize.nr; \
		pack -f resize.nr; \
	else \
		exit 0 ; \
	fi

install.man:: resize.nr.z
	if [ -f resize.man ]; then \
		$(INSTALL) -c $(INSTMANFLAGS) resize.nr.z $(MANDIR)/resize.z;\
	else \
		exit 0 ; \
	fi

clean::
	$(RM) resize.nr resize.nr.z

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)

###########################################################################
# 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

button.o: ../.././X11/copyright.h ptyx.h ../.././X11/IntrinsicP.h
button.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h /usr/include/sys/types.h
button.o: ../.././X11/X.h ../.././X11/Xutil.h ../.././X11/Xresource.h
button.o: ../.././X11/Xos.h /usr/include/strings.h /usr/include/string.h
button.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
button.o: /usr/include/sys/file.h /usr/include/sys/time.h
button.o: /usr/include/sys/time.h ../.././X11/Core.h ../.././X11/Composite.h
button.o: ../.././X11/Constraint.h ../.././X11/Object.h ../.././X11/RectObj.h
button.o: ../.././X11/CoreP.h ../.././X11/CompositeP.h
button.o: ../.././X11/ConstrainP.h ../.././X11/ObjectP.h
button.o: ../.././X11/RectObjP.h ../.././X11/Xmu/Misc.h /usr/include/signal.h
button.o: /usr/include/sys/signal.h ../.././X11/Xatom.h /usr/include/stdio.h
button.o: /usr/include/setjmp.h /usr/include/ctype.h ../.././X11/Xmu/Atoms.h
button.o: ../.././X11/Xmu/StdSel.h data.h error.h menu.h
charproc.o: ../.././X11/copyright.h ../.././X11/Xlib.h
charproc.o: /usr/include/sys/types.h ../.././X11/X.h ../.././X11/Xatom.h
charproc.o: ../.././X11/Xmu/Atoms.h /usr/include/stdio.h ../.././X11/Xos.h
charproc.o: /usr/include/strings.h /usr/include/string.h /usr/include/fcntl.h
charproc.o: /usr/include/sys/fcntl.h /usr/include/sys/file.h
charproc.o: /usr/include/sys/time.h /usr/include/sys/time.h
charproc.o: /usr/include/sgtty.h /usr/include/sys/ioctl.h
charproc.o: /usr/include/net/soioctl.h /usr/include/sys/termio.h
charproc.o: /usr/include/ctype.h /usr/include/errno.h
charproc.o: /usr/include/sys/errno.h /usr/include/setjmp.h ptyx.h
charproc.o: ../.././X11/IntrinsicP.h ../.././X11/Intrinsic.h
charproc.o: ../.././X11/Xutil.h ../.././X11/Xresource.h ../.././X11/Core.h
charproc.o: ../.././X11/Composite.h ../.././X11/Constraint.h
charproc.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/CoreP.h
charproc.o: ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
charproc.o: ../.././X11/ObjectP.h ../.././X11/RectObjP.h
charproc.o: ../.././X11/Xmu/Misc.h /usr/include/signal.h
charproc.o: /usr/include/sys/signal.h VTparse.h data.h error.h main.h
charproc.o: ../.././X11/cursorfont.h ../.././X11/StringDefs.h menu.h
cursor.o: ../.././X11/copyright.h ../.././X11/Xlib.h /usr/include/sys/types.h
cursor.o: ../.././X11/X.h /usr/include/stdio.h /usr/include/sys/ioctl.h
cursor.o: /usr/include/net/soioctl.h /usr/include/sys/termio.h ptyx.h
cursor.o: ../.././X11/IntrinsicP.h ../.././X11/Intrinsic.h
cursor.o: ../.././X11/Xutil.h ../.././X11/Xresource.h ../.././X11/Xos.h
cursor.o: /usr/include/strings.h /usr/include/string.h /usr/include/fcntl.h
cursor.o: /usr/include/sys/fcntl.h /usr/include/sys/file.h
cursor.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Core.h
cursor.o: ../.././X11/Composite.h ../.././X11/Constraint.h
cursor.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/CoreP.h
cursor.o: ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
cursor.o: ../.././X11/ObjectP.h ../.././X11/RectObjP.h ../.././X11/Xmu/Misc.h
cursor.o: /usr/include/signal.h /usr/include/sys/signal.h
data.o: ../.././X11/copyright.h /usr/include/setjmp.h ../.././X11/Xlib.h
data.o: /usr/include/sys/types.h ../.././X11/X.h ../.././X11/Intrinsic.h
data.o: ../.././X11/Xutil.h ../.././X11/Xresource.h ../.././X11/Xos.h
data.o: /usr/include/strings.h /usr/include/string.h /usr/include/fcntl.h
data.o: /usr/include/sys/fcntl.h /usr/include/sys/file.h
data.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Core.h
data.o: ../.././X11/Composite.h ../.././X11/Constraint.h ../.././X11/Object.h
data.o: ../.././X11/RectObj.h ptyx.h ../.././X11/IntrinsicP.h
data.o: ../.././X11/CoreP.h ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
data.o: ../.././X11/ObjectP.h ../.././X11/RectObjP.h ../.././X11/Xmu/Misc.h
data.o: /usr/include/signal.h /usr/include/sys/signal.h data.h
input.o: ../.././X11/copyright.h ../.././X11/Xlib.h /usr/include/sys/types.h
input.o: ../.././X11/X.h ../.././X11/keysym.h ../.././X11/keysymdef.h
input.o: ../.././X11/DECkeysym.h ../.././X11/Intrinsic.h ../.././X11/Xutil.h
input.o: ../.././X11/Xresource.h ../.././X11/Xos.h /usr/include/strings.h
input.o: /usr/include/string.h /usr/include/fcntl.h /usr/include/sys/fcntl.h
input.o: /usr/include/sys/file.h /usr/include/sys/time.h
input.o: /usr/include/sys/time.h ../.././X11/Core.h ../.././X11/Composite.h
input.o: ../.././X11/Constraint.h ../.././X11/Object.h ../.././X11/RectObj.h
input.o: /usr/include/stdio.h ptyx.h ../.././X11/IntrinsicP.h
input.o: ../.././X11/CoreP.h ../.././X11/CompositeP.h
input.o: ../.././X11/ConstrainP.h ../.././X11/ObjectP.h
input.o: ../.././X11/RectObjP.h ../.././X11/Xmu/Misc.h /usr/include/signal.h
input.o: /usr/include/sys/signal.h
main.o: ../.././X11/copyright.h ../.././X11/Xos.h /usr/include/sys/types.h
main.o: /usr/include/strings.h /usr/include/string.h /usr/include/fcntl.h
main.o: /usr/include/sys/fcntl.h /usr/include/sys/file.h
main.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xlib.h
main.o: ../.././X11/X.h ../.././X11/cursorfont.h /usr/include/pwd.h
main.o: /usr/include/ctype.h /usr/include/sys/ioctl.h
main.o: /usr/include/net/soioctl.h /usr/include/sys/termio.h
main.o: /usr/include/sys/stat.h /usr/include/sgtty.h
main.o: /usr/include/sys/resource.h /usr/include/sys/sysmacros.h
main.o: /usr/include/stdio.h /usr/include/errno.h /usr/include/sys/errno.h
main.o: /usr/include/setjmp.h /usr/include/utmp.h /usr/include/sys/param.h
main.o: /usr/include/sys/signal.h ptyx.h ../.././X11/IntrinsicP.h
main.o: ../.././X11/Intrinsic.h ../.././X11/Xutil.h ../.././X11/Xresource.h
main.o: ../.././X11/Core.h ../.././X11/Composite.h ../.././X11/Constraint.h
main.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/CoreP.h
main.o: ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
main.o: ../.././X11/ObjectP.h ../.././X11/RectObjP.h ../.././X11/Xmu/Misc.h
main.o: /usr/include/signal.h data.h error.h main.h menu.h
main.o: ../.././X11/StringDefs.h ../.././X11/Shell.h /usr/include/sys/wait.h
menu.o: /usr/include/stdio.h ../.././X11/Intrinsic.h ../.././X11/Xlib.h
menu.o: /usr/include/sys/types.h ../.././X11/X.h ../.././X11/Xutil.h
menu.o: ../.././X11/Xresource.h ../.././X11/Xos.h /usr/include/strings.h
menu.o: /usr/include/string.h /usr/include/fcntl.h /usr/include/sys/fcntl.h
menu.o: /usr/include/sys/file.h /usr/include/sys/time.h
menu.o: /usr/include/sys/time.h ../.././X11/Core.h ../.././X11/Composite.h
menu.o: ../.././X11/Constraint.h ../.././X11/Object.h ../.././X11/RectObj.h
menu.o: ../.././X11/StringDefs.h ../.././X11/Shell.h
menu.o: ../.././X11/Xaw/SimpleMenu.h ../.././X11/Xmu/Converters.h
menu.o: ../.././X11/Xaw/SmeBSB.h ../.././X11/Xaw/Sme.h
menu.o: ../.././X11/Xaw/SmeLine.h ptyx.h ../.././X11/copyright.h
menu.o: ../.././X11/IntrinsicP.h ../.././X11/CoreP.h ../.././X11/CompositeP.h
menu.o: ../.././X11/ConstrainP.h ../.././X11/ObjectP.h ../.././X11/RectObjP.h
menu.o: ../.././X11/Xmu/Misc.h /usr/include/signal.h
menu.o: /usr/include/sys/signal.h /usr/include/setjmp.h data.h menu.h
misc.o: ../.././X11/copyright.h ptyx.h ../.././X11/IntrinsicP.h
misc.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h /usr/include/sys/types.h
misc.o: ../.././X11/X.h ../.././X11/Xutil.h ../.././X11/Xresource.h
misc.o: ../.././X11/Xos.h /usr/include/strings.h /usr/include/string.h
misc.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
misc.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Core.h
misc.o: ../.././X11/Composite.h ../.././X11/Constraint.h ../.././X11/Object.h
misc.o: ../.././X11/RectObj.h ../.././X11/CoreP.h ../.././X11/CompositeP.h
misc.o: ../.././X11/ConstrainP.h ../.././X11/ObjectP.h ../.././X11/RectObjP.h
misc.o: ../.././X11/Xmu/Misc.h /usr/include/signal.h
misc.o: /usr/include/sys/signal.h /usr/include/stdio.h /usr/include/setjmp.h
misc.o: /usr/include/ctype.h /usr/include/pwd.h ../.././X11/Xatom.h
misc.o: ../.././X11/cursorfont.h ../.././X11/Shell.h ../.././X11/Xmu/Error.h
misc.o: ../.././X11/Xmu/SysUtil.h ../.././X11/Xmu/WinUtil.h data.h error.h
misc.o: menu.h
screen.o: ../.././X11/copyright.h ../.././X11/Xlib.h /usr/include/sys/types.h
screen.o: ../.././X11/X.h /usr/include/stdio.h /usr/include/sys/ioctl.h
screen.o: /usr/include/net/soioctl.h /usr/include/sys/termio.h ptyx.h
screen.o: ../.././X11/IntrinsicP.h ../.././X11/Intrinsic.h
screen.o: ../.././X11/Xutil.h ../.././X11/Xresource.h ../.././X11/Xos.h
screen.o: /usr/include/strings.h /usr/include/string.h /usr/include/fcntl.h
screen.o: /usr/include/sys/fcntl.h /usr/include/sys/file.h
screen.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Core.h
screen.o: ../.././X11/Composite.h ../.././X11/Constraint.h
screen.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/CoreP.h
screen.o: ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
screen.o: ../.././X11/ObjectP.h ../.././X11/RectObjP.h ../.././X11/Xmu/Misc.h
screen.o: /usr/include/signal.h /usr/include/sys/signal.h error.h
scrollbar.o: ../.././X11/copyright.h /usr/include/stdio.h
scrollbar.o: /usr/include/ctype.h /usr/include/setjmp.h ../.././X11/Xatom.h
scrollbar.o: ptyx.h ../.././X11/IntrinsicP.h ../.././X11/Intrinsic.h
scrollbar.o: ../.././X11/Xlib.h /usr/include/sys/types.h ../.././X11/X.h
scrollbar.o: ../.././X11/Xutil.h ../.././X11/Xresource.h ../.././X11/Xos.h
scrollbar.o: /usr/include/strings.h /usr/include/string.h
scrollbar.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h
scrollbar.o: /usr/include/sys/file.h /usr/include/sys/time.h
scrollbar.o: /usr/include/sys/time.h ../.././X11/Core.h
scrollbar.o: ../.././X11/Composite.h ../.././X11/Constraint.h
scrollbar.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/CoreP.h
scrollbar.o: ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
scrollbar.o: ../.././X11/ObjectP.h ../.././X11/RectObjP.h
scrollbar.o: ../.././X11/Xmu/Misc.h /usr/include/signal.h
scrollbar.o: /usr/include/sys/signal.h ../.././X11/StringDefs.h
scrollbar.o: ../.././X11/Shell.h ../.././X11/Xaw/Scrollbar.h
scrollbar.o: ../.././X11/Xmu/Converters.h data.h error.h menu.h
tabs.o: ../.././X11/copyright.h ../.././X11/Xlib.h /usr/include/sys/types.h
tabs.o: ../.././X11/X.h ptyx.h ../.././X11/IntrinsicP.h
tabs.o: ../.././X11/Intrinsic.h ../.././X11/Xutil.h ../.././X11/Xresource.h
tabs.o: ../.././X11/Xos.h /usr/include/strings.h /usr/include/string.h
tabs.o: /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/sys/file.h
tabs.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Core.h
tabs.o: ../.././X11/Composite.h ../.././X11/Constraint.h ../.././X11/Object.h
tabs.o: ../.././X11/RectObj.h ../.././X11/CoreP.h ../.././X11/CompositeP.h
tabs.o: ../.././X11/ConstrainP.h ../.././X11/ObjectP.h ../.././X11/RectObjP.h
tabs.o: ../.././X11/Xmu/Misc.h /usr/include/signal.h
tabs.o: /usr/include/sys/signal.h
TekPrsTbl.o: ../.././X11/copyright.h Tekparse.h
Tekproc.o: ../.././X11/copyright.h ../.././X11/Xos.h /usr/include/sys/types.h
Tekproc.o: /usr/include/strings.h /usr/include/string.h /usr/include/fcntl.h
Tekproc.o: /usr/include/sys/fcntl.h /usr/include/sys/file.h
Tekproc.o: /usr/include/sys/time.h /usr/include/sys/time.h ptyx.h
Tekproc.o: ../.././X11/IntrinsicP.h ../.././X11/Intrinsic.h
Tekproc.o: ../.././X11/Xlib.h ../.././X11/X.h ../.././X11/Xutil.h
Tekproc.o: ../.././X11/Xresource.h ../.././X11/Core.h ../.././X11/Composite.h
Tekproc.o: ../.././X11/Constraint.h ../.././X11/Object.h
Tekproc.o: ../.././X11/RectObj.h ../.././X11/CoreP.h ../.././X11/CompositeP.h
Tekproc.o: ../.././X11/ConstrainP.h ../.././X11/ObjectP.h
Tekproc.o: ../.././X11/RectObjP.h ../.././X11/Xmu/Misc.h
Tekproc.o: /usr/include/signal.h /usr/include/sys/signal.h
Tekproc.o: ../.././X11/Xatom.h ../.././X11/cursorfont.h
Tekproc.o: ../.././X11/StringDefs.h ../.././X11/Shell.h
Tekproc.o: ../.././X11/Xmu/CharSet.h Tekparse.h /usr/include/stdio.h
Tekproc.o: /usr/include/sgtty.h /usr/include/sys/ioctl.h
Tekproc.o: /usr/include/net/soioctl.h /usr/include/sys/termio.h
Tekproc.o: /usr/include/ctype.h /usr/include/errno.h /usr/include/sys/errno.h
Tekproc.o: /usr/include/setjmp.h /usr/include/pwd.h data.h error.h menu.h
util.o: ../.././X11/copyright.h /usr/include/stdio.h ../.././X11/Intrinsic.h
util.o: ../.././X11/Xlib.h /usr/include/sys/types.h ../.././X11/X.h
util.o: ../.././X11/Xutil.h ../.././X11/Xresource.h ../.././X11/Xos.h
util.o: /usr/include/strings.h /usr/include/string.h /usr/include/fcntl.h
util.o: /usr/include/sys/fcntl.h /usr/include/sys/file.h
util.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Core.h
util.o: ../.././X11/Composite.h ../.././X11/Constraint.h ../.././X11/Object.h
util.o: ../.././X11/RectObj.h /usr/include/setjmp.h ptyx.h
util.o: ../.././X11/IntrinsicP.h ../.././X11/CoreP.h ../.././X11/CompositeP.h
util.o: ../.././X11/ConstrainP.h ../.././X11/ObjectP.h ../.././X11/RectObjP.h
util.o: ../.././X11/Xmu/Misc.h /usr/include/signal.h
util.o: /usr/include/sys/signal.h data.h error.h menu.h
VTPrsTbl.o: ../.././X11/copyright.h VTparse.h
resize.o: ../.././X11/copyright.h ../.././X11/Xos.h /usr/include/sys/types.h
resize.o: /usr/include/strings.h /usr/include/string.h /usr/include/fcntl.h
resize.o: /usr/include/sys/fcntl.h /usr/include/sys/file.h
resize.o: /usr/include/sys/time.h /usr/include/sys/time.h
resize.o: /usr/include/stdio.h /usr/include/ctype.h /usr/include/sys/ioctl.h
resize.o: /usr/include/net/soioctl.h /usr/include/sys/termio.h
resize.o: /usr/include/signal.h /usr/include/sys/signal.h /usr/include/pwd.h
