# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.51 89/12/12 12:37:30 jim Exp $

###########################################################################
# Makefile generated from "Imake.tmpl" and <Imakefile>
# $XConsortium: Imake.tmpl,v 1.77 89/12/18 17:01:37 jim Exp $

# Platform-specific parameters may be set in the appropriate .cf
# configuration files.  Site-wide parameters may be set in the file
# site.def.  Full rebuilds are recommended if any parameters are changed.

# If your C preprocessor doesn't define any unique symbols, you'll need
# to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
# "make Makefile", "make Makefiles", or "make World").

# If you absolutely can't get imake to work, you'll need to set the
# variables at the top of each Makefile as well as the dependencies at the
# bottom (makedepend will do this automatically).

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

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

# site:  $XConsortium: site.def,v 1.21 89/12/06 11:46:50 jim Exp $

            SHELL = 	/bin/sh

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

               AR = ar cq
  BOOTSTRAPCFLAGS =
               CC = /bin/gcc -DNOSTDHDRS -fstrength-reduce

         COMPRESS = compress
              CPP = /lib/gcc-cpp -traditional $(STD_CPP_DEFINES)
    PREPROCESSCMD = /bin/gcc -DNOSTDHDRS -fstrength-reduce -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
     STD_INCLUDES =
  STD_CPP_DEFINES =
      STD_DEFINES =
 EXTRA_LOAD_FLAGS =
  EXTRA_LIBRARIES =
             TAGS = ctags

   SIGNAL_DEFINES = -DSIGNALRETURNSINT

    PROTO_DEFINES =

     INSTPGMFLAGS = -s

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

          DESTDIR =

     TOP_INCLUDES = -I$(TOP)

      CDEBUGFLAGS = -O
        CCOPTIONS =
      COMPATFLAGS =

      ALLINCLUDES = $(STD_INCLUDES) $(TOP_INCLUDES) $(INCLUDES) $(EXTRA_INCLUDES)
       ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(PROTO_DEFINES) $(DEFINES) $(COMPATFLAGS)
           CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
        LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)
           LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
        LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS)
   LDCOMBINEFLAGS = -X -r

        MACROFILE = macmach.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.63 89/12/18 16:46:44 jim Exp $

###########################################################################
# X Window System make variables; this need to be coordinated with rules
# $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $

          PATHSEP = /
        USRLIBDIR = $(DESTDIR)/usr/lib
           BINDIR = $(DESTDIR)/usr/bin/X11
          INCROOT = $(DESTDIR)/usr/include
     BUILDINCROOT = $(TOP)
      BUILDINCDIR = $(BUILDINCROOT)/X11
      BUILDINCTOP = ..
           INCDIR = $(INCROOT)/X11
           ADMDIR = /usr/adm
           LIBDIR = $(USRLIBDIR)/X11
        CONFIGDIR = $(LIBDIR)/config
       LINTLIBDIR = $(USRLIBDIR)/lint

          FONTDIR = $(LIBDIR)/fonts
         XINITDIR = $(LIBDIR)/xinit
           XDMDIR = $(LIBDIR)/xdm
           AWMDIR = $(LIBDIR)/awm
           TWMDIR = $(LIBDIR)/twm
           GWMDIR = $(LIBDIR)/gwm
          MANPATH = $(DESTDIR)/usr/man
    MANSOURCEPATH = $(MANPATH)/man
           MANDIR = $(MANSOURCEPATH)x
        LIBMANDIR = $(MANSOURCEPATH)3
      XAPPLOADDIR = $(LIBDIR)/app-defaults

       FONTCFLAGS = -t

     INSTAPPFLAGS = $(INSTDATFLAGS)

            IMAKE = $(IMAKESRC)/imake
           DEPEND = $(DEPENDSRC)/makedepend
              RGB = $(RGBSRC)/rgb
            FONTC = $(BDFTOSNFSRC)/bdftosnf
        MKFONTDIR = $(MKFONTDIRSRC)/mkfontdir
        MKDIRHIER = 	/bin/sh $(SCRIPTSRC)/mkdirhier.sh

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

  DEPEXTENSIONLIB = $(EXTENSIONSRC)/lib/libXext.a
     EXTENSIONLIB = 			  $(DEPEXTENSIONLIB)

          DEPXLIB = $(DEPEXTENSIONLIB) $(XLIBSRC)/libX11.a
             XLIB = $(EXTENSIONLIB) 			 $(XLIBSRC)/libX11.a

      DEPXAUTHLIB = $(XAUTHSRC)/libXau.a
         XAUTHLIB = 			 $(DEPXAUTHLIB)

        DEPXMULIB = $(XMUSRC)/libXmu.a
           XMULIB = 			 $(DEPXMULIB)

       DEPOLDXLIB = $(OLDXLIBSRC)/liboldX.a
          OLDXLIB = 			 $(DEPOLDXLIB)

      DEPXTOOLLIB = $(TOOLKITSRC)/libXt.a
         XTOOLLIB = 			 $(DEPXTOOLLIB)

        DEPXAWLIB = $(AWIDGETSRC)/libXaw.a
           XAWLIB = 			 $(DEPXAWLIB)

 LINTEXTENSIONLIB = $(EXTENSIONSRC)/lib/llib-lXext.ln
         LINTXLIB = $(XLIBSRC)/llib-lX11.ln
          LINTXMU = $(XMUSRC)/llib-lXmu.ln
        LINTXTOOL = $(TOOLKITSRC)/llib-lXt.ln
          LINTXAW = $(AWIDGETSRC)/llib-lXaw.ln

          DEPLIBS = $(LOCAL_LIBRARIES)

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

