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

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

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

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

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

# platform:  $XConsortium: sun.cf,v 1.72.1.1 92/03/18 13:13:37 rws Exp $

# operating system:  SunOS 4.1.2

# $XConsortium: sunLib.rules,v 1.7 91/12/20 11:19:47 rws Exp $

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

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

            SHELL = /bin/sh

              TOP = ../../.
      CURRENT_DIR = ./lib/Xmu

               AR = ar clq
  BOOTSTRAPCFLAGS =
               CC = cc
               AS = as

         COMPRESS = compress
              CPP = /lib/cpp $(STD_CPP_DEFINES)
    PREPROCESSCMD = cc -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 = -DNOSTDHDRS -DX_WCHAR -DX_LOCALE -DXML
      STD_DEFINES = -DNOSTDHDRS -DX_WCHAR -DX_LOCALE -DXML
 EXTRA_LOAD_FLAGS =
  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 = -g kmem -m 2755

      PROJECTROOT = /usr/X11R5

     TOP_INCLUDES = -I$(TOP)

      CDEBUGFLAGS = -O
        CCOPTIONS = -pipe

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

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

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

     INSTAPPFLAGS = $(INSTDATFLAGS)

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

            FONTC = $(BDFTOPCFSRC)/bdftopcf

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

        CONFIGSRC = $(TOP)/config
       DOCUTILSRC = $(TOP)/doc/util
        CLIENTSRC = $(TOP)/clients
          DEMOSRC = $(TOP)/demos
           LIBSRC = $(TOP)/lib
          FONTSRC = $(TOP)/fonts
       INCLUDESRC = $(TOP)/X11
        SERVERSRC = $(TOP)/server
          UTILSRC = $(TOP)/util
        SCRIPTSRC = $(UTILSRC)/scripts
       EXAMPLESRC = $(TOP)/examples
       CONTRIBSRC = $(TOP)/../contrib
           DOCSRC = $(TOP)/doc
           RGBSRC = $(TOP)/rgb
        DEPENDSRC = $(UTILSRC)/makedepend
         IMAKESRC = $(CONFIGSRC)
         XAUTHSRC = $(LIBSRC)/Xau
          XLIBSRC = $(LIBSRC)/X
           XMUSRC = $(LIBSRC)/Xmu
       TOOLKITSRC = $(LIBSRC)/Xt
       AWIDGETSRC = $(LIBSRC)/Xaw
       OLDXLIBSRC = $(LIBSRC)/oldX
      XDMCPLIBSRC = $(LIBSRC)/Xdmcp
      BDFTOSNFSRC = $(FONTSRC)/bdftosnf
      BDFTOSNFSRC = $(FONTSRC)/clients/bdftosnf
      BDFTOPCFSRC = $(FONTSRC)/clients/bdftopcf
     MKFONTDIRSRC = $(FONTSRC)/clients/mkfontdir
         FSLIBSRC = $(FONTSRC)/lib/fs
    FONTSERVERSRC = $(FONTSRC)/server
     EXTENSIONSRC = $(TOP)/extensions
         XILIBSRC = $(EXTENSIONSRC)/lib/xinput
        PEXLIBSRC = $(EXTENSIONSRC)/lib/PEXlib
      PHIGSLIBSRC = $(EXTENSIONSRC)/lib/PEX

