# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.37 88/10/08 20:08:30 jim 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.
#

###########################################################################
# X Window System Makefile generated from template file Imake.tmpl
# $XConsortium: Imake.tmpl,v 1.91 88/10/23 22:37:10 jim Exp $
#
# Do not change the body of the imake template file.  Server-specific
# parameters may be set in the appropriate .macros file; site-specific
# parameters (but shared by all servers) may be set in site.def.  If you
# make any changes, you'll need to rebuild the makefiles using
# "make World" (at best) or "make Makefile; make Makefiles" (at least) in
# the top level directory.
#
# 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 Sun.macros to change

# platform:  $XConsortium: Sun.macros,v 1.52 88/10/23 11:00:55 jim Exp $
# operating system:   SunOS 3.4

BOOTSTRAPCFLAGS =
             AS = as
             CC = cc
            CPP = /lib/cpp
             LD = ld
           LINT = lint
        INSTALL = install
           TAGS = ctags
             RM = rm -f
             MV = mv
             LN = ln -s
         RANLIB = ranlib
RANLIBINSTFLAGS = -t
             AR = ar clq
             LS = ls
       LINTOPTS = -axz
    LINTLIBFLAG = -C
           MAKE = make
STD_CPP_DEFINES =
    STD_DEFINES =

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

# site:  $XConsortium: site.def,v 1.16 88/10/12 10:30:24 jim Exp $

###########################################################################
# definitions common to all Makefiles - do not edit

          SHELL =  /bin/sh

        DESTDIR =
      USRLIBDIR = $(DESTDIR)/usr/lib
         BINDIR = $(DESTDIR)/usr/bin/X11
         INCDIR = $(DESTDIR)/usr/include/X11
         ADMDIR = $(DESTDIR)/usr/adm
         LIBDIR = $(USRLIBDIR)/X11
     LINTLIBDIR = $(USRLIBDIR)/lint
        FONTDIR = $(LIBDIR)/fonts
       XINITDIR = $(LIBDIR)/xinit
         XDMDIR = $(LIBDIR)/xdm
         UWMDIR = $(LIBDIR)/uwm
         AWMDIR = $(LIBDIR)/awm
         TWMDIR = $(LIBDIR)/twm
        MANPATH = $(DESTDIR)/usr/man
  MANSOURCEPATH = $(MANPATH)/man
         MANDIR = $(MANSOURCEPATH)n
      LIBMANDIR = $(MANSOURCEPATH)3
    XAPPLOADDIR = $(LIBDIR)/app-defaults

   INSTBINFLAGS = -m 0755
   INSTUIDFLAGS = -m 4755
   INSTLIBFLAGS = -m 0664
   INSTINCFLAGS = -m 0444
   INSTMANFLAGS = -m 0444
   INSTAPPFLAGS = -m 0444
  INSTKMEMFLAGS = -m 4755
        FCFLAGS = -t
    CDEBUGFLAGS = -O

        PATHSEP = /
         DEPEND = $(DEPENDSRC)/makedepend
          IMAKE = $(IMAKESRC)/imake
            RGB = $(RGBSRC)/rgb
             FC = $(BDFTOSNFSRC)/bdftosnf
      MKFONTDIR = $(MKFONTDIRSRC)/mkfontdir
      MKDIRHIER = $(SCRIPTSSRC)/mkdirhier.sh

         CFLAGS = $(CDEBUGFLAGS) $(INCLUDES) $(STD_DEFINES) $(DEFINES)
      LINTFLAGS = $(LINTOPTS) $(INCLUDES) $(STD_DEFINES) $(DEFINES) -DLINT
        LDFLAGS = $(CDEBUGFLAGS) $(SYS_LIBRARIES) $(SYSAUX_LIBRARIES)
            TOP = ../../.
      CLIENTSRC = $(TOP)/clients
        DEMOSRC = $(TOP)/demos
         LIBSRC = $(TOP)/lib
        FONTSRC = $(TOP)/fonts
     INCLUDESRC = $(TOP)/X11
      SERVERSRC = $(TOP)/server
        UTILSRC = $(TOP)/util
     SCRIPTSSRC = $(UTILSRC)/scripts
     EXAMPLESRC = $(TOP)/examples
     CONTRIBSRC = $(TOP)/contrib
         DOCSRC = $(TOP)/doc
         RGBSRC = $(TOP)/rgb
      DEPENDSRC = $(UTILSRC)/makedepend
       IMAKESRC = $(UTILSRC)/imake
       IRULESRC = $(UTILSRC)/imake.includes
        XLIBSRC = $(LIBSRC)/X
         XMUSRC = $(LIBSRC)/Xmu
     TOOLKITSRC = $(LIBSRC)/Xt
     AWIDGETSRC = $(LIBSRC)/Xaw
     OLDXLIBSRC = $(LIBSRC)/oldX
    BDFTOSNFSRC = $(FONTSRC)/bdftosnf
   MKFONTDIRSRC = $(FONTSRC)/mkfontdir
   EXTENSIONSRC = $(TOP)/extensions
   EXTENSIONLIB = $(EXTENSIONSRC)/lib/libXext.a
           XLIB = $(XLIBSRC)/libX11.a
         XMULIB = $(XMUSRC)/libXmu.a
        OLDXLIB = $(OLDXLIBSRC)/liboldX.a
       XTOOLLIB = $(TOOLKITSRC)/libXt.a
         XAWLIB = $(AWIDGETSRC)/libXaw.a
       LINTXLIB = $(XLIBSRC)/llib-lX11.ln
        LINTXMU = $(XMUSRC)/llib-lXmu.ln
      LINTXTOOL = $(TOOLKITSRC)/llib-lXt.ln
        LINTXAW = $(AWIDGETSRC)/llib-lXaw.ln
       INCLUDES = -I$(TOP)
      MACROFILE = Sun.macros
   ICONFIGFILES = $(IRULESRC)/Imake.tmpl \
			$(IRULESRC)/$(MACROFILE) $(IRULESRC)/site.def
  IMAKE_DEFINES =
      IMAKE_CMD = $(NEWTOP)$(IMAKE) -TImake.tmpl -I$(NEWTOP)$(IRULESRC) \
			-s Makefile $(IMAKE_DEFINES)
         RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \
			.emacs_* tags TAGS make.log MakeOut