###########################################################################
# Imake rules for building libraries, programs, scripts, and data files
# rules:  $XConsortium: Imake.rules,v 1.67 89/12/18 17:14:15 jim Exp $

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

# $XConsortium: Library.tmpl,v 1.2 89/10/20 10:19:18 jim Exp $

         CC = /bin/gcc -DNOSTDHDRS -fstrength-reduce
  CCOPTIONS =
STD_DEFINES =
CDEBUGFLAGS = -O

# This library contains miscellaneous utility routines and is not part
# of the Xlib standard.

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

OS_NAME_DEFINES =

        CSSDEFS = $(OS_NAME_DEFINES) -DTCPCONN -DUNIXCONN
 BITMAP_DEFINES = -DBITMAPDIR=\"$(INCDIR)$(PATHSEP)bitmaps\"

HEADERS = 	Xmu.h 	Atoms.h 	CharSet.h 	CloseHook.h 	Converters.h 	CurUtil.h 	CvtCache.h 	DisplayQue.h 	Drawing.h 	Error.h 	Initer.h 	Misc.h 	StdSel.h 	StdCmap.h 	SysUtil.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 	DrawLogo.c 	DrRndRect.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 	StrToJust.c 	StrToLong.c 	StrToOrnt.c 	StrToShap.c 	StrToWidg.c 	UpdMapHint.c 	VisCmap.c 	Xct.c 	sharedlib.c

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 	DrawLogo.o 	DrRndRect.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 	StrToJust.o 	StrToLong.o 	StrToOrnt.o 	StrToShap.o 	StrToWidg.o 	UpdMapHint.o 	VisCmap.o 	Xct.o

UNSHAREDOBJS = sharedlib.o

all::

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

CvtStdSel.o:	$(ICONFIGFILES)
	$(RM) $@
	$(CC) -c $(CFLAGS) $(CSSDEFS) $*.c

LocBitmap.o:	$(ICONFIGFILES)
	$(RM) $@
	$(CC) -c $(CFLAGS) $(BITMAP_DEFINES) $*.c

StrToCurs.o:	$(ICONFIGFILES)
	$(RM) $@
	$(CC) -c $(CFLAGS) $(BITMAP_DEFINES) $*.c

all:: libXmu.a

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

lintlib:: llib-lXmu.ln

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

install:: libXmu.a
	$(INSTALL) -c $(INSTLIBFLAGS) libXmu.a $(USRLIBDIR)
	$(RANLIB) $(RANLIBINSTFLAGS) $(USRLIBDIR)/libXmu.a

install.ln:: llib-lXmu.ln
	$(INSTALL) -c $(INSTLIBFLAGS) llib-lXmu.ln $(LINTLIBDIR)

includes::
	$(MKDIRHIER) $(BUILDINCDIR)/Xmu
	@(set -x; cd $(BUILDINCDIR)/Xmu; for i in $(HEADERS); do \
	$(RM) $$i; \
	$(LN) $(BUILDINCTOP)/../$(CURRENT_DIR)/$$i .; \
	done)