# $XConsortium: sunLib.tmpl,v 1.14.1.2 92/11/11 09:55:02 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)
       XMULIBONLY = -L$(XMUSRC) -lXmu
           XMULIB = -L$(XMUSRC) -lXmu -L$(TOOLKITSRC) -L$(EXTENSIONSRC)/lib -L$(XLIBSRC)

       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

        DEPPEXLIB =
           PEXLIB = -L$(PEXLIBSRC) -lPEX5

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

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

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

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

 LINTEXTENSIONLIB = $(EXTENSIONSRC)/lib/llib-lXext.ln
         LINTXLIB = $(XLIBSRC)/llib-lX11.ln
          LINTXMU = $(XMUSRC)/llib-lXmu.ln
        LINTXTOOL = $(TOOLKITSRC)/llib-lXt.ln
          LINTXAW = $(AWIDGETSRC)/llib-lXaw.ln
           LINTXI = $(XILIBSRC)/llib-lXi.ln
          LINTPEX = $(PEXLIBSRC)/llib-lPEX5.ln
        LINTPHIGS = $(PHIGSLIBSRC)/llib-lphigs.ln

          DEPLIBS = $(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.123 91/09/16 20:12:16 rws Exp $

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

# $XConsortium: Imakefile,v 1.74 91/12/20 11:20:22 rws Exp $
#
# This library contains miscellaneous utility routines and is not part
# of the Xlib standard.
#

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

         CC = cc
  CCOPTIONS =
STD_DEFINES = -DNOSTDHDRS -DX_WCHAR -DX_LOCALE -DXML
CDEBUGFLAGS = -O

REQUIREDLIBS = -L../$(TOOLKITSRC) -lXt -L../$(EXTENSIONSRC)/lib -lXext -L../$(XLIBSRC) -lX11

   SHAREDCODEDEF = -DSHAREDCODE -DXTSTRINGDEFINES

   INSTALLFLAGS = $(INSTINCFLAGS)
       LINTLIBS = $(LINTXLIB)

OS_NAME_DEFINES =

        CSSDEFS = $(OS_NAME_DEFINES) -DTCPCONN -DUNIXCONN
        BITDEFS = -DBITMAPDIR=\"$(INCDIR)/bitmaps\"

HEADERS = \
	Xmu.h \
	Atoms.h \
	CharSet.h \
	CloseHook.h \
	Converters.h \
	CurUtil.h \
	CvtCache.h \
	DisplayQue.h \
	Drawing.h \
	Editres.h \
	EditresP.h \
	Error.h \
	Initer.h \
	Misc.h \
	StdSel.h \
	StdCmap.h \
	SysUtil.h \
	WidgetNode.h \
	WinUtil.h \
	Xct.h

SRCS = \
	AllCmap.c \
	Atoms.c \
	ClientWin.c \
	CloseHook.c \
	CmapAlloc.c \
	CrCmap.c \
	CrPixFBit.c \
	CursorName.c \
	CvtCache.c \
	CvtStdSel.c \
	DefErrMsg.c \
	DelCmap.c \
	DisplayQue.c \
	Distinct.c \
	DrawLogo.c \
	DrRndRect.c \
	EditresCom.c \
	FToCback.c \
	GetHost.c \
	GrayPixmap.c \
	Initer.c \
	LocBitmap.c \
	Lookup.c \
	LookupCmap.c \
	Lower.c \
	RdBitF.c \
	ScrOfWin.c \
	ShapeWidg.c \
	StdCmap.c \
	StrToBS.c \
	StrToBmap.c \
	StrToCurs.c \
	StrToGrav.c \
	StrToJust.c \
	StrToLong.c \
	StrToOrnt.c \
	StrToShap.c \
	StrToWidg.c \
	UpdMapHint.c \
	VisCmap.c \
	WidgetNode.c \
	Xct.c \
	sharedlib.c

UNSHAREDOBJS = sharedlib.o

OBJS = \
	AllCmap.o \
	Atoms.o \
	ClientWin.o \
	CloseHook.o \
	CmapAlloc.o \
	CrCmap.o \
	CrPixFBit.o \
	CursorName.o \
	CvtCache.o \
	CvtStdSel.o \
	DefErrMsg.o \
	DelCmap.o \
	DisplayQue.o \
	Distinct.o \
	DrawLogo.o \
	DrRndRect.o \
	EditresCom.o \
	FToCback.o \
	GetHost.o \
	GrayPixmap.o \
	Initer.o \
	LocBitmap.o \
	Lookup.o \
	LookupCmap.o \
	Lower.o \
	RdBitF.o \
	ScrOfWin.o \
	ShapeWidg.o \
	StdCmap.o \
	StrToBS.o \
	StrToBmap.o \
	StrToCurs.o \
	StrToGrav.o \
	StrToJust.o \
	StrToLong.o \
	StrToOrnt.o \
	StrToShap.o \
	StrToWidg.o \
	UpdMapHint.o \
	VisCmap.o \
	WidgetNode.o \
	Xct.o

all::
	$(_NULLCMD_)
	$(_NULLCMD_)
	@if [ -d shared ]; then exit 0; else set -x; mkdir shared; fi

includes::
	$(_NULLCMD_)
	$(_NULLCMD_)
	@if [ -d shared ]; then exit 0; else set -x; mkdir shared; fi

.c.o:
	$(_NULLCMD_)
	$(_NULLCMD_)
	$(RM) $@ shared/$@
	$(CC) -c $(CCOPTIONS) $(ALLDEFINES) $(_NOOP_) $(SHLIBDEF) $(SHAREDCODEDEF) $(PICFLAGS) $(CDEBUGFLAGS) $*.c
	$(MV) $@ shared/$@
	$(RM) $@
	$(CC) -c $(CFLAGS) $(_NOOP_) $*.c

clean::
	$(_NULLCMD_)
	$(_NULLCMD_)
	-@if [ -d shared ]; then \
	(set -x; cd shared; $(RM) *.o); else exit 0; fi

CvtStdSel.o: $(ICONFIGFILES)
	$(_NULLCMD_)
	$(_NULLCMD_)
	$(RM) $@ shared/$@
	$(CC) -c $(CCOPTIONS) $(ALLDEFINES) $(CSSDEFS) $(SHLIBDEF) $(SHAREDCODEDEF) $(PICFLAGS) $(CDEBUGFLAGS) $*.c
	$(MV) $@ shared/$@
	$(RM) $@
	$(CC) -c $(CFLAGS) $(CSSDEFS) $*.c

LocBitmap.o: $(ICONFIGFILES)
	$(_NULLCMD_)
	$(_NULLCMD_)
	$(RM) $@ shared/$@
	$(CC) -c $(CCOPTIONS) $(ALLDEFINES) $(BITDEFS) $(SHLIBDEF) $(SHAREDCODEDEF) $(PICFLAGS) $(CDEBUGFLAGS) $*.c
	$(MV) $@ shared/$@
	$(RM) $@
	$(CC) -c $(CFLAGS) $(BITDEFS) $*.c

sharedlib.o:
	$(RM) $@
	$(CC) -c $(CFLAGS) $(SHLIBDEF) $*.c

libXmu.so.$(SOXMUREV): $(EXTENSIONSRC)/lib/libXext.so.$(SOXEXTREV)

$(EXTENSIONSRC)/lib/libXext.so.$(SOXEXTREV):
	cd $(EXTENSIONSRC)/lib; make libXext.so.$(SOXEXTREV)

all:: libXmu.so.$(SOXMUREV)

libXmu.so.$(SOXMUREV): $(OBJS)
	$(RM) $@~
	(cd shared; $(LD) -o ../$@~ $(SHLIBLDFLAGS) $(OBJS) $(REQUIREDLIBS))
	$(RM) $@
	$(MV) $@~ $@

clean::
	$(RM) libXmu.so.$(SOXMUREV)

all:: libXmu.sa.$(SOXMUREV)

libXmu.sa.$(SOXMUREV): $(UNSHAREDOBJS)
	$(RM) $@
	$(AR) $@ $(UNSHAREDOBJS)
	$(RANLIB) $@

clean::
	$(RM) libXmu.sa.$(SOXMUREV)

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

install:: libXmu.sa.$(SOXMUREV)
	@if [ -d $(DESTDIR)$(USRLIBDIR) ]; then set +x; \
	else (set -x; $(MKDIRHIER) $(DESTDIR)$(USRLIBDIR)); fi
	$(INSTALL) -c $(INSTLIBFLAGS) libXmu.sa.$(SOXMUREV) $(DESTDIR)$(USRLIBDIR)
	$(RANLIB) $(RANLIBINSTFLAGS) $(DESTDIR)$(USRLIBDIR)/libXmu.sa.$(SOXMUREV)

all:: libXmu.a

libXmu.a: $(OBJS)
	$(RM) $@
	$(AR) $@ $(OBJS)
	$(RANLIB) $@

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

lintlib:: llib-lXmu.ln

llib-lXmu.ln: $(SRCS)
	$(RM) $@
	$(LINT) $(LINTLIBFLAG)Xmu $(LINTFLAGS) $(SRCS)

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

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

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

depend:: $(DEPEND)

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

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

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

# -------------------------------------------------------------------------
# common rules for all Makefiles - do not edit

emptyrule::

clean::
	$(RM_CMD) "#"*

Makefile:: $(IMAKE)

$(IMAKE):
	@(cd $(IMAKESRC); if [ -f Makefile ]; then \
	echo "checking $@ in $(IMAKESRC) first..."; $(MAKE) all; else \
	echo "bootstrapping $@ from Makefile.ini in $(IMAKESRC) first..."; \
	$(MAKE) -f Makefile.ini BOOTSTRAPCFLAGS="$(BOOTSTRAPCFLAGS)"; fi; \
	echo "okay, continuing in $(CURRENT_DIR)")

Makefile::
	-@if [ -f Makefile ]; then set -x; \
	$(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
	else exit 0; fi
	$(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)

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

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

AllCmap.o: /usr/include/stdio.h ../.././X11/Xlib.h /usr/include/sys/types.h
AllCmap.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
AllCmap.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
AllCmap.o: ../.././X11/Xatom.h ../.././X11/Xutil.h ../.././X11/Xmu/StdCmap.h
Atoms.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h /usr/include/sys/types.h
Atoms.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
Atoms.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
Atoms.o: ../.././X11/Xutil.h ../.././X11/Xresource.h /usr/include/strings.h
Atoms.o: ../.././X11/Core.h ../.././X11/Composite.h ../.././X11/Constraint.h
Atoms.o: ../.././X11/Object.h ../.././X11/RectObj.h Atoms.h
ClientWin.o: ../.././X11/Xlib.h /usr/include/sys/types.h
ClientWin.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
ClientWin.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
ClientWin.o: ../.././X11/Xatom.h
CloseHook.o: /usr/include/stdio.h ../.././X11/Xos.h ../.././X11/Xosdefs.h
CloseHook.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
CloseHook.o: /usr/include/sys/sysmacros.h /usr/include/strings.h
CloseHook.o: /usr/include/fcntl.h /usr/include/sys/fcntlcom.h
CloseHook.o: /usr/include/sys/stat.h /usr/include/sys/file.h
CloseHook.o: /usr/include/sys/time.h /usr/include/sys/time.h
CloseHook.o: ../.././X11/Xlib.h ../.././X11/X.h ../.././X11/Xfuncproto.h
CloseHook.o: ../.././X11/Xmu/CloseHook.h
CmapAlloc.o: ../.././X11/Xlib.h /usr/include/sys/types.h
CmapAlloc.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
CmapAlloc.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
CmapAlloc.o: ../.././X11/Xatom.h ../.././X11/Xutil.h /usr/include/stdio.h
CrCmap.o: /usr/include/stdio.h ../.././X11/Xlib.h /usr/include/sys/types.h
CrCmap.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
CrCmap.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
CrCmap.o: ../.././X11/Xutil.h
CrPixFBit.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
CrPixFBit.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
CrPixFBit.o: /usr/include/strings.h /usr/include/fcntl.h
CrPixFBit.o: /usr/include/sys/fcntlcom.h /usr/include/sys/stat.h
CrPixFBit.o: /usr/include/sys/file.h /usr/include/sys/time.h
CrPixFBit.o: /usr/include/sys/time.h ../.././X11/Xlib.h ../.././X11/X.h
CrPixFBit.o: ../.././X11/Xfuncproto.h
CursorName.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
CursorName.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
CursorName.o: /usr/include/sys/sysmacros.h ../.././X11/X.h
CursorName.o: ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
CursorName.o: ../.././X11/Xutil.h ../.././X11/Xresource.h
CursorName.o: /usr/include/strings.h ../.././X11/Core.h
CursorName.o: ../.././X11/Composite.h ../.././X11/Constraint.h
CursorName.o: ../.././X11/Object.h ../.././X11/RectObj.h
CursorName.o: ../.././X11/Xmu/CharSet.h ../.././X11/Xmu/CurUtil.h
CursorName.o: ../.././X11/cursorfont.h
CvtCache.o: /usr/include/stdio.h ../.././X11/Xlib.h /usr/include/sys/types.h
CvtCache.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
CvtCache.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
CvtCache.o: ../.././X11/Xos.h /usr/include/strings.h /usr/include/fcntl.h
CvtCache.o: /usr/include/sys/fcntlcom.h /usr/include/sys/stat.h
CvtCache.o: /usr/include/sys/file.h /usr/include/sys/time.h
CvtCache.o: /usr/include/sys/time.h ../.././X11/Xmu/CvtCache.h
CvtCache.o: ../.././X11/Xmu/DisplayQue.h ../.././X11/Xmu/CloseHook.h
CvtStdSel.o: ../.././X11/IntrinsicP.h ../.././X11/Intrinsic.h
CvtStdSel.o: ../.././X11/Xlib.h /usr/include/sys/types.h
CvtStdSel.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
CvtStdSel.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
CvtStdSel.o: ../.././X11/Xutil.h ../.././X11/Xresource.h
CvtStdSel.o: /usr/include/strings.h ../.././X11/Core.h
CvtStdSel.o: ../.././X11/Composite.h ../.././X11/Constraint.h
CvtStdSel.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/CoreP.h
CvtStdSel.o: ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
CvtStdSel.o: ../.././X11/ObjectP.h ../.././X11/RectObjP.h ../.././X11/Xatom.h
CvtStdSel.o: ../.././X11/ShellP.h ../.././X11/Shell.h ../.././X11/VendorP.h
CvtStdSel.o: ../.././X11/Vendor.h /usr/include/stdio.h /usr/include/netdb.h
CvtStdSel.o: /usr/include/sys/socket.h Atoms.h StdSel.h SysUtil.h
CvtStdSel.o: ../.././X11/Xfuncs.h ../.././X11/Xos.h /usr/include/fcntl.h
CvtStdSel.o: /usr/include/sys/fcntlcom.h /usr/include/sys/stat.h
CvtStdSel.o: /usr/include/sys/file.h /usr/include/sys/time.h
CvtStdSel.o: /usr/include/sys/time.h
DefErrMsg.o: /usr/include/stdio.h ../.././X11/Xlibint.h ../.././X11/Xlib.h
DefErrMsg.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
DefErrMsg.o: /usr/include/sys/sysmacros.h ../.././X11/X.h
DefErrMsg.o: ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
DefErrMsg.o: ../.././X11/Xproto.h ../.././X11/Xmd.h ../.././X11/Xprotostr.h
DefErrMsg.o: /usr/include/errno.h /usr/include/sys/errno.h
DefErrMsg.o: ../.././X11/Xfuncs.h /usr/include/strings.h
DelCmap.o: ../.././X11/Xlib.h /usr/include/sys/types.h
DelCmap.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
DelCmap.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
DelCmap.o: ../.././X11/Xutil.h
DisplayQue.o: /usr/include/stdio.h ../.././X11/Xos.h ../.././X11/Xosdefs.h
DisplayQue.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
DisplayQue.o: /usr/include/sys/sysmacros.h /usr/include/strings.h
DisplayQue.o: /usr/include/fcntl.h /usr/include/sys/fcntlcom.h
DisplayQue.o: /usr/include/sys/stat.h /usr/include/sys/file.h
DisplayQue.o: /usr/include/sys/time.h /usr/include/sys/time.h
DisplayQue.o: ../.././X11/Xlib.h ../.././X11/X.h ../.././X11/Xfuncproto.h
DisplayQue.o: ../.././X11/Xmu/DisplayQue.h ../.././X11/Xmu/CloseHook.h
Distinct.o: ../.././X11/Xlib.h /usr/include/sys/types.h
Distinct.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
Distinct.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
DrawLogo.o: ../.././X11/Xlib.h /usr/include/sys/types.h
DrawLogo.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
DrawLogo.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
DrRndRect.o: ../.././X11/Xlib.h /usr/include/sys/types.h
DrRndRect.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
DrRndRect.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
EditresCom.o: ../.././X11/IntrinsicP.h ../.././X11/Intrinsic.h
EditresCom.o: ../.././X11/Xlib.h /usr/include/sys/types.h
EditresCom.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
EditresCom.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
EditresCom.o: ../.././X11/Xutil.h ../.././X11/Xresource.h
EditresCom.o: /usr/include/strings.h ../.././X11/Core.h
EditresCom.o: ../.././X11/Composite.h ../.././X11/Constraint.h
EditresCom.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/CoreP.h
EditresCom.o: ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
EditresCom.o: ../.././X11/ObjectP.h ../.././X11/RectObjP.h
EditresCom.o: ../.././X11/StringDefs.h ../.././X11/ShellP.h
EditresCom.o: ../.././X11/Shell.h ../.././X11/VendorP.h ../.././X11/Vendor.h
EditresCom.o: ../.././X11/Xatom.h ../.././X11/Xos.h /usr/include/fcntl.h
EditresCom.o: /usr/include/sys/fcntlcom.h /usr/include/sys/stat.h
EditresCom.o: /usr/include/sys/file.h /usr/include/sys/time.h
EditresCom.o: /usr/include/sys/time.h ../.././X11/Xaw/Cardinals.h
EditresCom.o: ../.././X11/Xmu/EditresP.h /usr/include/stdio.h
FToCback.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
FToCback.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
FToCback.o: /usr/include/sys/sysmacros.h ../.././X11/X.h
FToCback.o: ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
FToCback.o: ../.././X11/Xutil.h ../.././X11/Xresource.h
FToCback.o: /usr/include/strings.h ../.././X11/Core.h ../.././X11/Composite.h
FToCback.o: ../.././X11/Constraint.h ../.././X11/Object.h
FToCback.o: ../.././X11/RectObj.h
GrayPixmap.o: /usr/include/stdio.h ../.././X11/IntrinsicP.h
GrayPixmap.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
GrayPixmap.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
GrayPixmap.o: /usr/include/sys/sysmacros.h ../.././X11/X.h
GrayPixmap.o: ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
GrayPixmap.o: ../.././X11/Xutil.h ../.././X11/Xresource.h
GrayPixmap.o: /usr/include/strings.h ../.././X11/Core.h
GrayPixmap.o: ../.././X11/Composite.h ../.././X11/Constraint.h
GrayPixmap.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/CoreP.h
GrayPixmap.o: ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
GrayPixmap.o: ../.././X11/ObjectP.h ../.././X11/RectObjP.h
Initer.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h /usr/include/sys/types.h
Initer.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
Initer.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
Initer.o: ../.././X11/Xutil.h ../.././X11/Xresource.h /usr/include/strings.h
Initer.o: ../.././X11/Core.h ../.././X11/Composite.h ../.././X11/Constraint.h
Initer.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/Xmu/Initer.h
LocBitmap.o: ../.././X11/Xlib.h /usr/include/sys/types.h
LocBitmap.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
LocBitmap.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
LocBitmap.o: ../.././X11/Xresource.h ../.././X11/Xutil.h
LocBitmap.o: ../.././X11/Xmu/CvtCache.h ../.././X11/Xmu/DisplayQue.h
LocBitmap.o: ../.././X11/Xmu/CloseHook.h ../.././X11/Xmu/Drawing.h
LocBitmap.o: /usr/include/sys/param.h /usr/include/machine/param.h
LocBitmap.o: /usr/include/sys/signal.h /usr/include/vm/faultcode.h
Lookup.o: ../.././X11/Xlib.h /usr/include/sys/types.h
Lookup.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
Lookup.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
Lookup.o: ../.././X11/Xutil.h ../.././X11/keysymdef.h
LookupCmap.o: /usr/include/stdio.h ../.././X11/Xlib.h
LookupCmap.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
LookupCmap.o: /usr/include/sys/sysmacros.h ../.././X11/X.h
LookupCmap.o: ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
LookupCmap.o: ../.././X11/Xatom.h ../.././X11/Xutil.h
LookupCmap.o: ../.././X11/Xmu/StdCmap.h
Lower.o: ../.././X11/keysymdef.h ../.././X11/Xmu/CharSet.h
Lower.o: ../.././X11/Xfuncproto.h
RdBitF.o: ../.././X11/Xos.h ../.././X11/Xosdefs.h /usr/include/sys/types.h
RdBitF.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
RdBitF.o: /usr/include/strings.h /usr/include/fcntl.h
RdBitF.o: /usr/include/sys/fcntlcom.h /usr/include/sys/stat.h
RdBitF.o: /usr/include/sys/file.h /usr/include/sys/time.h
RdBitF.o: /usr/include/sys/time.h ../.././X11/Xlib.h ../.././X11/X.h
RdBitF.o: ../.././X11/Xfuncproto.h ../.././X11/Xutil.h /usr/include/stdio.h
RdBitF.o: /usr/include/ctype.h
ScrOfWin.o: /usr/include/stdio.h ../.././X11/Xlib.h /usr/include/sys/types.h
ScrOfWin.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
ScrOfWin.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
ShapeWidg.o: ../.././X11/IntrinsicP.h ../.././X11/Intrinsic.h
ShapeWidg.o: ../.././X11/Xlib.h /usr/include/sys/types.h
ShapeWidg.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
ShapeWidg.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
ShapeWidg.o: ../.././X11/Xutil.h ../.././X11/Xresource.h
ShapeWidg.o: /usr/include/strings.h ../.././X11/Core.h
ShapeWidg.o: ../.././X11/Composite.h ../.././X11/Constraint.h
ShapeWidg.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/CoreP.h
ShapeWidg.o: ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
ShapeWidg.o: ../.././X11/ObjectP.h ../.././X11/RectObjP.h
ShapeWidg.o: ../.././X11/extensions/shape.h Converters.h Drawing.h
StdCmap.o: /usr/include/stdio.h ../.././X11/Xlib.h /usr/include/sys/types.h
StdCmap.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
StdCmap.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
StdCmap.o: ../.././X11/Xatom.h ../.././X11/Xutil.h ../.././X11/Xmu/StdCmap.h
StrToBS.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
StrToBS.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
StrToBS.o: /usr/include/sys/sysmacros.h ../.././X11/X.h
StrToBS.o: ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h ../.././X11/Xutil.h
StrToBS.o: ../.././X11/Xresource.h /usr/include/strings.h ../.././X11/Core.h
StrToBS.o: ../.././X11/Composite.h ../.././X11/Constraint.h
StrToBS.o: ../.././X11/Object.h ../.././X11/RectObj.h Converters.h CharSet.h
StrToBmap.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
StrToBmap.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
StrToBmap.o: /usr/include/sys/sysmacros.h ../.././X11/X.h
StrToBmap.o: ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
StrToBmap.o: ../.././X11/Xutil.h ../.././X11/Xresource.h
StrToBmap.o: /usr/include/strings.h ../.././X11/Core.h
StrToBmap.o: ../.././X11/Composite.h ../.././X11/Constraint.h
StrToBmap.o: ../.././X11/Object.h ../.././X11/RectObj.h
StrToBmap.o: ../.././X11/StringDefs.h ../.././X11/Xmu/Converters.h
StrToBmap.o: ../.././X11/Xmu/Drawing.h
StrToCurs.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
StrToCurs.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
StrToCurs.o: /usr/include/sys/sysmacros.h ../.././X11/X.h
StrToCurs.o: ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
StrToCurs.o: ../.././X11/Xutil.h ../.././X11/Xresource.h
StrToCurs.o: /usr/include/strings.h ../.././X11/Core.h
StrToCurs.o: ../.././X11/Composite.h ../.././X11/Constraint.h
StrToCurs.o: ../.././X11/Object.h ../.././X11/RectObj.h
StrToCurs.o: ../.././X11/StringDefs.h ../.././X11/Xmu/Converters.h
StrToCurs.o: ../.././X11/Xmu/Drawing.h /usr/include/sys/param.h
StrToCurs.o: /usr/include/machine/param.h /usr/include/sys/signal.h
StrToCurs.o: /usr/include/vm/faultcode.h
StrToGrav.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
StrToGrav.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
StrToGrav.o: /usr/include/sys/sysmacros.h ../.././X11/X.h
StrToGrav.o: ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
StrToGrav.o: ../.././X11/Xutil.h ../.././X11/Xresource.h
StrToGrav.o: /usr/include/strings.h ../.././X11/Core.h
StrToGrav.o: ../.././X11/Composite.h ../.././X11/Constraint.h
StrToGrav.o: ../.././X11/Object.h ../.././X11/RectObj.h
StrToGrav.o: ../.././X11/Xmu/Converters.h
StrToJust.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
StrToJust.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
StrToJust.o: /usr/include/sys/sysmacros.h ../.././X11/X.h
StrToJust.o: ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
StrToJust.o: ../.././X11/Xutil.h ../.././X11/Xresource.h
StrToJust.o: /usr/include/strings.h ../.././X11/Core.h
StrToJust.o: ../.././X11/Composite.h ../.././X11/Constraint.h
StrToJust.o: ../.././X11/Object.h ../.././X11/RectObj.h Converters.h
StrToJust.o: CharSet.h
StrToLong.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
StrToLong.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
StrToLong.o: /usr/include/sys/sysmacros.h ../.././X11/X.h
StrToLong.o: ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
StrToLong.o: ../.././X11/Xutil.h ../.././X11/Xresource.h
StrToLong.o: /usr/include/strings.h ../.././X11/Core.h
StrToLong.o: ../.././X11/Composite.h ../.././X11/Constraint.h
StrToLong.o: ../.././X11/Object.h ../.././X11/RectObj.h Converters.h
StrToOrnt.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
StrToOrnt.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
StrToOrnt.o: /usr/include/sys/sysmacros.h ../.././X11/X.h
StrToOrnt.o: ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
StrToOrnt.o: ../.././X11/Xutil.h ../.././X11/Xresource.h
StrToOrnt.o: /usr/include/strings.h ../.././X11/Core.h
StrToOrnt.o: ../.././X11/Composite.h ../.././X11/Constraint.h
StrToOrnt.o: ../.././X11/Object.h ../.././X11/RectObj.h
StrToOrnt.o: ../.././X11/StringDefs.h Converters.h CharSet.h
StrToShap.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
StrToShap.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
StrToShap.o: /usr/include/sys/sysmacros.h ../.././X11/X.h
StrToShap.o: ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
StrToShap.o: ../.././X11/Xutil.h ../.././X11/Xresource.h
StrToShap.o: /usr/include/strings.h ../.././X11/Core.h
StrToShap.o: ../.././X11/Composite.h ../.././X11/Constraint.h
StrToShap.o: ../.././X11/Object.h ../.././X11/RectObj.h Converters.h
StrToShap.o: CharSet.h
StrToWidg.o: ../.././X11/IntrinsicP.h ../.././X11/Intrinsic.h
StrToWidg.o: ../.././X11/Xlib.h /usr/include/sys/types.h
StrToWidg.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
StrToWidg.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
StrToWidg.o: ../.././X11/Xutil.h ../.././X11/Xresource.h
StrToWidg.o: /usr/include/strings.h ../.././X11/Core.h
StrToWidg.o: ../.././X11/Composite.h ../.././X11/Constraint.h
StrToWidg.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/CoreP.h
StrToWidg.o: ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
StrToWidg.o: ../.././X11/ObjectP.h ../.././X11/RectObjP.h
StrToWidg.o: ../.././X11/StringDefs.h
UpdMapHint.o: /usr/include/stdio.h ../.././X11/Xlib.h
UpdMapHint.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
UpdMapHint.o: /usr/include/sys/sysmacros.h ../.././X11/X.h
UpdMapHint.o: ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
UpdMapHint.o: ../.././X11/Xutil.h
VisCmap.o: /usr/include/stdio.h /usr/include/math.h
VisCmap.o: /usr/include/floatingpoint.h /usr/include/sys/ieeefp.h
VisCmap.o: ../.././X11/Xlib.h /usr/include/sys/types.h
VisCmap.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
VisCmap.o: ../.././X11/X.h ../.././X11/Xfuncproto.h ../.././X11/Xosdefs.h
VisCmap.o: ../.././X11/Xatom.h ../.././X11/Xutil.h ../.././X11/Xmu/StdCmap.h
WidgetNode.o: /usr/include/stdio.h ../.././X11/Xos.h ../.././X11/Xosdefs.h
WidgetNode.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
WidgetNode.o: /usr/include/sys/sysmacros.h /usr/include/strings.h
WidgetNode.o: /usr/include/fcntl.h /usr/include/sys/fcntlcom.h
WidgetNode.o: /usr/include/sys/stat.h /usr/include/sys/file.h
WidgetNode.o: /usr/include/sys/time.h /usr/include/sys/time.h
WidgetNode.o: ../.././X11/IntrinsicP.h ../.././X11/Intrinsic.h
WidgetNode.o: ../.././X11/Xlib.h ../.././X11/X.h ../.././X11/Xfuncproto.h
WidgetNode.o: ../.././X11/Xutil.h ../.././X11/Xresource.h ../.././X11/Core.h
WidgetNode.o: ../.././X11/Composite.h ../.././X11/Constraint.h
WidgetNode.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/CoreP.h
WidgetNode.o: ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
WidgetNode.o: ../.././X11/ObjectP.h ../.././X11/RectObjP.h
WidgetNode.o: ../.././X11/Xaw/Cardinals.h ../.././X11/Xmu/CharSet.h
WidgetNode.o: ../.././X11/Xmu/WidgetNode.h
Xct.o: ../.././X11/Xfuncs.h ../.././X11/Xosdefs.h Xct.h
Xct.o: ../.././X11/Xfuncproto.h /usr/include/stdio.h
