4.4BSD/usr/src/contrib/X11R5-hp300/mit/server/ddx/hpbsd/mfb/Makefile

# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.65 91/07/25 17:50:17 rws Exp $

# -------------------------------------------------------------------------
# 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 hpbsd.cf to change

# platform:  $XConsortium: hpbsd.cf,v 1.1 91/09/27 12:10:52 mark Exp $

# operating system:             BSD 4.4Alpha

# -------------------------------------------------------------------------
# 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 = ./server/ddx/hpbsd/mfb

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

         COMPRESS = compress
              CPP = /usr/libexec/cpp $(STD_CPP_DEFINES)
    PREPROCESSCMD = gcc2 -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 = -traditional
      STD_DEFINES =
 EXTRA_LOAD_FLAGS =
  EXTRA_LIBRARIES =
             TAGS = ctags

    PROTO_DEFINES =

     INSTPGMFLAGS = -s

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

     TOP_INCLUDES = -I$(TOP)

      CDEBUGFLAGS = -O2
        CCOPTIONS =

      ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(STD_INCLUDES)
       ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(EXTRA_DEFINES) $(PROTO_DEFINES) $(DEFINES)
           CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
        LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)

           LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)

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

   LDCOMBINEFLAGS = -X -r
      DEPENDFLAGS =

        MACROFILE = hpbsd.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/lib
           BINDIR = /usr/bin/X11
          INCROOT = /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
           TWMDIR = $(LIBDIR)/twm
          MANPATH = /usr/local/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

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

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

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

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

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

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

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

        DEPXILIB = $(XILIBSRC)/libXi.a
           XILIB = 			 $(DEPXILIB)

       DEPPEXLIB = $(PEXLIBSRC)/libPEX5.a
          PEXLIB = 			 $(DEPPEXLIB)

        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 = $(LOCAL_LIBRARIES)

         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.32 91/07/16 22:51:36 gildea Exp $

# $XConsortium: Server.tmpl,v 1.5 91/05/06 19:00:26 rws Exp $

         CC = gcc2
  CCOPTIONS =
STD_DEFINES =  -DXDMCP -DSHAPE -DMULTIBUFFER -DMITMISC -DXIDLE   -DXINPUT
CDEBUGFLAGS = -O2
EXT_DEFINES = -DSHAPE -DMULTIBUFFER -DMITMISC -DXIDLE   -DXINPUT

SRCS1 =	 mfbgc.c mfbwindow.c mfbfont.c 	 mfbfillrct.c mfbpntwin.c maskbits.c mfbpixmap.c 	 mfbimage.c mfbline.c mfbbres.c mfbhrzvert.c mfbbresd.c 	 mfbpushpxl.c mfbzerarc.c mfbfillarc.c          mfbfillsp.c mfbsetsp.c mfbscrinit.c mfbscrclse.c mfbclip.c          mfbbitblt.c mfbgetsp.c mfbpolypnt.c 	 mfbbltC.c mfbbltX.c mfbbltCI.c mfbbltO.c mfbbltG.c 	 mfbcmap.c mfbtileC.c mfbtileG.c mfbmisc.c mfbbstore.c

SRCS =	 $(SRCS1) mfbseg.c mfbpgbwht.c mfbpgbblak.c mfbpgbinv.c mfbigbwht.c 	 mfbigbblak.c mfbpawhite.c mfbpablack.c mfbpainv.c mfbtewhite.c 	 mfbteblack.c mfbbltC.c mfbbltX.c mfbbltCI.c mfbbltO.c mfbbltG.c 	 mfbtileC.c mfbtileG.c

OBJS =   mfbgc.o mfbwindow.o mfbfont.o 	 mfbfillrct.o mfbpntwin.o maskbits.o mfbpixmap.o 	 mfbimage.o mfbline.o mfbbres.o mfbhrzvert.o mfbbresd.o mfbseg.o 	 mfbpushpxl.o mfbzerarc.o mfbfillarc.o 	 mfbfillsp.o mfbsetsp.o mfbscrinit.o mfbscrclse.o mfbclip.o          mfbbitblt.o mfbgetsp.o mfbpolypnt.o 	 mfbbltC.o mfbbltX.o mfbbltCI.o mfbbltO.o mfbbltG.o 	 mfbpgbwht.o mfbpgbblak.o mfbpgbinv.o 	 mfbigbwht.o mfbigbblak.o mfbcmap.o 	 mfbpawhite.o mfbpablack.o mfbpainv.o mfbtileC.o mfbtileG.o          mfbtewhite.o mfbteblack.o mfbmisc.o mfbbstore.o

INCLUDES = -I. -I../../mi -I../../../include -I$(INCLUDESRC) -I$(FONTSRC)/include
LINTDEFS = -DMFBPOLYGLYPHBLT=mfbPolyGlyphBltWhite 	   -DMFBIMAGEGLYPHBLT=mfbImageGlyphBltWhite 	   -DEQWHOLEWORD=\=\~0 -DOPEQ=\|=

LINTLIBS = ../../../dix/llib-ldix.ln ../../../os/llib-los.ln ../../mi/llib-lmi.ln

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

all:: libmfb.a

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

lintlib:: llib-lmfb.ln

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

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

mfbseg.c:  mfbline.c
	$(RM) $@
	$(LN) $? $@

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

depend::  mfbseg.c

clean::
	$(RM) mfbseg.c

mfbpgbwht.c:  mfbplygblt.c
	$(RM) $@
	$(LN) $? $@

mfbpgbwht.o:  mfbpgbwht.c
	$(RM) $@
	$(CC) -c $(CFLAGS) -DMFBPOLYGLYPHBLT=mfbPolyGlyphBltWhite -DOPEQ=\|= $*.c

depend::  mfbpgbwht.c

clean::
	$(RM) mfbpgbwht.c

mfbpgbblak.c:  mfbplygblt.c
	$(RM) $@
	$(LN) $? $@

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

depend::  mfbpgbblak.c

clean::
	$(RM) mfbpgbblak.c

mfbpgbinv.c:  mfbplygblt.c
	$(RM) $@
	$(LN) $? $@

mfbpgbinv.o:  mfbpgbinv.c
	$(RM) $@
	$(CC) -c $(CFLAGS) -DMFBPOLYGLYPHBLT=mfbPolyGlyphBltInvert -DOPEQ=\^= $*.c

depend::  mfbpgbinv.c

clean::
	$(RM) mfbpgbinv.c

mfbigbwht.c:  mfbimggblt.c
	$(RM) $@
	$(LN) $? $@

mfbigbwht.o:  mfbigbwht.c
	$(RM) $@
	$(CC) -c $(CFLAGS) -DMFBIMAGEGLYPHBLT=mfbImageGlyphBltWhite -DOPEQ=\|= $*.c

depend::  mfbigbwht.c

clean::
	$(RM) mfbigbwht.c

mfbigbblak.c:  mfbimggblt.c
	$(RM) $@
	$(LN) $? $@

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

depend::  mfbigbblak.c

clean::
	$(RM) mfbigbblak.c

mfbpawhite.c:  mfbpntarea.c
	$(RM) $@
	$(LN) $? $@

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

depend::  mfbpawhite.c

clean::
	$(RM) mfbpawhite.c

