# 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.138 91/07/30 14:59:20 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 sun.cf to change

# platform:  $XConsortium: sun.cf,v 1.68 91/07/30 11:34:39 rws Exp $

# operating system:  SunOS 4.1.1

# $XConsortium: sunLib.rules,v 1.6 91/03/24 17:55:58 rws Exp $

.c.o:
	$(CC) -c $(CFLAGS) $*.c

# -------------------------------------------------------------------------
# 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 = ./demos/xgas

               AR = ar clq
  BOOTSTRAPCFLAGS =
               CC = gcc -fstrength-reduce -fpcc-struct-return
               AS = as

         COMPRESS = compress
              CPP = /lib/cpp $(STD_CPP_DEFINES)
    PREPROCESSCMD = gcc -fstrength-reduce -fpcc-struct-return -E $(STD_CPP_DEFINES)
          INSTALL = install
               LD = ld
             LINT = lint
      LINTLIBFLAG = -C
         LINTOPTS = -axz
               LN = ln -s
             MAKE = make
               MV = mv
               CP = cp

           RANLIB = ranlib
  RANLIBINSTFLAGS =

               RM = rm -f
            TROFF = psroff
         MSMACROS = -ms
              TBL = tbl
              EQN = eqn
     STD_INCLUDES =
  STD_CPP_DEFINES =
      STD_DEFINES =
 EXTRA_LOAD_FLAGS = -B/usr/bin/
  EXTRA_LIBRARIES =
             TAGS = ctags

    SHAREDCODEDEF = -DSHAREDCODE
         SHLIBDEF = -DSUNSHLIB

    PROTO_DEFINES =

     INSTPGMFLAGS =

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

      PROJECTROOT = /software/pub/general/X11R5

     TOP_INCLUDES = -I$(TOP)

      CDEBUGFLAGS = -O
        CCOPTIONS =

      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 = -L$(USRLIBDIR) $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)

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

   LDCOMBINEFLAGS = -X -r
      DEPENDFLAGS =

        MACROFILE = sun.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.137 91/07/30 22:57:01 rws Exp $

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

          PATHSEP = /
        USRLIBDIR = /software/pub/general/X11R5/lib
           BINDIR = /software/pub/general/X11R5/bin
          INCROOT = /software/pub/general/X11R5/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 = /software/pub/general/X11R5/man
    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
      PHIGSLIBSRC = $(EXTENSIONSRC)/lib/PEX

# $XConsortium: sunLib.tmpl,v 1.11 91/07/31 11:32:08 rws Exp $

SHLIBLDFLAGS = -assert pure-text
PICFLAGS = -pic

  DEPEXTENSIONLIB =
     EXTENSIONLIB = -L$(EXTENSIONSRC)/lib -lXext

          DEPXLIB = $(DEPEXTENSIONLIB)
             XLIB = $(EXTENSIONLIB) -L$(XLIBSRC) -lX11

        DEPXMULIB = $(XMUSRC)/libXmu.sa.$(SOXMUREV)
           XMULIB = -L$(XMUSRC) -lXmu

       DEPOLDXLIB =
          OLDXLIB = -L$(OLDXLIBSRC) -loldX

      DEPXTOOLLIB = $(TOOLKITSRC)/libXt.sa.$(SOXTREV)
         XTOOLLIB = -L$(TOOLKITSRC) -lXt

        DEPXAWLIB = $(AWIDGETSRC)/libXaw.sa.$(SOXAWREV)
           XAWLIB = -L$(AWIDGETSRC) -lXaw

        DEPXILIB =
           XILIB = -L$(XILIBSRC) -lXi

        SOXLIBREV = 4.10
          SOXTREV = 4.10
         SOXAWREV = 5.0
        SOOLDXREV = 4.10
         SOXMUREV = 4.10
        SOXEXTREV = 4.10
      SOXINPUTREV = 4.10

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

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

 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
        LINTPHIGS = $(PHIGSLIBSRC)/llib-lphigs.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.121 91/08/22 16:32:50 rws Exp $

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

