# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.37 88/10/08 20:08:30 jim Exp $

###########################################################################
# X Window System Makefile generated from template file Imake.tmpl
# $XConsortium: Imake.tmpl,v 1.89 88/10/23 13:19:22 jim Exp $
#
# Do not change the body of the imake template file.  Server-specific
# parameters may be set in the appropriate .macros file; site-specific
# parameters (but shared by all servers) may be set in site.def.  If you
# make any changes, you'll need to rebuild the makefiles using
# "make World" (at best) or "make Makefile; make Makefiles" (at least) in
# the top level directory.
#
# If your C preprocessor doesn't define any unique symbols, you'll need
# to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
# "make Makefile", "make Makefiles", or "make World").
#
# If you absolutely can't get imake to work, you'll need to set the
# variables at the top of each Makefile as well as the dependencies at the
# bottom (makedepend will do this automatically).
#

###########################################################################
# platform-specific configuration parameters - edit Rt.macros to change

# platform:  $XConsortium: Rt.macros,v 1.46 88/10/23 11:00:52 jim Exp $

# platform:  $XConsortium: IBM.macros,v 1.21 88/10/23 11:00:36 jim Exp $

             AS = as
            CPP = /lib/cpp
             LD = ld
           LINT = lint
           MAKE = make
        INSTALL = install
           TAGS = ctags
             RM = rm -f
             MV = mv
             LS = ls
             CP = cp
STD_CPP_DEFINES =
    STD_DEFINES =

BOOTSTRAPCFLAGS =
             CC = hc
 LDCOMBINEFLAGS = -X -r
             LN = ln -s
         RANLIB = ranlib
RANLIBINSTFLAGS = -t
             AR = ar cq
       LINTOPTS = -axz
    LINTLIBFLAG = -C

            PCC = pcc

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

# site:  $XConsortium: site.def,v 1.16 88/10/12 10:30:24 jim Exp $

###########################################################################
# definitions common to all Makefiles - do not edit

          SHELL = 	/bin/sh

        DESTDIR =
      USRLIBDIR = $(DESTDIR)/usr/lib
         BINDIR = $(DESTDIR)/usr/bin/X11
         INCDIR = $(DESTDIR)/usr/include/X11
         ADMDIR = $(DESTDIR)/usr/adm
         LIBDIR = $(USRLIBDIR)/X11
     LINTLIBDIR = $(USRLIBDIR)/lint
        FONTDIR = $(LIBDIR)/fonts
       XINITDIR = $(LIBDIR)/xinit
         XDMDIR = $(LIBDIR)/xdm
         UWMDIR = $(LIBDIR)/uwm
         AWMDIR = $(LIBDIR)/awm
         TWMDIR = $(LIBDIR)/twm
        MANPATH = $(DESTDIR)/usr/man
  MANSOURCEPATH = $(MANPATH)/man
         MANDIR = $(MANSOURCEPATH)n
      LIBMANDIR = $(MANSOURCEPATH)3
    XAPPLOADDIR = $(LIBDIR)/app-defaults

   INSTBINFLAGS = -m 0755
   INSTUIDFLAGS = -m 4755
   INSTLIBFLAGS = -m 0664
   INSTINCFLAGS = -m 0444
   INSTMANFLAGS = -m 0444
   INSTAPPFLAGS = -m 0444
  INSTKMEMFLAGS = -m 4755
        FCFLAGS = -t
    CDEBUGFLAGS = -O

        PATHSEP = /
         DEPEND = $(DEPENDSRC)/makedepend
          IMAKE = $(IMAKESRC)/imake
            RGB = $(RGBSRC)/rgb
             FC = $(BDFTOSNFSRC)/bdftosnf
      MKFONTDIR = $(MKFONTDIRSRC)/mkfontdir
         CFLAGS = $(CDEBUGFLAGS) $(INCLUDES) $(STD_DEFINES) $(DEFINES)
      LINTFLAGS = $(LINTOPTS) $(INCLUDES) $(STD_DEFINES) $(DEFINES) -DLINT
        LDFLAGS = $(CDEBUGFLAGS) $(SYS_LIBRARIES) $(SYSAUX_LIBRARIES)
            TOP = ../../../../.
      CLIENTSRC = $(TOP)/clients
        DEMOSRC = $(TOP)/demos
         LIBSRC = $(TOP)/lib
        FONTSRC = $(TOP)/fonts
     INCLUDESRC = $(TOP)/X11
      SERVERSRC = $(TOP)/server
        UTILSRC = $(TOP)/util
     EXAMPLESRC = $(TOP)/examples
     CONTRIBSRC = $(TOP)/contrib
         DOCSRC = $(TOP)/doc
         RGBSRC = $(TOP)/rgb
      DEPENDSRC = $(UTILSRC)/makedepend
       IMAKESRC = $(UTILSRC)/imake
       IRULESRC = $(UTILSRC)/imake.includes
        XLIBSRC = $(LIBSRC)/X
         XMUSRC = $(LIBSRC)/Xmu
     TOOLKITSRC = $(LIBSRC)/Xt
     AWIDGETSRC = $(LIBSRC)/Xaw
     OLDXLIBSRC = $(LIBSRC)/oldX
    BDFTOSNFSRC = $(FONTSRC)/bdftosnf
   MKFONTDIRSRC = $(FONTSRC)/mkfontdir
   EXTENSIONSRC = $(TOP)/extensions
   EXTENSIONLIB = $(EXTENSIONSRC)/lib/libXext.a
           XLIB = $(XLIBSRC)/libX11.a
         XMULIB = $(XMUSRC)/libXmu.a
        OLDXLIB = $(OLDXLIBSRC)/liboldX.a
       XTOOLLIB = $(TOOLKITSRC)/libXt.a
         XAWLIB = $(AWIDGETSRC)/libXaw.a
       LINTXLIB = $(XLIBSRC)/llib-lX11.ln
        LINTXMU = $(XMUSRC)/llib-lXmu.ln
      LINTXTOOL = $(TOOLKITSRC)/llib-lXt.ln
        LINTXAW = $(AWIDGETSRC)/llib-lXaw.ln
       INCLUDES = -I$(TOP)
      MACROFILE = Rt.macros
   ICONFIGFILES = $(IRULESRC)/Imake.tmpl \
			$(IRULESRC)/$(MACROFILE) $(IRULESRC)/site.def
  IMAKE_DEFINES =
      IMAKE_CMD = $(NEWTOP)$(IMAKE) -TImake.tmpl -I$(NEWTOP)$(IRULESRC) \
			-s Makefile $(IMAKE_DEFINES)
         RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \
			.emacs_* tags TAGS make.log MakeOut

