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

# platform:  $XConsortium: sun.cf,v 1.72.1.1 92/03/18 13:13:37 rws Exp $

# operating system:  SunOS 4.1.2

# $XConsortium: sunLib.rules,v 1.7 91/12/20 11:19:47 rws Exp $

# -------------------------------------------------------------------------
# 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 clq
  BOOTSTRAPCFLAGS =
               CC = cc
               AS = as

         COMPRESS = compress
              CPP = /lib/cpp $(STD_CPP_DEFINES)
    PREPROCESSCMD = cc -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 = -DNOSTDHDRS -DX_WCHAR -DX_LOCALE -DXML
      STD_DEFINES = -DNOSTDHDRS -DX_WCHAR -DX_LOCALE -DXML
 EXTRA_LOAD_FLAGS =
  EXTRA_LIBRARIES =
             TAGS = ctags

    SHAREDCODEDEF = -DSHAREDCODE
         SHLIBDEF = -DSUNSHLIB

    PROTO_DEFINES =

     INSTPGMFLAGS =

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

      PROJECTROOT = /usr/X11R5

     TOP_INCLUDES = -I$(TOP)

      CDEBUGFLAGS = -O
        CCOPTIONS = -pipe

      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 = -L$(USRLIBDIR) $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)

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

   LDCOMBINEFLAGS = -X -r
      DEPENDFLAGS =

        MACROFILE = sun.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/X11R5/lib
           BINDIR = /usr/X11R5/bin
          INCROOT = /usr/X11R5/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/X11R5/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

# $XConsortium: sunLib.tmpl,v 1.14.1.2 92/11/11 09:55:02 rws Exp $

SHLIBLDFLAGS = -assert pure-text
PICFLAGS = -pic

  DEPEXTENSIONLIB =
     EXTENSIONLIB = -L$(EXTENSIONSRC)/lib -lXext

          DEPXLIB = $(DEPEXTENSIONLIB)
             XLIB = $(EXTENSIONLIB) -L$(XLIBSRC) -lX11

        DEPXMULIB = $(XMUSRC)/libXmu.sa.$(SOXMUREV)
       XMULIBONLY = -L$(XMUSRC) -lXmu
           XMULIB = -L$(XMUSRC) -lXmu -L$(TOOLKITSRC) -L$(EXTENSIONSRC)/lib -L$(XLIBSRC)

       DEPOLDXLIB =
          OLDXLIB = -L$(OLDXLIBSRC) -loldX

      DEPXTOOLLIB = $(TOOLKITSRC)/libXt.sa.$(SOXTREV)
         XTOOLLIB = -L$(TOOLKITSRC) -lXt

        DEPXAWLIB = $(AWIDGETSRC)/libXaw.sa.$(SOXAWREV)
           XAWLIB = -L$(AWIDGETSRC) -lXaw

        DEPXILIB =
           XILIB = -L$(XILIBSRC) -lXi

        DEPPEXLIB =
           PEXLIB = -L$(PEXLIBSRC) -lPEX5

        SOXLIBREV = 4.10
          SOXTREV = 4.10
         SOXAWREV = 5.0
        SOOLDXREV = 4.10
         SOXMUREV = 4.10
        SOXEXTREV = 4.10
      SOXINPUTREV = 4.10
         SOPEXREV = 1.0

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

        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 = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)

         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 = -pipe
STD_DEFINES = -DNOSTDHDRS -DX_WCHAR -DX_LOCALE -DXML -DXDMCP -DSHAPE -DMULTIBUFFER -DMITMISC -DPEXEXT -DMITSHM    -DINCLUDE_ALLOCA_H
CDEBUGFLAGS = -O
EXT_DEFINES = -DSHAPE -DMULTIBUFFER -DMITMISC -DPEXEXT -DMITSHM

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 = stipsparc.s stipsparcte.s
STIPPLEOBJ = stipsparc.o stipsparcte.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)
	$(RANLIB) $@

lintlib:: llib-lcfb.ln

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

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

saber_src:
	# load $(CFLAGS) $(SRCS)

stipsparcte.s: stipsparc.s
	$(RM) $@
	$(LN) stipsparc.s stipsparcte.s
clean::
	$(RM) stipsparcte.s

stipsparc.o: stipsparc.s
	$(CPP) stipsparc.s | $(AS) -o $@ -

