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

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

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

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

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

# platform:  $XConsortium: Mips.cf /main/17 1996/09/28 16:06:25 rws $
# operating system:             RISCOS

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

               AR = ar clr
  BOOTSTRAPCFLAGS = -DMips
               CC = cc
               AS = as

         COMPRESS = compress
              CPP = /lib/cpp $(STD_CPP_DEFINES)
    PREPROCESSCMD = cc -E $(STD_CPP_DEFINES)
          INSTALL = /etc/mipsinstall -f
               LD = ld
             LINT = lint
      LINTLIBFLAG = -C
         LINTOPTS = -axz
               LN = ln -s
             MAKE = make -e
               MV = mv
               CP = cp

               RM = rm -f
            TROFF = psroff
         MSMACROS = -ms
              TBL = tbl
              EQN = eqn
     STD_INCLUDES =
  STD_CPP_DEFINES = -DMips -DBSD43
      STD_DEFINES = -DMips -DBSD43
 EXTRA_LOAD_FLAGS =
  EXTRA_LIBRARIES = -lmld
             TAGS = ctags

   SIGNAL_DEFINES = -DSIGNALRETURNSINT

    PROTO_DEFINES =

     INSTPGMFLAGS =

     INSTBINFLAGS = -m 0755
     INSTUIDFLAGS = -m 4755
     INSTLIBFLAGS = -m 0644
     INSTINCFLAGS = -m 0444
     INSTMANFLAGS = -m 0444
     INSTDATFLAGS = -m 0444
    INSTKMEMFLAGS = -g sys -m 2711

     TOP_INCLUDES = -I$(TOP)

      CDEBUGFLAGS = -O
        CCOPTIONS = -signed -systype bsd43 -Olimit 2000 -Wf,-XNd8400,-XNp12000

      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 = Mips.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 = /man/cat
    MANSOURCEPATH = $(MANPATH)/man
        MANSUFFIX = n
     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 5.31 91/07/16 22:51:52 gildea Exp $

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

         CC = cc
  CCOPTIONS = -signed -systype bsd43 -Olimit 2000 -Wf,-XNd8400,-XNp12000
STD_DEFINES = -DMips -DBSD43 -DXDMCP -DSHAPE -DMULTIBUFFER -DMITMISC -DPEXEXT
CDEBUGFLAGS = -O
EXT_DEFINES = -DSHAPE -DMULTIBUFFER -DMITMISC -DPEXEXT

SRCS =	 cfbgc.c cfbrrop.c cfbwindow.c \
	 cfbpntwin.c cfbmskbits.c cfbpixmap.c cfbbitblt.c \
	 cfbfillsp.c cfbsetsp.c cfbscrinit.c \
	 cfbgetsp.c cfbfillrct.c \
	 cfbsolidC.c cfbsolidX.c cfbsolidG.c \
	 cfbtile32C.c cfbtile32G.c \
	 cfbtileoddC.c cfbtileoddG.c \
	 cfbcmap.c cfbzerarcC.c cfbzerarcX.c cfbzerarcG.c \
	 cfbfillarcC.c cfbfillarcG.c \
	 cfbtegblt.c cfbbstore.c cfb8cppl.c \
	 cfbbltC.c cfbbltX.c cfbbltO.c cfbbltG.c \
	 cfb8bit.c cfbteblt8.c cfbglblt8.c cfbglrop8.c cfbigblt8.c \
 	 cfbpush8.c cfbrctstp8.c cfbpolypnt.c \
	 cfb8lineCO.c cfb8lineX.c cfb8lineG.c cfb8lineCP.c \
 	 cfb8segC.c cfb8segX.c cfb8segG.c cfb8segCS.c \
	 cfbbres.c cfbline.c cfbhrzvert.c cfbbresd.c cfbimage.c cfbseg.c \
	 cfbply1rctC.c cfbply1rctG.c

STIPPLESRC = stipmips.s stipmipste.s
STIPPLEOBJ = stipmips.o stipmipste.o
STIPPLEDEF = -DHAS_STIPPLE_CODE

OBJS =   cfbgc.o cfbrrop.o cfbwindow.o \
	 cfbgetsp.o cfbfillrct.o \
	 cfbsolidC.o cfbsolidX.o cfbsolidG.o \
	 cfbtile32C.o cfbtile32G.o \
	 cfbtileoddC.o cfbtileoddG.o \
	 cfbfillsp.o cfbsetsp.o cfbscrinit.o \
	 cfbpntwin.o cfbmskbits.o cfbpixmap.o \
	 cfbcmap.o cfbzerarcC.o cfbzerarcX.o cfbzerarcG.o \
	 cfbfillarcC.o cfbfillarcG.o \
	 cfbtegblt.o cfbbstore.o cfb8cppl.o \
	 cfb8bit.o cfbteblt8.o cfbglblt8.o cfbglrop8.o cfbigblt8.o \
 	 cfbrctstp8.o cfbpolypnt.o \
 	 cfb8segCS.o cfb8segX.o cfb8segG.o cfb8segC.o \
	 cfb8lineCO.o cfb8lineX.o cfb8lineG.o cfb8lineCP.o \
	 cfbbres.o cfbline.o cfbhrzvert.o cfbbresd.o cfbimage.o cfbseg.o \
 	 cfbbitblt.o cfbbltC.o cfbbltX.o cfbbltO.o cfbbltG.o \
	 cfbpush8.o cfbply1rctC.o cfbply1rctG.o $(STIPPLEOBJ)

   INCLUDES = -I. -I../mfb -I../mi -I../../include -I$(INCLUDESRC) \
   	      -I$(FONTSRC)/include
   LINTLIBS = ../../dix/llib-ldix.ln ../../os/llib-los.ln \
	     ../mfb/llib-lmfb.ln ../mi/llib-lmi.ln

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

all:: libcfb.a

libcfb.a: $(OBJS)
	$(RM) $@
	$(AR) $@ $(OBJS)

lintlib:: llib-lcfb.ln

llib-lcfb.ln: $(SRCS)
	$(RM) $@
	$(LINT) $(LINTLIBFLAG)cfb $(LINTFLAGS) $(SRCS)

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

stipmipste.s: stipmips.s
	$(RM) $@
	$(LN) stipmips.s stipmipste.s
clean::
	$(RM) stipmipste.s

stipmipste.o: stipmipste.s
	$(AS) -o $@ -DTETEXT stipmipste.s

cfbseg.c:  cfbline.c
	$(RM) $@
	$(LN) $? $@

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

depend::  cfbseg.c

clean::
	$(RM) cfbseg.c

cfbglrop8.c:  cfbglblt8.c
	$(RM) $@
	$(LN) $? $@

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

depend::  cfbglrop8.c

clean::
	$(RM) cfbglrop8.c

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

cfbfillarcC.c:  cfbfillarc.c
	$(RM) $@
	$(LN) $? $@

cfbfillarcC.o:  cfbfillarcC.c
	 $(RM) $@
	$(CC) -c $(CFLAGS) -DRROP=GXcopy $*.c

depend::  cfbfillarcC.c

clean::
	$(RM) cfbfillarcC.c

cfbfillarcG.c:  cfbfillarc.c
	$(RM) $@
	$(LN) $? $@

cfbfillarcG.o:  cfbfillarcG.c
	 $(RM) $@
	$(CC) -c $(CFLAGS) -DRROP=GXset $*.c

depend::  cfbfillarcG.c

clean::
	$(RM) cfbfillarcG.c

cfbzerarcC.c:  cfbzerarc.c
	$(RM) $@
	$(LN) $? $@

cfbzerarcC.o:  cfbzerarcC.c
	 $(RM) $@
	$(CC) -c $(CFLAGS) -DRROP=GXcopy $*.c

depend::  cfbzerarcC.c

clean::
	$(RM) cfbzerarcC.c

cfbzerarcX.c:  cfbzerarc.c
	$(RM) $@
	$(LN) $? $@