###########################################################################
# rules:  $XConsortium: Imake.rules,v 1.67 88/10/23 18:19:30 jim Exp $

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

# $Header: /andrew/X11/R3src/tape/server/ddx/ibm/mpel/RCS/Imakefile,v 6.6 88/10/25 01:58:55 kbg Exp $
# $Source: /andrew/X11/R3src/tape/server/ddx/ibm/mpel/RCS/Imakefile,v $

MPELWINC =
MPELWINO =

SRCS =	 \
		mpelALU.c	\
		mpelArc.c	\
		mpelBlit.c	\
		mpelCmap.c	\
		mpelCursor.c	\
		mpelDash.c	\
		mpelFont.c	\
		mpelGC.c	\
		mpelImg.c	\
		mpelInfo.c	\
		mpelIO.c	\
		mpelLine.c	\
		mpelMono.c	\
		mpelOSD.c	\
		mpelPlane.c	\
		mpelPoly.c	\
		mpelPolyPt.c	\
		mpelSave.c	\
		mpelScrInit.c	\
		mpelStip.c	\
		mpelText.c	\
		mpelTile.c	\
		mpeluCode.c	\
		mpelUtil.c	\
		$(MPELWINC)	\
		mpelXmorg.c

ASRCS = \
		mpelFifoOut.s

OBJS =	 \
		mpelALU.o	\
		mpelArc.o	\
		mpelBlit.o	\
		mpelCmap.o	\
		mpelCursor.o	\
		mpelDash.o	\
		mpelFifoOut.o	\
		mpelFont.o	\
		mpelGC.o	\
		mpelImg.o	\
		mpelInfo.o	\
		mpelIO.o	\
		mpelLine.o	\
		mpelMono.o	\
		mpelOSD.o	\
		mpelPlane.o	\
		mpelPoly.o	\
		mpelPolyPt.o	\
		mpelSave.o	\
		mpelScrInit.o	\
		mpelStip.o	\
		mpelText.o	\
		mpelTile.o	\
		mpeluCode.o	\
		mpelUtil.o	\
		$(MPELWINO)	\
		mpelXmorg.o