mfbpablack.c:  mfbpntarea.c
	$(RM) $@
	$(LN) $? $@

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

depend::  mfbpablack.c

clean::
	$(RM) mfbpablack.c

mfbpainv.c:  mfbpntarea.c
	$(RM) $@
	$(LN) $? $@

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

depend::  mfbpainv.c

clean::
	$(RM) mfbpainv.c

mfbtewhite.c:  mfbtegblt.c
	$(RM) $@
	$(LN) $? $@

mfbtewhite.o:  mfbtewhite.c
	$(RM) $@
	$(CC) -c $(CFLAGS) -DMFBTEGLYPHBLT=mfbTEGlyphBltWhite -DOP= -DCLIPTETEXT=mfbImageGlyphBltWhite $*.c

depend::  mfbtewhite.c

clean::
	$(RM) mfbtewhite.c

mfbteblack.c:  mfbtegblt.c
	$(RM) $@
	$(LN) $? $@

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

depend::  mfbteblack.c

clean::
	$(RM) mfbteblack.c

mfbbltC.c:  mfbblt.c
	$(RM) $@
	$(LN) $? $@

mfbbltC.o:  mfbbltC.c
	$(RM) $@
	$(CC) -c $(CFLAGS) -DMROP=Mcopy $*.c

depend::  mfbbltC.c

clean::
	$(RM) mfbbltC.c

mfbbltX.c:  mfbblt.c
	$(RM) $@
	$(LN) $? $@

mfbbltX.o:  mfbbltX.c
	$(RM) $@
	$(CC) -c $(CFLAGS) -DMROP=Mxor $*.c

depend::  mfbbltX.c

clean::
	$(RM) mfbbltX.c

mfbbltCI.c:  mfbblt.c
	$(RM) $@
	$(LN) $? $@

mfbbltCI.o:  mfbbltCI.c
	$(RM) $@
	$(CC) -c $(CFLAGS) -DMROP=McopyInverted $*.c

depend::  mfbbltCI.c

clean::
	$(RM) mfbbltCI.c

mfbbltO.c:  mfbblt.c
	$(RM) $@
	$(LN) $? $@

mfbbltO.o:  mfbbltO.c
	$(RM) $@
	$(CC) -c $(CFLAGS) '-DMROP=Mor' $*.c

depend::  mfbbltO.c

clean::
	$(RM) mfbbltO.c

mfbbltG.c:  mfbblt.c
	$(RM) $@
	$(LN) $? $@

mfbbltG.o:  mfbbltG.c
	$(RM) $@
	$(CC) -c $(CFLAGS) -DMROP=0 $*.c

depend::  mfbbltG.c

clean::
	$(RM) mfbbltG.c

mfbtileC.c:  mfbtile.c
	$(RM) $@
	$(LN) $? $@

mfbtileC.o:  mfbtileC.c
	$(RM) $@
	$(CC) -c $(CFLAGS) -DMROP=Mcopy $*.c

depend::  mfbtileC.c

clean::
	$(RM) mfbtileC.c

mfbtileG.c:  mfbtile.c
	$(RM) $@
	$(LN) $? $@

mfbtileG.o:  mfbtileG.c
	$(RM) $@
	$(CC) -c $(CFLAGS) -DMROP=0 $*.c

depend::  mfbtileG.c

clean::
	$(RM) mfbtileG.c

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)

saber_src:
	# load $(CFLAGS) $(SRCS1)
	# load -DMFBPOLYGLYPHBLT=mfbPolyGlyphBltWhite 	   -DOPEQ=\|=  $(CFLAGS) -c mfbpgbwht.c

	# load -DMFBPOLYGLYPHBLT=mfbPolyGlyphBltBlack 	   -DOPEQ=\&=\~ $(CFLAGS) -c mfbpgbblak.c

	# load -DMFBPOLYGLYPHBLT=mfbPolyGlyphBltInvert 	   -DOPEQ=\^=  $(CFLAGS) -c mfbpgbinv.c

	# load -DMFBIMAGEGLYPHBLT=mfbImageGlyphBltWhite 	   -DOPEQ=\|=  $(CFLAGS) -c mfbigbwht.c

	# load -DMFBIMAGEGLYPHBLT=mfbImageGlyphBltBlack 	   -DOPEQ=\&=\~ $(CFLAGS) -c mfbigbblak.c

	# load -DMFBSOLIDFILLAREA=mfbSolidWhiteArea 	   -DMFBSTIPPLEFILLAREA=mfbStippleWhiteArea 	   -DOPEQ=\|=  -DEQWHOLEWORD=\=\~0 	   $(CFLAGS) -c mfbpawhite.c

	# load -DMFBSOLIDFILLAREA=mfbSolidBlackArea 	   -DMFBSTIPPLEFILLAREA=mfbStippleBlackArea 	   -DOPEQ=\&=\~ -DEQWHOLEWORD=\=0 	   $(CFLAGS) -c mfbpablack.c

	# load -DMFBSOLIDFILLAREA=mfbSolidInvertArea 	   -DMFBSTIPPLEFILLAREA=mfbStippleInvertArea 	   -DOPEQ=\^=  -DEQWHOLEWORD=\^=\~0 	   $(CFLAGS) -c mfbpainv.c

	# load -DMFBTEGLYPHBLT=mfbTEGlyphBltWhite 	   -DOP= -DCLIPTETEXT=mfbImageGlyphBltWhite $(CFLAGS) -c mfbtewhite.c

	# load -DMFBTEGLYPHBLT=mfbTEGlyphBltBlack 	   -DOP=\~ -DCLIPTETEXT=mfbImageGlyphBltBlack $(CFLAGS) -c mfbteblack.c

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