###########################################################################
# rules:  $XConsortium: Imake.rules,v 1.71 88/10/23 22:46:34 jim Exp $

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

       INCLUDES = -I$(TOP) -I$(AWIDGETSRC) -I$(TOOLKITSRC)
LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)

           SRCS = EDiskSrc.c bbox.c button.c command.c compfuncs.c \
                  folder.c icon.c init.c main.c mlist.c msg.c pick.c popup.c \
                  screen.c toc.c tocfuncs.c tocutil.c tsource.c util.c \
                  version.c viewfuncs.c
           OBJS = EDiskSrc.o bbox.o button.o command.o compfuncs.o \
                  folder.o icon.o init.o main.o mlist.o msg.o pick.o popup.o \
                  screen.o toc.o tocfuncs.o tocutil.o tsource.o util.o \
                  version.o viewfuncs.o

 PROGRAM = xmh

all:: xmh

xmh: $(OBJS) $(LOCAL_LIBRARIES)
	$(RM) $@
	$(CC) -o $@ $(OBJS) $(LOCAL_LIBRARIES) $(LDFLAGS) $(SYSLAST_LIBRARIES)

relink::
	$(RM) $(PROGRAM)
	$(MAKE) $(MFLAGS) $(PROGRAM)

install:: xmh
	$(INSTALL) -c $(INSTALLFLAGS) xmh $(BINDIR)

install.man:: xmh.man
	$(INSTALL) -c $(INSTMANFLAGS) xmh.man $(MANDIR)/xmh.n

depend:: $(DEPEND)

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

$(DEPEND):
	@echo "making $@"; \
	cd $(DEPENDSRC); $(MAKE)

clean::
	$(RM) $(PROGRAM)

install:: xmh.Xdefaults
	$(INSTALL) -c $(INSTALLFLAGS) xmh.Xdefaults $(LIBDIR)

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

###########################################################################
# Imake.tmpl common rules for all Makefiles - do not edit

emptyrule::

clean::
	$(RM_CMD) \#*

Makefile:: $(IMAKE)

