# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.37 88/10/08 20:08:30 jim Exp $
#
# The cpp used on this machine replaces all newlines and multiple tabs and
# spaces in a macro expansion with a single space.  Imake tries to compensate
# for this, but is not always successful.
#

###########################################################################
# X Window System Makefile generated from template file Imake.tmpl
# $XConsortium: Imake.tmpl,v 1.91 88/10/23 22:37:10 jim Exp $
#
# Do not change the body of the imake template file.  Server-specific
# parameters may be set in the appropriate .macros file; site-specific
# parameters (but shared by all servers) may be set in site.def.  If you
# make any changes, you'll need to rebuild the makefiles using
# "make World" (at best) or "make Makefile; make Makefiles" (at least) in
# the top level directory.
#
# If your C preprocessor doesn't define any unique symbols, you'll need
# to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
# "make Makefile", "make Makefiles", or "make World").
#
# If you absolutely can't get imake to work, you'll need to set the
# variables at the top of each Makefile as well as the dependencies at the
# bottom (makedepend will do this automatically).
#

###########################################################################
# platform-specific configuration parameters - edit Sun.macros to change

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

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

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

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

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

          SHELL =  /bin/sh

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

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

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

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

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

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

SRCS =  mivaltree.c mipolyseg.c mipolyrect.c \
	mipoly.c mipolycon.c mipolygen.c mipolyutil.c \
	mifillrct.c milines.c miarc.c misetclip.c \
	miwindow.c micursor.c miregion.c \
	mipolytext.c mibitblt.c mipolypnt.c mipushpxl.c\
	miexpose.c miglblt.c mizerline.c mifpolycon.c \
	midash.c miwidedash.c mibstore.c miinitext.c

OBJS =	mivaltree.o mipolyseg.o mipolyrect.o \
	mipoly.o mipolycon.o mipolygen.o mipolyutil.o \
	mifillrct.o milines.o miarc.o misetclip.o \
	miwindow.o micursor.o miregion.o \
	mipolytext.o mibitblt.o mipolypnt.o mipushpxl.o\
	miexpose.o miglblt.o mizerline.o mifpolycon.o \
	midash.o miwidedash.o mibstore.o miinitext.o

STD_DEFINES =
CDEBUGFLAGS = -O
EXT_DEFINES =
INCLUDES = -I. -I../../include -I$(INCLUDESRC)
LINTLIBS = ../../dix/llib-ldix.ln ../../os/4.2bsd/llib-los.ln

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

all:: libmi.a

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

lintlib:: llib-lmi.ln

llib-lmi.ln: $(SRCS)
	$(RM) $@
	$(LINT) $(LINTLIBFLAG)mi $(LINTFLAGS) $(SRCS)

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

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

depend:: $(DEPEND)

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

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

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

