# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.51 89/12/12 12:37:30 jim Exp $

###########################################################################
# Makefile generated from "Imake.tmpl" and <Imakefile>
# $XConsortium: Imake.tmpl,v 1.77 89/12/18 17:01:37 jim Exp $

# Platform-specific parameters may be set in the appropriate .cf
# configuration files.  Site-wide parameters may be set in the file
# site.def.  Full rebuilds are recommended if any parameters are changed.

# If your C preprocessor doesn't define any unique symbols, you'll need
# to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
# "make Makefile", "make Makefiles", or "make World").

# If you absolutely can't get imake to work, you'll need to set the
# variables at the top of each Makefile as well as the dependencies at the
# bottom (makedepend will do this automatically).

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

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

# site:  $XConsortium: site.def,v 1.21 89/12/06 11:46:50 jim Exp $

            SHELL = 	/bin/sh

              TOP = ../../../.
      CURRENT_DIR = ./server/ddx/cfb

               AR = ar cq
  BOOTSTRAPCFLAGS =
               CC = /bin/gcc -DNOSTDHDRS -fstrength-reduce

         COMPRESS = compress
              CPP = /lib/gcc-cpp -traditional $(STD_CPP_DEFINES)
    PREPROCESSCMD = /bin/gcc -DNOSTDHDRS -fstrength-reduce -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
     STD_INCLUDES =
  STD_CPP_DEFINES =
      STD_DEFINES =
 EXTRA_LOAD_FLAGS =
  EXTRA_LIBRARIES =
             TAGS = ctags

   SIGNAL_DEFINES = -DSIGNALRETURNSINT

    PROTO_DEFINES =

     INSTPGMFLAGS = -s

     INSTBINFLAGS = -m 0755
     INSTUIDFLAGS = -m 4755
     INSTLIBFLAGS = -m 0664
     INSTINCFLAGS = -m 0444
     INSTMANFLAGS = -m 0444
     INSTDATFLAGS = -m 0444
    INSTKMEMFLAGS = -m 4755

          DESTDIR =

     TOP_INCLUDES = -I$(TOP)

      CDEBUGFLAGS = -O
        CCOPTIONS =
      COMPATFLAGS =

      ALLINCLUDES = $(STD_INCLUDES) $(TOP_INCLUDES) $(INCLUDES) $(EXTRA_INCLUDES)
       ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(PROTO_DEFINES) $(DEFINES) $(COMPATFLAGS)
           CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
        LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)
           LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
        LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS)
   LDCOMBINEFLAGS = -X -r

        MACROFILE = macmach.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.63 89/12/18 16:46:44 jim Exp $

###########################################################################
# X Window System make variables; this need to be coordinated with rules
# $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $

          PATHSEP = /
        USRLIBDIR = $(DESTDIR)/usr/lib
           BINDIR = $(DESTDIR)/usr/bin/X11
          INCROOT = $(DESTDIR)/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
           AWMDIR = $(LIBDIR)/awm
           TWMDIR = $(LIBDIR)/twm
           GWMDIR = $(LIBDIR)/gwm
          MANPATH = $(DESTDIR)/usr/man
    MANSOURCEPATH = $(MANPATH)/man
           MANDIR = $(MANSOURCEPATH)x
        LIBMANDIR = $(MANSOURCEPATH)3
      XAPPLOADDIR = $(LIBDIR)/app-defaults

       FONTCFLAGS = -t

     INSTAPPFLAGS = $(INSTDATFLAGS)

            IMAKE = $(IMAKESRC)/imake
           DEPEND = $(DEPENDSRC)/makedepend
              RGB = $(RGBSRC)/rgb
            FONTC = $(BDFTOSNFSRC)/bdftosnf
        MKFONTDIR = $(MKFONTDIRSRC)/mkfontdir
        MKDIRHIER = 	/bin/sh $(SCRIPTSRC)/mkdirhier.sh

        CONFIGSRC = $(TOP)/config
        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
     MKFONTDIRSRC = $(FONTSRC)/mkfontdir
     EXTENSIONSRC = $(TOP)/extensions

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

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

      DEPXAUTHLIB = $(XAUTHSRC)/libXau.a
         XAUTHLIB = 			 $(DEPXAUTHLIB)

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

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

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

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

 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

          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.67 89/12/18 17:14:15 jim Exp $

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