stipsparcte.o: stipsparcte.s
	$(CPP) -DTETEXT stipsparcte.s | $(AS) -o $@ -

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

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

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/alloca.h /usr/include/strings.h ../../.././X11/Xfuncs.h
cfbgc.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfbgc.o: ../../.././fonts/include/fontstruct.h ../../.././X11/Xproto.h
cfbgc.o: ../../.././fonts/include/font.h ../../.././fonts/include/fsmasks.h
cfbgc.o: ../../include/dixfontstr.h ../../include/dixfont.h
cfbgc.o: ../../include/gcstruct.h ../../include/screenint.h
cfbgc.o: ../../include/windowstr.h ../../include/window.h
cfbgc.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfbgc.o: ../../include/cursor.h ../../include/property.h
cfbgc.o: ../../include/resource.h ../../include/dix.h
cfbgc.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfbgc.o: ../mi/mistruct.h ../mi/mi.h cfbmskbits.h 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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.h
cfbscrinit.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbscrinit.o: ../../include/pixmap.h ../../include/gc.h
cfbscrinit.o: ../../include/colormap.h ../../include/pixmapstr.h
cfbscrinit.o: ../../include/resource.h ../../include/colormapst.h cfb.h
cfbscrinit.o: ../mfb/mfb.h ../mi/mibstore.h ../mi/mi.h ../mi/mistruct.h
cfbscrinit.o: ../../include/dix.h ../../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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.h
cfbfillrct.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbfillrct.o: ../../include/pixmap.h ../../include/screenint.h
cfbfillrct.o: ../../include/window.h ../../include/pixmapstr.h
cfbfillrct.o: ../../include/scrnintstr.h ../../include/colormap.h
cfbfillrct.o: ../../include/windowstr.h ../../include/regionstr.h
cfbfillrct.o: ../../include/cursor.h ../../include/property.h
cfbfillrct.o: ../../include/resource.h ../../include/dix.h
cfbfillrct.o: ../../.././X11/Xprotostr.h cfb.h ../mfb/mfb.h ../mi/mibstore.h
cfbfillrct.o: 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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.h
cfbtile32C.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbtile32C.o: ../../include/pixmap.h ../../include/screenint.h
cfbtile32C.o: ../../include/window.h ../../include/pixmapstr.h
cfbtile32C.o: ../../include/scrnintstr.h ../../include/colormap.h
cfbtile32C.o: ../../include/windowstr.h ../../include/regionstr.h
cfbtile32C.o: ../../include/cursor.h ../../include/property.h
cfbtile32C.o: ../../include/resource.h ../../include/dix.h
cfbtile32C.o: ../../.././X11/Xprotostr.h cfb.h ../mfb/mfb.h ../mi/mibstore.h
cfbtile32C.o: cfbmskbits.h cfb8bit.h ../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/alloca.h /usr/include/strings.h
cfbtile32G.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbtile32G.o: ../../include/pixmap.h ../../include/screenint.h
cfbtile32G.o: ../../include/window.h ../../include/pixmapstr.h
cfbtile32G.o: ../../include/scrnintstr.h ../../include/colormap.h
cfbtile32G.o: ../../include/windowstr.h ../../include/regionstr.h
cfbtile32G.o: ../../include/cursor.h ../../include/property.h
cfbtile32G.o: ../../include/resource.h ../../include/dix.h
cfbtile32G.o: ../../.././X11/Xprotostr.h cfb.h ../mfb/mfb.h ../mi/mibstore.h
cfbtile32G.o: cfbmskbits.h cfb8bit.h ../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/alloca.h
cfbtileoddC.o: /usr/include/strings.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/alloca.h
cfbtileoddG.o: /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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 /usr/include/alloca.h
cfbbltC.o: /usr/include/strings.h ../../.././X11/Xfuncs.h
cfbbltC.o: ../../include/region.h ../../include/pixmap.h
cfbbltC.o: ../../include/screenint.h ../../include/windowstr.h
cfbbltC.o: ../../include/window.h ../../include/pixmapstr.h
cfbbltC.o: ../../include/regionstr.h ../../include/cursor.h
cfbbltC.o: ../../include/property.h ../../include/resource.h
cfbbltC.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfbbltC.o: ../../include/scrnintstr.h ../../include/colormap.h cfb.h
cfbbltC.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfbbltC.o: cfbmskbits.h cfb8bit.h ../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 /usr/include/alloca.h
cfbbltX.o: /usr/include/strings.h ../../.././X11/Xfuncs.h
cfbbltX.o: ../../include/region.h ../../include/pixmap.h
cfbbltX.o: ../../include/screenint.h ../../include/windowstr.h
cfbbltX.o: ../../include/window.h ../../include/pixmapstr.h
cfbbltX.o: ../../include/regionstr.h ../../include/cursor.h
cfbbltX.o: ../../include/property.h ../../include/resource.h
cfbbltX.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfbbltX.o: ../../include/scrnintstr.h ../../include/colormap.h cfb.h
cfbbltX.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfbbltX.o: cfbmskbits.h cfb8bit.h ../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 /usr/include/alloca.h
cfbbltO.o: /usr/include/strings.h ../../.././X11/Xfuncs.h
cfbbltO.o: ../../include/region.h ../../include/pixmap.h
cfbbltO.o: ../../include/screenint.h ../../include/windowstr.h
cfbbltO.o: ../../include/window.h ../../include/pixmapstr.h
cfbbltO.o: ../../include/regionstr.h ../../include/cursor.h
cfbbltO.o: ../../include/property.h ../../include/resource.h
cfbbltO.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfbbltO.o: ../../include/scrnintstr.h ../../include/colormap.h cfb.h
cfbbltO.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfbbltO.o: cfbmskbits.h cfb8bit.h ../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 /usr/include/alloca.h
cfbbltG.o: /usr/include/strings.h ../../.././X11/Xfuncs.h
cfbbltG.o: ../../include/region.h ../../include/pixmap.h
cfbbltG.o: ../../include/screenint.h ../../include/windowstr.h
cfbbltG.o: ../../include/window.h ../../include/pixmapstr.h
cfbbltG.o: ../../include/regionstr.h ../../include/cursor.h
cfbbltG.o: ../../include/property.h ../../include/resource.h
cfbbltG.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfbbltG.o: ../../include/scrnintstr.h ../../include/colormap.h cfb.h
cfbbltG.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfbbltG.o: cfbmskbits.h cfb8bit.h ../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 /usr/include/alloca.h
cfb8bit.o: /usr/include/strings.h ../../.././X11/Xfuncs.h
cfb8bit.o: ../../include/region.h ../../include/pixmap.h
cfb8bit.o: ../../include/screenint.h ../../include/windowstr.h
cfb8bit.o: ../../include/window.h ../../include/pixmapstr.h
cfb8bit.o: ../../include/regionstr.h ../../include/cursor.h
cfb8bit.o: ../../include/property.h ../../include/resource.h
cfb8bit.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfb8bit.o: ../../include/scrnintstr.h ../../include/colormap.h cfb.h
cfb8bit.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfb8bit.o: 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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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 /usr/include/alloca.h
cfbpush8.o: /usr/include/strings.h ../../.././X11/Xfuncs.h
cfbpush8.o: ../../include/region.h ../../include/pixmap.h
cfbpush8.o: ../../include/screenint.h ../../include/windowstr.h
cfbpush8.o: ../../include/window.h ../../include/pixmapstr.h
cfbpush8.o: ../../include/regionstr.h ../../include/cursor.h
cfbpush8.o: ../../include/property.h ../../include/resource.h
cfbpush8.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfbpush8.o: ../../include/scrnintstr.h ../../include/colormap.h cfb.h
cfbpush8.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfbpush8.o: 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/alloca.h /usr/include/strings.h
cfbrctstp8.o: ../../.././X11/Xfuncs.h ../../include/region.h
cfbrctstp8.o: ../../include/pixmap.h ../../include/screenint.h
cfbrctstp8.o: ../../include/window.h ../../include/pixmapstr.h
cfbrctstp8.o: ../../include/scrnintstr.h ../../include/colormap.h
cfbrctstp8.o: ../../include/windowstr.h ../../include/regionstr.h
cfbrctstp8.o: ../../include/cursor.h ../../include/property.h
cfbrctstp8.o: ../../include/resource.h ../../include/dix.h
cfbrctstp8.o: ../../.././X11/Xprotostr.h cfb.h ../mfb/mfb.h ../mi/mibstore.h
cfbrctstp8.o: 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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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 /usr/include/alloca.h
cfb8segC.o: /usr/include/strings.h ../../.././X11/Xfuncs.h
cfb8segC.o: ../../include/region.h ../../include/pixmap.h
cfb8segC.o: ../../include/screenint.h ../../include/windowstr.h
cfb8segC.o: ../../include/window.h ../../include/pixmapstr.h
cfb8segC.o: ../../include/regionstr.h ../../include/cursor.h
cfb8segC.o: ../../include/property.h ../../include/resource.h
cfb8segC.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfb8segC.o: ../../include/scrnintstr.h ../../include/colormap.h
cfb8segC.o: ../mi/mistruct.h ../mi/mi.h cfb.h ../../include/servermd.h
cfb8segC.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h ../../.././X11/Xmd.h
cfb8segC.o: 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 /usr/include/alloca.h
cfb8segX.o: /usr/include/strings.h ../../.././X11/Xfuncs.h
cfb8segX.o: ../../include/region.h ../../include/pixmap.h
cfb8segX.o: ../../include/screenint.h ../../include/windowstr.h
cfb8segX.o: ../../include/window.h ../../include/pixmapstr.h
cfb8segX.o: ../../include/regionstr.h ../../include/cursor.h
cfb8segX.o: ../../include/property.h ../../include/resource.h
cfb8segX.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfb8segX.o: ../../include/scrnintstr.h ../../include/colormap.h
cfb8segX.o: ../mi/mistruct.h ../mi/mi.h cfb.h ../../include/servermd.h
cfb8segX.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h ../../.././X11/Xmd.h
cfb8segX.o: 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 /usr/include/alloca.h
cfb8segG.o: /usr/include/strings.h ../../.././X11/Xfuncs.h
cfb8segG.o: ../../include/region.h ../../include/pixmap.h
cfb8segG.o: ../../include/screenint.h ../../include/windowstr.h
cfb8segG.o: ../../include/window.h ../../include/pixmapstr.h
cfb8segG.o: ../../include/regionstr.h ../../include/cursor.h
cfb8segG.o: ../../include/property.h ../../include/resource.h
cfb8segG.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfb8segG.o: ../../include/scrnintstr.h ../../include/colormap.h
cfb8segG.o: ../mi/mistruct.h ../mi/mi.h cfb.h ../../include/servermd.h
cfb8segG.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h ../../.././X11/Xmd.h
cfb8segG.o: 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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.h
cfbbres.o: ../../.././X11/Xfuncs.h cfb.h ../../include/pixmap.h
cfbbres.o: ../../include/region.h ../../include/gc.h ../../include/colormap.h
cfbbres.o: ../../include/miscstruct.h ../../include/servermd.h ../mfb/mfb.h
cfbbres.o: ../mi/mibstore.h 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 /usr/include/alloca.h
cfbline.o: /usr/include/strings.h ../../.././X11/Xfuncs.h
cfbline.o: ../../include/region.h ../../include/pixmap.h
cfbline.o: ../../include/screenint.h ../../include/windowstr.h
cfbline.o: ../../include/window.h ../../include/pixmapstr.h
cfbline.o: ../../include/regionstr.h ../../include/cursor.h
cfbline.o: ../../include/property.h ../../include/resource.h
cfbline.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfbline.o: ../../include/scrnintstr.h ../../include/colormap.h
cfbline.o: ../mi/mistruct.h ../mi/mi.h cfb.h ../../include/servermd.h
cfbline.o: ../mfb/mfb.h ../mi/mibstore.h 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/alloca.h /usr/include/strings.h
cfbhrzvert.o: ../../.././X11/Xfuncs.h ../../include/servermd.h ../mfb/mfb.h
cfbhrzvert.o: ../mi/mibstore.h cfbmskbits.h ../../.././X11/Xmd.h
cfbbresd.o: ../../.././X11/X.h ../../include/misc.h ../../.././X11/Xosdefs.h
cfbbresd.o: ../../include/os.h /usr/include/alloca.h /usr/include/strings.h
cfbbresd.o: ../../.././X11/Xfuncs.h cfb.h ../../include/pixmap.h
cfbbresd.o: ../../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 /usr/include/alloca.h
cfbimage.o: /usr/include/strings.h ../../.././X11/Xfuncs.h
cfbimage.o: ../../include/regionstr.h ../../include/region.h
cfbimage.o: ../../include/cursor.h ../../include/property.h
cfbimage.o: ../../include/resource.h ../../include/dix.h ../../include/gc.h
cfbimage.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfbimage.o: ../../include/colormap.h ../../include/gcstruct.h cfb.h
cfbimage.o: ../../include/servermd.h ../mfb/mfb.h ../mi/mibstore.h
cfbimage.o: 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 /usr/include/alloca.h
cfbseg.o: /usr/include/strings.h ../../.././X11/Xfuncs.h
cfbseg.o: ../../include/region.h ../../include/pixmap.h
cfbseg.o: ../../include/screenint.h ../../include/windowstr.h
cfbseg.o: ../../include/window.h ../../include/pixmapstr.h
cfbseg.o: ../../include/regionstr.h ../../include/cursor.h
cfbseg.o: ../../include/property.h ../../include/resource.h
cfbseg.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfbseg.o: ../../include/scrnintstr.h ../../include/colormap.h
cfbseg.o: ../mi/mistruct.h ../mi/mi.h cfb.h ../../include/servermd.h
cfbseg.o: ../mfb/mfb.h ../mi/mibstore.h cfbmskbits.h ../../.././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/alloca.h /usr/include/strings.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/alloca.h /usr/include/strings.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
