# 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 =	 mfbgc.c mfbwindow.c mfbfont.c \
	 mfbfillrct.c mfbpntwin.c maskbits.c mfbpixmap.c \
	 mfbimage.c mfbline.c mfbbres.c mfbhrzvert.c \
	 mfbpushpxl.c \
         mfbfillsp.c mfbsetsp.c mfbscrinit.c mfbscrclse.c mfbclip.c \
         mfbbitblt.c mfbgetsp.c mfbpolypnt.c \
	 mfbplygblt.c mfbimggblt.c mfbcmap.c \
	 mfbpntarea.c mfbtile.c \
         mfbtegblt.c mfbmisc.c mfbbstore.c

OBJS =   mfbgc.o mfbwindow.o mfbfont.o \
	 mfbfillrct.o mfbpntwin.o maskbits.o mfbpixmap.o \
	 mfbimage.o mfbline.o mfbbres.o mfbhrzvert.o \
	 mfbpushpxl.o \
	 mfbfillsp.o mfbsetsp.o mfbscrinit.o mfbscrclse.o mfbclip.o \
         mfbbitblt.o mfbgetsp.o mfbpolypnt.o \
	 mfbpgbwht.o mfbpgbblak.o mfbpgbinv.o \
	 mfbigbwht.o mfbigbblak.o mfbcmap.o \
	 mfbpawhite.o mfbpablack.o mfbpainv.o mfbtile.o \
         mfbtewhite.o mfbteblack.o mfbmisc.o mfbbstore.o

STD_DEFINES =
CDEBUGFLAGS = -O
INCLUDES = -I. -I../../include -I$(INCLUDESRC)
LINTDEFS = -DMFBPOLYGLYPHBLT=mfbPolyGlyphBltWhite \
	   -DMFBIMAGEGLYPHBLT=mfbImageGlyphBltWhite \
	   -DEQWHOLEWORD=\=~0 -DOPEQ=\|=
LINTLIBS = ../../dix/llib-ldix.ln ../../os/4.2bsd/llib-los.ln ../mi/llib-lmi.ln

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

all:: libmfb.a

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

lintlib:: llib-lmfb.ln

llib-lmfb.ln: $(SRCS)
	$(RM) $@
	$(LINT) $(LINTLIBFLAG)mfb $(LINTFLAGS) $(SRCS)

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

depend:: $(DEPEND)

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

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

mfbpntarea.o mfbimggblt.o mfbplygblt.o mfbtegblt.o:
	$(RM) $@; touch $@

mfbpgbwht.o: mfbplygblt.c mfbplygblt.o
	$(RM) $@ mfbpgbwht.c
	$(LN) mfbplygblt.c mfbpgbwht.c
	${CC} -DMFBPOLYGLYPHBLT=mfbPolyGlyphBltWhite \
	   -DOPEQ=\|=  $(CFLAGS) -c mfbpgbwht.c
	$(RM) mfbpgbwht.c

mfbpgbblak.o: mfbplygblt.c mfbplygblt.o
	$(RM) $@ mfbpgbblak.c
	$(LN) mfbplygblt.c mfbpgbblak.c
	${CC} -DMFBPOLYGLYPHBLT=mfbPolyGlyphBltBlack \
	   -DOPEQ=\&=~ $(CFLAGS) -c mfbpgbblak.c
	$(RM) mfbpgbblak.c

mfbpgbinv.o: mfbplygblt.c mfbplygblt.o
	$(RM) $@ mfbpgbinv.c
	$(LN) mfbplygblt.c mfbpgbinv.c
	${CC} -DMFBPOLYGLYPHBLT=mfbPolyGlyphBltInvert \
	   -DOPEQ=\^=  $(CFLAGS) -c mfbpgbinv.c
	$(RM) mfbpgbinv.c

mfbigbwht.o: mfbimggblt.c mfbimggblt.o
	$(RM) $@ mfbigbwht.c
	$(LN) mfbimggblt.c mfbigbwht.c
	${CC} -DMFBIMAGEGLYPHBLT=mfbImageGlyphBltWhite \
	   -DOPEQ=\|=  $(CFLAGS) -c mfbigbwht.c
	$(RM) mfbigbwht.c