cfbzerarcX.o:  cfbzerarcX.c
	 $(RM) $@
	$(CC) -c $(CFLAGS) -DRROP=GXxor $*.c

depend::  cfbzerarcX.c

clean::
	$(RM) cfbzerarcX.c

cfbzerarcG.c:  cfbzerarc.c
	$(RM) $@
	$(LN) $? $@

cfbzerarcG.o:  cfbzerarcG.c
	 $(RM) $@
	$(CC) -c $(CFLAGS) -DRROP=GXset $*.c

depend::  cfbzerarcG.c

clean::
	$(RM) cfbzerarcG.c

cfbbltC.c:  cfbblt.c
	$(RM) $@
	$(LN) $? $@

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

depend::  cfbbltC.c

clean::
	$(RM) cfbbltC.c

cfbbltX.c:  cfbblt.c
	$(RM) $@
	$(LN) $? $@

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

depend::  cfbbltX.c

clean::
	$(RM) cfbbltX.c

cfbbltO.c:  cfbblt.c
	$(RM) $@
	$(LN) $? $@

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

depend::  cfbbltO.c

clean::
	$(RM) cfbbltO.c

cfbbltG.c:  cfbblt.c
	$(RM) $@
	$(LN) $? $@

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

depend::  cfbbltG.c

clean::
	$(RM) cfbbltG.c

cfbsolidC.c:  cfbsolid.c
	$(RM) $@
	$(LN) $? $@

cfbsolidC.o:  cfbsolidC.c
	 $(RM) $@
	$(CC) -c $(CFLAGS) -DRROP=GXcopy $*.c

depend::  cfbsolidC.c

clean::
	$(RM) cfbsolidC.c

cfbsolidX.c:  cfbsolid.c
	$(RM) $@
	$(LN) $? $@

cfbsolidX.o:  cfbsolidX.c
	 $(RM) $@
	$(CC) -c $(CFLAGS) -DRROP=GXxor $*.c

depend::  cfbsolidX.c

clean::
	$(RM) cfbsolidX.c

cfbsolidG.c:  cfbsolid.c
	$(RM) $@
	$(LN) $? $@

cfbsolidG.o:  cfbsolidG.c
	 $(RM) $@
	$(CC) -c $(CFLAGS) -DRROP=GXset $*.c

depend::  cfbsolidG.c

clean::
	$(RM) cfbsolidG.c

cfbtile32C.c:  cfbtile32.c
	$(RM) $@
	$(LN) $? $@

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

depend::  cfbtile32C.c

clean::
	$(RM) cfbtile32C.c

cfbtile32G.c:  cfbtile32.c
	$(RM) $@
	$(LN) $? $@

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

depend::  cfbtile32G.c

clean::
	$(RM) cfbtile32G.c

cfbtileoddC.c:  cfbtileodd.c
	$(RM) $@
	$(LN) $? $@

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

depend::  cfbtileoddC.c

clean::
	$(RM) cfbtileoddC.c

cfbtileoddG.c:  cfbtileodd.c
	$(RM) $@
	$(LN) $? $@

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

depend::  cfbtileoddG.c

clean::
	$(RM) cfbtileoddG.c

cfb8lineCO.c:  cfb8line.c
	$(RM) $@
	$(LN) $? $@

cfb8lineCO.o:  cfb8lineCO.c
	 $(RM) $@
	$(CC) -c $(CFLAGS) -DRROP=GXcopy $*.c

depend::  cfb8lineCO.c

clean::
	$(RM) cfb8lineCO.c

cfb8lineCP.c:  cfb8line.c
	$(RM) $@
	$(LN) $? $@

cfb8lineCP.o:  cfb8lineCP.c
	 $(RM) $@
	$(CC) -c $(CFLAGS) -DRROP=GXcopy -DPREVIOUS $*.c

depend::  cfb8lineCP.c

clean::
	$(RM) cfb8lineCP.c

cfb8lineX.c:  cfb8line.c
	$(RM) $@
	$(LN) $? $@

cfb8lineX.o:  cfb8lineX.c
	 $(RM) $@
	$(CC) -c $(CFLAGS) -DRROP=GXxor $*.c

depend::  cfb8lineX.c

clean::
	$(RM) cfb8lineX.c

cfb8lineG.c:  cfb8line.c
	$(RM) $@
	$(LN) $? $@

cfb8lineG.o:  cfb8lineG.c
	 $(RM) $@
	$(CC) -c $(CFLAGS) -DRROP=GXset $*.c

depend::  cfb8lineG.c

clean::
	$(RM) cfb8lineG.c

cfb8segCS.c:  cfb8line.c
	$(RM) $@
	$(LN) $? $@

cfb8segCS.o:  cfb8segCS.c
	 $(RM) $@
	$(CC) -c $(CFLAGS) -DRROP=GXcopy -DPOLYSEGMENT -DWIDTH_SHIFT $*.c

depend::  cfb8segCS.c

clean::
	$(RM) cfb8segCS.c

cfb8segC.c:  cfb8line.c
	$(RM) $@
	$(LN) $? $@

cfb8segC.o:  cfb8segC.c
	 $(RM) $@
	$(CC) -c $(CFLAGS) -DRROP=GXcopy -DPOLYSEGMENT $*.c

depend::  cfb8segC.c

clean::
	$(RM) cfb8segC.c

cfb8segX.c:  cfb8line.c
	$(RM) $@
	$(LN) $? $@

cfb8segX.o:  cfb8segX.c
	 $(RM) $@
	$(CC) -c $(CFLAGS) -DRROP=GXxor -DPOLYSEGMENT $*.c

depend::  cfb8segX.c

clean::
	$(RM) cfb8segX.c

cfb8segG.c:  cfb8line.c
	$(RM) $@
	$(LN) $? $@

cfb8segG.o:  cfb8segG.c
	 $(RM) $@
	$(CC) -c $(CFLAGS) -DRROP=GXset -DPOLYSEGMENT $*.c

depend::  cfb8segG.c

clean::
	$(RM) cfb8segG.c

cfbply1rctC.c:  cfbply1rct.c
	$(RM) $@
	$(LN) $? $@

cfbply1rctC.o:  cfbply1rctC.c
	 $(RM) $@
	$(CC) -c $(CFLAGS) -DRROP=GXcopy $*.c

depend::  cfbply1rctC.c

clean::
	$(RM) cfbply1rctC.c

cfbply1rctG.c:  cfbply1rct.c
	$(RM) $@
	$(LN) $? $@

cfbply1rctG.o:  cfbply1rctG.c
	 $(RM) $@
	$(CC) -c $(CFLAGS) -DRROP=GXset $*.c

depend::  cfbply1rctG.c

clean::
	$(RM) cfbply1rctG.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)

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

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