mivaltree.o: ../../.././X11/X.h ../../include/scrnintstr.h
mivaltree.o: ../../include/screenint.h ../../include/misc.h
mivaltree.o: ../../include/os.h ../../include/region.h ../../include/pixmap.h
mivaltree.o: ../../include/gc.h ../../include/colormap.h
mivaltree.o: ../../include/windowstr.h ../../include/window.h
mivaltree.o: ../../include/pixmapstr.h ../../include/cursor.h
mivaltree.o: ../../include/property.h ../../include/resource.h
mivaltree.o: ../../include/dix.h ../../include/miscstruct.h
mivaltree.o: ../../.././X11/Xprotostr.h ../../.././X11/Xmd.h
mivaltree.o: ../../include/mi.h
mipolyseg.o: ../../.././X11/X.h ../../.././X11/Xprotostr.h
mipolyseg.o: ../../.././X11/Xmd.h ../../include/miscstruct.h
mipolyseg.o: ../../include/misc.h ../../include/os.h ../../include/gcstruct.h
mipolyseg.o: ../../include/gc.h ../../include/region.h ../../include/pixmap.h
mipolyseg.o: ../../include/screenint.h ../../include/dixfont.h
mipolyrect.o: ../../.././X11/X.h ../../.././X11/Xprotostr.h
mipolyrect.o: ../../.././X11/Xmd.h ../../include/miscstruct.h
mipolyrect.o: ../../include/misc.h ../../include/os.h
mipolyrect.o: ../../include/gcstruct.h ../../include/gc.h
mipolyrect.o: ../../include/region.h ../../include/pixmap.h
mipolyrect.o: ../../include/screenint.h ../../include/dixfont.h
mipoly.o: ../../.././X11/X.h ../../include/windowstr.h ../../include/window.h
mipoly.o: ../../include/pixmapstr.h ../../include/pixmap.h
mipoly.o: ../../include/screenint.h ../../include/misc.h ../../include/os.h
mipoly.o: ../../include/region.h ../../include/cursor.h
mipoly.o: ../../include/property.h ../../include/resource.h
mipoly.o: ../../include/dix.h ../../include/gc.h ../../include/miscstruct.h
mipoly.o: ../../.././X11/Xprotostr.h ../../.././X11/Xmd.h
mipoly.o: ../../include/gcstruct.h ../../include/dixfont.h ../../include/mi.h
mipolycon.o: ../../include/gcstruct.h ../../include/gc.h
mipolycon.o: ../../include/miscstruct.h ../../include/misc.h
mipolycon.o: ../../include/os.h ../../include/region.h ../../include/pixmap.h
mipolycon.o: ../../include/screenint.h ../../include/dixfont.h miscanfill.h
mipolygen.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
mipolygen.o: ../../include/miscstruct.h ../../include/misc.h
mipolygen.o: ../../include/os.h ../../include/region.h ../../include/pixmap.h
mipolygen.o: ../../include/screenint.h ../../include/dixfont.h miscanfill.h
mipolygen.o: mipoly.h
mipolyutil.o: ../../include/miscstruct.h ../../include/misc.h
mipolyutil.o: ../../include/os.h ../../include/gc.h miscanfill.h mipoly.h
mifillrct.o: ../../.././X11/X.h ../../.././X11/Xprotostr.h
mifillrct.o: ../../.././X11/Xmd.h ../../include/gcstruct.h ../../include/gc.h
mifillrct.o: ../../include/miscstruct.h ../../include/misc.h
mifillrct.o: ../../include/os.h ../../include/region.h ../../include/pixmap.h
mifillrct.o: ../../include/screenint.h ../../include/dixfont.h
mifillrct.o: ../../include/windowstr.h ../../include/window.h
mifillrct.o: ../../include/pixmapstr.h ../../include/cursor.h
mifillrct.o: ../../include/property.h ../../include/resource.h
mifillrct.o: ../../include/dix.h
milines.o: /usr/include/stdio.h ../../.././X11/X.h ../../include/windowstr.h
milines.o: ../../include/window.h ../../include/pixmapstr.h
milines.o: ../../include/pixmap.h ../../include/screenint.h
milines.o: ../../include/misc.h ../../include/os.h ../../include/region.h
milines.o: ../../include/cursor.h ../../include/property.h
milines.o: ../../include/resource.h ../../include/dix.h ../../include/gc.h
milines.o: ../../include/miscstruct.h ../../.././X11/Xprotostr.h
milines.o: ../../.././X11/Xmd.h ../../include/gcstruct.h
milines.o: ../../include/dixfont.h ../../include/scrnintstr.h
milines.o: ../../include/colormap.h mifpoly.h ../../include/mi.h
miarc.o: ../../.././X11/X.h ../../.././X11/Xprotostr.h ../../.././X11/Xmd.h
miarc.o: ../../include/misc.h ../../include/os.h ../../include/gcstruct.h
miarc.o: ../../include/gc.h ../../include/miscstruct.h ../../include/region.h
miarc.o: ../../include/pixmap.h ../../include/screenint.h
miarc.o: ../../include/dixfont.h ../../include/scrnintstr.h
miarc.o: ../../include/colormap.h ../../include/pixmapstr.h
miarc.o: ../../include/windowstr.h ../../include/window.h
miarc.o: ../../include/cursor.h ../../include/property.h
miarc.o: ../../include/resource.h ../../include/dix.h mifpoly.h
miarc.o: ../../include/mi.h
misetclip.o: ../../.././X11/X.h ../../.././X11/Xprotostr.h
misetclip.o: ../../.././X11/Xmd.h ../../include/miscstruct.h
misetclip.o: ../../include/misc.h ../../include/os.h
misetclip.o: ../../include/scrnintstr.h ../../include/screenint.h
misetclip.o: ../../include/region.h ../../include/pixmap.h ../../include/gc.h
misetclip.o: ../../include/colormap.h ../../include/regionstr.h
misetclip.o: ../../include/gcstruct.h ../../include/dixfont.h
miwindow.o: ../../.././X11/X.h ../../include/miscstruct.h
miwindow.o: ../../include/misc.h ../../include/os.h ../../include/region.h
miwindow.o: ../../include/mi.h ../../include/windowstr.h
miwindow.o: ../../include/window.h ../../include/pixmapstr.h
miwindow.o: ../../include/pixmap.h ../../include/screenint.h
miwindow.o: ../../include/cursor.h ../../include/property.h
miwindow.o: ../../include/resource.h ../../include/dix.h ../../include/gc.h
miwindow.o: ../../.././X11/Xprotostr.h ../../.././X11/Xmd.h
miwindow.o: ../../include/scrnintstr.h ../../include/colormap.h
micursor.o: ../../include/scrnintstr.h ../../include/screenint.h
micursor.o: ../../include/misc.h ../../include/os.h ../../include/region.h
micursor.o: ../../include/pixmap.h ../../include/gc.h
micursor.o: ../../include/colormap.h ../../include/cursor.h
miregion.o: ../../include/miscstruct.h ../../include/misc.h
miregion.o: ../../include/os.h ../../include/regionstr.h
miregion.o: ../../include/region.h
mipolytext.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
mipolytext.o: ../../.././X11/Xprotostr.h ../../include/fontstruct.h
mipolytext.o: ../../include/font.h ../../include/servermd.h
mipolytext.o: ../../include/misc.h ../../include/os.h
mipolytext.o: ../../include/dixfontstr.h ../../include/dixfont.h
mipolytext.o: ../../include/gcstruct.h ../../include/gc.h
mipolytext.o: ../../include/miscstruct.h ../../include/region.h
mipolytext.o: ../../include/pixmap.h ../../include/screenint.h
mibitblt.o: ../../.././X11/X.h ../../.././X11/Xprotostr.h
mibitblt.o: ../../.././X11/Xmd.h ../../include/misc.h ../../include/os.h
mibitblt.o: ../../include/gcstruct.h ../../include/gc.h
mibitblt.o: ../../include/miscstruct.h ../../include/region.h
mibitblt.o: ../../include/pixmap.h ../../include/screenint.h
mibitblt.o: ../../include/dixfont.h ../../include/pixmapstr.h
mibitblt.o: ../../include/windowstr.h ../../include/window.h
mibitblt.o: ../../include/cursor.h ../../include/property.h
mibitblt.o: ../../include/resource.h ../../include/dix.h
mibitblt.o: ../../include/scrnintstr.h ../../include/colormap.h
mibitblt.o: ../../include/mi.h ../../include/regionstr.h
mibitblt.o: ../../include/servermd.h
mipolypnt.o: ../../.././X11/X.h ../../.././X11/Xprotostr.h
mipolypnt.o: ../../.././X11/Xmd.h ../../include/pixmapstr.h
mipolypnt.o: ../../include/pixmap.h ../../include/screenint.h
mipolypnt.o: ../../include/misc.h ../../include/os.h ../../include/gcstruct.h
mipolypnt.o: ../../include/gc.h ../../include/miscstruct.h
mipolypnt.o: ../../include/region.h ../../include/dixfont.h
mipolypnt.o: ../../include/windowstr.h ../../include/window.h
mipolypnt.o: ../../include/cursor.h ../../include/property.h
mipolypnt.o: ../../include/resource.h ../../include/dix.h
mipushpxl.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
mipushpxl.o: ../../include/miscstruct.h ../../include/misc.h
mipushpxl.o: ../../include/os.h ../../include/region.h ../../include/pixmap.h
mipushpxl.o: ../../include/screenint.h ../../include/dixfont.h
mipushpxl.o: ../../include/scrnintstr.h ../../include/colormap.h
mipushpxl.o: ../../include/pixmapstr.h ../mfb/maskbits.h ../../.././X11/Xmd.h
mipushpxl.o: ../../include/servermd.h
miexpose.o: ../../.././X11/X.h ../../.././X11/Xproto.h ../../.././X11/Xmd.h
miexpose.o: ../../.././X11/Xprotostr.h ../../include/misc.h
miexpose.o: ../../include/os.h ../../include/regionstr.h
miexpose.o: ../../include/region.h ../../include/miscstruct.h
miexpose.o: ../../include/scrnintstr.h ../../include/screenint.h
miexpose.o: ../../include/pixmap.h ../../include/gc.h
miexpose.o: ../../include/colormap.h ../../include/gcstruct.h
miexpose.o: ../../include/dixfont.h ../../include/windowstr.h
miexpose.o: ../../include/window.h ../../include/pixmapstr.h
miexpose.o: ../../include/cursor.h ../../include/property.h
miexpose.o: ../../include/resource.h ../../include/dix.h
miexpose.o: ../../include/input.h ../../include/dixstruct.h
miexpose.o: ../../include/mi.h
miglblt.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
miglblt.o: ../../.././X11/Xprotostr.h ../../include/fontstruct.h
miglblt.o: ../../include/font.h ../../include/servermd.h ../../include/misc.h
miglblt.o: ../../include/os.h ../../include/dixfontstr.h
miglblt.o: ../../include/dixfont.h ../../include/gcstruct.h
miglblt.o: ../../include/gc.h ../../include/miscstruct.h
miglblt.o: ../../include/region.h ../../include/pixmap.h
miglblt.o: ../../include/screenint.h ../../include/windowstr.h
miglblt.o: ../../include/window.h ../../include/pixmapstr.h
miglblt.o: ../../include/cursor.h ../../include/property.h
miglblt.o: ../../include/resource.h ../../include/dix.h
miglblt.o: ../../include/scrnintstr.h ../../include/colormap.h
mizerline.o: ../../.././X11/X.h ../../include/misc.h ../../include/os.h
mizerline.o: ../../include/scrnintstr.h ../../include/screenint.h
mizerline.o: ../../include/region.h ../../include/pixmap.h ../../include/gc.h
mizerline.o: ../../include/colormap.h ../../include/gcstruct.h
mizerline.o: ../../include/miscstruct.h ../../include/dixfont.h
mizerline.o: ../../include/windowstr.h ../../include/window.h
mizerline.o: ../../include/pixmapstr.h ../../include/cursor.h
mizerline.o: ../../include/property.h ../../include/resource.h
mizerline.o: ../../include/dix.h ../../.././X11/Xprotostr.h
mizerline.o: ../../.././X11/Xmd.h
mifpolycon.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
mifpolycon.o: ../../include/miscstruct.h ../../include/misc.h
mifpolycon.o: ../../include/os.h ../../include/region.h
mifpolycon.o: ../../include/pixmap.h ../../include/screenint.h
mifpolycon.o: ../../include/dixfont.h ../../include/windowstr.h
mifpolycon.o: ../../include/window.h ../../include/pixmapstr.h
mifpolycon.o: ../../include/cursor.h ../../include/property.h
mifpolycon.o: ../../include/resource.h ../../include/dix.h
mifpolycon.o: ../../.././X11/Xprotostr.h ../../.././X11/Xmd.h mifpoly.h
midash.o: ../../include/miscstruct.h ../../include/misc.h ../../include/os.h
midash.o: ../../include/mistruct.h ../../include/mi.h ../../include/region.h
midash.o: mifpoly.h
miwidedash.o: ../../.././X11/X.h ../../.././X11/Xprotostr.h
miwidedash.o: ../../.././X11/Xmd.h ../../include/miscstruct.h
miwidedash.o: ../../include/misc.h ../../include/os.h
miwidedash.o: ../../include/mistruct.h ../../include/mi.h
miwidedash.o: ../../include/region.h ../../include/scrnintstr.h
miwidedash.o: ../../include/screenint.h ../../include/pixmap.h
miwidedash.o: ../../include/gc.h ../../include/colormap.h
miwidedash.o: ../../include/windowstr.h ../../include/window.h
miwidedash.o: ../../include/pixmapstr.h ../../include/cursor.h
miwidedash.o: ../../include/property.h ../../include/resource.h
miwidedash.o: ../../include/dix.h ../../include/gcstruct.h
miwidedash.o: ../../include/dixfont.h mifpoly.h
mibstore.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
mibstore.o: ../../.././X11/Xprotostr.h ../../include/misc.h
mibstore.o: ../../include/os.h ../../include/regionstr.h
mibstore.o: ../../include/region.h ../../include/miscstruct.h
mibstore.o: ../../include/scrnintstr.h ../../include/screenint.h
mibstore.o: ../../include/pixmap.h ../../include/gc.h
mibstore.o: ../../include/colormap.h ../../include/gcstruct.h
mibstore.o: ../../include/dixfont.h ../../include/extnsionst.h
mibstore.o: ../../include/extension.h ../../include/windowstr.h
mibstore.o: ../../include/window.h ../../include/pixmapstr.h
mibstore.o: ../../include/cursor.h ../../include/property.h
mibstore.o: ../../include/resource.h ../../include/dix.h
mibstore.o: ../../include/fontstruct.h ../../include/font.h
mibstore.o: ../../include/servermd.h ../../include/dixfontstr.h
mibstore.o: ../../include/dixstruct.h ../../include/mi.h
mibstore.o: ../../include/mibstore.h