mfbigbblak.o: mfbimggblt.c mfbimggblt.o
	$(RM) $@ mfbigbblak.c
	$(LN) mfbimggblt.c mfbigbblak.c
	${CC} -DMFBIMAGEGLYPHBLT=mfbImageGlyphBltBlack \
	   -DOPEQ=\&=~ $(CFLAGS) -c mfbigbblak.c
	$(RM) mfbigbblak.c

mfbpawhite.o: mfbpntarea.c mfbpntarea.o
	$(RM) $@ mfbpawhite.c
	$(LN) mfbpntarea.c mfbpawhite.c
	${CC} -DMFBSOLIDFILLAREA=mfbSolidWhiteArea \
	   -DMFBSTIPPLEFILLAREA=mfbStippleWhiteArea \
	   -DOPEQ=\|=  -DEQWHOLEWORD=\=~0 \
	   $(CFLAGS) -c mfbpawhite.c
	$(RM) mfbpawhite.c

mfbpablack.o: mfbpntarea.c mfbpntarea.o
	$(RM) $@ mfbpablack.c
	$(LN) mfbpntarea.c mfbpablack.c
	${CC} -DMFBSOLIDFILLAREA=mfbSolidBlackArea \
	   -DMFBSTIPPLEFILLAREA=mfbStippleBlackArea \
	   -DOPEQ=\&=~ -DEQWHOLEWORD=\=0 \
	   $(CFLAGS) -c mfbpablack.c
	$(RM) mfbpablack.c

mfbpainv.o: mfbpntarea.c mfbpntarea.o
	$(RM) $@ mfbpainv.c
	$(LN) mfbpntarea.c mfbpainv.c
	${CC} -DMFBSOLIDFILLAREA=mfbSolidInvertArea \
	   -DMFBSTIPPLEFILLAREA=mfbStippleInvertArea \
	   -DOPEQ=\^=  -DEQWHOLEWORD=\^=~0 \
	   $(CFLAGS) -c mfbpainv.c
	$(RM) mfbpainv.c

mfbtewhite.o: mfbtegblt.c mfbtegblt.o
	@$(RM) $@ mfbtewhite.c
	$(LN) mfbtegblt.c mfbtewhite.c
	${CC} -DMFBTEGLYPHBLT=mfbTEGlyphBltWhite \
	   -DOP= -DCLIPTETEXT=mfbImageGlyphBltWhite $(CFLAGS) -c mfbtewhite.c
	$(RM) mfbtewhite.c

mfbteblack.o: mfbtegblt.c mfbtegblt.o
	@$(RM) $@ mfbteblack.c
	$(LN) mfbtegblt.c mfbteblack.c
	${CC} -DMFBTEGLYPHBLT=mfbTEGlyphBltBlack \
	   -DOP=~ -DCLIPTETEXT=mfbImageGlyphBltBlack $(CFLAGS) -c mfbteblack.c
	$(RM) mfbteblack.c

clean::
	$(RM) mfbpgbwht.c
	$(RM) mfbpgbblak.c
	$(RM) mfbpgbinv.c
	$(RM) mfbigbwht.c
	$(RM) mfbigbblak.c
	$(RM) mfbpawhite.c
	$(RM) mfbpablack.c
	$(RM) mfbpainv.c
	$(RM) mfbtewhite.c
	$(RM) mfbteblack.c

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