# $XConsortium: Imakefile,v 1.7 91/08/26 13:34:51 rws Exp $
#
#  xgas
#
#  Copyright 1987, 1988 Massachusetts Institute of Technology
#
#  Permission to use, copy, modify, and distribute this software and its
#  documentation for any purpose and without fee is hereby granted, provided
#  that the above copyright notice appear in all copies and that both that
#  copyright notice and this permission notice appear in supporting
#  documentation, and that the name of M.I.T. not be used in advertising or
#  publicity pertaining to distribution of the software without specific,
#  written prior permission.  M.I.T. makes no representations about the
#  suitability of this software for any purpose.  It is provided "as is"
#  without express or implied warranty.
#
#  Author:    Dave Sternlicht X Consortium
#  Created:   November 27, 1990.
#  Modified to convert nroff to c:   Larry Medwin, April 14, 1991
#

        DEFINES = $(IEEE_DEFS) $(SIGNAL_DEFINES)
        DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
  SYS_LIBRARIES = -lm
           DOCNS = doc.n quick.n
           DOCSRCS = doc.c quick.c
           DOCOBJS = doc.o quick.o
           SRCS = main.c dynamics.c chamber.c timestep.c molecule.c util.c \
                  help.c XGas.c $(DOCSRCS) man.c
           OBJS = main.o dynamics.o chamber.o timestep.o molecule.o util.o \
                  help.o XGas.o $(DOCOBJS) man.o

       INCLUDES = -I$(TOOLKITSRC) -I$(TOP)

 PROGRAM = xgas

all:: xgas

xgas: $(OBJS) $(DEPLIBS)
	$(RM) $@
	$(CC) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS)

saber_xgas:: $(SRCS)
	# load $(ALLDEFINES) $(SRCS) $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)

osaber_xgas:: $(OBJS)
	# load $(ALLDEFINES) $(OBJS) $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)

install:: xgas
	@if [ -d $(DESTDIR)$(BINDIR) ]; then set +x; \
	else (set -x; $(MKDIRHIER) $(DESTDIR)$(BINDIR)); fi
	$(INSTALL) -c $(INSTPGMFLAGS)  xgas $(DESTDIR)$(BINDIR)

install.man:: xgas.man
	@if [ -d $(DESTDIR)$(MANDIR) ]; then set +x; \
	else (set -x; $(MKDIRHIER) $(DESTDIR)$(MANDIR)); fi
	$(INSTALL) -c $(INSTMANFLAGS) xgas.man $(DESTDIR)$(MANDIR)/xgas.$(MANSUFFIX)

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)

clean::
	$(RM) $(PROGRAM)

install:: XGas.ad
	@if [ -d $(DESTDIR)$(XAPPLOADDIR) ]; then set +x; \
	else (set -x; $(MKDIRHIER) $(DESTDIR)$(XAPPLOADDIR)); fi
	$(INSTALL) -c $(INSTAPPFLAGS) XGas.ad $(DESTDIR)$(XAPPLOADDIR)/XGas

depend:: $(SRCS) $(DOCNS)

$(DOCSRCS):: $(DOCNS)

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

saber:
	# load $(ALLDEFINES) $(SRCS)

osaber:
	# load $(ALLDEFINES) $(OBJS)

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