install::
	$(MKDIRHIER) $(INCDIR)/Xmu

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

depend:: $(DEPEND)

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

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

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 \
	echo "	$(RM) Makefile.bak; $(MV) Makefile Makefile.bak"; \
	$(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
	else exit 0; fi
	$(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)

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

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

install::
	@echo "install in $(CURRENT_DIR) done"

install.man::
	@echo "install.man in $(CURRENT_DIR) done"

Makefiles::

includes::

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

# DO NOT DELETE

AllCmap.o: /usr/include/stdio.h ../.././X11/Xlib.h /usr/include/sys/types.h
AllCmap.o: ../.././X11/X.h ../.././X11/Xatom.h ../.././X11/Xutil.h
AllCmap.o: ../.././X11/Xmu/StdCmap.h
Atoms.o: ../.././X11/copyright.h Xmu.h ../.././X11/Intrinsic.h
Atoms.o: ../.././X11/Xlib.h /usr/include/sys/types.h ../.././X11/X.h
Atoms.o: ../.././X11/Xutil.h ../.././X11/Xresource.h ../.././X11/Xos.h
Atoms.o: /usr/include/strings.h /usr/include/sys/file.h
Atoms.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Core.h
Atoms.o: ../.././X11/Composite.h ../.././X11/Constraint.h
Atoms.o: ../.././X11/Object.h ../.././X11/RectObj.h ../.././X11/Xmu/Atoms.h
Atoms.o: ../.././X11/Xmu/CharSet.h ../.././X11/Xmu/Converters.h
Atoms.o: ../.././X11/Xmu/Drawing.h ../.././X11/Xmu/Error.h
Atoms.o: ../.././X11/Xmu/StdSel.h
ClientWin.o: ../.././X11/Xlib.h /usr/include/sys/types.h ../.././X11/X.h
ClientWin.o: ../.././X11/Xatom.h
CloseHook.o: /usr/include/stdio.h ../.././X11/Xos.h /usr/include/sys/types.h
CloseHook.o: /usr/include/strings.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/Xmu/CloseHook.h
CmapAlloc.o: /usr/include/stdio.h /usr/include/math.h ../.././X11/Xlib.h
CmapAlloc.o: /usr/include/sys/types.h ../.././X11/X.h ../.././X11/Xatom.h
CmapAlloc.o: ../.././X11/Xutil.h
CrCmap.o: /usr/include/stdio.h ../.././X11/Xlib.h /usr/include/sys/types.h
CrCmap.o: ../.././X11/X.h ../.././X11/Xutil.h
CrPixFBit.o: ../.././X11/copyright.h ../.././X11/Xos.h
CrPixFBit.o: /usr/include/sys/types.h /usr/include/strings.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
CursorName.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
CursorName.o: /usr/include/sys/types.h ../.././X11/X.h ../.././X11/Xutil.h
CursorName.o: ../.././X11/Xresource.h ../.././X11/Xos.h
CursorName.o: /usr/include/strings.h /usr/include/sys/file.h
CursorName.o: /usr/include/sys/time.h /usr/include/sys/time.h
CursorName.o: ../.././X11/Core.h ../.././X11/Composite.h
CursorName.o: ../.././X11/Constraint.h ../.././X11/Object.h
CursorName.o: ../.././X11/RectObj.h ../.././X11/Xmu/CharSet.h
CursorName.o: ../.././X11/Xmu/CurUtil.h ../.././X11/cursorfont.h
CvtCache.o: /usr/include/stdio.h ../.././X11/Xlib.h /usr/include/sys/types.h
CvtCache.o: ../.././X11/X.h ../.././X11/Xos.h /usr/include/strings.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/copyright.h ../.././X11/IntrinsicP.h
CvtStdSel.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
CvtStdSel.o: /usr/include/sys/types.h ../.././X11/X.h ../.././X11/Xutil.h
CvtStdSel.o: ../.././X11/Xresource.h ../.././X11/Xos.h /usr/include/strings.h
CvtStdSel.o: /usr/include/sys/file.h /usr/include/sys/time.h
CvtStdSel.o: /usr/include/sys/time.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/Shell.h ../.././X11/ShellP.h ../.././X11/VendorP.h
CvtStdSel.o: ../.././X11/Vendor.h /usr/include/stdio.h /usr/include/netdb.h
CvtStdSel.o: /usr/include/sys/socket.h Xmu.h ../.././X11/Xmu/Atoms.h
CvtStdSel.o: ../.././X11/Xmu/CharSet.h ../.././X11/Xmu/Converters.h
CvtStdSel.o: ../.././X11/Xmu/Drawing.h ../.././X11/Xmu/Error.h
CvtStdSel.o: ../.././X11/Xmu/StdSel.h
DefErrMsg.o: /usr/include/stdio.h ../.././X11/Xlib.h /usr/include/sys/types.h
DefErrMsg.o: ../.././X11/X.h ../.././X11/Xproto.h ../.././X11/Xmd.h
DefErrMsg.o: ../.././X11/Xprotostr.h
DelCmap.o: ../.././X11/Xlib.h /usr/include/sys/types.h ../.././X11/X.h
DelCmap.o: ../.././X11/Xutil.h
DisplayQue.o: /usr/include/stdio.h ../.././X11/Xos.h /usr/include/sys/types.h
DisplayQue.o: /usr/include/strings.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/Xmu/DisplayQue.h
DisplayQue.o: ../.././X11/Xmu/CloseHook.h
DrawLogo.o: ../.././X11/Xlib.h /usr/include/sys/types.h ../.././X11/X.h
DrRndRect.o: ../.././X11/Xlib.h /usr/include/sys/types.h ../.././X11/X.h
FToCback.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
FToCback.o: /usr/include/sys/types.h ../.././X11/X.h ../.././X11/Xutil.h
FToCback.o: ../.././X11/Xresource.h ../.././X11/Xos.h /usr/include/strings.h
FToCback.o: /usr/include/sys/file.h /usr/include/sys/time.h
FToCback.o: /usr/include/sys/time.h ../.././X11/Core.h
FToCback.o: ../.././X11/Composite.h ../.././X11/Constraint.h
FToCback.o: ../.././X11/Object.h ../.././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 ../.././X11/X.h ../.././X11/Xutil.h
GrayPixmap.o: ../.././X11/Xresource.h ../.././X11/Xos.h
GrayPixmap.o: /usr/include/strings.h /usr/include/sys/file.h
GrayPixmap.o: /usr/include/sys/time.h /usr/include/sys/time.h
GrayPixmap.o: ../.././X11/Core.h ../.././X11/Composite.h
GrayPixmap.o: ../.././X11/Constraint.h ../.././X11/Object.h
GrayPixmap.o: ../.././X11/RectObj.h ../.././X11/CoreP.h
GrayPixmap.o: ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
GrayPixmap.o: ../.././X11/ObjectP.h ../.././X11/RectObjP.h
Initer.o: /usr/include/stdio.h ../.././X11/Intrinsic.h ../.././X11/Xlib.h
Initer.o: /usr/include/sys/types.h ../.././X11/X.h ../.././X11/Xutil.h
Initer.o: ../.././X11/Xresource.h ../.././X11/Xos.h /usr/include/strings.h
Initer.o: /usr/include/sys/file.h /usr/include/sys/time.h
Initer.o: /usr/include/sys/time.h ../.././X11/Core.h ../.././X11/Composite.h
Initer.o: ../.././X11/Constraint.h ../.././X11/Object.h ../.././X11/RectObj.h
LocBitmap.o: ../.././X11/Xlib.h /usr/include/sys/types.h ../.././X11/X.h
LocBitmap.o: ../.././X11/Xresource.h ../.././X11/Xutil.h
LocBitmap.o: ../.././X11/StringDefs.h /usr/include/sys/param.h
LocBitmap.o: /usr/include/machine/machparam.h /usr/include/mac2/vm_param.h
LocBitmap.o: /usr/include/mac2/machparam.h ../.././X11/Xmu/CvtCache.h
LocBitmap.o: ../.././X11/Xmu/DisplayQue.h ../.././X11/Xmu/CloseHook.h
LocBitmap.o: ../.././X11/Xmu/Drawing.h
Lookup.o: ../.././X11/Xlib.h /usr/include/sys/types.h ../.././X11/X.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 ../.././X11/X.h ../.././X11/Xatom.h
LookupCmap.o: ../.././X11/Xutil.h ../.././X11/Xmu/StdCmap.h
Lower.o: ../.././X11/keysymdef.h
RdBitF.o: ../.././X11/copyright.h ../.././X11/Xos.h /usr/include/sys/types.h
RdBitF.o: /usr/include/strings.h /usr/include/sys/file.h
RdBitF.o: /usr/include/sys/time.h /usr/include/sys/time.h ../.././X11/Xlib.h
RdBitF.o: ../.././X11/X.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: ../.././X11/X.h
ShapeWidg.o: ../.././X11/IntrinsicP.h ../.././X11/Intrinsic.h
ShapeWidg.o: ../.././X11/Xlib.h /usr/include/sys/types.h ../.././X11/X.h
ShapeWidg.o: ../.././X11/Xutil.h ../.././X11/Xresource.h ../.././X11/Xos.h
ShapeWidg.o: /usr/include/strings.h /usr/include/sys/file.h
ShapeWidg.o: /usr/include/sys/time.h /usr/include/sys/time.h
ShapeWidg.o: ../.././X11/Core.h ../.././X11/Composite.h
ShapeWidg.o: ../.././X11/Constraint.h ../.././X11/Object.h
ShapeWidg.o: ../.././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 Xmu.h ../.././X11/Xmu/Atoms.h
ShapeWidg.o: ../.././X11/Xmu/CharSet.h ../.././X11/Xmu/Converters.h
ShapeWidg.o: ../.././X11/Xmu/Drawing.h ../.././X11/Xmu/Error.h
ShapeWidg.o: ../.././X11/Xmu/StdSel.h
StdCmap.o: /usr/include/stdio.h ../.././X11/Xlib.h /usr/include/sys/types.h
StdCmap.o: ../.././X11/X.h ../.././X11/Xatom.h ../.././X11/Xutil.h
StdCmap.o: ../.././X11/Xmu/StdCmap.h
StrToBS.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
StrToBS.o: /usr/include/sys/types.h ../.././X11/X.h ../.././X11/Xutil.h
StrToBS.o: ../.././X11/Xresource.h ../.././X11/Xos.h /usr/include/strings.h
StrToBS.o: /usr/include/sys/file.h /usr/include/sys/time.h
StrToBS.o: /usr/include/sys/time.h ../.././X11/Core.h ../.././X11/Composite.h
StrToBS.o: ../.././X11/Constraint.h ../.././X11/Object.h
StrToBS.o: ../.././X11/RectObj.h Xmu.h ../.././X11/Xmu/Atoms.h
StrToBS.o: ../.././X11/Xmu/CharSet.h ../.././X11/Xmu/Converters.h
StrToBS.o: ../.././X11/Xmu/Drawing.h ../.././X11/Xmu/Error.h
StrToBS.o: ../.././X11/Xmu/StdSel.h
StrToBmap.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
StrToBmap.o: /usr/include/sys/types.h ../.././X11/X.h ../.././X11/Xutil.h
StrToBmap.o: ../.././X11/Xresource.h ../.././X11/Xos.h /usr/include/strings.h
StrToBmap.o: /usr/include/sys/file.h /usr/include/sys/time.h
StrToBmap.o: /usr/include/sys/time.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/IntrinsicP.h ../.././X11/Intrinsic.h
StrToCurs.o: ../.././X11/Xlib.h /usr/include/sys/types.h ../.././X11/X.h
StrToCurs.o: ../.././X11/Xutil.h ../.././X11/Xresource.h ../.././X11/Xos.h
StrToCurs.o: /usr/include/strings.h /usr/include/sys/file.h
StrToCurs.o: /usr/include/sys/time.h /usr/include/sys/time.h
StrToCurs.o: ../.././X11/Core.h ../.././X11/Composite.h
StrToCurs.o: ../.././X11/Constraint.h ../.././X11/Object.h
StrToCurs.o: ../.././X11/RectObj.h ../.././X11/CoreP.h
StrToCurs.o: ../.././X11/CompositeP.h ../.././X11/ConstrainP.h
StrToCurs.o: ../.././X11/ObjectP.h ../.././X11/RectObjP.h
StrToCurs.o: ../.././X11/StringDefs.h /usr/include/sys/param.h
StrToCurs.o: /usr/include/machine/machparam.h /usr/include/mac2/vm_param.h
StrToCurs.o: /usr/include/mac2/machparam.h ../.././X11/Xmu/Converters.h
StrToCurs.o: ../.././X11/Xmu/Drawing.h
StrToJust.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
StrToJust.o: /usr/include/sys/types.h ../.././X11/X.h ../.././X11/Xutil.h
StrToJust.o: ../.././X11/Xresource.h ../.././X11/Xos.h /usr/include/strings.h
StrToJust.o: /usr/include/sys/file.h /usr/include/sys/time.h
StrToJust.o: /usr/include/sys/time.h ../.././X11/Core.h
StrToJust.o: ../.././X11/Composite.h ../.././X11/Constraint.h
StrToJust.o: ../.././X11/Object.h ../.././X11/RectObj.h Xmu.h
StrToJust.o: ../.././X11/Xmu/Atoms.h ../.././X11/Xmu/CharSet.h
StrToJust.o: ../.././X11/Xmu/Converters.h ../.././X11/Xmu/Drawing.h
StrToJust.o: ../.././X11/Xmu/Error.h ../.././X11/Xmu/StdSel.h
StrToLong.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
StrToLong.o: /usr/include/sys/types.h ../.././X11/X.h ../.././X11/Xutil.h
StrToLong.o: ../.././X11/Xresource.h ../.././X11/Xos.h /usr/include/strings.h
StrToLong.o: /usr/include/sys/file.h /usr/include/sys/time.h
StrToLong.o: /usr/include/sys/time.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 ../.././X11/X.h ../.././X11/Xutil.h
StrToOrnt.o: ../.././X11/Xresource.h ../.././X11/Xos.h /usr/include/strings.h
StrToOrnt.o: /usr/include/sys/file.h /usr/include/sys/time.h
StrToOrnt.o: /usr/include/sys/time.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 ../.././X11/Xmu/Xmu.h
StrToOrnt.o: ../.././X11/Xmu/Atoms.h ../.././X11/Xmu/CharSet.h
StrToOrnt.o: ../.././X11/Xmu/Converters.h ../.././X11/Xmu/Drawing.h
StrToOrnt.o: ../.././X11/Xmu/Error.h ../.././X11/Xmu/StdSel.h
StrToShap.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
StrToShap.o: /usr/include/sys/types.h ../.././X11/X.h ../.././X11/Xutil.h
StrToShap.o: ../.././X11/Xresource.h ../.././X11/Xos.h /usr/include/strings.h
StrToShap.o: /usr/include/sys/file.h /usr/include/sys/time.h
StrToShap.o: /usr/include/sys/time.h ../.././X11/Core.h
StrToShap.o: ../.././X11/Composite.h ../.././X11/Constraint.h
StrToShap.o: ../.././X11/Object.h ../.././X11/RectObj.h Xmu.h
StrToShap.o: ../.././X11/Xmu/Atoms.h ../.././X11/Xmu/CharSet.h
StrToShap.o: ../.././X11/Xmu/Converters.h ../.././X11/Xmu/Drawing.h
StrToShap.o: ../.././X11/Xmu/Error.h ../.././X11/Xmu/StdSel.h
StrToWidg.o: ../.././X11/copyright.h ../.././X11/IntrinsicP.h
StrToWidg.o: ../.././X11/Intrinsic.h ../.././X11/Xlib.h
StrToWidg.o: /usr/include/sys/types.h ../.././X11/X.h ../.././X11/Xutil.h
StrToWidg.o: ../.././X11/Xresource.h ../.././X11/Xos.h /usr/include/strings.h
StrToWidg.o: /usr/include/sys/file.h /usr/include/sys/time.h
StrToWidg.o: /usr/include/sys/time.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
UpdMapHint.o: /usr/include/stdio.h ../.././X11/Xlib.h
UpdMapHint.o: /usr/include/sys/types.h ../.././X11/X.h ../.././X11/Xutil.h
VisCmap.o: /usr/include/stdio.h /usr/include/math.h ../.././X11/Xlib.h
VisCmap.o: /usr/include/sys/types.h ../.././X11/X.h ../.././X11/Xatom.h
VisCmap.o: ../.././X11/Xutil.h ../.././X11/Xmu/StdCmap.h
Xct.o: /usr/include/stdio.h Xct.h