mfbgc.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
mfbgc.o: ../../.././X11/Xprotostr.h ../../include/dixfontstr.h
mfbgc.o: ../../include/dixfont.h ../../include/font.h
mfbgc.o: ../../include/servermd.h ../../include/misc.h ../../include/os.h
mfbgc.o: ../../include/fontstruct.h ../../include/gcstruct.h
mfbgc.o: ../../include/gc.h ../../include/miscstruct.h ../../include/region.h
mfbgc.o: ../../include/pixmap.h ../../include/screenint.h
mfbgc.o: ../../include/windowstr.h ../../include/window.h
mfbgc.o: ../../include/pixmapstr.h ../../include/cursor.h
mfbgc.o: ../../include/property.h ../../include/resource.h
mfbgc.o: ../../include/dix.h ../../include/scrnintstr.h
mfbgc.o: ../../include/colormap.h mfb.h ../../include/mibstore.h
mfbgc.o: ../../include/mistruct.h ../../include/mi.h maskbits.h
mfbwindow.o: ../../.././X11/X.h ../../include/scrnintstr.h
mfbwindow.o: ../../include/screenint.h ../../include/misc.h
mfbwindow.o: ../../include/os.h ../../include/region.h ../../include/pixmap.h
mfbwindow.o: ../../include/gc.h ../../include/colormap.h
mfbwindow.o: ../../include/windowstr.h ../../include/window.h
mfbwindow.o: ../../include/pixmapstr.h ../../include/cursor.h
mfbwindow.o: ../../include/property.h ../../include/resource.h
mfbwindow.o: ../../include/dix.h ../../include/miscstruct.h
mfbwindow.o: ../../.././X11/Xprotostr.h ../../.././X11/Xmd.h mfb.h
mfbwindow.o: ../../include/mibstore.h ../../include/mistruct.h
mfbwindow.o: ../../include/mi.h ../../include/regionstr.h
mfbfont.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
mfbfont.o: ../../.././X11/Xprotostr.h ../../include/fontstruct.h
mfbfont.o: ../../include/font.h ../../include/servermd.h ../../include/misc.h
mfbfont.o: ../../include/os.h ../../include/dixfontstr.h
mfbfont.o: ../../include/dixfont.h ../../include/scrnintstr.h
mfbfont.o: ../../include/screenint.h ../../include/region.h
mfbfont.o: ../../include/pixmap.h ../../include/gc.h ../../include/colormap.h
mfbfont.o: mfb.h ../../include/miscstruct.h ../../include/mibstore.h
mfbfillrct.o: ../../.././X11/X.h ../../.././X11/Xprotostr.h
mfbfillrct.o: ../../.././X11/Xmd.h ../../include/pixmapstr.h
mfbfillrct.o: ../../include/pixmap.h ../../include/screenint.h
mfbfillrct.o: ../../include/misc.h ../../include/os.h
mfbfillrct.o: ../../include/gcstruct.h ../../include/gc.h
mfbfillrct.o: ../../include/miscstruct.h ../../include/region.h
mfbfillrct.o: ../../include/dixfont.h ../../include/windowstr.h
mfbfillrct.o: ../../include/window.h ../../include/cursor.h
mfbfillrct.o: ../../include/property.h ../../include/resource.h
mfbfillrct.o: ../../include/dix.h ../../include/regionstr.h
mfbfillrct.o: ../../include/scrnintstr.h ../../include/colormap.h mfb.h
mfbfillrct.o: ../../include/mibstore.h maskbits.h ../../include/servermd.h
mfbpntwin.o: ../../.././X11/X.h ../../include/windowstr.h
mfbpntwin.o: ../../include/window.h ../../include/pixmapstr.h
mfbpntwin.o: ../../include/pixmap.h ../../include/screenint.h
mfbpntwin.o: ../../include/misc.h ../../include/os.h ../../include/region.h
mfbpntwin.o: ../../include/cursor.h ../../include/property.h
mfbpntwin.o: ../../include/resource.h ../../include/dix.h ../../include/gc.h
mfbpntwin.o: ../../include/miscstruct.h ../../.././X11/Xprotostr.h
mfbpntwin.o: ../../.././X11/Xmd.h ../../include/regionstr.h
mfbpntwin.o: ../../include/scrnintstr.h ../../include/colormap.h mfb.h
mfbpntwin.o: ../../include/mibstore.h maskbits.h ../../include/servermd.h
maskbits.o: maskbits.h ../../.././X11/X.h ../../.././X11/Xmd.h
maskbits.o: ../../include/servermd.h
mfbpixmap.o: ../../.././X11/Xmd.h ../../include/pixmapstr.h
mfbpixmap.o: ../../include/pixmap.h ../../include/screenint.h
mfbpixmap.o: ../../include/misc.h ../../include/os.h maskbits.h
mfbpixmap.o: ../../.././X11/X.h ../../include/servermd.h mfb.h
mfbpixmap.o: ../../include/region.h ../../include/gc.h
mfbpixmap.o: ../../include/colormap.h ../../include/miscstruct.h
mfbpixmap.o: ../../include/mibstore.h ../../include/mi.h
mfbimage.o: ../../.././X11/X.h ../../include/windowstr.h
mfbimage.o: ../../include/window.h ../../include/pixmapstr.h
mfbimage.o: ../../include/pixmap.h ../../include/screenint.h
mfbimage.o: ../../include/misc.h ../../include/os.h ../../include/region.h
mfbimage.o: ../../include/cursor.h ../../include/property.h
mfbimage.o: ../../include/resource.h ../../include/dix.h ../../include/gc.h
mfbimage.o: ../../include/miscstruct.h ../../.././X11/Xprotostr.h
mfbimage.o: ../../.././X11/Xmd.h ../../include/scrnintstr.h
mfbimage.o: ../../include/colormap.h ../../include/gcstruct.h
mfbimage.o: ../../include/dixfont.h mfb.h ../../include/mibstore.h
mfbimage.o: ../../include/mi.h maskbits.h ../../include/servermd.h
mfbline.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
mfbline.o: ../../include/miscstruct.h ../../include/misc.h ../../include/os.h
mfbline.o: ../../include/region.h ../../include/pixmap.h
mfbline.o: ../../include/screenint.h ../../include/dixfont.h
mfbline.o: ../../include/windowstr.h ../../include/window.h
mfbline.o: ../../include/pixmapstr.h ../../include/cursor.h
mfbline.o: ../../include/property.h ../../include/resource.h
mfbline.o: ../../include/dix.h ../../.././X11/Xprotostr.h
mfbline.o: ../../.././X11/Xmd.h ../../include/regionstr.h
mfbline.o: ../../include/scrnintstr.h ../../include/colormap.h
mfbline.o: ../../include/mistruct.h ../../include/mi.h mfb.h
mfbline.o: ../../include/mibstore.h maskbits.h ../../include/servermd.h
mfbbres.o: ../../.././X11/X.h ../../include/misc.h ../../include/os.h mfb.h
mfbbres.o: ../../include/pixmap.h ../../include/region.h ../../include/gc.h
mfbbres.o: ../../include/colormap.h ../../include/miscstruct.h
mfbbres.o: ../../include/mibstore.h maskbits.h ../../.././X11/Xmd.h
mfbbres.o: ../../include/servermd.h
mfbhrzvert.o: ../../.././X11/X.h ../../include/gc.h ../../include/window.h
mfbhrzvert.o: ../../include/pixmap.h ../../include/region.h mfb.h
mfbhrzvert.o: ../../include/colormap.h ../../include/miscstruct.h
mfbhrzvert.o: ../../include/misc.h ../../include/os.h
mfbhrzvert.o: ../../include/mibstore.h maskbits.h ../../.././X11/Xmd.h
mfbhrzvert.o: ../../include/servermd.h
mfbpushpxl.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
mfbpushpxl.o: ../../include/miscstruct.h ../../include/misc.h
mfbpushpxl.o: ../../include/os.h ../../include/region.h
mfbpushpxl.o: ../../include/pixmap.h ../../include/screenint.h
mfbpushpxl.o: ../../include/dixfont.h ../../include/pixmapstr.h maskbits.h
mfbpushpxl.o: ../../.././X11/Xmd.h ../../include/servermd.h
mfbfillsp.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../include/gcstruct.h
mfbfillsp.o: ../../include/gc.h ../../include/miscstruct.h
mfbfillsp.o: ../../include/misc.h ../../include/os.h ../../include/region.h
mfbfillsp.o: ../../include/pixmap.h ../../include/screenint.h
mfbfillsp.o: ../../include/dixfont.h ../../include/window.h
mfbfillsp.o: ../../include/pixmapstr.h ../../include/scrnintstr.h
mfbfillsp.o: ../../include/colormap.h ../../include/windowstr.h
mfbfillsp.o: ../../include/cursor.h ../../include/property.h
mfbfillsp.o: ../../include/resource.h ../../include/dix.h
mfbfillsp.o: ../../.././X11/Xprotostr.h mfb.h ../../include/mibstore.h
mfbfillsp.o: maskbits.h ../../include/servermd.h
mfbsetsp.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../include/misc.h
mfbsetsp.o: ../../include/os.h ../../include/regionstr.h
mfbsetsp.o: ../../include/region.h ../../include/miscstruct.h
mfbsetsp.o: ../../include/gcstruct.h ../../include/gc.h
mfbsetsp.o: ../../include/pixmap.h ../../include/screenint.h
mfbsetsp.o: ../../include/dixfont.h ../../include/windowstr.h
mfbsetsp.o: ../../include/window.h ../../include/pixmapstr.h
mfbsetsp.o: ../../include/cursor.h ../../include/property.h
mfbsetsp.o: ../../include/resource.h ../../include/dix.h
mfbsetsp.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
mfbsetsp.o: ../../include/colormap.h mfb.h ../../include/mibstore.h
mfbsetsp.o: maskbits.h ../../include/servermd.h
mfbscrinit.o: ../../.././X11/X.h ../../.././X11/Xproto.h ../../.././X11/Xmd.h
mfbscrinit.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
mfbscrinit.o: ../../include/screenint.h ../../include/misc.h
mfbscrinit.o: ../../include/os.h ../../include/region.h
mfbscrinit.o: ../../include/pixmap.h ../../include/gc.h
mfbscrinit.o: ../../include/colormap.h ../../include/pixmapstr.h
mfbscrinit.o: ../../include/resource.h mfb.h ../../include/miscstruct.h
mfbscrinit.o: ../../include/mibstore.h ../../include/mistruct.h
mfbscrinit.o: ../../include/mi.h ../../include/dix.h ../../include/window.h
mfbscrinit.o: ../../include/servermd.h
mfbscrclse.o: ../../include/scrnintstr.h ../../include/screenint.h
mfbscrclse.o: ../../include/misc.h ../../include/os.h ../../include/region.h
mfbscrclse.o: ../../include/pixmap.h ../../include/gc.h
mfbscrclse.o: ../../include/colormap.h
mfbclip.o: ../../.././X11/X.h ../../include/miscstruct.h ../../include/misc.h
mfbclip.o: ../../include/os.h ../../include/pixmapstr.h
mfbclip.o: ../../include/pixmap.h ../../include/screenint.h
mfbclip.o: ../../include/scrnintstr.h ../../include/region.h
mfbclip.o: ../../include/gc.h ../../include/colormap.h
mfbclip.o: ../../include/regionstr.h maskbits.h ../../.././X11/Xmd.h
mfbclip.o: ../../include/servermd.h
mfbbitblt.o: ../../.././X11/X.h ../../.././X11/Xprotostr.h
mfbbitblt.o: ../../.././X11/Xmd.h ../../include/miscstruct.h
mfbbitblt.o: ../../include/misc.h ../../include/os.h
mfbbitblt.o: ../../include/regionstr.h ../../include/region.h
mfbbitblt.o: ../../include/gcstruct.h ../../include/gc.h
mfbbitblt.o: ../../include/pixmap.h ../../include/screenint.h
mfbbitblt.o: ../../include/dixfont.h ../../include/windowstr.h
mfbbitblt.o: ../../include/window.h ../../include/pixmapstr.h
mfbbitblt.o: ../../include/cursor.h ../../include/property.h
mfbbitblt.o: ../../include/resource.h ../../include/dix.h
mfbbitblt.o: ../../include/scrnintstr.h ../../include/colormap.h
mfbbitblt.o: ../../include/mi.h mfb.h ../../include/mibstore.h maskbits.h
mfbbitblt.o: ../../include/servermd.h
mfbgetsp.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../include/misc.h
mfbgetsp.o: ../../include/os.h ../../include/region.h ../../include/gc.h
mfbgetsp.o: ../../include/windowstr.h ../../include/window.h
mfbgetsp.o: ../../include/pixmapstr.h ../../include/pixmap.h
mfbgetsp.o: ../../include/screenint.h ../../include/cursor.h
mfbgetsp.o: ../../include/property.h ../../include/resource.h
mfbgetsp.o: ../../include/dix.h ../../include/miscstruct.h
mfbgetsp.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
mfbgetsp.o: ../../include/colormap.h mfb.h ../../include/mibstore.h
mfbgetsp.o: maskbits.h ../../include/servermd.h
mfbpolypnt.o: ../../.././X11/X.h ../../.././X11/Xprotostr.h
mfbpolypnt.o: ../../.././X11/Xmd.h ../../include/pixmapstr.h
mfbpolypnt.o: ../../include/pixmap.h ../../include/screenint.h
mfbpolypnt.o: ../../include/misc.h ../../include/os.h
mfbpolypnt.o: ../../include/gcstruct.h ../../include/gc.h
mfbpolypnt.o: ../../include/miscstruct.h ../../include/region.h
mfbpolypnt.o: ../../include/dixfont.h ../../include/windowstr.h
mfbpolypnt.o: ../../include/window.h ../../include/cursor.h
mfbpolypnt.o: ../../include/property.h ../../include/resource.h
mfbpolypnt.o: ../../include/dix.h ../../include/regionstr.h
mfbpolypnt.o: ../../include/scrnintstr.h ../../include/colormap.h mfb.h
mfbpolypnt.o: ../../include/mibstore.h maskbits.h ../../include/servermd.h
mfbplygblt.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
mfbplygblt.o: ../../.././X11/Xprotostr.h ../../include/fontstruct.h
mfbplygblt.o: ../../include/font.h ../../include/servermd.h
mfbplygblt.o: ../../include/misc.h ../../include/os.h
mfbplygblt.o: ../../include/dixfontstr.h ../../include/dixfont.h
mfbplygblt.o: ../../include/gcstruct.h ../../include/gc.h
mfbplygblt.o: ../../include/miscstruct.h ../../include/region.h
mfbplygblt.o: ../../include/pixmap.h ../../include/screenint.h
mfbplygblt.o: ../../include/windowstr.h ../../include/window.h
mfbplygblt.o: ../../include/pixmapstr.h ../../include/cursor.h
mfbplygblt.o: ../../include/property.h ../../include/resource.h
mfbplygblt.o: ../../include/dix.h ../../include/scrnintstr.h
mfbplygblt.o: ../../include/colormap.h ../../include/regionstr.h mfb.h
mfbplygblt.o: ../../include/mibstore.h maskbits.h
mfbimggblt.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
mfbimggblt.o: ../../.././X11/Xprotostr.h ../../include/fontstruct.h
mfbimggblt.o: ../../include/font.h ../../include/servermd.h
mfbimggblt.o: ../../include/misc.h ../../include/os.h
mfbimggblt.o: ../../include/dixfontstr.h ../../include/dixfont.h
mfbimggblt.o: ../../include/gcstruct.h ../../include/gc.h
mfbimggblt.o: ../../include/miscstruct.h ../../include/region.h
mfbimggblt.o: ../../include/pixmap.h ../../include/screenint.h
mfbimggblt.o: ../../include/windowstr.h ../../include/window.h
mfbimggblt.o: ../../include/pixmapstr.h ../../include/cursor.h
mfbimggblt.o: ../../include/property.h ../../include/resource.h
mfbimggblt.o: ../../include/dix.h ../../include/scrnintstr.h
mfbimggblt.o: ../../include/colormap.h ../../include/regionstr.h mfb.h
mfbimggblt.o: ../../include/mibstore.h maskbits.h
mfbcmap.o: ../../.././X11/X.h ../../include/scrnintstr.h
mfbcmap.o: ../../include/screenint.h ../../include/misc.h ../../include/os.h
mfbcmap.o: ../../include/region.h ../../include/pixmap.h ../../include/gc.h
mfbcmap.o: ../../include/colormap.h ../../include/colormapst.h
mfbcmap.o: ../../include/resource.h
mfbpntarea.o: ../../.././X11/X.h ../../include/windowstr.h
mfbpntarea.o: ../../include/window.h ../../include/pixmapstr.h
mfbpntarea.o: ../../include/pixmap.h ../../include/screenint.h
mfbpntarea.o: ../../include/misc.h ../../include/os.h ../../include/region.h
mfbpntarea.o: ../../include/cursor.h ../../include/property.h
mfbpntarea.o: ../../include/resource.h ../../include/dix.h ../../include/gc.h
mfbpntarea.o: ../../include/miscstruct.h ../../.././X11/Xprotostr.h
mfbpntarea.o: ../../.././X11/Xmd.h ../../include/regionstr.h
mfbpntarea.o: ../../include/scrnintstr.h ../../include/colormap.h mfb.h
mfbpntarea.o: ../../include/mibstore.h maskbits.h ../../include/servermd.h
mfbtile.o: ../../.././X11/X.h ../../include/windowstr.h
mfbtile.o: ../../include/window.h ../../include/pixmapstr.h
mfbtile.o: ../../include/pixmap.h ../../include/screenint.h
mfbtile.o: ../../include/misc.h ../../include/os.h ../../include/region.h
mfbtile.o: ../../include/cursor.h ../../include/property.h
mfbtile.o: ../../include/resource.h ../../include/dix.h ../../include/gc.h
mfbtile.o: ../../include/miscstruct.h ../../.././X11/Xprotostr.h
mfbtile.o: ../../.././X11/Xmd.h ../../include/regionstr.h
mfbtile.o: ../../include/scrnintstr.h ../../include/colormap.h mfb.h
mfbtile.o: ../../include/mibstore.h maskbits.h ../../include/servermd.h
mfbtegblt.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
mfbtegblt.o: ../../.././X11/Xprotostr.h ../../include/fontstruct.h
mfbtegblt.o: ../../include/font.h ../../include/servermd.h
mfbtegblt.o: ../../include/misc.h ../../include/os.h
mfbtegblt.o: ../../include/dixfontstr.h ../../include/dixfont.h
mfbtegblt.o: ../../include/gcstruct.h ../../include/gc.h
mfbtegblt.o: ../../include/miscstruct.h ../../include/region.h
mfbtegblt.o: ../../include/pixmap.h ../../include/screenint.h
mfbtegblt.o: ../../include/windowstr.h ../../include/window.h
mfbtegblt.o: ../../include/pixmapstr.h ../../include/cursor.h
mfbtegblt.o: ../../include/property.h ../../include/resource.h
mfbtegblt.o: ../../include/dix.h ../../include/scrnintstr.h
mfbtegblt.o: ../../include/colormap.h ../../include/regionstr.h mfb.h
mfbtegblt.o: ../../include/mibstore.h maskbits.h
mfbmisc.o: ../../.././X11/X.h ../../include/misc.h ../../include/os.h
mfbmisc.o: ../../include/cursor.h ../../include/screenint.h mfb.h
mfbmisc.o: ../../include/pixmap.h ../../include/region.h ../../include/gc.h
mfbmisc.o: ../../include/colormap.h ../../include/miscstruct.h
mfbmisc.o: ../../include/mibstore.h
mfbbstore.o: mfb.h ../../include/pixmap.h ../../include/region.h
mfbbstore.o: ../../include/gc.h ../../include/colormap.h
mfbbstore.o: ../../include/miscstruct.h ../../include/misc.h
mfbbstore.o: ../../include/os.h ../../include/mibstore.h ../../.././X11/X.h
mfbbstore.o: ../../include/regionstr.h ../../include/scrnintstr.h
mfbbstore.o: ../../include/screenint.h ../../include/pixmapstr.h
mfbbstore.o: ../../include/windowstr.h ../../include/window.h
mfbbstore.o: ../../include/cursor.h ../../include/property.h
mfbbstore.o: ../../include/resource.h ../../include/dix.h
mfbbstore.o: ../../.././X11/Xprotostr.h ../../.././X11/Xmd.h