mfbgc.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbgc.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbgc.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbgc.o: ../../../include/region.h ../../../include/gc.h
mfbgc.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbgc.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbgc.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbgc.o: ../../../include/os.h /usr/include/string.h /usr/include/sys/cdefs.h
mfbgc.o: ../../../.././X11/Xfuncs.h ../../mi/mibstore.h ../include/hppriv.h
mfbgc.o: ../include/hpOScrnBuf.h ../../../include/dixfontstr.h
mfbgc.o: ../../../include/servermd.h ../../../include/dixfont.h
mfbgc.o: ../../../.././fonts/include/font.h
mfbgc.o: ../../../.././fonts/include/fsmasks.h
mfbgc.o: ../../../.././fonts/include/fontstruct.h ../../../.././X11/Xproto.h
mfbgc.o: ../../../include/gcstruct.h ../../../include/screenint.h
mfbgc.o: ../../../include/windowstr.h ../../../include/window.h
mfbgc.o: ../../../include/pixmapstr.h ../../../include/regionstr.h
mfbgc.o: ../../../include/cursor.h ../../../include/property.h
mfbgc.o: ../../../include/resource.h ../../../include/dix.h
mfbgc.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbgc.o: ../../mi/mistruct.h ../../mi/mi.h maskbits.h
mfbwindow.o: ../../../.././X11/X.h ../../../include/scrnintstr.h
mfbwindow.o: ../../../include/screenint.h ../../../include/miscstruct.h
mfbwindow.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbwindow.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbwindow.o: ../../../include/os.h /usr/include/string.h
mfbwindow.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbwindow.o: ../../../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/regionstr.h
mfbwindow.o: ../../../include/cursor.h ../../../include/property.h
mfbwindow.o: ../../../include/resource.h ../../../include/dix.h
mfbwindow.o: ../../../.././X11/Xprotostr.h mfb.h ../../mi/mibstore.h
mfbwindow.o: ../include/hppriv.h ../include/hpOScrnBuf.h ../../mi/mistruct.h
mfbwindow.o: ../../mi/mi.h
mfbfont.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbfont.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbfont.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbfont.o: ../../../include/region.h ../../../include/gc.h
mfbfont.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbfont.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbfont.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbfont.o: ../../../include/os.h /usr/include/string.h
mfbfont.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbfont.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbfont.o: ../../../.././fonts/include/fontstruct.h
mfbfont.o: ../../../.././X11/Xproto.h ../../../.././fonts/include/font.h
mfbfont.o: ../../../.././fonts/include/fsmasks.h
mfbfont.o: ../../../include/dixfontstr.h ../../../include/servermd.h
mfbfont.o: ../../../include/dixfont.h ../../../include/scrnintstr.h
mfbfont.o: ../../../include/screenint.h
mfbfillrct.o: ../../../.././X11/X.h ../../../.././X11/Xprotostr.h
mfbfillrct.o: ../../../include/pixmapstr.h ../../../include/pixmap.h
mfbfillrct.o: ../../../include/screenint.h ../../../include/miscstruct.h
mfbfillrct.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbfillrct.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbfillrct.o: ../../../include/os.h /usr/include/string.h
mfbfillrct.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbfillrct.o: ../../../include/gcstruct.h ../../../include/gc.h
mfbfillrct.o: ../../../include/region.h ../../../include/windowstr.h
mfbfillrct.o: ../../../include/window.h ../../../include/regionstr.h
mfbfillrct.o: ../../../include/cursor.h ../../../include/property.h
mfbfillrct.o: ../../../include/resource.h ../../../include/dix.h
mfbfillrct.o: ../../../include/scrnintstr.h ../../../include/colormap.h mfb.h
mfbfillrct.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbfillrct.o: maskbits.h ../../../.././X11/Xmd.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/miscstruct.h ../../../include/misc.h
mfbpntwin.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbpntwin.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbpntwin.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbpntwin.o: ../../../.././X11/Xfuncs.h ../../../include/regionstr.h
mfbpntwin.o: ../../../include/region.h ../../../include/cursor.h
mfbpntwin.o: ../../../include/property.h ../../../include/resource.h
mfbpntwin.o: ../../../include/dix.h ../../../include/gc.h
mfbpntwin.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbpntwin.o: ../../../include/colormap.h mfb.h ../../mi/mibstore.h
mfbpntwin.o: ../include/hppriv.h ../include/hpOScrnBuf.h maskbits.h
mfbpntwin.o: ../../../.././X11/Xmd.h ../../../include/servermd.h
maskbits.o: maskbits.h ../../../.././X11/X.h ../../../.././X11/Xmd.h
maskbits.o: ../../../include/servermd.h mergerop.h
mfbpixmap.o: ../../../.././X11/Xmd.h ../../../include/pixmapstr.h
mfbpixmap.o: ../../../include/pixmap.h ../../../include/screenint.h
mfbpixmap.o: ../../../include/miscstruct.h ../../../include/misc.h
mfbpixmap.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbpixmap.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbpixmap.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbpixmap.o: ../../../.././X11/Xfuncs.h maskbits.h ../../../.././X11/X.h
mfbpixmap.o: ../../../include/servermd.h mfb.h ../../../include/region.h
mfbpixmap.o: ../../../include/gc.h ../../../include/colormap.h
mfbpixmap.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbpixmap.o: ../../mi/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/miscstruct.h ../../../include/misc.h
mfbimage.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbimage.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbimage.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbimage.o: ../../../.././X11/Xfuncs.h ../../../include/regionstr.h
mfbimage.o: ../../../include/region.h ../../../include/cursor.h
mfbimage.o: ../../../include/property.h ../../../include/resource.h
mfbimage.o: ../../../include/dix.h ../../../include/gc.h
mfbimage.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbimage.o: ../../../include/colormap.h ../../../include/gcstruct.h mfb.h
mfbimage.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbimage.o: ../../mi/mi.h ../../../.././X11/Xmd.h maskbits.h
mfbimage.o: ../../../include/servermd.h
mfbline.o: ../../../.././X11/X.h ../../../include/gcstruct.h
mfbline.o: ../../../include/gc.h ../../../include/miscstruct.h
mfbline.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbline.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbline.o: ../../../include/os.h /usr/include/string.h
mfbline.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbline.o: ../../../include/region.h ../../../include/pixmap.h
mfbline.o: ../../../include/screenint.h ../../../include/windowstr.h
mfbline.o: ../../../include/window.h ../../../include/pixmapstr.h
mfbline.o: ../../../include/regionstr.h ../../../include/cursor.h
mfbline.o: ../../../include/property.h ../../../include/resource.h
mfbline.o: ../../../include/dix.h ../../../.././X11/Xprotostr.h
mfbline.o: ../../../include/scrnintstr.h ../../../include/colormap.h
mfbline.o: ../../mi/mistruct.h ../../mi/mi.h mfb.h ../../mi/mibstore.h
mfbline.o: ../include/hppriv.h ../include/hpOScrnBuf.h maskbits.h
mfbline.o: ../../../.././X11/Xmd.h ../../../include/servermd.h
mfbbres.o: ../../../.././X11/X.h ../../../include/misc.h
mfbbres.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbbres.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbbres.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbbres.o: ../../../.././X11/Xfuncs.h mfb.h ../../../include/pixmap.h
mfbbres.o: ../../../include/region.h ../../../include/gc.h
mfbbres.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbbres.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbbres.o: maskbits.h ../../../.././X11/Xmd.h ../../../include/servermd.h
mfbhrzvert.o: ../../../.././X11/X.h ../../../include/gc.h
mfbhrzvert.o: ../../../include/window.h ../../../include/pixmap.h
mfbhrzvert.o: ../../../include/region.h mfb.h ../../../include/colormap.h
mfbhrzvert.o: ../../../include/miscstruct.h ../../../include/misc.h
mfbhrzvert.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbhrzvert.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbhrzvert.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbhrzvert.o: ../../../.././X11/Xfuncs.h ../../mi/mibstore.h
mfbhrzvert.o: ../include/hppriv.h ../include/hpOScrnBuf.h maskbits.h
mfbhrzvert.o: ../../../.././X11/Xmd.h ../../../include/servermd.h
mfbbresd.o: ../../../.././X11/X.h ../../../include/misc.h
mfbbresd.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbbresd.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbbresd.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbbresd.o: ../../../.././X11/Xfuncs.h mfb.h ../../../include/pixmap.h
mfbbresd.o: ../../../include/region.h ../../../include/gc.h
mfbbresd.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbbresd.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbbresd.o: maskbits.h ../../../.././X11/Xmd.h ../../../include/servermd.h
mfbpushpxl.o: ../../../.././X11/X.h ../../../include/gcstruct.h
mfbpushpxl.o: ../../../include/gc.h ../../../include/miscstruct.h
mfbpushpxl.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbpushpxl.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbpushpxl.o: ../../../include/os.h /usr/include/string.h
mfbpushpxl.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbpushpxl.o: ../../../include/region.h ../../../include/pixmap.h
mfbpushpxl.o: ../../../include/screenint.h ../../../include/scrnintstr.h
mfbpushpxl.o: ../../../include/colormap.h ../../../include/pixmapstr.h
mfbpushpxl.o: maskbits.h ../../../.././X11/Xmd.h ../../../include/servermd.h
mfbpushpxl.o: ../../../include/regionstr.h mfb.h ../../mi/mibstore.h
mfbpushpxl.o: ../include/hppriv.h ../include/hpOScrnBuf.h
mfbzerarc.o: ../../../.././X11/X.h ../../../.././X11/Xprotostr.h
mfbzerarc.o: ../../../include/miscstruct.h ../../../include/misc.h
mfbzerarc.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbzerarc.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbzerarc.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbzerarc.o: ../../../.././X11/Xfuncs.h ../../../include/gcstruct.h
mfbzerarc.o: ../../../include/gc.h ../../../include/region.h
mfbzerarc.o: ../../../include/pixmap.h ../../../include/screenint.h
mfbzerarc.o: ../../../include/pixmapstr.h ../../../include/scrnintstr.h
mfbzerarc.o: ../../../include/colormap.h mfb.h ../../mi/mibstore.h
mfbzerarc.o: ../include/hppriv.h ../include/hpOScrnBuf.h maskbits.h
mfbzerarc.o: ../../../.././X11/Xmd.h ../../../include/servermd.h
mfbzerarc.o: ../../mi/mizerarc.h
mfbfillarc.o: ../../../.././X11/X.h ../../../.././X11/Xprotostr.h
mfbfillarc.o: ../../../include/miscstruct.h ../../../include/misc.h
mfbfillarc.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbfillarc.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbfillarc.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbfillarc.o: ../../../.././X11/Xfuncs.h ../../../include/gcstruct.h
mfbfillarc.o: ../../../include/gc.h ../../../include/region.h
mfbfillarc.o: ../../../include/pixmap.h ../../../include/screenint.h
mfbfillarc.o: ../../../include/pixmapstr.h ../../../include/scrnintstr.h
mfbfillarc.o: ../../../include/colormap.h mfb.h ../../mi/mibstore.h
mfbfillarc.o: ../include/hppriv.h ../include/hpOScrnBuf.h maskbits.h
mfbfillarc.o: ../../../.././X11/Xmd.h ../../../include/servermd.h
mfbfillarc.o: ../../mi/mifillarc.h
mfbfillsp.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbfillsp.o: ../../../include/gcstruct.h ../../../include/gc.h
mfbfillsp.o: ../../../include/miscstruct.h ../../../include/misc.h
mfbfillsp.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbfillsp.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbfillsp.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbfillsp.o: ../../../.././X11/Xfuncs.h ../../../include/region.h
mfbfillsp.o: ../../../include/pixmap.h ../../../include/screenint.h
mfbfillsp.o: ../../../include/window.h ../../../include/pixmapstr.h
mfbfillsp.o: ../../../include/scrnintstr.h ../../../include/colormap.h
mfbfillsp.o: ../../../include/windowstr.h ../../../include/regionstr.h
mfbfillsp.o: ../../../include/cursor.h ../../../include/property.h
mfbfillsp.o: ../../../include/resource.h ../../../include/dix.h
mfbfillsp.o: ../../../.././X11/Xprotostr.h mfb.h ../../mi/mibstore.h
mfbfillsp.o: ../include/hppriv.h ../include/hpOScrnBuf.h maskbits.h
mfbfillsp.o: ../../../include/servermd.h mergerop.h
mfbsetsp.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbsetsp.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbsetsp.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbsetsp.o: ../../../include/os.h /usr/include/string.h
mfbsetsp.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbsetsp.o: ../../../include/regionstr.h ../../../include/region.h
mfbsetsp.o: ../../../include/miscstruct.h ../../../include/gcstruct.h
mfbsetsp.o: ../../../include/gc.h ../../../include/pixmap.h
mfbsetsp.o: ../../../include/screenint.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 ../../mi/mibstore.h
mfbsetsp.o: ../include/hppriv.h ../include/hpOScrnBuf.h maskbits.h
mfbsetsp.o: ../../../include/servermd.h
mfbscrinit.o: ../../../.././X11/X.h ../../../.././X11/Xproto.h
mfbscrinit.o: ../../../.././X11/Xmd.h ../../../.././X11/Xprotostr.h
mfbscrinit.o: ../../../.././X11/Xmd.h ../../../include/scrnintstr.h
mfbscrinit.o: ../../../include/screenint.h ../../../include/miscstruct.h
mfbscrinit.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbscrinit.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbscrinit.o: ../../../include/os.h /usr/include/string.h
mfbscrinit.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbscrinit.o: ../../../include/region.h ../../../include/pixmap.h
mfbscrinit.o: ../../../include/gc.h ../../../include/colormap.h
mfbscrinit.o: ../../../include/pixmapstr.h ../../../include/resource.h mfb.h
mfbscrinit.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbscrinit.o: ../../mi/mistruct.h ../../mi/mi.h ../../../include/dix.h
mfbscrinit.o: ../../../include/window.h ../../../include/servermd.h
mfbscrclse.o: ../../../include/scrnintstr.h ../../../include/screenint.h
mfbscrclse.o: ../../../include/miscstruct.h ../../../include/misc.h
mfbscrclse.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbscrclse.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbscrclse.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbscrclse.o: ../../../.././X11/Xfuncs.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
mfbclip.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbclip.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbclip.o: ../../../include/os.h /usr/include/string.h
mfbclip.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbclip.o: ../../../include/pixmapstr.h ../../../include/pixmap.h
mfbclip.o: ../../../include/screenint.h ../../../include/scrnintstr.h
mfbclip.o: ../../../include/region.h ../../../include/gc.h
mfbclip.o: ../../../include/colormap.h ../../../include/regionstr.h
mfbclip.o: maskbits.h ../../../.././X11/Xmd.h ../../../include/servermd.h
mfbclip.o: ../../mi/mi.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbbitblt.o: ../../../.././X11/X.h ../../../.././X11/Xprotostr.h
mfbbitblt.o: ../../../include/miscstruct.h ../../../include/misc.h
mfbbitblt.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbbitblt.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbbitblt.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbbitblt.o: ../../../.././X11/Xfuncs.h ../../../include/regionstr.h
mfbbitblt.o: ../../../include/region.h ../../../include/gcstruct.h
mfbbitblt.o: ../../../include/gc.h ../../../include/pixmap.h
mfbbitblt.o: ../../../include/screenint.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: ../../mi/mi.h mfb.h ../../mi/mibstore.h ../include/hppriv.h
mfbbitblt.o: ../include/hpOScrnBuf.h maskbits.h ../../../.././X11/Xmd.h
mfbbitblt.o: ../../../include/servermd.h
mfbgetsp.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbgetsp.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbgetsp.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbgetsp.o: ../../../include/os.h /usr/include/string.h
mfbgetsp.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbgetsp.o: ../../../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/miscstruct.h
mfbgetsp.o: ../../../include/regionstr.h ../../../include/cursor.h
mfbgetsp.o: ../../../include/property.h ../../../include/resource.h
mfbgetsp.o: ../../../include/dix.h ../../../.././X11/Xprotostr.h
mfbgetsp.o: ../../../include/scrnintstr.h ../../../include/colormap.h mfb.h
mfbgetsp.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbgetsp.o: maskbits.h ../../../include/servermd.h
mfbpolypnt.o: ../../../.././X11/X.h ../../../.././X11/Xprotostr.h
mfbpolypnt.o: ../../../include/pixmapstr.h ../../../include/pixmap.h
mfbpolypnt.o: ../../../include/screenint.h ../../../include/miscstruct.h
mfbpolypnt.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbpolypnt.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbpolypnt.o: ../../../include/os.h /usr/include/string.h
mfbpolypnt.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbpolypnt.o: ../../../include/gcstruct.h ../../../include/gc.h
mfbpolypnt.o: ../../../include/region.h ../../../include/windowstr.h
mfbpolypnt.o: ../../../include/window.h ../../../include/regionstr.h
mfbpolypnt.o: ../../../include/cursor.h ../../../include/property.h
mfbpolypnt.o: ../../../include/resource.h ../../../include/dix.h
mfbpolypnt.o: ../../../include/scrnintstr.h ../../../include/colormap.h mfb.h
mfbpolypnt.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbpolypnt.o: maskbits.h ../../../.././X11/Xmd.h ../../../include/servermd.h
mfbbltC.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbbltC.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbbltC.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbbltC.o: ../../../include/region.h ../../../include/gc.h
mfbbltC.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbbltC.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbbltC.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbbltC.o: ../../../include/os.h /usr/include/string.h
mfbbltC.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbbltC.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbbltC.o: ../../../include/gcstruct.h ../../../include/screenint.h
mfbbltC.o: ../../../include/windowstr.h ../../../include/window.h
mfbbltC.o: ../../../include/pixmapstr.h ../../../include/regionstr.h
mfbbltC.o: ../../../include/cursor.h ../../../include/property.h
mfbbltC.o: ../../../include/resource.h ../../../include/dix.h
mfbbltC.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbbltC.o: maskbits.h ../../../include/servermd.h fastblt.h mergerop.h
mfbbltX.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbbltX.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbbltX.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbbltX.o: ../../../include/region.h ../../../include/gc.h
mfbbltX.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbbltX.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbbltX.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbbltX.o: ../../../include/os.h /usr/include/string.h
mfbbltX.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbbltX.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbbltX.o: ../../../include/gcstruct.h ../../../include/screenint.h
mfbbltX.o: ../../../include/windowstr.h ../../../include/window.h
mfbbltX.o: ../../../include/pixmapstr.h ../../../include/regionstr.h
mfbbltX.o: ../../../include/cursor.h ../../../include/property.h
mfbbltX.o: ../../../include/resource.h ../../../include/dix.h
mfbbltX.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbbltX.o: maskbits.h ../../../include/servermd.h fastblt.h mergerop.h
mfbbltCI.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbbltCI.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbbltCI.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbbltCI.o: ../../../include/region.h ../../../include/gc.h
mfbbltCI.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbbltCI.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbbltCI.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbbltCI.o: ../../../include/os.h /usr/include/string.h
mfbbltCI.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbbltCI.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbbltCI.o: ../../../include/gcstruct.h ../../../include/screenint.h
mfbbltCI.o: ../../../include/windowstr.h ../../../include/window.h
mfbbltCI.o: ../../../include/pixmapstr.h ../../../include/regionstr.h
mfbbltCI.o: ../../../include/cursor.h ../../../include/property.h
mfbbltCI.o: ../../../include/resource.h ../../../include/dix.h
mfbbltCI.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbbltCI.o: maskbits.h ../../../include/servermd.h fastblt.h mergerop.h
mfbbltO.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbbltO.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbbltO.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbbltO.o: ../../../include/region.h ../../../include/gc.h
mfbbltO.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbbltO.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbbltO.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbbltO.o: ../../../include/os.h /usr/include/string.h
mfbbltO.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbbltO.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbbltO.o: ../../../include/gcstruct.h ../../../include/screenint.h
mfbbltO.o: ../../../include/windowstr.h ../../../include/window.h
mfbbltO.o: ../../../include/pixmapstr.h ../../../include/regionstr.h
mfbbltO.o: ../../../include/cursor.h ../../../include/property.h
mfbbltO.o: ../../../include/resource.h ../../../include/dix.h
mfbbltO.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbbltO.o: maskbits.h ../../../include/servermd.h fastblt.h mergerop.h
mfbbltG.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbbltG.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbbltG.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbbltG.o: ../../../include/region.h ../../../include/gc.h
mfbbltG.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbbltG.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbbltG.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbbltG.o: ../../../include/os.h /usr/include/string.h
mfbbltG.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbbltG.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbbltG.o: ../../../include/gcstruct.h ../../../include/screenint.h
mfbbltG.o: ../../../include/windowstr.h ../../../include/window.h
mfbbltG.o: ../../../include/pixmapstr.h ../../../include/regionstr.h
mfbbltG.o: ../../../include/cursor.h ../../../include/property.h
mfbbltG.o: ../../../include/resource.h ../../../include/dix.h
mfbbltG.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbbltG.o: maskbits.h ../../../include/servermd.h fastblt.h mergerop.h
mfbcmap.o: ../../../.././X11/X.h ../../../include/scrnintstr.h
mfbcmap.o: ../../../include/screenint.h ../../../include/miscstruct.h
mfbcmap.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbcmap.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbcmap.o: ../../../include/os.h /usr/include/string.h
mfbcmap.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbcmap.o: ../../../include/region.h ../../../include/pixmap.h
mfbcmap.o: ../../../include/gc.h ../../../include/colormap.h
mfbcmap.o: ../../../include/colormapst.h ../../../include/resource.h
mfbtileC.o: ../../../.././X11/X.h ../../../include/windowstr.h
mfbtileC.o: ../../../include/window.h ../../../include/pixmapstr.h
mfbtileC.o: ../../../include/pixmap.h ../../../include/screenint.h
mfbtileC.o: ../../../include/miscstruct.h ../../../include/misc.h
mfbtileC.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbtileC.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbtileC.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbtileC.o: ../../../.././X11/Xfuncs.h ../../../include/regionstr.h
mfbtileC.o: ../../../include/region.h ../../../include/cursor.h
mfbtileC.o: ../../../include/property.h ../../../include/resource.h
mfbtileC.o: ../../../include/dix.h ../../../include/gc.h
mfbtileC.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbtileC.o: ../../../include/colormap.h mfb.h ../../mi/mibstore.h
mfbtileC.o: ../include/hppriv.h ../include/hpOScrnBuf.h maskbits.h
mfbtileC.o: ../../../.././X11/Xmd.h ../../../include/servermd.h mergerop.h
mfbtileG.o: ../../../.././X11/X.h ../../../include/windowstr.h
mfbtileG.o: ../../../include/window.h ../../../include/pixmapstr.h
mfbtileG.o: ../../../include/pixmap.h ../../../include/screenint.h
mfbtileG.o: ../../../include/miscstruct.h ../../../include/misc.h
mfbtileG.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbtileG.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbtileG.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbtileG.o: ../../../.././X11/Xfuncs.h ../../../include/regionstr.h
mfbtileG.o: ../../../include/region.h ../../../include/cursor.h
mfbtileG.o: ../../../include/property.h ../../../include/resource.h
mfbtileG.o: ../../../include/dix.h ../../../include/gc.h
mfbtileG.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbtileG.o: ../../../include/colormap.h mfb.h ../../mi/mibstore.h
mfbtileG.o: ../include/hppriv.h ../include/hpOScrnBuf.h maskbits.h
mfbtileG.o: ../../../.././X11/Xmd.h ../../../include/servermd.h mergerop.h
mfbmisc.o: ../../../.././X11/X.h ../../../include/misc.h
mfbmisc.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbmisc.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbmisc.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbmisc.o: ../../../.././X11/Xfuncs.h ../../../include/cursor.h
mfbmisc.o: ../../../include/scrnintstr.h ../../../include/screenint.h
mfbmisc.o: ../../../include/miscstruct.h ../../../include/region.h
mfbmisc.o: ../../../include/pixmap.h ../../../include/gc.h
mfbmisc.o: ../../../include/colormap.h mfb.h ../../mi/mibstore.h
mfbmisc.o: ../include/hppriv.h ../include/hpOScrnBuf.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: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbbstore.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbbstore.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbbstore.o: ../../../.././X11/Xfuncs.h ../../mi/mibstore.h
mfbbstore.o: ../include/hppriv.h ../include/hpOScrnBuf.h
mfbbstore.o: ../../../.././X11/X.h ../../../include/regionstr.h
mfbbstore.o: ../../../include/scrnintstr.h ../../../include/screenint.h
mfbbstore.o: ../../../include/pixmapstr.h ../../../include/windowstr.h
mfbbstore.o: ../../../include/window.h ../../../include/cursor.h
mfbbstore.o: ../../../include/property.h ../../../include/resource.h
mfbbstore.o: ../../../include/dix.h ../../../.././X11/Xprotostr.h
mfbseg.o: ../../../.././X11/X.h ../../../include/gcstruct.h
mfbseg.o: ../../../include/gc.h ../../../include/miscstruct.h
mfbseg.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbseg.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbseg.o: ../../../include/os.h /usr/include/string.h
mfbseg.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbseg.o: ../../../include/region.h ../../../include/pixmap.h
mfbseg.o: ../../../include/screenint.h ../../../include/windowstr.h
mfbseg.o: ../../../include/window.h ../../../include/pixmapstr.h
mfbseg.o: ../../../include/regionstr.h ../../../include/cursor.h
mfbseg.o: ../../../include/property.h ../../../include/resource.h
mfbseg.o: ../../../include/dix.h ../../../.././X11/Xprotostr.h
mfbseg.o: ../../../include/scrnintstr.h ../../../include/colormap.h
mfbseg.o: ../../mi/mistruct.h ../../mi/mi.h mfb.h ../../mi/mibstore.h
mfbseg.o: ../include/hppriv.h ../include/hpOScrnBuf.h maskbits.h
mfbseg.o: ../../../.././X11/Xmd.h ../../../include/servermd.h
mfbpgbwht.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbpgbwht.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbpgbwht.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbpgbwht.o: ../../../include/region.h ../../../include/gc.h
mfbpgbwht.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbpgbwht.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbpgbwht.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbpgbwht.o: ../../../include/os.h /usr/include/string.h
mfbpgbwht.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbpgbwht.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbpgbwht.o: ../../../.././fonts/include/fontstruct.h
mfbpgbwht.o: ../../../.././X11/Xproto.h ../../../.././fonts/include/font.h
mfbpgbwht.o: ../../../.././fonts/include/fsmasks.h
mfbpgbwht.o: ../../../include/dixfontstr.h ../../../include/servermd.h
mfbpgbwht.o: ../../../include/dixfont.h ../../../include/gcstruct.h
mfbpgbwht.o: ../../../include/screenint.h ../../../include/windowstr.h
mfbpgbwht.o: ../../../include/window.h ../../../include/pixmapstr.h
mfbpgbwht.o: ../../../include/regionstr.h ../../../include/cursor.h
mfbpgbwht.o: ../../../include/property.h ../../../include/resource.h
mfbpgbwht.o: ../../../include/dix.h ../../../.././X11/Xprotostr.h
mfbpgbwht.o: ../../../include/scrnintstr.h maskbits.h
mfbpgbblak.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbpgbblak.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbpgbblak.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbpgbblak.o: ../../../include/region.h ../../../include/gc.h
mfbpgbblak.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbpgbblak.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbpgbblak.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbpgbblak.o: ../../../include/os.h /usr/include/string.h
mfbpgbblak.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbpgbblak.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbpgbblak.o: ../../../.././fonts/include/fontstruct.h
mfbpgbblak.o: ../../../.././X11/Xproto.h ../../../.././fonts/include/font.h
mfbpgbblak.o: ../../../.././fonts/include/fsmasks.h
mfbpgbblak.o: ../../../include/dixfontstr.h ../../../include/servermd.h
mfbpgbblak.o: ../../../include/dixfont.h ../../../include/gcstruct.h
mfbpgbblak.o: ../../../include/screenint.h ../../../include/windowstr.h
mfbpgbblak.o: ../../../include/window.h ../../../include/pixmapstr.h
mfbpgbblak.o: ../../../include/regionstr.h ../../../include/cursor.h
mfbpgbblak.o: ../../../include/property.h ../../../include/resource.h
mfbpgbblak.o: ../../../include/dix.h ../../../.././X11/Xprotostr.h
mfbpgbblak.o: ../../../include/scrnintstr.h maskbits.h
mfbpgbinv.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbpgbinv.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbpgbinv.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbpgbinv.o: ../../../include/region.h ../../../include/gc.h
mfbpgbinv.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbpgbinv.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbpgbinv.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbpgbinv.o: ../../../include/os.h /usr/include/string.h
mfbpgbinv.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbpgbinv.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbpgbinv.o: ../../../.././fonts/include/fontstruct.h
mfbpgbinv.o: ../../../.././X11/Xproto.h ../../../.././fonts/include/font.h
mfbpgbinv.o: ../../../.././fonts/include/fsmasks.h
mfbpgbinv.o: ../../../include/dixfontstr.h ../../../include/servermd.h
mfbpgbinv.o: ../../../include/dixfont.h ../../../include/gcstruct.h
mfbpgbinv.o: ../../../include/screenint.h ../../../include/windowstr.h
mfbpgbinv.o: ../../../include/window.h ../../../include/pixmapstr.h
mfbpgbinv.o: ../../../include/regionstr.h ../../../include/cursor.h
mfbpgbinv.o: ../../../include/property.h ../../../include/resource.h
mfbpgbinv.o: ../../../include/dix.h ../../../.././X11/Xprotostr.h
mfbpgbinv.o: ../../../include/scrnintstr.h maskbits.h
mfbigbwht.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbigbwht.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbigbwht.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbigbwht.o: ../../../include/region.h ../../../include/gc.h
mfbigbwht.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbigbwht.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbigbwht.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbigbwht.o: ../../../include/os.h /usr/include/string.h
mfbigbwht.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbigbwht.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbigbwht.o: ../../../.././fonts/include/fontstruct.h
mfbigbwht.o: ../../../.././X11/Xproto.h ../../../.././fonts/include/font.h
mfbigbwht.o: ../../../.././fonts/include/fsmasks.h
mfbigbwht.o: ../../../include/dixfontstr.h ../../../include/servermd.h
mfbigbwht.o: ../../../include/dixfont.h ../../../include/gcstruct.h
mfbigbwht.o: ../../../include/screenint.h ../../../include/windowstr.h
mfbigbwht.o: ../../../include/window.h ../../../include/pixmapstr.h
mfbigbwht.o: ../../../include/regionstr.h ../../../include/cursor.h
mfbigbwht.o: ../../../include/property.h ../../../include/resource.h
mfbigbwht.o: ../../../include/dix.h ../../../.././X11/Xprotostr.h
mfbigbwht.o: ../../../include/scrnintstr.h maskbits.h
mfbigbblak.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbigbblak.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbigbblak.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbigbblak.o: ../../../include/region.h ../../../include/gc.h
mfbigbblak.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbigbblak.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbigbblak.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbigbblak.o: ../../../include/os.h /usr/include/string.h
mfbigbblak.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbigbblak.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbigbblak.o: ../../../.././fonts/include/fontstruct.h
mfbigbblak.o: ../../../.././X11/Xproto.h ../../../.././fonts/include/font.h
mfbigbblak.o: ../../../.././fonts/include/fsmasks.h
mfbigbblak.o: ../../../include/dixfontstr.h ../../../include/servermd.h
mfbigbblak.o: ../../../include/dixfont.h ../../../include/gcstruct.h
mfbigbblak.o: ../../../include/screenint.h ../../../include/windowstr.h
mfbigbblak.o: ../../../include/window.h ../../../include/pixmapstr.h
mfbigbblak.o: ../../../include/regionstr.h ../../../include/cursor.h
mfbigbblak.o: ../../../include/property.h ../../../include/resource.h
mfbigbblak.o: ../../../include/dix.h ../../../.././X11/Xprotostr.h
mfbigbblak.o: ../../../include/scrnintstr.h maskbits.h
mfbpawhite.o: ../../../.././X11/X.h ../../../include/windowstr.h
mfbpawhite.o: ../../../include/window.h ../../../include/pixmapstr.h
mfbpawhite.o: ../../../include/pixmap.h ../../../include/screenint.h
mfbpawhite.o: ../../../include/miscstruct.h ../../../include/misc.h
mfbpawhite.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbpawhite.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbpawhite.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbpawhite.o: ../../../.././X11/Xfuncs.h ../../../include/regionstr.h
mfbpawhite.o: ../../../include/region.h ../../../include/cursor.h
mfbpawhite.o: ../../../include/property.h ../../../include/resource.h
mfbpawhite.o: ../../../include/dix.h ../../../include/gc.h
mfbpawhite.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbpawhite.o: ../../../include/colormap.h mfb.h ../../mi/mibstore.h
mfbpawhite.o: ../include/hppriv.h ../include/hpOScrnBuf.h maskbits.h
mfbpawhite.o: ../../../.././X11/Xmd.h ../../../include/servermd.h
mfbpablack.o: ../../../.././X11/X.h ../../../include/windowstr.h
mfbpablack.o: ../../../include/window.h ../../../include/pixmapstr.h
mfbpablack.o: ../../../include/pixmap.h ../../../include/screenint.h
mfbpablack.o: ../../../include/miscstruct.h ../../../include/misc.h
mfbpablack.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbpablack.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbpablack.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbpablack.o: ../../../.././X11/Xfuncs.h ../../../include/regionstr.h
mfbpablack.o: ../../../include/region.h ../../../include/cursor.h
mfbpablack.o: ../../../include/property.h ../../../include/resource.h
mfbpablack.o: ../../../include/dix.h ../../../include/gc.h
mfbpablack.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbpablack.o: ../../../include/colormap.h mfb.h ../../mi/mibstore.h
mfbpablack.o: ../include/hppriv.h ../include/hpOScrnBuf.h maskbits.h
mfbpablack.o: ../../../.././X11/Xmd.h ../../../include/servermd.h
mfbpainv.o: ../../../.././X11/X.h ../../../include/windowstr.h
mfbpainv.o: ../../../include/window.h ../../../include/pixmapstr.h
mfbpainv.o: ../../../include/pixmap.h ../../../include/screenint.h
mfbpainv.o: ../../../include/miscstruct.h ../../../include/misc.h
mfbpainv.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbpainv.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbpainv.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbpainv.o: ../../../.././X11/Xfuncs.h ../../../include/regionstr.h
mfbpainv.o: ../../../include/region.h ../../../include/cursor.h
mfbpainv.o: ../../../include/property.h ../../../include/resource.h
mfbpainv.o: ../../../include/dix.h ../../../include/gc.h
mfbpainv.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbpainv.o: ../../../include/colormap.h mfb.h ../../mi/mibstore.h
mfbpainv.o: ../include/hppriv.h ../include/hpOScrnBuf.h maskbits.h
mfbpainv.o: ../../../.././X11/Xmd.h ../../../include/servermd.h
mfbtewhite.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbtewhite.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbtewhite.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbtewhite.o: ../../../include/region.h ../../../include/gc.h
mfbtewhite.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbtewhite.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbtewhite.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbtewhite.o: ../../../include/os.h /usr/include/string.h
mfbtewhite.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbtewhite.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbtewhite.o: ../../../.././fonts/include/fontstruct.h
mfbtewhite.o: ../../../.././X11/Xproto.h ../../../.././fonts/include/font.h
mfbtewhite.o: ../../../.././fonts/include/fsmasks.h
mfbtewhite.o: ../../../include/dixfontstr.h ../../../include/servermd.h
mfbtewhite.o: ../../../include/dixfont.h ../../../include/gcstruct.h
mfbtewhite.o: ../../../include/screenint.h ../../../include/windowstr.h
mfbtewhite.o: ../../../include/window.h ../../../include/pixmapstr.h
mfbtewhite.o: ../../../include/regionstr.h ../../../include/cursor.h
mfbtewhite.o: ../../../include/property.h ../../../include/resource.h
mfbtewhite.o: ../../../include/dix.h ../../../.././X11/Xprotostr.h
mfbtewhite.o: ../../../include/scrnintstr.h maskbits.h
mfbteblack.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbteblack.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbteblack.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbteblack.o: ../../../include/region.h ../../../include/gc.h
mfbteblack.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbteblack.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbteblack.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbteblack.o: ../../../include/os.h /usr/include/string.h
mfbteblack.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbteblack.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbteblack.o: ../../../.././fonts/include/fontstruct.h
mfbteblack.o: ../../../.././X11/Xproto.h ../../../.././fonts/include/font.h
mfbteblack.o: ../../../.././fonts/include/fsmasks.h
mfbteblack.o: ../../../include/dixfontstr.h ../../../include/servermd.h
mfbteblack.o: ../../../include/dixfont.h ../../../include/gcstruct.h
mfbteblack.o: ../../../include/screenint.h ../../../include/windowstr.h
mfbteblack.o: ../../../include/window.h ../../../include/pixmapstr.h
mfbteblack.o: ../../../include/regionstr.h ../../../include/cursor.h
mfbteblack.o: ../../../include/property.h ../../../include/resource.h
mfbteblack.o: ../../../include/dix.h ../../../.././X11/Xprotostr.h
mfbteblack.o: ../../../include/scrnintstr.h maskbits.h
mfbbltC.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbbltC.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbbltC.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbbltC.o: ../../../include/region.h ../../../include/gc.h
mfbbltC.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbbltC.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbbltC.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbbltC.o: ../../../include/os.h /usr/include/string.h
mfbbltC.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbbltC.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbbltC.o: ../../../include/gcstruct.h ../../../include/screenint.h
mfbbltC.o: ../../../include/windowstr.h ../../../include/window.h
mfbbltC.o: ../../../include/pixmapstr.h ../../../include/regionstr.h
mfbbltC.o: ../../../include/cursor.h ../../../include/property.h
mfbbltC.o: ../../../include/resource.h ../../../include/dix.h
mfbbltC.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbbltC.o: maskbits.h ../../../include/servermd.h fastblt.h mergerop.h
mfbbltX.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbbltX.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbbltX.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbbltX.o: ../../../include/region.h ../../../include/gc.h
mfbbltX.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbbltX.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbbltX.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbbltX.o: ../../../include/os.h /usr/include/string.h
mfbbltX.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbbltX.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbbltX.o: ../../../include/gcstruct.h ../../../include/screenint.h
mfbbltX.o: ../../../include/windowstr.h ../../../include/window.h
mfbbltX.o: ../../../include/pixmapstr.h ../../../include/regionstr.h
mfbbltX.o: ../../../include/cursor.h ../../../include/property.h
mfbbltX.o: ../../../include/resource.h ../../../include/dix.h
mfbbltX.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbbltX.o: maskbits.h ../../../include/servermd.h fastblt.h mergerop.h
mfbbltCI.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbbltCI.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbbltCI.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbbltCI.o: ../../../include/region.h ../../../include/gc.h
mfbbltCI.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbbltCI.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbbltCI.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbbltCI.o: ../../../include/os.h /usr/include/string.h
mfbbltCI.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbbltCI.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbbltCI.o: ../../../include/gcstruct.h ../../../include/screenint.h
mfbbltCI.o: ../../../include/windowstr.h ../../../include/window.h
mfbbltCI.o: ../../../include/pixmapstr.h ../../../include/regionstr.h
mfbbltCI.o: ../../../include/cursor.h ../../../include/property.h
mfbbltCI.o: ../../../include/resource.h ../../../include/dix.h
mfbbltCI.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbbltCI.o: maskbits.h ../../../include/servermd.h fastblt.h mergerop.h
mfbbltO.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbbltO.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbbltO.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbbltO.o: ../../../include/region.h ../../../include/gc.h
mfbbltO.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbbltO.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbbltO.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbbltO.o: ../../../include/os.h /usr/include/string.h
mfbbltO.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbbltO.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbbltO.o: ../../../include/gcstruct.h ../../../include/screenint.h
mfbbltO.o: ../../../include/windowstr.h ../../../include/window.h
mfbbltO.o: ../../../include/pixmapstr.h ../../../include/regionstr.h
mfbbltO.o: ../../../include/cursor.h ../../../include/property.h
mfbbltO.o: ../../../include/resource.h ../../../include/dix.h
mfbbltO.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbbltO.o: maskbits.h ../../../include/servermd.h fastblt.h mergerop.h
mfbbltG.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mfbbltG.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mfbbltG.o: ../../../.././X11/Xprotostr.h mfb.h ../../../include/pixmap.h
mfbbltG.o: ../../../include/region.h ../../../include/gc.h
mfbbltG.o: ../../../include/colormap.h ../../../include/miscstruct.h
mfbbltG.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h
mfbbltG.o: /usr/include/stddef.h /usr/include/machine/ansi.h
mfbbltG.o: ../../../include/os.h /usr/include/string.h
mfbbltG.o: /usr/include/sys/cdefs.h ../../../.././X11/Xfuncs.h
mfbbltG.o: ../../mi/mibstore.h ../include/hppriv.h ../include/hpOScrnBuf.h
mfbbltG.o: ../../../include/gcstruct.h ../../../include/screenint.h
mfbbltG.o: ../../../include/windowstr.h ../../../include/window.h
mfbbltG.o: ../../../include/pixmapstr.h ../../../include/regionstr.h
mfbbltG.o: ../../../include/cursor.h ../../../include/property.h
mfbbltG.o: ../../../include/resource.h ../../../include/dix.h
mfbbltG.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbbltG.o: maskbits.h ../../../include/servermd.h fastblt.h mergerop.h
mfbtileC.o: ../../../.././X11/X.h ../../../include/windowstr.h
mfbtileC.o: ../../../include/window.h ../../../include/pixmapstr.h
mfbtileC.o: ../../../include/pixmap.h ../../../include/screenint.h
mfbtileC.o: ../../../include/miscstruct.h ../../../include/misc.h
mfbtileC.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbtileC.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbtileC.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbtileC.o: ../../../.././X11/Xfuncs.h ../../../include/regionstr.h
mfbtileC.o: ../../../include/region.h ../../../include/cursor.h
mfbtileC.o: ../../../include/property.h ../../../include/resource.h
mfbtileC.o: ../../../include/dix.h ../../../include/gc.h
mfbtileC.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbtileC.o: ../../../include/colormap.h mfb.h ../../mi/mibstore.h
mfbtileC.o: ../include/hppriv.h ../include/hpOScrnBuf.h maskbits.h
mfbtileC.o: ../../../.././X11/Xmd.h ../../../include/servermd.h mergerop.h
mfbtileG.o: ../../../.././X11/X.h ../../../include/windowstr.h
mfbtileG.o: ../../../include/window.h ../../../include/pixmapstr.h
mfbtileG.o: ../../../include/pixmap.h ../../../include/screenint.h
mfbtileG.o: ../../../include/miscstruct.h ../../../include/misc.h
mfbtileG.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h
mfbtileG.o: /usr/include/machine/ansi.h ../../../include/os.h
mfbtileG.o: /usr/include/string.h /usr/include/sys/cdefs.h
mfbtileG.o: ../../../.././X11/Xfuncs.h ../../../include/regionstr.h
mfbtileG.o: ../../../include/region.h ../../../include/cursor.h
mfbtileG.o: ../../../include/property.h ../../../include/resource.h
mfbtileG.o: ../../../include/dix.h ../../../include/gc.h
mfbtileG.o: ../../../.././X11/Xprotostr.h ../../../include/scrnintstr.h
mfbtileG.o: ../../../include/colormap.h mfb.h ../../mi/mibstore.h
mfbtileG.o: ../include/hppriv.h ../include/hpOScrnBuf.h maskbits.h
mfbtileG.o: ../../../.././X11/Xmd.h ../../../include/servermd.h mergerop.h