cfbgc.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfbgc.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h cfb.h
cfbgc.o: ../../include/pixmap.h ../../include/region.h ../../include/gc.h
cfbgc.o: ../../include/colormap.h ../../include/miscstruct.h
cfbgc.o: ../../include/misc.h ../../.././X11/Xosdefs.h ../../include/os.h
cfbgc.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbgc.o: ../../.././X11/Xfuncs.h ../../include/servermd.h ../mfb/mfb.h
cfbgc.o: ../mi/mibstore.h ../../.././fonts/include/fontstruct.h
cfbgc.o: ../../.././X11/Xproto.h ../../.././fonts/include/font.h
cfbgc.o: ../../.././fonts/include/fsmasks.h ../../include/dixfontstr.h
cfbgc.o: ../../include/dixfont.h ../../include/gcstruct.h
cfbgc.o: ../../include/screenint.h ../../include/windowstr.h
cfbgc.o: ../../include/window.h ../../include/pixmapstr.h
cfbgc.o: ../../include/regionstr.h ../../include/cursor.h
cfbgc.o: ../../include/property.h ../../include/resource.h
cfbgc.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfbgc.o: ../../include/scrnintstr.h ../mi/mistruct.h ../mi/mi.h cfbmskbits.h
cfbgc.o: cfb8bit.h
cfbrrop.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfbrrop.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h cfb.h
cfbrrop.o: ../../include/pixmap.h ../../include/region.h ../../include/gc.h
cfbrrop.o: ../../include/colormap.h ../../include/miscstruct.h
cfbrrop.o: ../../include/misc.h ../../.././X11/Xosdefs.h ../../include/os.h
cfbrrop.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbrrop.o: ../../.././X11/Xfuncs.h ../../include/servermd.h ../mfb/mfb.h
cfbrrop.o: ../mi/mibstore.h cfbmskbits.h
cfbwindow.o: ../../.././X11/X.h ../../include/scrnintstr.h
cfbwindow.o: ../../include/screenint.h ../../include/miscstruct.h
cfbwindow.o: ../../include/misc.h ../../.././X11/Xosdefs.h ../../include/os.h
cfbwindow.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbwindow.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbwindow.o: ../../include/pixmap.h ../../include/gc.h
cfbwindow.o: ../../include/colormap.h ../../include/windowstr.h
cfbwindow.o: ../../include/window.h ../../include/pixmapstr.h
cfbwindow.o: ../../include/regionstr.h ../../include/cursor.h
cfbwindow.o: ../../include/property.h ../../include/resource.h
cfbwindow.o: ../../include/dix.h ../../.././X11/Xprotostr.h cfb.h
cfbwindow.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfbwindow.o: ../mi/mistruct.h ../mi/mi.h cfbmskbits.h ../../.././X11/Xmd.h
cfbpntwin.o: ../../.././X11/X.h ../../include/windowstr.h
cfbpntwin.o: ../../include/window.h ../../include/pixmapstr.h
cfbpntwin.o: ../../include/pixmap.h ../../include/screenint.h
cfbpntwin.o: ../../include/miscstruct.h ../../include/misc.h
cfbpntwin.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbpntwin.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbpntwin.o: ../../.././X11/Xfuncs.h ../../include/regionstr.h
cfbpntwin.o: ../../include/region.h ../../include/cursor.h
cfbpntwin.o: ../../include/property.h ../../include/resource.h
cfbpntwin.o: ../../include/dix.h ../../include/gc.h
cfbpntwin.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfbpntwin.o: ../../include/colormap.h cfb.h ../../include/servermd.h
cfbpntwin.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h ../../.././X11/Xmd.h
cfbpntwin.o: cfbrrop.h
cfbmskbits.o: ../../.././X11/X.h ../../.././X11/Xmd.h
cfbmskbits.o: ../../include/servermd.h
cfbpixmap.o: ../../.././X11/Xmd.h ../../include/servermd.h
cfbpixmap.o: ../../include/pixmapstr.h ../../include/pixmap.h
cfbpixmap.o: ../../include/screenint.h ../../include/miscstruct.h
cfbpixmap.o: ../../include/misc.h ../../.././X11/Xosdefs.h ../../include/os.h
cfbpixmap.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbpixmap.o: ../../.././X11/Xfuncs.h cfbmskbits.h ../../.././X11/X.h cfb.h
cfbpixmap.o: ../../include/region.h ../../include/gc.h
cfbpixmap.o: ../../include/colormap.h ../mfb/mfb.h ../mi/mibstore.h
cfbpixmap.o: ../mi/mi.h
cfbbitblt.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfbbitblt.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
cfbbitblt.o: ../../include/gcstruct.h ../../include/gc.h
cfbbitblt.o: ../../include/miscstruct.h ../../include/misc.h
cfbbitblt.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbbitblt.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbbitblt.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbbitblt.o: ../../include/pixmap.h ../../include/screenint.h
cfbbitblt.o: ../../include/windowstr.h ../../include/window.h
cfbbitblt.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfbbitblt.o: ../../include/cursor.h ../../include/property.h
cfbbitblt.o: ../../include/resource.h ../../include/dix.h
cfbbitblt.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfbbitblt.o: ../../include/colormap.h cfb.h ../../include/servermd.h
cfbbitblt.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h cfb8bit.h
cfbbitblt.o: ../mfb/fastblt.h
cfbfillsp.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../include/servermd.h
cfbfillsp.o: ../../include/gcstruct.h ../../include/gc.h
cfbfillsp.o: ../../include/miscstruct.h ../../include/misc.h
cfbfillsp.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbfillsp.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbfillsp.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbfillsp.o: ../../include/pixmap.h ../../include/screenint.h
cfbfillsp.o: ../../include/window.h ../../include/pixmapstr.h
cfbfillsp.o: ../../include/scrnintstr.h ../../include/colormap.h
cfbfillsp.o: ../../include/windowstr.h ../../include/regionstr.h
cfbfillsp.o: ../../include/cursor.h ../../include/property.h
cfbfillsp.o: ../../include/resource.h ../../include/dix.h
cfbfillsp.o: ../../.././X11/Xprotostr.h cfb.h ../mfb/mfb.h ../mi/mibstore.h
cfbfillsp.o: cfbmskbits.h ../mfb/mergerop.h
cfbsetsp.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../include/servermd.h
cfbsetsp.o: ../../include/misc.h ../../.././X11/Xosdefs.h ../../include/os.h
cfbsetsp.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbsetsp.o: ../../.././X11/Xfuncs.h ../../include/regionstr.h
cfbsetsp.o: ../../include/region.h ../../include/miscstruct.h
cfbsetsp.o: ../../include/gcstruct.h ../../include/gc.h
cfbsetsp.o: ../../include/pixmap.h ../../include/screenint.h
cfbsetsp.o: ../../include/windowstr.h ../../include/window.h
cfbsetsp.o: ../../include/pixmapstr.h ../../include/cursor.h
cfbsetsp.o: ../../include/property.h ../../include/resource.h
cfbsetsp.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfbsetsp.o: ../../include/scrnintstr.h ../../include/colormap.h cfb.h
cfbsetsp.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h ../mfb/mergerop.h
cfbscrinit.o: ../../.././X11/X.h ../../.././X11/Xmd.h
cfbscrinit.o: ../../include/servermd.h ../../include/scrnintstr.h
cfbscrinit.o: ../../include/screenint.h ../../include/miscstruct.h
cfbscrinit.o: ../../include/misc.h ../../.././X11/Xosdefs.h
cfbscrinit.o: ../../include/os.h /usr/include/bsd43/strings.h
cfbscrinit.o: /usr/include/bsd43/bsd43/bsd43_.h ../../.././X11/Xfuncs.h
cfbscrinit.o: ../../include/region.h ../../include/pixmap.h
cfbscrinit.o: ../../include/gc.h ../../include/colormap.h
cfbscrinit.o: ../../include/pixmapstr.h ../../include/resource.h
cfbscrinit.o: ../../include/colormapst.h cfb.h ../mfb/mfb.h ../mi/mibstore.h
cfbscrinit.o: ../mi/mi.h ../mi/mistruct.h ../../include/dix.h
cfbscrinit.o: ../../include/window.h cfbmskbits.h
cfbgetsp.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../include/servermd.h
cfbgetsp.o: ../../include/misc.h ../../.././X11/Xosdefs.h ../../include/os.h
cfbgetsp.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbgetsp.o: ../../.././X11/Xfuncs.h ../../include/region.h ../../include/gc.h
cfbgetsp.o: ../../include/windowstr.h ../../include/window.h
cfbgetsp.o: ../../include/pixmapstr.h ../../include/pixmap.h
cfbgetsp.o: ../../include/screenint.h ../../include/miscstruct.h
cfbgetsp.o: ../../include/regionstr.h ../../include/cursor.h
cfbgetsp.o: ../../include/property.h ../../include/resource.h
cfbgetsp.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfbgetsp.o: ../../include/scrnintstr.h ../../include/colormap.h cfb.h
cfbgetsp.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h
cfbfillrct.o: ../../.././X11/X.h ../../.././X11/Xmd.h
cfbfillrct.o: ../../include/servermd.h ../../include/gcstruct.h
cfbfillrct.o: ../../include/gc.h ../../include/miscstruct.h
cfbfillrct.o: ../../include/misc.h ../../.././X11/Xosdefs.h
cfbfillrct.o: ../../include/os.h /usr/include/bsd43/strings.h
cfbfillrct.o: /usr/include/bsd43/bsd43/bsd43_.h ../../.././X11/Xfuncs.h
cfbfillrct.o: ../../include/region.h ../../include/pixmap.h
cfbfillrct.o: ../../include/screenint.h ../../include/window.h
cfbfillrct.o: ../../include/pixmapstr.h ../../include/scrnintstr.h
cfbfillrct.o: ../../include/colormap.h ../../include/windowstr.h
cfbfillrct.o: ../../include/regionstr.h ../../include/cursor.h
cfbfillrct.o: ../../include/property.h ../../include/resource.h
cfbfillrct.o: ../../include/dix.h ../../.././X11/Xprotostr.h cfb.h
cfbfillrct.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h ../mfb/mergerop.h
cfbsolidC.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../include/servermd.h
cfbsolidC.o: ../../include/gcstruct.h ../../include/gc.h
cfbsolidC.o: ../../include/miscstruct.h ../../include/misc.h
cfbsolidC.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbsolidC.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbsolidC.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbsolidC.o: ../../include/pixmap.h ../../include/screenint.h
cfbsolidC.o: ../../include/window.h ../../include/pixmapstr.h
cfbsolidC.o: ../../include/scrnintstr.h ../../include/colormap.h
cfbsolidC.o: ../../include/windowstr.h ../../include/regionstr.h
cfbsolidC.o: ../../include/cursor.h ../../include/property.h
cfbsolidC.o: ../../include/resource.h ../../include/dix.h
cfbsolidC.o: ../../.././X11/Xprotostr.h cfb.h ../mfb/mfb.h ../mi/mibstore.h
cfbsolidC.o: cfbmskbits.h cfbrrop.h
cfbsolidX.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../include/servermd.h
cfbsolidX.o: ../../include/gcstruct.h ../../include/gc.h
cfbsolidX.o: ../../include/miscstruct.h ../../include/misc.h
cfbsolidX.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbsolidX.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbsolidX.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbsolidX.o: ../../include/pixmap.h ../../include/screenint.h
cfbsolidX.o: ../../include/window.h ../../include/pixmapstr.h
cfbsolidX.o: ../../include/scrnintstr.h ../../include/colormap.h
cfbsolidX.o: ../../include/windowstr.h ../../include/regionstr.h
cfbsolidX.o: ../../include/cursor.h ../../include/property.h
cfbsolidX.o: ../../include/resource.h ../../include/dix.h
cfbsolidX.o: ../../.././X11/Xprotostr.h cfb.h ../mfb/mfb.h ../mi/mibstore.h
cfbsolidX.o: cfbmskbits.h cfbrrop.h
cfbsolidG.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../include/servermd.h
cfbsolidG.o: ../../include/gcstruct.h ../../include/gc.h
cfbsolidG.o: ../../include/miscstruct.h ../../include/misc.h
cfbsolidG.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbsolidG.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbsolidG.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbsolidG.o: ../../include/pixmap.h ../../include/screenint.h
cfbsolidG.o: ../../include/window.h ../../include/pixmapstr.h
cfbsolidG.o: ../../include/scrnintstr.h ../../include/colormap.h
cfbsolidG.o: ../../include/windowstr.h ../../include/regionstr.h
cfbsolidG.o: ../../include/cursor.h ../../include/property.h
cfbsolidG.o: ../../include/resource.h ../../include/dix.h
cfbsolidG.o: ../../.././X11/Xprotostr.h cfb.h ../mfb/mfb.h ../mi/mibstore.h
cfbsolidG.o: cfbmskbits.h cfbrrop.h
cfbtile32C.o: ../../.././X11/X.h ../../.././X11/Xmd.h
cfbtile32C.o: ../../include/servermd.h ../../include/gcstruct.h
cfbtile32C.o: ../../include/gc.h ../../include/miscstruct.h
cfbtile32C.o: ../../include/misc.h ../../.././X11/Xosdefs.h
cfbtile32C.o: ../../include/os.h /usr/include/bsd43/strings.h
cfbtile32C.o: /usr/include/bsd43/bsd43/bsd43_.h ../../.././X11/Xfuncs.h
cfbtile32C.o: ../../include/region.h ../../include/pixmap.h
cfbtile32C.o: ../../include/screenint.h ../../include/window.h
cfbtile32C.o: ../../include/pixmapstr.h ../../include/scrnintstr.h
cfbtile32C.o: ../../include/colormap.h ../../include/windowstr.h
cfbtile32C.o: ../../include/regionstr.h ../../include/cursor.h
cfbtile32C.o: ../../include/property.h ../../include/resource.h
cfbtile32C.o: ../../include/dix.h ../../.././X11/Xprotostr.h cfb.h
cfbtile32C.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h cfb8bit.h
cfbtile32C.o: ../mfb/mergerop.h
cfbtile32G.o: ../../.././X11/X.h ../../.././X11/Xmd.h
cfbtile32G.o: ../../include/servermd.h ../../include/gcstruct.h
cfbtile32G.o: ../../include/gc.h ../../include/miscstruct.h
cfbtile32G.o: ../../include/misc.h ../../.././X11/Xosdefs.h
cfbtile32G.o: ../../include/os.h /usr/include/bsd43/strings.h
cfbtile32G.o: /usr/include/bsd43/bsd43/bsd43_.h ../../.././X11/Xfuncs.h
cfbtile32G.o: ../../include/region.h ../../include/pixmap.h
cfbtile32G.o: ../../include/screenint.h ../../include/window.h
cfbtile32G.o: ../../include/pixmapstr.h ../../include/scrnintstr.h
cfbtile32G.o: ../../include/colormap.h ../../include/windowstr.h
cfbtile32G.o: ../../include/regionstr.h ../../include/cursor.h
cfbtile32G.o: ../../include/property.h ../../include/resource.h
cfbtile32G.o: ../../include/dix.h ../../.././X11/Xprotostr.h cfb.h
cfbtile32G.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h cfb8bit.h
cfbtile32G.o: ../mfb/mergerop.h
cfbtileoddC.o: ../../.././X11/X.h ../../.././X11/Xmd.h
cfbtileoddC.o: ../../include/servermd.h ../../include/gcstruct.h
cfbtileoddC.o: ../../include/gc.h ../../include/miscstruct.h
cfbtileoddC.o: ../../include/misc.h ../../.././X11/Xosdefs.h
cfbtileoddC.o: ../../include/os.h /usr/include/bsd43/strings.h
cfbtileoddC.o: /usr/include/bsd43/bsd43/bsd43_.h ../../.././X11/Xfuncs.h
cfbtileoddC.o: ../../include/region.h ../../include/pixmap.h
cfbtileoddC.o: ../../include/screenint.h ../../include/window.h
cfbtileoddC.o: ../../include/pixmapstr.h ../../include/scrnintstr.h
cfbtileoddC.o: ../../include/colormap.h ../../include/windowstr.h
cfbtileoddC.o: ../../include/regionstr.h ../../include/cursor.h
cfbtileoddC.o: ../../include/property.h ../../include/resource.h
cfbtileoddC.o: ../../include/dix.h ../../.././X11/Xprotostr.h cfb.h
cfbtileoddC.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h cfb8bit.h
cfbtileoddC.o: ../mfb/mergerop.h ../mfb/fastblt.h
cfbtileoddG.o: ../../.././X11/X.h ../../.././X11/Xmd.h
cfbtileoddG.o: ../../include/servermd.h ../../include/gcstruct.h
cfbtileoddG.o: ../../include/gc.h ../../include/miscstruct.h
cfbtileoddG.o: ../../include/misc.h ../../.././X11/Xosdefs.h
cfbtileoddG.o: ../../include/os.h /usr/include/bsd43/strings.h
cfbtileoddG.o: /usr/include/bsd43/bsd43/bsd43_.h ../../.././X11/Xfuncs.h
cfbtileoddG.o: ../../include/region.h ../../include/pixmap.h
cfbtileoddG.o: ../../include/screenint.h ../../include/window.h
cfbtileoddG.o: ../../include/pixmapstr.h ../../include/scrnintstr.h
cfbtileoddG.o: ../../include/colormap.h ../../include/windowstr.h
cfbtileoddG.o: ../../include/regionstr.h ../../include/cursor.h
cfbtileoddG.o: ../../include/property.h ../../include/resource.h
cfbtileoddG.o: ../../include/dix.h ../../.././X11/Xprotostr.h cfb.h
cfbtileoddG.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h cfb8bit.h
cfbtileoddG.o: ../mfb/mergerop.h ../mfb/fastblt.h
cfbcmap.o: ../../.././X11/X.h ../../.././X11/Xproto.h ../../.././X11/Xmd.h
cfbcmap.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfbcmap.o: ../../include/screenint.h ../../include/miscstruct.h
cfbcmap.o: ../../include/misc.h ../../.././X11/Xosdefs.h ../../include/os.h
cfbcmap.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbcmap.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbcmap.o: ../../include/pixmap.h ../../include/gc.h ../../include/colormap.h
cfbcmap.o: ../../include/colormapst.h ../../include/resource.h
cfbzerarcC.o: ../../.././X11/X.h ../../.././X11/Xprotostr.h
cfbzerarcC.o: ../../include/miscstruct.h ../../include/misc.h
cfbzerarcC.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbzerarcC.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbzerarcC.o: ../../.././X11/Xfuncs.h ../../include/gcstruct.h
cfbzerarcC.o: ../../include/gc.h ../../include/region.h
cfbzerarcC.o: ../../include/pixmap.h ../../include/screenint.h
cfbzerarcC.o: ../../include/pixmapstr.h ../../include/scrnintstr.h
cfbzerarcC.o: ../../include/colormap.h cfb.h ../../include/servermd.h
cfbzerarcC.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h ../../.././X11/Xmd.h
cfbzerarcC.o: ../mi/mizerarc.h cfbrrop.h
cfbzerarcX.o: ../../.././X11/X.h ../../.././X11/Xprotostr.h
cfbzerarcX.o: ../../include/miscstruct.h ../../include/misc.h
cfbzerarcX.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbzerarcX.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbzerarcX.o: ../../.././X11/Xfuncs.h ../../include/gcstruct.h
cfbzerarcX.o: ../../include/gc.h ../../include/region.h
cfbzerarcX.o: ../../include/pixmap.h ../../include/screenint.h
cfbzerarcX.o: ../../include/pixmapstr.h ../../include/scrnintstr.h
cfbzerarcX.o: ../../include/colormap.h cfb.h ../../include/servermd.h
cfbzerarcX.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h ../../.././X11/Xmd.h
cfbzerarcX.o: ../mi/mizerarc.h cfbrrop.h
cfbzerarcG.o: ../../.././X11/X.h ../../.././X11/Xprotostr.h
cfbzerarcG.o: ../../include/miscstruct.h ../../include/misc.h
cfbzerarcG.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbzerarcG.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbzerarcG.o: ../../.././X11/Xfuncs.h ../../include/gcstruct.h
cfbzerarcG.o: ../../include/gc.h ../../include/region.h
cfbzerarcG.o: ../../include/pixmap.h ../../include/screenint.h
cfbzerarcG.o: ../../include/pixmapstr.h ../../include/scrnintstr.h
cfbzerarcG.o: ../../include/colormap.h cfb.h ../../include/servermd.h
cfbzerarcG.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h ../../.././X11/Xmd.h
cfbzerarcG.o: ../mi/mizerarc.h cfbrrop.h
cfbfillarcC.o: ../../.././X11/X.h ../../.././X11/Xprotostr.h
cfbfillarcC.o: ../../include/miscstruct.h ../../include/misc.h
cfbfillarcC.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbfillarcC.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbfillarcC.o: ../../.././X11/Xfuncs.h ../../include/gcstruct.h
cfbfillarcC.o: ../../include/gc.h ../../include/region.h
cfbfillarcC.o: ../../include/pixmap.h ../../include/screenint.h
cfbfillarcC.o: ../../include/pixmapstr.h ../../include/scrnintstr.h
cfbfillarcC.o: ../../include/colormap.h cfb.h ../../include/servermd.h
cfbfillarcC.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h
cfbfillarcC.o: ../../.././X11/Xmd.h ../mi/mifillarc.h cfbrrop.h
cfbfillarcG.o: ../../.././X11/X.h ../../.././X11/Xprotostr.h
cfbfillarcG.o: ../../include/miscstruct.h ../../include/misc.h
cfbfillarcG.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbfillarcG.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbfillarcG.o: ../../.././X11/Xfuncs.h ../../include/gcstruct.h
cfbfillarcG.o: ../../include/gc.h ../../include/region.h
cfbfillarcG.o: ../../include/pixmap.h ../../include/screenint.h
cfbfillarcG.o: ../../include/pixmapstr.h ../../include/scrnintstr.h
cfbfillarcG.o: ../../include/colormap.h cfb.h ../../include/servermd.h
cfbfillarcG.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h
cfbfillarcG.o: ../../.././X11/Xmd.h ../mi/mifillarc.h cfbrrop.h
cfbtegblt.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfbtegblt.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h cfb.h
cfbtegblt.o: ../../include/pixmap.h ../../include/region.h ../../include/gc.h
cfbtegblt.o: ../../include/colormap.h ../../include/miscstruct.h
cfbtegblt.o: ../../include/misc.h ../../.././X11/Xosdefs.h ../../include/os.h
cfbtegblt.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbtegblt.o: ../../.././X11/Xfuncs.h ../../include/servermd.h ../mfb/mfb.h
cfbtegblt.o: ../mi/mibstore.h ../../.././fonts/include/fontstruct.h
cfbtegblt.o: ../../.././X11/Xproto.h ../../.././fonts/include/font.h
cfbtegblt.o: ../../.././fonts/include/fsmasks.h ../../include/dixfontstr.h
cfbtegblt.o: ../../include/dixfont.h ../../include/gcstruct.h
cfbtegblt.o: ../../include/screenint.h ../../include/windowstr.h
cfbtegblt.o: ../../include/window.h ../../include/pixmapstr.h
cfbtegblt.o: ../../include/regionstr.h ../../include/cursor.h
cfbtegblt.o: ../../include/property.h ../../include/resource.h
cfbtegblt.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfbtegblt.o: ../../include/scrnintstr.h cfbmskbits.h
cfbbstore.o: cfb.h ../../include/pixmap.h ../../include/region.h
cfbbstore.o: ../../include/gc.h ../../include/colormap.h
cfbbstore.o: ../../include/miscstruct.h ../../include/misc.h
cfbbstore.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbbstore.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbbstore.o: ../../.././X11/Xfuncs.h ../../include/servermd.h ../mfb/mfb.h
cfbbstore.o: ../mi/mibstore.h ../../.././X11/X.h ../../include/regionstr.h
cfbbstore.o: ../../include/scrnintstr.h ../../include/screenint.h
cfbbstore.o: ../../include/pixmapstr.h ../../include/windowstr.h
cfbbstore.o: ../../include/window.h ../../include/cursor.h
cfbbstore.o: ../../include/property.h ../../include/resource.h
cfbbstore.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfb8cppl.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../include/gcstruct.h
cfb8cppl.o: ../../include/gc.h ../../include/miscstruct.h
cfb8cppl.o: ../../include/misc.h ../../.././X11/Xosdefs.h ../../include/os.h
cfb8cppl.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfb8cppl.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfb8cppl.o: ../../include/pixmap.h ../../include/screenint.h
cfb8cppl.o: ../../include/window.h ../../include/pixmapstr.h
cfb8cppl.o: ../../include/scrnintstr.h ../../include/colormap.h
cfb8cppl.o: ../../include/windowstr.h ../../include/regionstr.h
cfb8cppl.o: ../../include/cursor.h ../../include/property.h
cfb8cppl.o: ../../include/resource.h ../../include/dix.h
cfb8cppl.o: ../../.././X11/Xprotostr.h cfb.h ../../include/servermd.h
cfb8cppl.o: ../mfb/mfb.h ../mi/mibstore.h ../mfb/maskbits.h ../mfb/mergerop.h
cfbbltC.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfbbltC.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
cfbbltC.o: ../../include/gcstruct.h ../../include/gc.h
cfbbltC.o: ../../include/miscstruct.h ../../include/misc.h
cfbbltC.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbbltC.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbbltC.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbbltC.o: ../../include/pixmap.h ../../include/screenint.h
cfbbltC.o: ../../include/windowstr.h ../../include/window.h
cfbbltC.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfbbltC.o: ../../include/cursor.h ../../include/property.h
cfbbltC.o: ../../include/resource.h ../../include/dix.h
cfbbltC.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfbbltC.o: ../../include/colormap.h cfb.h ../../include/servermd.h
cfbbltC.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h cfb8bit.h
cfbbltC.o: ../mfb/fastblt.h ../mfb/mergerop.h
cfbbltX.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfbbltX.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
cfbbltX.o: ../../include/gcstruct.h ../../include/gc.h
cfbbltX.o: ../../include/miscstruct.h ../../include/misc.h
cfbbltX.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbbltX.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbbltX.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbbltX.o: ../../include/pixmap.h ../../include/screenint.h
cfbbltX.o: ../../include/windowstr.h ../../include/window.h
cfbbltX.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfbbltX.o: ../../include/cursor.h ../../include/property.h
cfbbltX.o: ../../include/resource.h ../../include/dix.h
cfbbltX.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfbbltX.o: ../../include/colormap.h cfb.h ../../include/servermd.h
cfbbltX.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h cfb8bit.h
cfbbltX.o: ../mfb/fastblt.h ../mfb/mergerop.h
cfbbltO.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfbbltO.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
cfbbltO.o: ../../include/gcstruct.h ../../include/gc.h
cfbbltO.o: ../../include/miscstruct.h ../../include/misc.h
cfbbltO.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbbltO.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbbltO.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbbltO.o: ../../include/pixmap.h ../../include/screenint.h
cfbbltO.o: ../../include/windowstr.h ../../include/window.h
cfbbltO.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfbbltO.o: ../../include/cursor.h ../../include/property.h
cfbbltO.o: ../../include/resource.h ../../include/dix.h
cfbbltO.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfbbltO.o: ../../include/colormap.h cfb.h ../../include/servermd.h
cfbbltO.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h cfb8bit.h
cfbbltO.o: ../mfb/fastblt.h ../mfb/mergerop.h
cfbbltG.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfbbltG.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
cfbbltG.o: ../../include/gcstruct.h ../../include/gc.h
cfbbltG.o: ../../include/miscstruct.h ../../include/misc.h
cfbbltG.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbbltG.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbbltG.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbbltG.o: ../../include/pixmap.h ../../include/screenint.h
cfbbltG.o: ../../include/windowstr.h ../../include/window.h
cfbbltG.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfbbltG.o: ../../include/cursor.h ../../include/property.h
cfbbltG.o: ../../include/resource.h ../../include/dix.h
cfbbltG.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfbbltG.o: ../../include/colormap.h cfb.h ../../include/servermd.h
cfbbltG.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h cfb8bit.h
cfbbltG.o: ../mfb/fastblt.h ../mfb/mergerop.h
cfb8bit.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfb8bit.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
cfb8bit.o: ../../include/gcstruct.h ../../include/gc.h
cfb8bit.o: ../../include/miscstruct.h ../../include/misc.h
cfb8bit.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfb8bit.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfb8bit.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfb8bit.o: ../../include/pixmap.h ../../include/screenint.h
cfb8bit.o: ../../include/windowstr.h ../../include/window.h
cfb8bit.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfb8bit.o: ../../include/cursor.h ../../include/property.h
cfb8bit.o: ../../include/resource.h ../../include/dix.h
cfb8bit.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfb8bit.o: ../../include/colormap.h cfb.h ../../include/servermd.h
cfb8bit.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h cfb8bit.h
cfbteblt8.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfbteblt8.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h cfb.h
cfbteblt8.o: ../../include/pixmap.h ../../include/region.h ../../include/gc.h
cfbteblt8.o: ../../include/colormap.h ../../include/miscstruct.h
cfbteblt8.o: ../../include/misc.h ../../.././X11/Xosdefs.h ../../include/os.h
cfbteblt8.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbteblt8.o: ../../.././X11/Xfuncs.h ../../include/servermd.h ../mfb/mfb.h
cfbteblt8.o: ../mi/mibstore.h ../../.././fonts/include/fontstruct.h
cfbteblt8.o: ../../.././X11/Xproto.h ../../.././fonts/include/font.h
cfbteblt8.o: ../../.././fonts/include/fsmasks.h ../../include/dixfontstr.h
cfbteblt8.o: ../../include/dixfont.h ../../include/gcstruct.h
cfbteblt8.o: ../../include/screenint.h ../../include/windowstr.h
cfbteblt8.o: ../../include/window.h ../../include/pixmapstr.h
cfbteblt8.o: ../../include/regionstr.h ../../include/cursor.h
cfbteblt8.o: ../../include/property.h ../../include/resource.h
cfbteblt8.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfbteblt8.o: ../../include/scrnintstr.h cfbmskbits.h cfb8bit.h
cfbglblt8.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfbglblt8.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h cfb.h
cfbglblt8.o: ../../include/pixmap.h ../../include/region.h ../../include/gc.h
cfbglblt8.o: ../../include/colormap.h ../../include/miscstruct.h
cfbglblt8.o: ../../include/misc.h ../../.././X11/Xosdefs.h ../../include/os.h
cfbglblt8.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbglblt8.o: ../../.././X11/Xfuncs.h ../../include/servermd.h ../mfb/mfb.h
cfbglblt8.o: ../mi/mibstore.h ../../.././fonts/include/fontstruct.h
cfbglblt8.o: ../../.././X11/Xproto.h ../../.././fonts/include/font.h
cfbglblt8.o: ../../.././fonts/include/fsmasks.h ../../include/dixfontstr.h
cfbglblt8.o: ../../include/dixfont.h ../../include/gcstruct.h
cfbglblt8.o: ../../include/screenint.h ../../include/windowstr.h
cfbglblt8.o: ../../include/window.h ../../include/pixmapstr.h
cfbglblt8.o: ../../include/regionstr.h ../../include/cursor.h
cfbglblt8.o: ../../include/property.h ../../include/resource.h
cfbglblt8.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfbglblt8.o: ../../include/scrnintstr.h cfbmskbits.h cfb8bit.h
cfbglrop8.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfbglrop8.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h cfb.h
cfbglrop8.o: ../../include/pixmap.h ../../include/region.h ../../include/gc.h
cfbglrop8.o: ../../include/colormap.h ../../include/miscstruct.h
cfbglrop8.o: ../../include/misc.h ../../.././X11/Xosdefs.h ../../include/os.h
cfbglrop8.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbglrop8.o: ../../.././X11/Xfuncs.h ../../include/servermd.h ../mfb/mfb.h
cfbglrop8.o: ../mi/mibstore.h ../../.././fonts/include/fontstruct.h
cfbglrop8.o: ../../.././X11/Xproto.h ../../.././fonts/include/font.h
cfbglrop8.o: ../../.././fonts/include/fsmasks.h ../../include/dixfontstr.h
cfbglrop8.o: ../../include/dixfont.h ../../include/gcstruct.h
cfbglrop8.o: ../../include/screenint.h ../../include/windowstr.h
cfbglrop8.o: ../../include/window.h ../../include/pixmapstr.h
cfbglrop8.o: ../../include/regionstr.h ../../include/cursor.h
cfbglrop8.o: ../../include/property.h ../../include/resource.h
cfbglrop8.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfbglrop8.o: ../../include/scrnintstr.h cfbmskbits.h cfb8bit.h
cfbigblt8.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfbigblt8.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h cfb.h
cfbigblt8.o: ../../include/pixmap.h ../../include/region.h ../../include/gc.h
cfbigblt8.o: ../../include/colormap.h ../../include/miscstruct.h
cfbigblt8.o: ../../include/misc.h ../../.././X11/Xosdefs.h ../../include/os.h
cfbigblt8.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbigblt8.o: ../../.././X11/Xfuncs.h ../../include/servermd.h ../mfb/mfb.h
cfbigblt8.o: ../mi/mibstore.h ../../.././fonts/include/fontstruct.h
cfbigblt8.o: ../../.././X11/Xproto.h ../../.././fonts/include/font.h
cfbigblt8.o: ../../.././fonts/include/fsmasks.h ../../include/dixfontstr.h
cfbigblt8.o: ../../include/dixfont.h ../../include/gcstruct.h
cfbigblt8.o: ../../include/screenint.h ../../include/windowstr.h
cfbigblt8.o: ../../include/window.h ../../include/pixmapstr.h
cfbigblt8.o: ../../include/regionstr.h ../../include/cursor.h
cfbigblt8.o: ../../include/property.h ../../include/resource.h
cfbigblt8.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfbigblt8.o: ../../include/scrnintstr.h cfbmskbits.h cfb8bit.h
cfbpush8.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfbpush8.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
cfbpush8.o: ../../include/gcstruct.h ../../include/gc.h
cfbpush8.o: ../../include/miscstruct.h ../../include/misc.h
cfbpush8.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbpush8.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbpush8.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbpush8.o: ../../include/pixmap.h ../../include/screenint.h
cfbpush8.o: ../../include/windowstr.h ../../include/window.h
cfbpush8.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfbpush8.o: ../../include/cursor.h ../../include/property.h
cfbpush8.o: ../../include/resource.h ../../include/dix.h
cfbpush8.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfbpush8.o: ../../include/colormap.h cfb.h ../../include/servermd.h
cfbpush8.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h cfb8bit.h
cfbrctstp8.o: ../../.././X11/X.h ../../.././X11/Xmd.h
cfbrctstp8.o: ../../include/servermd.h ../../include/gcstruct.h
cfbrctstp8.o: ../../include/gc.h ../../include/miscstruct.h
cfbrctstp8.o: ../../include/misc.h ../../.././X11/Xosdefs.h
cfbrctstp8.o: ../../include/os.h /usr/include/bsd43/strings.h
cfbrctstp8.o: /usr/include/bsd43/bsd43/bsd43_.h ../../.././X11/Xfuncs.h
cfbrctstp8.o: ../../include/region.h ../../include/pixmap.h
cfbrctstp8.o: ../../include/screenint.h ../../include/window.h
cfbrctstp8.o: ../../include/pixmapstr.h ../../include/scrnintstr.h
cfbrctstp8.o: ../../include/colormap.h ../../include/windowstr.h
cfbrctstp8.o: ../../include/regionstr.h ../../include/cursor.h
cfbrctstp8.o: ../../include/property.h ../../include/resource.h
cfbrctstp8.o: ../../include/dix.h ../../.././X11/Xprotostr.h cfb.h
cfbrctstp8.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h cfb8bit.h
cfbpolypnt.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
cfbpolypnt.o: ../../include/miscstruct.h ../../include/misc.h
cfbpolypnt.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbpolypnt.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbpolypnt.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbpolypnt.o: ../../include/pixmap.h ../../include/screenint.h
cfbpolypnt.o: ../../include/windowstr.h ../../include/window.h
cfbpolypnt.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfbpolypnt.o: ../../include/cursor.h ../../include/property.h
cfbpolypnt.o: ../../include/resource.h ../../include/dix.h
cfbpolypnt.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfbpolypnt.o: ../../include/colormap.h cfb.h ../../include/servermd.h
cfbpolypnt.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h ../../.././X11/Xmd.h
cfb8lineCO.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
cfb8lineCO.o: ../../include/miscstruct.h ../../include/misc.h
cfb8lineCO.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfb8lineCO.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfb8lineCO.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfb8lineCO.o: ../../include/pixmap.h ../../include/screenint.h
cfb8lineCO.o: ../../include/windowstr.h ../../include/window.h
cfb8lineCO.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfb8lineCO.o: ../../include/cursor.h ../../include/property.h
cfb8lineCO.o: ../../include/resource.h ../../include/dix.h
cfb8lineCO.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfb8lineCO.o: ../../include/colormap.h ../mi/mistruct.h ../mi/mi.h cfb.h
cfb8lineCO.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfb8lineCO.o: cfbmskbits.h ../../.././X11/Xmd.h cfbrrop.h
cfb8lineX.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
cfb8lineX.o: ../../include/miscstruct.h ../../include/misc.h
cfb8lineX.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfb8lineX.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfb8lineX.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfb8lineX.o: ../../include/pixmap.h ../../include/screenint.h
cfb8lineX.o: ../../include/windowstr.h ../../include/window.h
cfb8lineX.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfb8lineX.o: ../../include/cursor.h ../../include/property.h
cfb8lineX.o: ../../include/resource.h ../../include/dix.h
cfb8lineX.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfb8lineX.o: ../../include/colormap.h ../mi/mistruct.h ../mi/mi.h cfb.h
cfb8lineX.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfb8lineX.o: cfbmskbits.h ../../.././X11/Xmd.h cfbrrop.h
cfb8lineG.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
cfb8lineG.o: ../../include/miscstruct.h ../../include/misc.h
cfb8lineG.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfb8lineG.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfb8lineG.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfb8lineG.o: ../../include/pixmap.h ../../include/screenint.h
cfb8lineG.o: ../../include/windowstr.h ../../include/window.h
cfb8lineG.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfb8lineG.o: ../../include/cursor.h ../../include/property.h
cfb8lineG.o: ../../include/resource.h ../../include/dix.h
cfb8lineG.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfb8lineG.o: ../../include/colormap.h ../mi/mistruct.h ../mi/mi.h cfb.h
cfb8lineG.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfb8lineG.o: cfbmskbits.h ../../.././X11/Xmd.h cfbrrop.h
cfb8lineCP.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
cfb8lineCP.o: ../../include/miscstruct.h ../../include/misc.h
cfb8lineCP.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfb8lineCP.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfb8lineCP.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfb8lineCP.o: ../../include/pixmap.h ../../include/screenint.h
cfb8lineCP.o: ../../include/windowstr.h ../../include/window.h
cfb8lineCP.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfb8lineCP.o: ../../include/cursor.h ../../include/property.h
cfb8lineCP.o: ../../include/resource.h ../../include/dix.h
cfb8lineCP.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfb8lineCP.o: ../../include/colormap.h ../mi/mistruct.h ../mi/mi.h cfb.h
cfb8lineCP.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfb8lineCP.o: cfbmskbits.h ../../.././X11/Xmd.h cfbrrop.h
cfb8segC.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
cfb8segC.o: ../../include/miscstruct.h ../../include/misc.h
cfb8segC.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfb8segC.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfb8segC.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfb8segC.o: ../../include/pixmap.h ../../include/screenint.h
cfb8segC.o: ../../include/windowstr.h ../../include/window.h
cfb8segC.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfb8segC.o: ../../include/cursor.h ../../include/property.h
cfb8segC.o: ../../include/resource.h ../../include/dix.h
cfb8segC.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfb8segC.o: ../../include/colormap.h ../mi/mistruct.h ../mi/mi.h cfb.h
cfb8segC.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfb8segC.o: cfbmskbits.h ../../.././X11/Xmd.h cfbrrop.h
cfb8segX.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
cfb8segX.o: ../../include/miscstruct.h ../../include/misc.h
cfb8segX.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfb8segX.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfb8segX.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfb8segX.o: ../../include/pixmap.h ../../include/screenint.h
cfb8segX.o: ../../include/windowstr.h ../../include/window.h
cfb8segX.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfb8segX.o: ../../include/cursor.h ../../include/property.h
cfb8segX.o: ../../include/resource.h ../../include/dix.h
cfb8segX.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfb8segX.o: ../../include/colormap.h ../mi/mistruct.h ../mi/mi.h cfb.h
cfb8segX.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfb8segX.o: cfbmskbits.h ../../.././X11/Xmd.h cfbrrop.h
cfb8segG.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
cfb8segG.o: ../../include/miscstruct.h ../../include/misc.h
cfb8segG.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfb8segG.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfb8segG.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfb8segG.o: ../../include/pixmap.h ../../include/screenint.h
cfb8segG.o: ../../include/windowstr.h ../../include/window.h
cfb8segG.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfb8segG.o: ../../include/cursor.h ../../include/property.h
cfb8segG.o: ../../include/resource.h ../../include/dix.h
cfb8segG.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfb8segG.o: ../../include/colormap.h ../mi/mistruct.h ../mi/mi.h cfb.h
cfb8segG.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfb8segG.o: cfbmskbits.h ../../.././X11/Xmd.h cfbrrop.h
cfb8segCS.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
cfb8segCS.o: ../../include/miscstruct.h ../../include/misc.h
cfb8segCS.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfb8segCS.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfb8segCS.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfb8segCS.o: ../../include/pixmap.h ../../include/screenint.h
cfb8segCS.o: ../../include/windowstr.h ../../include/window.h
cfb8segCS.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfb8segCS.o: ../../include/cursor.h ../../include/property.h
cfb8segCS.o: ../../include/resource.h ../../include/dix.h
cfb8segCS.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfb8segCS.o: ../../include/colormap.h ../mi/mistruct.h ../mi/mi.h cfb.h
cfb8segCS.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfb8segCS.o: cfbmskbits.h ../../.././X11/Xmd.h cfbrrop.h
cfbbres.o: ../../.././X11/X.h ../../include/misc.h ../../.././X11/Xosdefs.h
cfbbres.o: ../../include/os.h /usr/include/bsd43/strings.h
cfbbres.o: /usr/include/bsd43/bsd43/bsd43_.h ../../.././X11/Xfuncs.h cfb.h
cfbbres.o: ../../include/pixmap.h ../../include/region.h ../../include/gc.h
cfbbres.o: ../../include/colormap.h ../../include/miscstruct.h
cfbbres.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfbbres.o: cfbmskbits.h ../../.././X11/Xmd.h
cfbline.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
cfbline.o: ../../include/miscstruct.h ../../include/misc.h
cfbline.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbline.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbline.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbline.o: ../../include/pixmap.h ../../include/screenint.h
cfbline.o: ../../include/windowstr.h ../../include/window.h
cfbline.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfbline.o: ../../include/cursor.h ../../include/property.h
cfbline.o: ../../include/resource.h ../../include/dix.h
cfbline.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfbline.o: ../../include/colormap.h ../mi/mistruct.h ../mi/mi.h cfb.h
cfbline.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfbline.o: cfbmskbits.h ../../.././X11/Xmd.h
cfbhrzvert.o: ../../.././X11/X.h ../../include/gc.h ../../include/window.h
cfbhrzvert.o: ../../include/pixmap.h ../../include/region.h cfb.h
cfbhrzvert.o: ../../include/colormap.h ../../include/miscstruct.h
cfbhrzvert.o: ../../include/misc.h ../../.././X11/Xosdefs.h
cfbhrzvert.o: ../../include/os.h /usr/include/bsd43/strings.h
cfbhrzvert.o: /usr/include/bsd43/bsd43/bsd43_.h ../../.././X11/Xfuncs.h
cfbhrzvert.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfbhrzvert.o: cfbmskbits.h ../../.././X11/Xmd.h
cfbbresd.o: ../../.././X11/X.h ../../include/misc.h ../../.././X11/Xosdefs.h
cfbbresd.o: ../../include/os.h /usr/include/bsd43/strings.h
cfbbresd.o: /usr/include/bsd43/bsd43/bsd43_.h ../../.././X11/Xfuncs.h cfb.h
cfbbresd.o: ../../include/pixmap.h ../../include/region.h ../../include/gc.h
cfbbresd.o: ../../include/colormap.h ../../include/miscstruct.h
cfbbresd.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfbbresd.o: cfbmskbits.h ../../.././X11/Xmd.h
cfbimage.o: ../../.././X11/X.h ../../include/windowstr.h
cfbimage.o: ../../include/window.h ../../include/pixmapstr.h
cfbimage.o: ../../include/pixmap.h ../../include/screenint.h
cfbimage.o: ../../include/miscstruct.h ../../include/misc.h
cfbimage.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbimage.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbimage.o: ../../.././X11/Xfuncs.h ../../include/regionstr.h
cfbimage.o: ../../include/region.h ../../include/cursor.h
cfbimage.o: ../../include/property.h ../../include/resource.h
cfbimage.o: ../../include/dix.h ../../include/gc.h ../../.././X11/Xprotostr.h
cfbimage.o: ../../include/scrnintstr.h ../../include/colormap.h
cfbimage.o: ../../include/gcstruct.h cfb.h ../../include/servermd.h
cfbimage.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h ../../.././X11/Xmd.h
cfbseg.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
cfbseg.o: ../../include/miscstruct.h ../../include/misc.h
cfbseg.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbseg.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbseg.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbseg.o: ../../include/pixmap.h ../../include/screenint.h
cfbseg.o: ../../include/windowstr.h ../../include/window.h
cfbseg.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfbseg.o: ../../include/cursor.h ../../include/property.h
cfbseg.o: ../../include/resource.h ../../include/dix.h
cfbseg.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfbseg.o: ../../include/colormap.h ../mi/mistruct.h ../mi/mi.h cfb.h
cfbseg.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h
cfbseg.o: ../../.././X11/Xmd.h
cfbply1rctC.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
cfbply1rctC.o: ../../include/miscstruct.h ../../include/misc.h
cfbply1rctC.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbply1rctC.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbply1rctC.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbply1rctC.o: ../../include/pixmap.h ../../include/screenint.h
cfbply1rctC.o: ../../include/windowstr.h ../../include/window.h
cfbply1rctC.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfbply1rctC.o: ../../include/cursor.h ../../include/property.h
cfbply1rctC.o: ../../include/resource.h ../../include/dix.h
cfbply1rctC.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfbply1rctC.o: ../../include/colormap.h ../mi/mistruct.h ../mi/mi.h cfb.h
cfbply1rctC.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfbply1rctC.o: cfbmskbits.h ../../.././X11/Xmd.h cfbrrop.h
cfbply1rctG.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
cfbply1rctG.o: ../../include/miscstruct.h ../../include/misc.h
cfbply1rctG.o: ../../.././X11/Xosdefs.h ../../include/os.h
cfbply1rctG.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
cfbply1rctG.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbply1rctG.o: ../../include/pixmap.h ../../include/screenint.h
cfbply1rctG.o: ../../include/windowstr.h ../../include/window.h
cfbply1rctG.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfbply1rctG.o: ../../include/cursor.h ../../include/property.h
cfbply1rctG.o: ../../include/resource.h ../../include/dix.h
cfbply1rctG.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfbply1rctG.o: ../../include/colormap.h ../mi/mistruct.h ../mi/mi.h cfb.h
cfbply1rctG.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfbply1rctG.o: cfbmskbits.h ../../.././X11/Xmd.h cfbrrop.h