INCLUDES = -I. -I../BSDrt -I../../mfb -I../ppc -I../../../include -I$(INCLUDESRC) -I../common -I../../../../extensions/include
CDEBUGFLAGS = -O
STD_DEFINES = 	-DUNIXCPP -DNOSTDHDRS -DHCVERSION=21004 -DBSDrt -DRTIO

all:: mpel.o

mpel.o: $(OBJS)
	$(RM) $@
	$(LD) $(LDCOMBINEFLAGS) $(OBJS) -o $@

.c.o:
	$(RM) $@
	$(CC) -c $(CFLAGS) $*.c
.s.o:
	$(RM) -f m.s $@
	$(CPP) -E $(CFLAGS) $*.s > m.s
	$(AS) -o $@ m.s
	$(RM) -f m.s

depend:: $(DEPEND)

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

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

lintlib:: llib-lmpel.ln

llib-lmpel.ln: $(SRCS)
	$(RM) $@
	$(LINT) $(LINTLIBFLAG)mpel $(LINTFLAGS) $(SRCS)

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

###########################################################################
# Imake.tmpl common rules for all Makefiles - do not edit

emptyrule::

clean::
	$(RM_CMD) \#*

Makefile:: $(IMAKE)

Makefile:: Imakefile \
	$(IRULESRC)/Imake.tmpl \
	$(IRULESRC)/Imake.rules \
	$(IRULESRC)/site.def \
	$(IRULESRC)/$(MACROFILE)
	-@if [ -f Makefile ]; then \
		echo "$(RM) Makefile.bak; $(MV) Makefile Makefile.bak"; \
		$(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
	else exit 0; fi
	$(IMAKE_CMD) -DTOPDIR=$(TOP)

$(IMAKE):
	@echo "making $@"; \
	cd $(IMAKESRC); $(MAKE) BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS)

tags::
	$(TAGS) -w *.[ch]
	$(TAGS) -xw *.[ch] > TAGS

###########################################################################
# empty rules for directories that do not have SUBDIRS - do not edit

install::
	@echo "install done"

install.man::
	@echo "install.man done"

Makefiles::

###########################################################################
# dependencies generated by makedepend

# DO NOT DELETE

