# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.37 88/10/08 20:08:30 jim Exp $

###########################################################################
# 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 MGIP.macros to change

# platform:  $XConsortium: MGIP.macros,v 1.1 89/01/25 13:00:00 rml Exp $

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

      CDEBUGFLAGS = -O
      STD_DEFINES =
  STD_CPP_DEFINES =
SYSLAST_LIBRARIES =

###########################################################################
# 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 = MGIP.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

#
# $Header: Imakefile,v 1.1 89/01/23 15:55:18 rml Exp $
#

       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 ../.././X11/X.h ../.././X11/Xutil.h
EDiskSrc.o: ../.././X11/Xresource.h ../.././X11/Xos.h /usr/include/strings.h
EDiskSrc.o: /usr/include/sys/file.h /usr/include/sys/fcntl.h
EDiskSrc.o: /usr/include/sys/time.h /usr/include/sys/time.h
EDiskSrc.o: ../.././X11/Core.h ../.././X11/Composite.h
EDiskSrc.o: ../.././X11/Constraint.h ../.././X11/CoreP.h
EDiskSrc.o: ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
EDiskSrc.o: ../.././X11/Text.h /usr/include/sys/stat.h ../.././X11/TextP.h
EDiskSrc.o: ../.././X11/SimpleP.h ../.././X11/copyright.h
EDiskSrc.o: ../.././X11/Simple.h ../.././X11/CoreP.h ../.././X11/TextSrcP.h
EDiskSrc.o: xmh.h /usr/include/stdio.h ../.././X11/cursorfont.h
EDiskSrc.o: ../.././X11/Intrinsic.h ../.././X11/StringDefs.h
EDiskSrc.o: ../.././X11/AsciiText.h ../.././X11/Box.h ../.././X11/Command.h
EDiskSrc.o: ../.././X11/Label.h ../.././X11/Xmu.h ../.././X11/Dialog.h
EDiskSrc.o: ../.././X11/Form.h ../.././X11/Constraint.h ../.././X11/Scroll.h
EDiskSrc.o: ../.././X11/Shell.h ../.././X11/Viewport.h ../.././X11/VPaned.h
EDiskSrc.o: globals.h macros.h 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 ../.././X11/X.h ../.././X11/Xos.h
bbox.o: /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 ../.././X11/X.h ../.././X11/Xos.h
button.o: /usr/include/strings.h /usr/include/sys/file.h
button.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
button.o: /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 ../.././X11/X.h ../.././X11/Xos.h
command.o: /usr/include/strings.h /usr/include/sys/file.h
command.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
command.o: /usr/include/sys/time.h ../.././X11/Xutil.h
command.o: ../.././X11/cursorfont.h ../.././X11/Intrinsic.h
command.o: ../.././X11/StringDefs.h ../.././X11/AsciiText.h
command.o: ../.././X11/copyright.h ../.././X11/Text.h ../.././X11/Box.h
command.o: ../.././X11/Command.h ../.././X11/Label.h ../.././X11/Simple.h
command.o: ../.././X11/Xmu.h ../.././X11/Dialog.h ../.././X11/Form.h
command.o: ../.././X11/Constraint.h ../.././X11/Scroll.h ../.././X11/Shell.h
command.o: ../.././X11/Viewport.h ../.././X11/VPaned.h globals.h macros.h
command.o: externs.h mlist.h bbox.h msg.h toc.h /usr/include/sys/stat.h
command.o: /usr/include/sys/signal.h /usr/include/sys/wait.h
command.o: /usr/include/sys/resource.h
compfuncs.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h
compfuncs.o: /usr/include/sys/types.h ../.././X11/X.h ../.././X11/Xos.h
compfuncs.o: /usr/include/strings.h /usr/include/sys/file.h
compfuncs.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
compfuncs.o: /usr/include/sys/time.h ../.././X11/Xutil.h
compfuncs.o: ../.././X11/cursorfont.h ../.././X11/Intrinsic.h
compfuncs.o: ../.././X11/StringDefs.h ../.././X11/AsciiText.h
compfuncs.o: ../.././X11/copyright.h ../.././X11/Text.h ../.././X11/Box.h
compfuncs.o: ../.././X11/Command.h ../.././X11/Label.h ../.././X11/Simple.h
compfuncs.o: ../.././X11/Xmu.h ../.././X11/Dialog.h ../.././X11/Form.h
compfuncs.o: ../.././X11/Constraint.h ../.././X11/Scroll.h
compfuncs.o: ../.././X11/Shell.h ../.././X11/Viewport.h ../.././X11/VPaned.h
compfuncs.o: globals.h macros.h externs.h mlist.h bbox.h msg.h toc.h
folder.o: xmh.h /usr/include/stdio.h ../.././X11/Xlib.h
folder.o: /usr/include/sys/types.h ../.././X11/X.h ../.././X11/Xos.h
folder.o: /usr/include/strings.h /usr/include/sys/file.h
folder.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
folder.o: /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 ../.././X11/X.h ../.././X11/Xos.h
icon.o: /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 ../.././X11/X.h ../.././X11/Xos.h
init.o: /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 ../.././X11/X.h ../.././X11/Xos.h
main.o: /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 ../.././X11/X.h ../.././X11/Xos.h
mlist.o: /usr/include/strings.h /usr/include/sys/file.h
mlist.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
mlist.o: /usr/include/sys/time.h ../.././X11/Xutil.h ../.././X11/cursorfont.h
mlist.o: ../.././X11/Intrinsic.h ../.././X11/StringDefs.h
mlist.o: ../.././X11/AsciiText.h ../.././X11/copyright.h ../.././X11/Text.h
mlist.o: ../.././X11/Box.h ../.././X11/Command.h ../.././X11/Label.h
mlist.o: ../.././X11/Simple.h ../.././X11/Xmu.h ../.././X11/Dialog.h
mlist.o: ../.././X11/Form.h ../.././X11/Constraint.h ../.././X11/Scroll.h
mlist.o: ../.././X11/Shell.h ../.././X11/Viewport.h ../.././X11/VPaned.h
mlist.o: globals.h macros.h 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: ../.././X11/X.h ../.././X11/Xos.h /usr/include/strings.h
msg.o: /usr/include/sys/file.h /usr/include/sys/fcntl.h
msg.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xutil.h
msg.o: ../.././X11/cursorfont.h ../.././X11/Intrinsic.h
msg.o: ../.././X11/StringDefs.h ../.././X11/AsciiText.h
msg.o: ../.././X11/copyright.h ../.././X11/Text.h ../.././X11/Box.h
msg.o: ../.././X11/Command.h ../.././X11/Label.h ../.././X11/Simple.h
msg.o: ../.././X11/Xmu.h ../.././X11/Dialog.h ../.././X11/Form.h
msg.o: ../.././X11/Constraint.h ../.././X11/Scroll.h ../.././X11/Shell.h
msg.o: ../.././X11/Viewport.h ../.././X11/VPaned.h globals.h macros.h
msg.o: 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 ../.././X11/X.h ../.././X11/Xos.h
pick.o: /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 ../.././X11/X.h ../.././X11/Xos.h
popup.o: /usr/include/strings.h /usr/include/sys/file.h
popup.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
popup.o: /usr/include/sys/time.h ../.././X11/Xutil.h ../.././X11/cursorfont.h
popup.o: ../.././X11/Intrinsic.h ../.././X11/StringDefs.h
popup.o: ../.././X11/AsciiText.h ../.././X11/copyright.h ../.././X11/Text.h
popup.o: ../.././X11/Box.h ../.././X11/Command.h ../.././X11/Label.h
popup.o: ../.././X11/Simple.h ../.././X11/Xmu.h ../.././X11/Dialog.h
popup.o: ../.././X11/Form.h ../.././X11/Constraint.h ../.././X11/Scroll.h
popup.o: ../.././X11/Shell.h ../.././X11/Viewport.h ../.././X11/VPaned.h
popup.o: globals.h macros.h 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 ../.././X11/X.h ../.././X11/Xos.h
screen.o: /usr/include/strings.h /usr/include/sys/file.h
screen.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
screen.o: /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: ../.././X11/X.h ../.././X11/Xos.h /usr/include/strings.h
toc.o: /usr/include/sys/file.h /usr/include/sys/fcntl.h
toc.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xutil.h
toc.o: ../.././X11/cursorfont.h ../.././X11/Intrinsic.h
toc.o: ../.././X11/StringDefs.h ../.././X11/AsciiText.h
toc.o: ../.././X11/copyright.h ../.././X11/Text.h ../.././X11/Box.h
toc.o: ../.././X11/Command.h ../.././X11/Label.h ../.././X11/Simple.h
toc.o: ../.././X11/Xmu.h ../.././X11/Dialog.h ../.././X11/Form.h
toc.o: ../.././X11/Constraint.h ../.././X11/Scroll.h ../.././X11/Shell.h
toc.o: ../.././X11/Viewport.h ../.././X11/VPaned.h globals.h macros.h
toc.o: 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 ../.././X11/X.h ../.././X11/Xos.h
tocfuncs.o: /usr/include/strings.h /usr/include/sys/file.h
tocfuncs.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
tocfuncs.o: /usr/include/sys/time.h ../.././X11/Xutil.h
tocfuncs.o: ../.././X11/cursorfont.h ../.././X11/Intrinsic.h
tocfuncs.o: ../.././X11/StringDefs.h ../.././X11/AsciiText.h
tocfuncs.o: ../.././X11/copyright.h ../.././X11/Text.h ../.././X11/Box.h
tocfuncs.o: ../.././X11/Command.h ../.././X11/Label.h ../.././X11/Simple.h
tocfuncs.o: ../.././X11/Xmu.h ../.././X11/Dialog.h ../.././X11/Form.h
tocfuncs.o: ../.././X11/Constraint.h ../.././X11/Scroll.h ../.././X11/Shell.h
tocfuncs.o: ../.././X11/Viewport.h ../.././X11/VPaned.h globals.h macros.h
tocfuncs.o: externs.h mlist.h bbox.h msg.h toc.h
tocutil.o: ../.././X11/Xos.h /usr/include/sys/types.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 ../.././X11/X.h ../.././X11/Xos.h
tsource.o: /usr/include/strings.h /usr/include/sys/file.h
tsource.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
tsource.o: /usr/include/sys/time.h ../.././X11/Xutil.h
tsource.o: ../.././X11/cursorfont.h ../.././X11/Intrinsic.h
tsource.o: ../.././X11/StringDefs.h ../.././X11/AsciiText.h
tsource.o: ../.././X11/copyright.h ../.././X11/Text.h ../.././X11/Box.h
tsource.o: ../.././X11/Command.h ../.././X11/Label.h ../.././X11/Simple.h
tsource.o: ../.././X11/Xmu.h ../.././X11/Dialog.h ../.././X11/Form.h
tsource.o: ../.././X11/Constraint.h ../.././X11/Scroll.h ../.././X11/Shell.h
tsource.o: ../.././X11/Viewport.h ../.././X11/VPaned.h globals.h macros.h
tsource.o: externs.h mlist.h bbox.h msg.h toc.h tocintrnl.h
tsource.o: ../.././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 ../.././X11/X.h ../.././X11/Xos.h
util.o: /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/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 ../.././X11/X.h ../.././X11/Xos.h
viewfuncs.o: /usr/include/strings.h /usr/include/sys/file.h
viewfuncs.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
viewfuncs.o: /usr/include/sys/time.h ../.././X11/Xutil.h
viewfuncs.o: ../.././X11/cursorfont.h ../.././X11/Intrinsic.h
viewfuncs.o: ../.././X11/StringDefs.h ../.././X11/AsciiText.h
viewfuncs.o: ../.././X11/copyright.h ../.././X11/Text.h ../.././X11/Box.h
viewfuncs.o: ../.././X11/Command.h ../.././X11/Label.h ../.././X11/Simple.h
viewfuncs.o: ../.././X11/Xmu.h ../.././X11/Dialog.h ../.././X11/Form.h
viewfuncs.o: ../.././X11/Constraint.h ../.././X11/Scroll.h
viewfuncs.o: ../.././X11/Shell.h ../.././X11/Viewport.h ../.././X11/VPaned.h
viewfuncs.o: globals.h macros.h externs.h mlist.h bbox.h msg.h toc.h