# $XConsortium: Server.tmpl,v 1.3 89/10/20 11:14:52 jim Exp $

         CC = /bin/gcc -DNOSTDHDRS -fstrength-reduce
  CCOPTIONS =
STD_DEFINES = -DXDMCP -DSHAPE -DMULTIBUFFER -DMITMISC
CDEBUGFLAGS = -O
EXT_DEFINES = -DSHAPE -DMULTIBUFFER -DMITMISC

SRCS =	 cfbgc.c cfbwindow.c 	 cfbpntwin.c cfbmskbits.c cfbpixmap.c cfbbitblt.c 	 cfbfillsp.c cfbsetsp.c cfbscrinit.c 	 cfbgetsp.c cfbfillrct.c cfbtileodd.c 	 cfbcmap.c cfbzerarc.c cfbfillarc.c 	 cfbtegblt.c cfbbstore.c 	 cfb8bit.c cfbteblt8.c cfbglblt8.c  	 cfbpush8.c cfbrctstp8.c cfbpolypnt.c 	 cfbbres.c cfbline.c cfbhrzvert.c cfbbresd.c cfbimage.c

OBJS =   cfbgc.o cfbwindow.o 	 cfbgetsp.o cfbfillrct.o cfbtileodd.o 	 cfbfillsp.o cfbsetsp.o cfbscrinit.o 	 cfbpntwin.o cfbmskbits.o cfbpixmap.o cfbbitblt.o 	 cfbcmap.o cfbzerarc.o cfbfillarc.o 	 cfbtegblt.o cfbbstore.o 	 cfb8bit.o cfbteblt8.o cfbglblt8.o  	 cfbpush8.o cfbrctstp8.o cfbpolypnt.o 	 cfbbres.o cfbline.o cfbhrzvert.o cfbbresd.o cfbimage.o cfbseg.o

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

.c.o:
	$(RM) $@
	$(CC) -c $(CFLAGS) $*.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)

depend:: $(DEPEND)

$(DEPEND):
	@echo "checking $@ over in $(DEPENDSRC) first..."; \
	cd $(DEPENDSRC); $(MAKE); \
	echo "okay, continuing in $(CURRENT_DIR)"

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

cfbseg.c:
	$(LN) cfbline.c cfbseg.c

cfbseg.o: cfbseg.c cfbline.c
	${CC} -DPOLYSEGMENT $(CFLAGS) -c cfbseg.c

###########################################################################
# common rules for all Makefiles - do not edit

emptyrule::

clean::
	$(RM_CMD) \#*

Makefile:: $(IMAKE)

$(IMAKE):
	@(cd $(IMAKESRC); if [ -f Makefile ]; then \
	echo "checking $@ in $(IMAKESRC) first..."; $(MAKE) all; else \
	echo "bootstrapping $@ from Makefile.ini in $(IMAKESRC) first..."; \
	$(MAKE) -f Makefile.ini BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS); fi; \
	echo "okay, continuing in $(CURRENT_DIR)")