Makefile:: Imakefile \
	$(IRULESRC)/Imake.tmpl \
	$(IRULESRC)/Imake.rules \
	$(IRULESRC)/site.def \
	$(IRULESRC)/$(MACROFILE)
	-@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)

$(IMAKE):
	@echo "making $@"; \
	cd $(IMAKESRC); $(MAKE) BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS)

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

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

install::
	@echo "install done"

install.man::
	@echo "install.man done"

Makefiles::

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

# DO NOT DELETE

EDiskSrc.o: ../.././X11/Xatom.h ../.././X11/IntrinsicP.h
EDiskSrc.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
EDiskSrc.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h
EDiskSrc.o: ../.././X11/X.h ../.././X11/Xutil.h ../.././X11/Xresource.h
EDiskSrc.o: ../.././X11/Xos.h /usr/include/strings.h /usr/include/sys/file.h
EDiskSrc.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
EDiskSrc.o: /usr/include/sys/time.h ../.././X11/Core.h
EDiskSrc.o: ../.././X11/Composite.h ../.././X11/Constraint.h
EDiskSrc.o: ../.././X11/CoreP.h ../.././X11/CompositeP.h
EDiskSrc.o: ../.././X11/ConstrainP.h ../.././X11/Text.h
EDiskSrc.o: /usr/include/sys/stat.h ../.././X11/TextP.h ../.././X11/SimpleP.h
EDiskSrc.o: ../.././X11/copyright.h ../.././X11/Simple.h ../.././X11/CoreP.h
EDiskSrc.o: ../.././X11/TextSrcP.h xmh.h /usr/include/stdio.h
EDiskSrc.o: ../.././X11/cursorfont.h ../.././X11/Intrinsic.h
EDiskSrc.o: ../.././X11/StringDefs.h ../.././X11/AsciiText.h
EDiskSrc.o: ../.././X11/Box.h ../.././X11/Command.h ../.././X11/Label.h
EDiskSrc.o: ../.././X11/Xmu.h ../.././X11/Dialog.h ../.././X11/Form.h
EDiskSrc.o: ../.././X11/Constraint.h ../.././X11/Scroll.h ../.././X11/Shell.h
EDiskSrc.o: ../.././X11/Viewport.h ../.././X11/VPaned.h globals.h macros.h
EDiskSrc.o: externs.h mlist.h bbox.h msg.h toc.h
bbox.o: ../.././X11/Cardinals.h xmh.h /usr/include/stdio.h ../.././X11/Xlib.h
bbox.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h ../.././X11/X.h
bbox.o: ../.././X11/Xos.h /usr/include/strings.h /usr/include/sys/file.h
bbox.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
bbox.o: /usr/include/sys/time.h ../.././X11/Xutil.h ../.././X11/cursorfont.h
bbox.o: ../.././X11/Intrinsic.h ../.././X11/StringDefs.h
bbox.o: ../.././X11/AsciiText.h ../.././X11/copyright.h ../.././X11/Text.h
bbox.o: ../.././X11/Box.h ../.././X11/Command.h ../.././X11/Label.h
bbox.o: ../.././X11/Simple.h ../.././X11/Xmu.h ../.././X11/Dialog.h
bbox.o: ../.././X11/Form.h ../.././X11/Constraint.h ../.././X11/Scroll.h
bbox.o: ../.././X11/Shell.h ../.././X11/Viewport.h ../.././X11/VPaned.h
bbox.o: globals.h macros.h externs.h mlist.h bbox.h msg.h toc.h bboxint.h
button.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h
button.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h
button.o: ../.././X11/X.h ../.././X11/Xos.h /usr/include/strings.h
button.o: /usr/include/sys/file.h /usr/include/sys/fcntl.h
button.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xutil.h
button.o: ../.././X11/cursorfont.h ../.././X11/Intrinsic.h
button.o: ../.././X11/StringDefs.h ../.././X11/AsciiText.h
button.o: ../.././X11/copyright.h ../.././X11/Text.h ../.././X11/Box.h
button.o: ../.././X11/Command.h ../.././X11/Label.h ../.././X11/Simple.h
button.o: ../.././X11/Xmu.h ../.././X11/Dialog.h ../.././X11/Form.h
button.o: ../.././X11/Constraint.h ../.././X11/Scroll.h ../.././X11/Shell.h
button.o: ../.././X11/Viewport.h ../.././X11/VPaned.h globals.h macros.h
button.o: externs.h mlist.h bbox.h msg.h toc.h bboxint.h
command.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h
command.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h
command.o: ../.././X11/X.h ../.././X11/Xos.h /usr/include/strings.h
command.o: /usr/include/sys/file.h /usr/include/sys/fcntl.h
command.o: /usr/include/sys/time.h /usr/include/sys/time.h
command.o: ../.././X11/Xutil.h ../.././X11/cursorfont.h
command.o: ../.././X11/Intrinsic.h ../.././X11/StringDefs.h
command.o: ../.././X11/AsciiText.h ../.././X11/copyright.h ../.././X11/Text.h
command.o: ../.././X11/Box.h ../.././X11/Command.h ../.././X11/Label.h
command.o: ../.././X11/Simple.h ../.././X11/Xmu.h ../.././X11/Dialog.h
command.o: ../.././X11/Form.h ../.././X11/Constraint.h ../.././X11/Scroll.h
command.o: ../.././X11/Shell.h ../.././X11/Viewport.h ../.././X11/VPaned.h
command.o: globals.h macros.h externs.h mlist.h bbox.h msg.h toc.h
command.o: /usr/include/sys/stat.h /usr/include/sys/signal.h
command.o: /usr/include/sys/wait.h /usr/include/sys/resource.h
compfuncs.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h
compfuncs.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h
compfuncs.o: ../.././X11/X.h ../.././X11/Xos.h /usr/include/strings.h
compfuncs.o: /usr/include/sys/file.h /usr/include/sys/fcntl.h
compfuncs.o: /usr/include/sys/time.h /usr/include/sys/time.h
compfuncs.o: ../.././X11/Xutil.h ../.././X11/cursorfont.h
compfuncs.o: ../.././X11/Intrinsic.h ../.././X11/StringDefs.h
compfuncs.o: ../.././X11/AsciiText.h ../.././X11/copyright.h
compfuncs.o: ../.././X11/Text.h ../.././X11/Box.h ../.././X11/Command.h
compfuncs.o: ../.././X11/Label.h ../.././X11/Simple.h ../.././X11/Xmu.h
compfuncs.o: ../.././X11/Dialog.h ../.././X11/Form.h ../.././X11/Constraint.h
compfuncs.o: ../.././X11/Scroll.h ../.././X11/Shell.h ../.././X11/Viewport.h
compfuncs.o: ../.././X11/VPaned.h globals.h macros.h externs.h mlist.h bbox.h
compfuncs.o: msg.h toc.h
folder.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h
folder.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h
folder.o: ../.././X11/X.h ../.././X11/Xos.h /usr/include/strings.h
folder.o: /usr/include/sys/file.h /usr/include/sys/fcntl.h
folder.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xutil.h
folder.o: ../.././X11/cursorfont.h ../.././X11/Intrinsic.h
folder.o: ../.././X11/StringDefs.h ../.././X11/AsciiText.h
folder.o: ../.././X11/copyright.h ../.././X11/Text.h ../.././X11/Box.h
folder.o: ../.././X11/Command.h ../.././X11/Label.h ../.././X11/Simple.h
folder.o: ../.././X11/Xmu.h ../.././X11/Dialog.h ../.././X11/Form.h
folder.o: ../.././X11/Constraint.h ../.././X11/Scroll.h ../.././X11/Shell.h
folder.o: ../.././X11/Viewport.h ../.././X11/VPaned.h globals.h macros.h
folder.o: externs.h mlist.h bbox.h msg.h toc.h
icon.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h
icon.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h ../.././X11/X.h
icon.o: ../.././X11/Xos.h /usr/include/strings.h /usr/include/sys/file.h
icon.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
icon.o: /usr/include/sys/time.h ../.././X11/Xutil.h ../.././X11/cursorfont.h
icon.o: ../.././X11/Intrinsic.h ../.././X11/StringDefs.h
icon.o: ../.././X11/AsciiText.h ../.././X11/copyright.h ../.././X11/Text.h
icon.o: ../.././X11/Box.h ../.././X11/Command.h ../.././X11/Label.h
icon.o: ../.././X11/Simple.h ../.././X11/Xmu.h ../.././X11/Dialog.h
icon.o: ../.././X11/Form.h ../.././X11/Constraint.h ../.././X11/Scroll.h
icon.o: ../.././X11/Shell.h ../.././X11/Viewport.h ../.././X11/VPaned.h
icon.o: globals.h macros.h externs.h mlist.h bbox.h msg.h toc.h nomail.bit
icon.o: newmail.bit
init.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h
init.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h ../.././X11/X.h
init.o: ../.././X11/Xos.h /usr/include/strings.h /usr/include/sys/file.h
init.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
init.o: /usr/include/sys/time.h ../.././X11/Xutil.h ../.././X11/cursorfont.h
init.o: ../.././X11/Intrinsic.h ../.././X11/StringDefs.h
init.o: ../.././X11/AsciiText.h ../.././X11/copyright.h ../.././X11/Text.h
init.o: ../.././X11/Box.h ../.././X11/Command.h ../.././X11/Label.h
init.o: ../.././X11/Simple.h ../.././X11/Xmu.h ../.././X11/Dialog.h
init.o: ../.././X11/Form.h ../.././X11/Constraint.h ../.././X11/Scroll.h
init.o: ../.././X11/Shell.h ../.././X11/Viewport.h ../.././X11/VPaned.h
init.o: globals.h macros.h externs.h mlist.h bbox.h msg.h toc.h
main.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h
main.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h ../.././X11/X.h
main.o: ../.././X11/Xos.h /usr/include/strings.h /usr/include/sys/file.h
main.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
main.o: /usr/include/sys/time.h ../.././X11/Xutil.h ../.././X11/cursorfont.h
main.o: ../.././X11/Intrinsic.h ../.././X11/StringDefs.h
main.o: ../.././X11/AsciiText.h ../.././X11/copyright.h ../.././X11/Text.h
main.o: ../.././X11/Box.h ../.././X11/Command.h ../.././X11/Label.h
main.o: ../.././X11/Simple.h ../.././X11/Xmu.h ../.././X11/Dialog.h
main.o: ../.././X11/Form.h ../.././X11/Constraint.h ../.././X11/Scroll.h
main.o: ../.././X11/Shell.h ../.././X11/Viewport.h ../.././X11/VPaned.h
main.o: globals.h macros.h externs.h mlist.h bbox.h msg.h toc.h
main.o: /usr/include/signal.h
mlist.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h
mlist.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h
mlist.o: ../.././X11/X.h ../.././X11/Xos.h /usr/include/strings.h
mlist.o: /usr/include/sys/file.h /usr/include/sys/fcntl.h
mlist.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xutil.h
mlist.o: ../.././X11/cursorfont.h ../.././X11/Intrinsic.h
mlist.o: ../.././X11/StringDefs.h ../.././X11/AsciiText.h
mlist.o: ../.././X11/copyright.h ../.././X11/Text.h ../.././X11/Box.h
mlist.o: ../.././X11/Command.h ../.././X11/Label.h ../.././X11/Simple.h
mlist.o: ../.././X11/Xmu.h ../.././X11/Dialog.h ../.././X11/Form.h
mlist.o: ../.././X11/Constraint.h ../.././X11/Scroll.h ../.././X11/Shell.h
mlist.o: ../.././X11/Viewport.h ../.././X11/VPaned.h globals.h macros.h
mlist.o: externs.h mlist.h bbox.h msg.h toc.h
msg.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h /usr/include/sys/types.h
msg.o: /usr/include/sys/sysmacros.h ../.././X11/X.h ../.././X11/Xos.h
msg.o: /usr/include/strings.h /usr/include/sys/file.h
msg.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
msg.o: /usr/include/sys/time.h ../.././X11/Xutil.h ../.././X11/cursorfont.h
msg.o: ../.././X11/Intrinsic.h ../.././X11/StringDefs.h
msg.o: ../.././X11/AsciiText.h ../.././X11/copyright.h ../.././X11/Text.h
msg.o: ../.././X11/Box.h ../.././X11/Command.h ../.././X11/Label.h
msg.o: ../.././X11/Simple.h ../.././X11/Xmu.h ../.././X11/Dialog.h
msg.o: ../.././X11/Form.h ../.././X11/Constraint.h ../.././X11/Scroll.h
msg.o: ../.././X11/Shell.h ../.././X11/Viewport.h ../.././X11/VPaned.h
msg.o: globals.h macros.h externs.h mlist.h bbox.h msg.h toc.h tocintrnl.h
msg.o: ../.././X11/IntrinsicP.h ../.././X11/Intrinsic.h
msg.o: ../.././X11/Xresource.h ../.././X11/Core.h ../.././X11/Composite.h
msg.o: ../.././X11/Constraint.h ../.././X11/CoreP.h ../.././X11/CompositeP.h
msg.o: ../.././X11/ConstrainP.h ../.././X11/TextP.h ../.././X11/SimpleP.h
msg.o: ../.././X11/CoreP.h ../.././X11/TextSrcP.h
pick.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h
pick.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h ../.././X11/X.h
pick.o: ../.././X11/Xos.h /usr/include/strings.h /usr/include/sys/file.h
pick.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
pick.o: /usr/include/sys/time.h ../.././X11/Xutil.h ../.././X11/cursorfont.h
pick.o: ../.././X11/Intrinsic.h ../.././X11/StringDefs.h
pick.o: ../.././X11/AsciiText.h ../.././X11/copyright.h ../.././X11/Text.h
pick.o: ../.././X11/Box.h ../.././X11/Command.h ../.././X11/Label.h
pick.o: ../.././X11/Simple.h ../.././X11/Xmu.h ../.././X11/Dialog.h
pick.o: ../.././X11/Form.h ../.././X11/Constraint.h ../.././X11/Scroll.h
pick.o: ../.././X11/Shell.h ../.././X11/Viewport.h ../.././X11/VPaned.h
pick.o: globals.h macros.h externs.h mlist.h bbox.h msg.h toc.h
popup.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h
popup.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h
popup.o: ../.././X11/X.h ../.././X11/Xos.h /usr/include/strings.h
popup.o: /usr/include/sys/file.h /usr/include/sys/fcntl.h
popup.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xutil.h
popup.o: ../.././X11/cursorfont.h ../.././X11/Intrinsic.h
popup.o: ../.././X11/StringDefs.h ../.././X11/AsciiText.h
popup.o: ../.././X11/copyright.h ../.././X11/Text.h ../.././X11/Box.h
popup.o: ../.././X11/Command.h ../.././X11/Label.h ../.././X11/Simple.h
popup.o: ../.././X11/Xmu.h ../.././X11/Dialog.h ../.././X11/Form.h
popup.o: ../.././X11/Constraint.h ../.././X11/Scroll.h ../.././X11/Shell.h
popup.o: ../.././X11/Viewport.h ../.././X11/VPaned.h globals.h macros.h
popup.o: externs.h mlist.h bbox.h msg.h toc.h
screen.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h
screen.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h
screen.o: ../.././X11/X.h ../.././X11/Xos.h /usr/include/strings.h
screen.o: /usr/include/sys/file.h /usr/include/sys/fcntl.h
screen.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xutil.h
screen.o: ../.././X11/cursorfont.h ../.././X11/Intrinsic.h
screen.o: ../.././X11/StringDefs.h ../.././X11/AsciiText.h
screen.o: ../.././X11/copyright.h ../.././X11/Text.h ../.././X11/Box.h
screen.o: ../.././X11/Command.h ../.././X11/Label.h ../.././X11/Simple.h
screen.o: ../.././X11/Xmu.h ../.././X11/Dialog.h ../.././X11/Form.h
screen.o: ../.././X11/Constraint.h ../.././X11/Scroll.h ../.././X11/Shell.h
screen.o: ../.././X11/Viewport.h ../.././X11/VPaned.h globals.h macros.h
screen.o: externs.h mlist.h bbox.h msg.h toc.h
toc.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h /usr/include/sys/types.h
toc.o: /usr/include/sys/sysmacros.h ../.././X11/X.h ../.././X11/Xos.h
toc.o: /usr/include/strings.h /usr/include/sys/file.h
toc.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
toc.o: /usr/include/sys/time.h ../.././X11/Xutil.h ../.././X11/cursorfont.h
toc.o: ../.././X11/Intrinsic.h ../.././X11/StringDefs.h
toc.o: ../.././X11/AsciiText.h ../.././X11/copyright.h ../.././X11/Text.h
toc.o: ../.././X11/Box.h ../.././X11/Command.h ../.././X11/Label.h
toc.o: ../.././X11/Simple.h ../.././X11/Xmu.h ../.././X11/Dialog.h
toc.o: ../.././X11/Form.h ../.././X11/Constraint.h ../.././X11/Scroll.h
toc.o: ../.././X11/Shell.h ../.././X11/Viewport.h ../.././X11/VPaned.h
toc.o: globals.h macros.h externs.h mlist.h bbox.h msg.h toc.h tocintrnl.h
toc.o: ../.././X11/IntrinsicP.h ../.././X11/Intrinsic.h
toc.o: ../.././X11/Xresource.h ../.././X11/Core.h ../.././X11/Composite.h
toc.o: ../.././X11/Constraint.h ../.././X11/CoreP.h ../.././X11/CompositeP.h
toc.o: ../.././X11/ConstrainP.h ../.././X11/TextP.h ../.././X11/SimpleP.h
toc.o: ../.././X11/CoreP.h ../.././X11/TextSrcP.h tocutil.h
toc.o: /usr/include/sys/stat.h /usr/include/sys/dir.h
tocfuncs.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h
tocfuncs.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h
tocfuncs.o: ../.././X11/X.h ../.././X11/Xos.h /usr/include/strings.h
tocfuncs.o: /usr/include/sys/file.h /usr/include/sys/fcntl.h
tocfuncs.o: /usr/include/sys/time.h /usr/include/sys/time.h
tocfuncs.o: ../.././X11/Xutil.h ../.././X11/cursorfont.h
tocfuncs.o: ../.././X11/Intrinsic.h ../.././X11/StringDefs.h
tocfuncs.o: ../.././X11/AsciiText.h ../.././X11/copyright.h
tocfuncs.o: ../.././X11/Text.h ../.././X11/Box.h ../.././X11/Command.h
tocfuncs.o: ../.././X11/Label.h ../.././X11/Simple.h ../.././X11/Xmu.h
tocfuncs.o: ../.././X11/Dialog.h ../.././X11/Form.h ../.././X11/Constraint.h
tocfuncs.o: ../.././X11/Scroll.h ../.././X11/Shell.h ../.././X11/Viewport.h
tocfuncs.o: ../.././X11/VPaned.h globals.h macros.h externs.h mlist.h bbox.h
tocfuncs.o: msg.h toc.h
tocutil.o: ../.././X11/Xos.h /usr/include/sys/types.h
tocutil.o: /usr/include/sys/sysmacros.h /usr/include/strings.h
tocutil.o: /usr/include/sys/file.h /usr/include/sys/fcntl.h
tocutil.o: /usr/include/sys/time.h /usr/include/sys/time.h xmh.h
tocutil.o: /usr/include/stdio.h ../.././X11/Xlib.h ../.././X11/X.h
tocutil.o: ../.././X11/Xutil.h ../.././X11/cursorfont.h
tocutil.o: ../.././X11/Intrinsic.h ../.././X11/StringDefs.h
tocutil.o: ../.././X11/AsciiText.h ../.././X11/copyright.h ../.././X11/Text.h
tocutil.o: ../.././X11/Box.h ../.././X11/Command.h ../.././X11/Label.h
tocutil.o: ../.././X11/Simple.h ../.././X11/Xmu.h ../.././X11/Dialog.h
tocutil.o: ../.././X11/Form.h ../.././X11/Constraint.h ../.././X11/Scroll.h
tocutil.o: ../.././X11/Shell.h ../.././X11/Viewport.h ../.././X11/VPaned.h
tocutil.o: globals.h macros.h externs.h mlist.h bbox.h msg.h toc.h tocutil.h
tocutil.o: tocintrnl.h ../.././X11/IntrinsicP.h ../.././X11/Intrinsic.h
tocutil.o: ../.././X11/Xresource.h ../.././X11/Core.h ../.././X11/Composite.h
tocutil.o: ../.././X11/Constraint.h ../.././X11/CoreP.h
tocutil.o: ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
tocutil.o: ../.././X11/TextP.h ../.././X11/SimpleP.h ../.././X11/CoreP.h
tocutil.o: ../.././X11/TextSrcP.h
tsource.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h
tsource.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h
tsource.o: ../.././X11/X.h ../.././X11/Xos.h /usr/include/strings.h
tsource.o: /usr/include/sys/file.h /usr/include/sys/fcntl.h
tsource.o: /usr/include/sys/time.h /usr/include/sys/time.h
tsource.o: ../.././X11/Xutil.h ../.././X11/cursorfont.h
tsource.o: ../.././X11/Intrinsic.h ../.././X11/StringDefs.h
tsource.o: ../.././X11/AsciiText.h ../.././X11/copyright.h ../.././X11/Text.h
tsource.o: ../.././X11/Box.h ../.././X11/Command.h ../.././X11/Label.h
tsource.o: ../.././X11/Simple.h ../.././X11/Xmu.h ../.././X11/Dialog.h
tsource.o: ../.././X11/Form.h ../.././X11/Constraint.h ../.././X11/Scroll.h
tsource.o: ../.././X11/Shell.h ../.././X11/Viewport.h ../.././X11/VPaned.h
tsource.o: globals.h macros.h externs.h mlist.h bbox.h msg.h toc.h
tsource.o: tocintrnl.h ../.././X11/IntrinsicP.h ../.././X11/Intrinsic.h
tsource.o: ../.././X11/Xresource.h ../.././X11/Core.h ../.././X11/Composite.h
tsource.o: ../.././X11/Constraint.h ../.././X11/CoreP.h
tsource.o: ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
tsource.o: ../.././X11/TextP.h ../.././X11/SimpleP.h ../.././X11/CoreP.h
tsource.o: ../.././X11/TextSrcP.h ../.././X11/Xatom.h
util.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h
util.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h ../.././X11/X.h
util.o: ../.././X11/Xos.h /usr/include/strings.h /usr/include/sys/file.h
util.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
util.o: /usr/include/sys/time.h ../.././X11/Xutil.h ../.././X11/cursorfont.h
util.o: ../.././X11/Intrinsic.h ../.././X11/StringDefs.h
util.o: ../.././X11/AsciiText.h ../.././X11/copyright.h ../.././X11/Text.h
util.o: ../.././X11/Box.h ../.././X11/Command.h ../.././X11/Label.h
util.o: ../.././X11/Simple.h ../.././X11/Xmu.h ../.././X11/Dialog.h
util.o: ../.././X11/Form.h ../.././X11/Constraint.h ../.././X11/Scroll.h
util.o: ../.././X11/Shell.h ../.././X11/Viewport.h ../.././X11/VPaned.h
util.o: globals.h macros.h externs.h mlist.h bbox.h msg.h toc.h
util.o: /usr/include/sys/stat.h /usr/include/errno.h /usr/include/sys/errno.h
util.o: /usr/include/ctype.h
version.o: /usr/include/stdio.h
viewfuncs.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h
viewfuncs.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h
viewfuncs.o: ../.././X11/X.h ../.././X11/Xos.h /usr/include/strings.h
viewfuncs.o: /usr/include/sys/file.h /usr/include/sys/fcntl.h
viewfuncs.o: /usr/include/sys/time.h /usr/include/sys/time.h
viewfuncs.o: ../.././X11/Xutil.h ../.././X11/cursorfont.h
viewfuncs.o: ../.././X11/Intrinsic.h ../.././X11/StringDefs.h
viewfuncs.o: ../.././X11/AsciiText.h ../.././X11/copyright.h
viewfuncs.o: ../.././X11/Text.h ../.././X11/Box.h ../.././X11/Command.h
viewfuncs.o: ../.././X11/Label.h ../.././X11/Simple.h ../.././X11/Xmu.h
viewfuncs.o: ../.././X11/Dialog.h ../.././X11/Form.h ../.././X11/Constraint.h
viewfuncs.o: ../.././X11/Scroll.h ../.././X11/Shell.h ../.././X11/Viewport.h
viewfuncs.o: ../.././X11/VPaned.h globals.h macros.h externs.h mlist.h bbox.h
viewfuncs.o: msg.h toc.h