mpelArc.o: ../../../.././X11/X.h ../../../include/misc.h
mpelArc.o: ../../../include/os.h ../../../.././X11/Xprotostr.h
mpelArc.o: ../../../.././X11/Xmd.h ../../../include/gcstruct.h
mpelArc.o: ../../../include/gc.h ../../../include/miscstruct.h
mpelArc.o: ../../../include/region.h ../../../include/pixmap.h
mpelArc.o: ../../../include/screenint.h ../../../include/dixfont.h
mpelArc.o: ../../../include/scrnintstr.h ../../../include/colormap.h
mpelArc.o: ../../../include/windowstr.h ../../../include/window.h
mpelArc.o: ../../../include/pixmapstr.h ../../../include/cursor.h
mpelArc.o: ../../../include/property.h ../../../include/resource.h
mpelArc.o: ../../../include/dix.h ../../../include/regionstr.h
mpelArc.o: ../BSDrt/OScompiler.h ../ppc/ppc.h ../common/ibmTrace.h mpelHdwr.h
mpelArc.o: mpelFifo.h
mpelBlit.o: ../../../.././X11/Xmd.h ../common/ibmTrace.h mpelFifo.h
mpelCmap.o: ../../../.././X11/X.h ../../../include/pixmapstr.h
mpelCmap.o: ../../../include/pixmap.h ../../../include/screenint.h
mpelCmap.o: ../../../include/misc.h ../../../include/os.h
mpelCmap.o: ../../../include/scrnintstr.h ../../../include/region.h
mpelCmap.o: ../../../include/gc.h ../../../include/colormap.h
mpelCmap.o: ../../../include/colormapst.h ../../../include/cursor.h
mpelCmap.o: ../../../include/resource.h ../BSDrt/OScompiler.h
mpelCmap.o: ../common/ibmTrace.h ../ppc/ppc.h ../../../include/gcstruct.h
mpelCmap.o: ../../../include/miscstruct.h ../../../include/dixfont.h
mpelCmap.o: ../common/ibmScreen.h mpelHdwr.h
mpelCursor.o: ../../../.././X11/X.h ../../../include/miscstruct.h
mpelCursor.o: ../../../include/misc.h ../../../include/os.h
mpelCursor.o: ../../../include/scrnintstr.h ../../../include/screenint.h
mpelCursor.o: ../../../include/region.h ../../../include/pixmap.h
mpelCursor.o: ../../../include/gc.h ../../../include/colormap.h
mpelCursor.o: ../../../include/cursorstr.h ../../../include/cursor.h
mpelCursor.o: ../../mfb/maskbits.h ../../../.././X11/Xmd.h
mpelCursor.o: ../../../include/servermd.h ../BSDrt/OScompiler.h
mpelCursor.o: ../common/ibmScreen.h ../common/ibmTrace.h mpelHdwr.h
mpelCursor.o: mpelFifo.h
mpelDash.o: ../../../.././X11/X.h ../../../.././X11/Xproto.h
mpelDash.o: ../../../.././X11/Xmd.h ../../../.././X11/Xprotostr.h
mpelDash.o: ../../../include/misc.h ../../../include/os.h
mpelDash.o: ../../../include/font.h ../../../include/servermd.h
mpelDash.o: ../../../include/gcstruct.h ../../../include/gc.h
mpelDash.o: ../../../include/miscstruct.h ../../../include/region.h
mpelDash.o: ../../../include/pixmap.h ../../../include/screenint.h
mpelDash.o: ../../../include/dixfont.h ../../../include/windowstr.h
mpelDash.o: ../../../include/window.h ../../../include/pixmapstr.h
mpelDash.o: ../../../include/cursor.h ../../../include/property.h
mpelDash.o: ../../../include/resource.h ../../../include/dix.h
mpelDash.o: ../../../include/scrnintstr.h ../../../include/colormap.h
mpelDash.o: ../../mfb/mfb.h ../../../include/mibstore.h
mpelDash.o: ../../../include/mistruct.h ../../../include/mi.h ../ppc/ppc.h
mpelDash.o: ../ppc/ppcProcs.h ../common/ibmTrace.h mpelProcs.h mpelFifo.h
mpelDash.o: mpelHdwr.h
mpelFont.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h
mpelFont.o: ../../../.././X11/Xprotostr.h ../../../include/misc.h
mpelFont.o: ../../../include/os.h ../../../include/dixfont.h
mpelFont.o: ../../../include/dixfontstr.h ../../../include/font.h
mpelFont.o: ../../../include/servermd.h ../../../include/fontstruct.h
mpelFont.o: ../../../include/screenint.h ../../../include/scrnintstr.h
mpelFont.o: ../../../include/region.h ../../../include/pixmap.h
mpelFont.o: ../../../include/gc.h ../../../include/colormap.h
mpelFont.o: ../common/ibmTrace.h mpelHdwr.h mpelFifo.h mpelFont.h
mpelGC.o: ../../../.././X11/X.h ../../../.././X11/Xproto.h
mpelGC.o: ../../../.././X11/Xmd.h ../../../.././X11/Xprotostr.h
mpelGC.o: ../../../include/font.h ../../../include/servermd.h
mpelGC.o: ../../../include/misc.h ../../../include/os.h
mpelGC.o: ../../../include/gcstruct.h ../../../include/gc.h
mpelGC.o: ../../../include/miscstruct.h ../../../include/region.h
mpelGC.o: ../../../include/pixmap.h ../../../include/screenint.h
mpelGC.o: ../../../include/dixfont.h ../../../include/windowstr.h
mpelGC.o: ../../../include/window.h ../../../include/pixmapstr.h
mpelGC.o: ../../../include/cursor.h ../../../include/property.h
mpelGC.o: ../../../include/resource.h ../../../include/dix.h
mpelGC.o: ../../../include/scrnintstr.h ../../../include/colormap.h
mpelGC.o: ../../mfb/mfb.h ../../../include/mibstore.h
mpelGC.o: ../../../include/mistruct.h ../../../include/mi.h ../ppc/ppc.h
mpelGC.o: ../ppc/ppcProcs.h ../common/ibmTrace.h mpelProcs.h mpelFifo.h
mpelGC.o: mpelHdwr.h
mpelImg.o: ../../../.././X11/X.h ../../../include/scrnintstr.h
mpelImg.o: ../../../include/screenint.h ../../../include/misc.h
mpelImg.o: ../../../include/os.h ../../../include/region.h
mpelImg.o: ../../../include/pixmap.h ../../../include/gc.h
mpelImg.o: ../../../include/colormap.h ../../../include/colormapst.h
mpelImg.o: ../../../include/pixmapstr.h ../../../include/regionstr.h
mpelImg.o: ../../../include/miscstruct.h ../../../include/windowstr.h
mpelImg.o: ../../../include/window.h ../../../include/cursor.h
mpelImg.o: ../../../include/property.h ../../../include/resource.h
mpelImg.o: ../../../include/dix.h ../../../.././X11/Xprotostr.h
mpelImg.o: ../../../.././X11/Xmd.h ../ppc/ppc.h ../../../include/gcstruct.h
mpelImg.o: ../../../include/dixfont.h ../BSDrt/OScompiler.h mpelHdwr.h
mpelImg.o: mpelFifo.h ../common/ibmTrace.h
mpelInfo.o: ../../../.././X11/X.h ../../../include/misc.h
mpelInfo.o: ../../../include/os.h ../../../include/miscstruct.h
mpelInfo.o: ../../../include/scrnintstr.h ../../../include/screenint.h
mpelInfo.o: ../../../include/region.h ../../../include/pixmap.h
mpelInfo.o: ../../../include/gc.h ../../../include/colormap.h
mpelInfo.o: ../../../include/cursorstr.h ../../../include/cursor.h
mpelInfo.o: ../common/ibmScreen.h
mpelIO.o: ../../../.././X11/X.h ../../../.././X11/Xproto.h
mpelIO.o: ../../../.././X11/Xmd.h ../../../.././X11/Xprotostr.h
mpelIO.o: ../../../include/screenint.h ../../../include/scrnintstr.h
mpelIO.o: ../../../include/misc.h ../../../include/os.h
mpelIO.o: ../../../include/region.h ../../../include/pixmap.h
mpelIO.o: ../../../include/gc.h ../../../include/colormap.h
mpelIO.o: ../../../include/cursorstr.h ../../../include/cursor.h
mpelIO.o: ../../../include/pixmapstr.h ../../../include/miscstruct.h
mpelIO.o: ../../../include/colormapst.h ../../../include/windowstr.h
mpelIO.o: ../../../include/window.h ../../../include/property.h
mpelIO.o: ../../../include/resource.h ../../../include/dix.h
mpelIO.o: ../../../include/font.h ../../../include/servermd.h
mpelIO.o: ../BSDrt/OScursor.h ../common/ibmScreen.h ../common/ibmTrace.h
mpelIO.o: ../ppc/ppc.h ../../../include/gcstruct.h ../../../include/dixfont.h
mpelIO.o: ../ppc/ppcProcs.h mpelFifo.h mpelProcs.h
mpelLine.o: ../../../.././X11/X.h ../../../include/misc.h
mpelLine.o: ../../../include/os.h ../../../include/gc.h
mpelLine.o: ../../../include/gcstruct.h ../../../include/miscstruct.h
mpelLine.o: ../../../include/region.h ../../../include/pixmap.h
mpelLine.o: ../../../include/screenint.h ../../../include/dixfont.h
mpelLine.o: ../../../include/regionstr.h ../../../include/colormapst.h
mpelLine.o: ../../../include/colormap.h ../../../include/pixmapstr.h
mpelLine.o: ../../../include/windowstr.h ../../../include/window.h
mpelLine.o: ../../../include/cursor.h ../../../include/property.h
mpelLine.o: ../../../include/resource.h ../../../include/dix.h
mpelLine.o: ../../../.././X11/Xprotostr.h ../../../.././X11/Xmd.h
mpelLine.o: ../BSDrt/OScompiler.h ../ppc/ppc.h ../common/ibmTrace.h
mpelLine.o: mpelHdwr.h mpelFifo.h
mpelMono.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mpelMono.o: ../../../include/servermd.h ../../../include/font.h
mpelMono.o: ../BSDrt/OScompiler.h ../common/ibmTrace.h mpelHdwr.h mpelFifo.h
mpelOSD.o: ../BSDrt/OSio.h ../BSDrt/bsdIO.h /usr/include/machinecons/xio.h
mpelOSD.o: /usr/include/machinecons/qevent.h
mpelOSD.o: /usr/include/machinecons/screen_conf.h /usr/include/sys/types.h
mpelOSD.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h
mpelOSD.o: /usr/include/sys/ttydev.h
mpelOSD.o: /usr/include/machinecons/../machinecons/consio.h ../common/ibmIO.h
mpelOSD.o: ../common/ibmTrace.h
mpelPlane.o: ../../../.././X11/X.h ../../../include/scrnintstr.h
mpelPlane.o: ../../../include/screenint.h ../../../include/misc.h
mpelPlane.o: ../../../include/os.h ../../../include/region.h
mpelPlane.o: ../../../include/pixmap.h ../../../include/gc.h
mpelPlane.o: ../../../include/colormap.h ../../../include/colormapst.h
mpelPlane.o: ../../../include/pixmapstr.h ../../../include/regionstr.h
mpelPlane.o: ../../../include/miscstruct.h ../../../include/windowstr.h
mpelPlane.o: ../../../include/window.h ../../../include/cursor.h
mpelPlane.o: ../../../include/property.h ../../../include/resource.h
mpelPlane.o: ../../../include/dix.h ../../../.././X11/Xprotostr.h
mpelPlane.o: ../../../.././X11/Xmd.h ../../../include/servermd.h
mpelPlane.o: ../common/ibmTrace.h ../ppc/ppc.h ../../../include/gcstruct.h
mpelPlane.o: ../../../include/dixfont.h ../BSDrt/OScompiler.h
mpelPoly.o: ../../../.././X11/X.h ../../../include/misc.h
mpelPoly.o: ../../../include/os.h ../../../include/gcstruct.h
mpelPoly.o: ../../../include/gc.h ../../../include/miscstruct.h
mpelPoly.o: ../../../include/region.h ../../../include/pixmap.h
mpelPoly.o: ../../../include/screenint.h ../../../include/dixfont.h
mpelPoly.o: ../../../include/windowstr.h ../../../include/window.h
mpelPoly.o: ../../../include/pixmapstr.h ../../../include/cursor.h
mpelPoly.o: ../../../include/property.h ../../../include/resource.h
mpelPoly.o: ../../../include/dix.h ../../../.././X11/Xprotostr.h
mpelPoly.o: ../../../.././X11/Xmd.h ../../../include/scrnintstr.h
mpelPoly.o: ../../../include/colormap.h ../../../include/regionstr.h
mpelPoly.o: ../BSDrt/OScompiler.h ../ppc/ppc.h ../common/ibmTrace.h
mpelPoly.o: mpelHdwr.h mpelFifo.h
mpelPolyPt.o: ../../../.././X11/X.h ../../../include/misc.h
mpelPolyPt.o: ../../../include/os.h ../../../include/gcstruct.h
mpelPolyPt.o: ../../../include/gc.h ../../../include/miscstruct.h
mpelPolyPt.o: ../../../include/region.h ../../../include/pixmap.h
mpelPolyPt.o: ../../../include/screenint.h ../../../include/dixfont.h
mpelPolyPt.o: ../../../include/windowstr.h ../../../include/window.h
mpelPolyPt.o: ../../../include/pixmapstr.h ../../../include/cursor.h
mpelPolyPt.o: ../../../include/property.h ../../../include/resource.h
mpelPolyPt.o: ../../../include/dix.h ../../../.././X11/Xprotostr.h
mpelPolyPt.o: ../../../.././X11/Xmd.h ../../../include/colormapst.h
mpelPolyPt.o: ../../../include/colormap.h ../../../include/scrnintstr.h
mpelPolyPt.o: ../../../include/regionstr.h ../BSDrt/OScompiler.h ../ppc/ppc.h
mpelPolyPt.o: ../common/ibmTrace.h mpelHdwr.h mpelFifo.h
mpelSave.o: mpelHdwr.h mpelFifo.h
mpelScrInit.o: ../../../.././X11/X.h ../../../.././X11/Xproto.h
mpelScrInit.o: ../../../.././X11/Xmd.h ../../../.././X11/Xprotostr.h
mpelScrInit.o: ../../../include/font.h ../../../include/servermd.h
mpelScrInit.o: ../../../include/scrnintstr.h ../../../include/screenint.h
mpelScrInit.o: ../../../include/misc.h ../../../include/os.h
mpelScrInit.o: ../../../include/region.h ../../../include/pixmap.h
mpelScrInit.o: ../../../include/gc.h ../../../include/colormap.h
mpelScrInit.o: ../../../include/pixmapstr.h ../../../include/windowstr.h
mpelScrInit.o: ../../../include/window.h ../../../include/cursor.h
mpelScrInit.o: ../../../include/property.h ../../../include/resource.h
mpelScrInit.o: ../../../include/dix.h ../../../include/miscstruct.h
mpelScrInit.o: ../../mfb/mfb.h ../../../include/mibstore.h
mpelScrInit.o: ../../../include/mistruct.h ../../../include/mi.h
mpelScrInit.o: ../BSDrt/OSio.h ../BSDrt/bsdIO.h
mpelScrInit.o: /usr/include/machinecons/xio.h
mpelScrInit.o: /usr/include/machinecons/qevent.h
mpelScrInit.o: /usr/include/machinecons/screen_conf.h
mpelScrInit.o: /usr/include/sys/types.h /usr/include/sys/ioctl.h
mpelScrInit.o: /usr/include/sys/ttychars.h /usr/include/sys/ttydev.h
mpelScrInit.o: /usr/include/machinecons/../machinecons/consio.h
mpelScrInit.o: ../common/ibmIO.h ../ppc/ppc.h ../../../include/gcstruct.h
mpelScrInit.o: ../../../include/dixfont.h ../ppc/ppcProcs.h mpelProcs.h
mpelScrInit.o: ../common/ibmTrace.h
mpelStip.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mpelStip.o: ../../../include/pixmapstr.h ../../../include/pixmap.h
mpelStip.o: ../../../include/screenint.h ../../../include/misc.h
mpelStip.o: ../../../include/os.h ../common/ibmTrace.h mpelHdwr.h mpelFifo.h
mpelText.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mpelText.o: ../../../.././X11/Xproto.h ../../../.././X11/Xprotostr.h
mpelText.o: ../../../include/fontstruct.h ../../../include/font.h
mpelText.o: ../../../include/servermd.h ../../../include/misc.h
mpelText.o: ../../../include/os.h ../../../include/dixfontstr.h
mpelText.o: ../../../include/dixfont.h ../../../include/gcstruct.h
mpelText.o: ../../../include/gc.h ../../../include/miscstruct.h
mpelText.o: ../../../include/region.h ../../../include/pixmap.h
mpelText.o: ../../../include/screenint.h ../../../include/windowstr.h
mpelText.o: ../../../include/window.h ../../../include/pixmapstr.h
mpelText.o: ../../../include/cursor.h ../../../include/property.h
mpelText.o: ../../../include/resource.h ../../../include/dix.h
mpelText.o: ../../../include/scrnintstr.h ../../../include/colormap.h
mpelText.o: ../../../include/regionstr.h ../common/ibmTrace.h
mpelText.o: ../BSDrt/OScompiler.h ../ppc/ppc.h ../ppc/ppcProcs.h mpelHdwr.h
mpelText.o: mpelFifo.h mpelFont.h ../common/ibmScreen.h
mpelTile.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mpelTile.o: ../../../include/pixmapstr.h ../../../include/pixmap.h
mpelTile.o: ../../../include/screenint.h ../../../include/misc.h
mpelTile.o: ../../../include/os.h ../../../include/regionstr.h
mpelTile.o: ../../../include/region.h ../../../include/miscstruct.h
mpelTile.o: ../common/ibmTrace.h ../BSDrt/OScompiler.h mpelHdwr.h mpelFifo.h
mpeluCode.o: /usr/include/sys/types.h /usr/include/fcntl.h
mpeluCode.o: ../../../.././X11/Xmd.h ../common/ibmTrace.h mpelHdwr.h
mpelUtil.o: ../../../.././X11/X.h ../../../.././X11/Xmd.h
mpelUtil.o: ../../../include/misc.h ../../../include/os.h
mpelUtil.o: ../../../include/regionstr.h ../../../include/region.h
mpelUtil.o: ../../../include/miscstruct.h mpelHdwr.h mpelFifo.h
mpelUtil.o: ../common/ibmTrace.h
mpelXmorg.o: ../../../include/font.h ../../../include/servermd.h