Makefile::
	-@if [ -f Makefile ]; then \
	echo "	$(RM) Makefile.bak; $(MV) Makefile Makefile.bak"; \
	$(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/Xprotostr.h ../../include/dixfontstr.h
cfbgc.o: ../../include/dixfont.h ../../include/font.h
cfbgc.o: ../../include/servermd.h ../../include/misc.h ../../include/os.h
cfbgc.o: ../../include/fontstruct.h ../../include/gcstruct.h
cfbgc.o: ../../include/gc.h ../../include/miscstruct.h ../../include/region.h
cfbgc.o: ../../include/pixmap.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: ../../include/scrnintstr.h ../../include/colormap.h cfb.h
cfbgc.o: ../mi/mistruct.h ../mi/mi.h ../mi/mibstore.h cfbmskbits.h cfb8bit.h
cfbwindow.o: ../../.././X11/X.h ../../include/scrnintstr.h
cfbwindow.o: ../../include/screenint.h ../../include/miscstruct.h
cfbwindow.o: ../../include/misc.h ../../include/os.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
cfbwindow.o: ../../.././X11/Xmd.h cfb.h ../mi/mistruct.h ../mi/mi.h
cfbwindow.o: cfbmskbits.h ../../include/servermd.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: ../../include/os.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 ../../.././X11/Xmd.h
cfbpntwin.o: ../../include/scrnintstr.h ../../include/colormap.h cfb.h
cfbpntwin.o: cfbmskbits.h ../../include/servermd.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 ../../include/os.h cfbmskbits.h
cfbpixmap.o: ../../.././X11/X.h cfb.h ../../include/region.h
cfbpixmap.o: ../../include/gc.h ../../include/colormap.h ../mi/mi.h
cfbbitblt.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfbbitblt.o: ../../.././X11/Xprotostr.h ../../include/fontstruct.h
cfbbitblt.o: ../../include/font.h ../../include/servermd.h
cfbbitblt.o: ../../include/misc.h ../../include/os.h
cfbbitblt.o: ../../include/dixfontstr.h ../../include/dixfont.h
cfbbitblt.o: ../../include/gcstruct.h ../../include/gc.h
cfbbitblt.o: ../../include/miscstruct.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: ../../include/scrnintstr.h ../../include/colormap.h cfb.h
cfbbitblt.o: cfbmskbits.h cfb8bit.h ../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: ../../include/os.h ../../include/region.h ../../include/pixmap.h
cfbfillsp.o: ../../include/screenint.h ../../include/dixfont.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 cfbmskbits.h
cfbsetsp.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../include/servermd.h
cfbsetsp.o: ../../include/misc.h ../../include/os.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/dixfont.h ../../include/windowstr.h
cfbsetsp.o: ../../include/window.h ../../include/pixmapstr.h
cfbsetsp.o: ../../include/cursor.h ../../include/property.h
cfbsetsp.o: ../../include/resource.h ../../include/dix.h
cfbsetsp.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfbsetsp.o: ../../include/colormap.h cfb.h cfbmskbits.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 ../../include/os.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: ../mi/mi.h ../mi/mistruct.h ../../include/dix.h
cfbscrinit.o: ../../include/window.h cfbmskbits.h ../mi/mibstore.h
cfbgetsp.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../include/servermd.h
cfbgetsp.o: ../../include/misc.h ../../include/os.h ../../include/region.h
cfbgetsp.o: ../../include/gc.h ../../include/windowstr.h
cfbgetsp.o: ../../include/window.h ../../include/pixmapstr.h
cfbgetsp.o: ../../include/pixmap.h ../../include/screenint.h
cfbgetsp.o: ../../include/miscstruct.h ../../include/regionstr.h
cfbgetsp.o: ../../include/cursor.h ../../include/property.h
cfbgetsp.o: ../../include/resource.h ../../include/dix.h
cfbgetsp.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
cfbgetsp.o: ../../include/colormap.h cfb.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 ../../include/os.h ../../include/region.h
cfbfillrct.o: ../../include/pixmap.h ../../include/screenint.h
cfbfillrct.o: ../../include/dixfont.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: cfbmskbits.h
cfbtileodd.o: ../../.././X11/X.h ../../.././X11/Xmd.h
cfbtileodd.o: ../../include/servermd.h ../../include/gcstruct.h
cfbtileodd.o: ../../include/gc.h ../../include/miscstruct.h
cfbtileodd.o: ../../include/misc.h ../../include/os.h ../../include/region.h
cfbtileodd.o: ../../include/pixmap.h ../../include/screenint.h
cfbtileodd.o: ../../include/dixfont.h ../../include/window.h
cfbtileodd.o: ../../include/pixmapstr.h ../../include/scrnintstr.h
cfbtileodd.o: ../../include/colormap.h ../../include/windowstr.h
cfbtileodd.o: ../../include/regionstr.h ../../include/cursor.h
cfbtileodd.o: ../../include/property.h ../../include/resource.h
cfbtileodd.o: ../../include/dix.h ../../.././X11/Xprotostr.h cfb.h
cfbtileodd.o: cfbmskbits.h cfb8bit.h
cfbcmap.o: ../../.././X11/X.h ../../include/scrnintstr.h
cfbcmap.o: ../../include/screenint.h ../../include/miscstruct.h
cfbcmap.o: ../../include/misc.h ../../include/os.h ../../include/region.h
cfbcmap.o: ../../include/pixmap.h ../../include/gc.h ../../include/colormap.h
cfbcmap.o: ../../include/colormapst.h ../../include/resource.h
cfbzerarc.o: ../../.././X11/X.h ../../.././X11/Xprotostr.h
cfbzerarc.o: ../../.././X11/Xmd.h ../../include/miscstruct.h
cfbzerarc.o: ../../include/misc.h ../../include/os.h ../../include/gcstruct.h
cfbzerarc.o: ../../include/gc.h ../../include/region.h ../../include/pixmap.h
cfbzerarc.o: ../../include/screenint.h ../../include/dixfont.h
cfbzerarc.o: ../../include/pixmapstr.h ../../include/scrnintstr.h
cfbzerarc.o: ../../include/colormap.h cfb.h cfbmskbits.h
cfbzerarc.o: ../../include/servermd.h ../mi/mizerarc.h
cfbfillarc.o: ../../.././X11/X.h ../../.././X11/Xprotostr.h
cfbfillarc.o: ../../.././X11/Xmd.h ../../include/miscstruct.h
cfbfillarc.o: ../../include/misc.h ../../include/os.h
cfbfillarc.o: ../../include/gcstruct.h ../../include/gc.h
cfbfillarc.o: ../../include/region.h ../../include/pixmap.h
cfbfillarc.o: ../../include/screenint.h ../../include/dixfont.h
cfbfillarc.o: ../../include/pixmapstr.h ../../include/scrnintstr.h
cfbfillarc.o: ../../include/colormap.h cfb.h cfbmskbits.h
cfbfillarc.o: ../../include/servermd.h ../mi/mifillarc.h
cfbtegblt.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfbtegblt.o: ../../.././X11/Xprotostr.h ../../include/fontstruct.h
cfbtegblt.o: ../../include/font.h ../../include/servermd.h
cfbtegblt.o: ../../include/misc.h ../../include/os.h
cfbtegblt.o: ../../include/dixfontstr.h ../../include/dixfont.h
cfbtegblt.o: ../../include/gcstruct.h ../../include/gc.h
cfbtegblt.o: ../../include/miscstruct.h ../../include/region.h
cfbtegblt.o: ../../include/pixmap.h ../../include/screenint.h
cfbtegblt.o: ../../include/windowstr.h ../../include/window.h
cfbtegblt.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfbtegblt.o: ../../include/cursor.h ../../include/property.h
cfbtegblt.o: ../../include/resource.h ../../include/dix.h
cfbtegblt.o: ../../include/scrnintstr.h ../../include/colormap.h cfb.h
cfbtegblt.o: 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: ../../include/os.h ../../.././X11/X.h ../mi/mibstore.h
cfbbstore.o: ../../include/regionstr.h ../../include/scrnintstr.h
cfbbstore.o: ../../include/screenint.h ../../include/pixmapstr.h
cfbbstore.o: ../../include/windowstr.h ../../include/window.h
cfbbstore.o: ../../include/cursor.h ../../include/property.h
cfbbstore.o: ../../include/resource.h ../../include/dix.h
cfbbstore.o: ../../.././X11/Xprotostr.h ../../.././X11/Xmd.h
cfb8bit.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfb8bit.o: ../../.././X11/Xprotostr.h ../../include/fontstruct.h
cfb8bit.o: ../../include/font.h ../../include/servermd.h ../../include/misc.h
cfb8bit.o: ../../include/os.h ../../include/dixfontstr.h
cfb8bit.o: ../../include/dixfont.h ../../include/gcstruct.h
cfb8bit.o: ../../include/gc.h ../../include/miscstruct.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 ../../include/scrnintstr.h
cfb8bit.o: ../../include/colormap.h cfb.h cfbmskbits.h cfb8bit.h
cfbteblt8.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfbteblt8.o: ../../.././X11/Xprotostr.h ../../include/fontstruct.h
cfbteblt8.o: ../../include/font.h ../../include/servermd.h
cfbteblt8.o: ../../include/misc.h ../../include/os.h
cfbteblt8.o: ../../include/dixfontstr.h ../../include/dixfont.h
cfbteblt8.o: ../../include/gcstruct.h ../../include/gc.h
cfbteblt8.o: ../../include/miscstruct.h ../../include/region.h
cfbteblt8.o: ../../include/pixmap.h ../../include/screenint.h
cfbteblt8.o: ../../include/windowstr.h ../../include/window.h
cfbteblt8.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfbteblt8.o: ../../include/cursor.h ../../include/property.h
cfbteblt8.o: ../../include/resource.h ../../include/dix.h
cfbteblt8.o: ../../include/scrnintstr.h ../../include/colormap.h cfb.h
cfbteblt8.o: cfbmskbits.h cfb8bit.h
cfbglblt8.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfbglblt8.o: ../../.././X11/Xprotostr.h ../../include/fontstruct.h
cfbglblt8.o: ../../include/font.h ../../include/servermd.h
cfbglblt8.o: ../../include/misc.h ../../include/os.h
cfbglblt8.o: ../../include/dixfontstr.h ../../include/dixfont.h
cfbglblt8.o: ../../include/gcstruct.h ../../include/gc.h
cfbglblt8.o: ../../include/miscstruct.h ../../include/region.h
cfbglblt8.o: ../../include/pixmap.h ../../include/screenint.h
cfbglblt8.o: ../../include/windowstr.h ../../include/window.h
cfbglblt8.o: ../../include/pixmapstr.h ../../include/regionstr.h
cfbglblt8.o: ../../include/cursor.h ../../include/property.h
cfbglblt8.o: ../../include/resource.h ../../include/dix.h
cfbglblt8.o: ../../include/scrnintstr.h ../../include/colormap.h cfb.h
cfbglblt8.o: cfbmskbits.h cfb8bit.h
cfbpush8.o: ../../.././X11/X.h ../../.././X11/Xmd.h ../../.././X11/Xproto.h
cfbpush8.o: ../../.././X11/Xprotostr.h ../../include/fontstruct.h
cfbpush8.o: ../../include/font.h ../../include/servermd.h
cfbpush8.o: ../../include/misc.h ../../include/os.h
cfbpush8.o: ../../include/dixfontstr.h ../../include/dixfont.h
cfbpush8.o: ../../include/gcstruct.h ../../include/gc.h
cfbpush8.o: ../../include/miscstruct.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: ../../include/scrnintstr.h ../../include/colormap.h cfb.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 ../../include/os.h ../../include/region.h
cfbrctstp8.o: ../../include/pixmap.h ../../include/screenint.h
cfbrctstp8.o: ../../include/dixfont.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: 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: ../../include/os.h ../../include/region.h
cfbpolypnt.o: ../../include/pixmap.h ../../include/screenint.h
cfbpolypnt.o: ../../include/dixfont.h ../../include/windowstr.h
cfbpolypnt.o: ../../include/window.h ../../include/pixmapstr.h
cfbpolypnt.o: ../../include/regionstr.h ../../include/cursor.h
cfbpolypnt.o: ../../include/property.h ../../include/resource.h
cfbpolypnt.o: ../../include/dix.h ../../.././X11/Xprotostr.h
cfbpolypnt.o: ../../.././X11/Xmd.h ../../include/scrnintstr.h
cfbpolypnt.o: ../../include/colormap.h cfb.h cfbmskbits.h
cfbpolypnt.o: ../../include/servermd.h
cfbbres.o: ../../.././X11/X.h ../../include/misc.h ../../include/os.h cfb.h
cfbbres.o: ../../include/pixmap.h ../../include/region.h ../../include/gc.h
cfbbres.o: ../../include/colormap.h ../../include/miscstruct.h cfbmskbits.h
cfbbres.o: ../../.././X11/Xmd.h ../../include/servermd.h
cfbline.o: ../../.././X11/X.h ../../include/gcstruct.h ../../include/gc.h
cfbline.o: ../../include/miscstruct.h ../../include/misc.h ../../include/os.h
cfbline.o: ../../include/region.h ../../include/pixmap.h
cfbline.o: ../../include/screenint.h ../../include/dixfont.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 ../../.././X11/Xmd.h
cfbline.o: ../../include/scrnintstr.h ../../include/colormap.h
cfbline.o: ../mi/mistruct.h ../mi/mi.h cfb.h cfbmskbits.h
cfbline.o: ../../include/servermd.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 ../../include/os.h cfbmskbits.h
cfbhrzvert.o: ../../.././X11/Xmd.h ../../include/servermd.h
cfbbresd.o: ../../.././X11/X.h ../../include/misc.h ../../include/os.h cfb.h
cfbbresd.o: ../../include/pixmap.h ../../include/region.h ../../include/gc.h
cfbbresd.o: ../../include/colormap.h ../../include/miscstruct.h cfbmskbits.h
cfbbresd.o: ../../.././X11/Xmd.h ../../include/servermd.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: ../../include/os.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: ../../.././X11/Xmd.h ../../include/scrnintstr.h
cfbimage.o: ../../include/colormap.h ../../include/gcstruct.h
cfbimage.o: ../../include/dixfont.h cfb.h cfbmskbits.h
cfbimage.o: ../../include/servermd.h