main.o: xgas.h ../.././X11/StringDefs.h ../.././X11/Intrinsic.h
main.o: ../.././X11/Xlib.h /usr/include/sys/types.h
main.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
main.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
main.o: /usr/local/lib/gcc-include/stddef.h ../.././X11/Xutil.h
main.o: ../.././X11/Xresource.h /usr/include/string.h ../.././X11/Core.h
main.o: ../.././X11/Composite.h ../.././X11/Constraint.h ../.././X11/Object.h
main.o: ../.././X11/RectObj.h ../.././X11/Xaw/Form.h
main.o: ../.././X11/Xaw/Command.h ../.././X11/Xaw/Label.h
main.o: ../.././X11/Xaw/Simple.h ../.././X11/Xmu/Converters.h
main.o: ../.././X11/Xaw/Scrollbar.h ../.././X11/Xaw/Box.h
main.o: ../.././X11/Xaw/AsciiText.h ../.././X11/Xaw/Text.h
main.o: ../.././X11/Xaw/TextSink.h ../.././X11/Xaw/TextSrc.h
main.o: ../.././X11/Xaw/AsciiSrc.h ../.././X11/Xaw/AsciiSink.h
main.o: ../.././X11/Xaw/Toggle.h XGas.h /usr/include/math.h
main.o: /usr/include/floatingpoint.h /usr/include/sys/ieeefp.h xgas.icon
main.o: ../.././X11/Shell.h
dynamics.o: xgas.h ../.././X11/StringDefs.h ../.././X11/Intrinsic.h
dynamics.o: ../.././X11/Xlib.h /usr/include/sys/types.h
dynamics.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
dynamics.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
dynamics.o: /usr/local/lib/gcc-include/stddef.h ../.././X11/Xutil.h
dynamics.o: ../.././X11/Xresource.h /usr/include/string.h ../.././X11/Core.h
dynamics.o: ../.././X11/Composite.h ../.././X11/Constraint.h
dynamics.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/Xaw/Form.h
dynamics.o: ../.././X11/Xaw/Command.h ../.././X11/Xaw/Label.h
dynamics.o: ../.././X11/Xaw/Simple.h ../.././X11/Xmu/Converters.h
dynamics.o: ../.././X11/Xaw/Scrollbar.h ../.././X11/Xaw/Box.h
dynamics.o: ../.././X11/Xaw/AsciiText.h ../.././X11/Xaw/Text.h
dynamics.o: ../.././X11/Xaw/TextSink.h ../.././X11/Xaw/TextSrc.h
dynamics.o: ../.././X11/Xaw/AsciiSrc.h ../.././X11/Xaw/AsciiSink.h
dynamics.o: ../.././X11/Xaw/Toggle.h XGas.h /usr/include/math.h
dynamics.o: /usr/include/floatingpoint.h /usr/include/sys/ieeefp.h
chamber.o: xgas.h ../.././X11/StringDefs.h ../.././X11/Intrinsic.h
chamber.o: ../.././X11/Xlib.h /usr/include/sys/types.h
chamber.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
chamber.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
chamber.o: /usr/local/lib/gcc-include/stddef.h ../.././X11/Xutil.h
chamber.o: ../.././X11/Xresource.h /usr/include/string.h ../.././X11/Core.h
chamber.o: ../.././X11/Composite.h ../.././X11/Constraint.h
chamber.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/Xaw/Form.h
chamber.o: ../.././X11/Xaw/Command.h ../.././X11/Xaw/Label.h
chamber.o: ../.././X11/Xaw/Simple.h ../.././X11/Xmu/Converters.h
chamber.o: ../.././X11/Xaw/Scrollbar.h ../.././X11/Xaw/Box.h
chamber.o: ../.././X11/Xaw/AsciiText.h ../.././X11/Xaw/Text.h
chamber.o: ../.././X11/Xaw/TextSink.h ../.././X11/Xaw/TextSrc.h
chamber.o: ../.././X11/Xaw/AsciiSrc.h ../.././X11/Xaw/AsciiSink.h
chamber.o: ../.././X11/Xaw/Toggle.h XGas.h /usr/include/math.h
chamber.o: /usr/include/floatingpoint.h /usr/include/sys/ieeefp.h
timestep.o: xgas.h ../.././X11/StringDefs.h ../.././X11/Intrinsic.h
timestep.o: ../.././X11/Xlib.h /usr/include/sys/types.h
timestep.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
timestep.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
timestep.o: /usr/local/lib/gcc-include/stddef.h ../.././X11/Xutil.h
timestep.o: ../.././X11/Xresource.h /usr/include/string.h ../.././X11/Core.h
timestep.o: ../.././X11/Composite.h ../.././X11/Constraint.h
timestep.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/Xaw/Form.h
timestep.o: ../.././X11/Xaw/Command.h ../.././X11/Xaw/Label.h
timestep.o: ../.././X11/Xaw/Simple.h ../.././X11/Xmu/Converters.h
timestep.o: ../.././X11/Xaw/Scrollbar.h ../.././X11/Xaw/Box.h
timestep.o: ../.././X11/Xaw/AsciiText.h ../.././X11/Xaw/Text.h
timestep.o: ../.././X11/Xaw/TextSink.h ../.././X11/Xaw/TextSrc.h
timestep.o: ../.././X11/Xaw/AsciiSrc.h ../.././X11/Xaw/AsciiSink.h
timestep.o: ../.././X11/Xaw/Toggle.h XGas.h /usr/include/math.h
timestep.o: /usr/include/floatingpoint.h /usr/include/sys/ieeefp.h
molecule.o: xgas.h ../.././X11/StringDefs.h ../.././X11/Intrinsic.h
molecule.o: ../.././X11/Xlib.h /usr/include/sys/types.h
molecule.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
molecule.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
molecule.o: /usr/local/lib/gcc-include/stddef.h ../.././X11/Xutil.h
molecule.o: ../.././X11/Xresource.h /usr/include/string.h ../.././X11/Core.h
molecule.o: ../.././X11/Composite.h ../.././X11/Constraint.h
molecule.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/Xaw/Form.h
molecule.o: ../.././X11/Xaw/Command.h ../.././X11/Xaw/Label.h
molecule.o: ../.././X11/Xaw/Simple.h ../.././X11/Xmu/Converters.h
molecule.o: ../.././X11/Xaw/Scrollbar.h ../.././X11/Xaw/Box.h
molecule.o: ../.././X11/Xaw/AsciiText.h ../.././X11/Xaw/Text.h
molecule.o: ../.././X11/Xaw/TextSink.h ../.././X11/Xaw/TextSrc.h
molecule.o: ../.././X11/Xaw/AsciiSrc.h ../.././X11/Xaw/AsciiSink.h
molecule.o: ../.././X11/Xaw/Toggle.h XGas.h /usr/include/math.h
molecule.o: /usr/include/floatingpoint.h /usr/include/sys/ieeefp.h
util.o: xgas.h ../.././X11/StringDefs.h ../.././X11/Intrinsic.h
util.o: ../.././X11/Xlib.h /usr/include/sys/types.h
util.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
util.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
util.o: /usr/local/lib/gcc-include/stddef.h ../.././X11/Xutil.h
util.o: ../.././X11/Xresource.h /usr/include/string.h ../.././X11/Core.h
util.o: ../.././X11/Composite.h ../.././X11/Constraint.h ../.././X11/Object.h
util.o: ../.././X11/RectObj.h ../.././X11/Xaw/Form.h
util.o: ../.././X11/Xaw/Command.h ../.././X11/Xaw/Label.h
util.o: ../.././X11/Xaw/Simple.h ../.././X11/Xmu/Converters.h
util.o: ../.././X11/Xaw/Scrollbar.h ../.././X11/Xaw/Box.h
util.o: ../.././X11/Xaw/AsciiText.h ../.././X11/Xaw/Text.h
util.o: ../.././X11/Xaw/TextSink.h ../.././X11/Xaw/TextSrc.h
util.o: ../.././X11/Xaw/AsciiSrc.h ../.././X11/Xaw/AsciiSink.h
util.o: ../.././X11/Xaw/Toggle.h XGas.h /usr/include/math.h
util.o: /usr/include/floatingpoint.h /usr/include/sys/ieeefp.h
help.o: xgas.h ../.././X11/StringDefs.h ../.././X11/Intrinsic.h
help.o: ../.././X11/Xlib.h /usr/include/sys/types.h
help.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
help.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
help.o: /usr/local/lib/gcc-include/stddef.h ../.././X11/Xutil.h
help.o: ../.././X11/Xresource.h /usr/include/string.h ../.././X11/Core.h
help.o: ../.././X11/Composite.h ../.././X11/Constraint.h ../.././X11/Object.h
help.o: ../.././X11/RectObj.h ../.././X11/Xaw/Form.h
help.o: ../.././X11/Xaw/Command.h ../.././X11/Xaw/Label.h
help.o: ../.././X11/Xaw/Simple.h ../.././X11/Xmu/Converters.h
help.o: ../.././X11/Xaw/Scrollbar.h ../.././X11/Xaw/Box.h
help.o: ../.././X11/Xaw/AsciiText.h ../.././X11/Xaw/Text.h
help.o: ../.././X11/Xaw/TextSink.h ../.././X11/Xaw/TextSrc.h
help.o: ../.././X11/Xaw/AsciiSrc.h ../.././X11/Xaw/AsciiSink.h
help.o: ../.././X11/Xaw/Toggle.h XGas.h /usr/include/math.h
help.o: /usr/include/floatingpoint.h /usr/include/sys/ieeefp.h
help.o: ../.././X11/Shell.h
XGas.o: ../.././X11/IntrinsicP.h ../.././X11/Intrinsic.h ../.././X11/Xlib.h
XGas.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
XGas.o: /usr/include/sys/sysmacros.h ../.././X11/X.h ../.././X11/Xfuncproto.h
XGas.o: ../.././X11/Xosdefs.h /usr/local/lib/gcc-include/stddef.h
XGas.o: ../.././X11/Xutil.h ../.././X11/Xresource.h /usr/include/string.h
XGas.o: ../.././X11/Core.h ../.././X11/Composite.h ../.././X11/Constraint.h
XGas.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/CoreP.h
XGas.o: ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
XGas.o: ../.././X11/ObjectP.h ../.././X11/RectObjP.h ../.././X11/StringDefs.h
XGas.o: XGasP.h XGas.h
