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

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

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

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

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

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

# -------------------------------------------------------------------------
# site-specific configuration parameters that go after
# the platform-specific parameters - edit site.def to change

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

            SHELL = 	/bin/sh

              TOP = ../../../.
      CURRENT_DIR = ./extensions/lib/PEXlib

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

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

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

   SIGNAL_DEFINES = -DSIGNALRETURNSINT

    PROTO_DEFINES =

     INSTPGMFLAGS =

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

     TOP_INCLUDES = -I$(TOP)

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

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

           LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)

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

   LDCOMBINEFLAGS = -X -r
      DEPENDFLAGS =

        MACROFILE = Mips.cf
           RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut

    IMAKE_DEFINES =

         IRULESRC = $(CONFIGSRC)
        IMAKE_CMD = $(NEWTOP)$(IMAKE) -I$(NEWTOP)$(IRULESRC) $(IMAKE_DEFINES)

     ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/Imake.rules \
			$(IRULESRC)/Project.tmpl $(IRULESRC)/site.def \
			$(IRULESRC)/$(MACROFILE) $(EXTRA_ICONFIGFILES)

# -------------------------------------------------------------------------
# X Window System Build Parameters
# $XConsortium: Project.tmpl,v 1.138.1.1 92/11/11 09:49:19 rws Exp $

# -------------------------------------------------------------------------
# X Window System make variables; this need to be coordinated with rules

          PATHSEP = /
        USRLIBDIR = /usr/lib
           BINDIR = /usr/bin/X11
          INCROOT = /usr/include
     BUILDINCROOT = $(TOP)
      BUILDINCDIR = $(BUILDINCROOT)/X11
      BUILDINCTOP = ..
           INCDIR = $(INCROOT)/X11
           ADMDIR = /usr/adm
           LIBDIR = $(USRLIBDIR)/X11
        CONFIGDIR = $(LIBDIR)/config
       LINTLIBDIR = $(USRLIBDIR)/lint

          FONTDIR = $(LIBDIR)/fonts
         XINITDIR = $(LIBDIR)/xinit
           XDMDIR = $(LIBDIR)/xdm
           TWMDIR = $(LIBDIR)/twm
          MANPATH = /man/cat
    MANSOURCEPATH = $(MANPATH)/man
        MANSUFFIX = n
     LIBMANSUFFIX = 3
           MANDIR = $(MANSOURCEPATH)$(MANSUFFIX)
        LIBMANDIR = $(MANSOURCEPATH)$(LIBMANSUFFIX)
           NLSDIR = $(LIBDIR)/nls
        PEXAPIDIR = $(LIBDIR)/PEX
      XAPPLOADDIR = $(LIBDIR)/app-defaults
       FONTCFLAGS = -t

     INSTAPPFLAGS = $(INSTDATFLAGS)

            IMAKE = $(IMAKESRC)/imake
           DEPEND = $(DEPENDSRC)/makedepend
              RGB = $(RGBSRC)/rgb

            FONTC = $(BDFTOPCFSRC)/bdftopcf

        MKFONTDIR = $(MKFONTDIRSRC)/mkfontdir
        MKDIRHIER = 	/bin/sh $(SCRIPTSRC)/mkdirhier.sh

        CONFIGSRC = $(TOP)/config
       DOCUTILSRC = $(TOP)/doc/util
        CLIENTSRC = $(TOP)/clients
          DEMOSRC = $(TOP)/demos
           LIBSRC = $(TOP)/lib
          FONTSRC = $(TOP)/fonts
       INCLUDESRC = $(TOP)/X11
        SERVERSRC = $(TOP)/server
          UTILSRC = $(TOP)/util
        SCRIPTSRC = $(UTILSRC)/scripts
       EXAMPLESRC = $(TOP)/examples
       CONTRIBSRC = $(TOP)/../contrib
           DOCSRC = $(TOP)/doc
           RGBSRC = $(TOP)/rgb
        DEPENDSRC = $(UTILSRC)/makedepend
         IMAKESRC = $(CONFIGSRC)
         XAUTHSRC = $(LIBSRC)/Xau
          XLIBSRC = $(LIBSRC)/X
           XMUSRC = $(LIBSRC)/Xmu
       TOOLKITSRC = $(LIBSRC)/Xt
       AWIDGETSRC = $(LIBSRC)/Xaw
       OLDXLIBSRC = $(LIBSRC)/oldX
      XDMCPLIBSRC = $(LIBSRC)/Xdmcp
      BDFTOSNFSRC = $(FONTSRC)/bdftosnf
      BDFTOSNFSRC = $(FONTSRC)/clients/bdftosnf
      BDFTOPCFSRC = $(FONTSRC)/clients/bdftopcf
     MKFONTDIRSRC = $(FONTSRC)/clients/mkfontdir
         FSLIBSRC = $(FONTSRC)/lib/fs
    FONTSERVERSRC = $(FONTSRC)/server
     EXTENSIONSRC = $(TOP)/extensions
         XILIBSRC = $(EXTENSIONSRC)/lib/xinput
        PEXLIBSRC = $(EXTENSIONSRC)/lib/PEXlib
      PHIGSLIBSRC = $(EXTENSIONSRC)/lib/PEX

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

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

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

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

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

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

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

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

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

        DEPPHIGSLIB =  $(PHIGSLIBSRC)/libphigs.a
           PHIGSLIB = 			  $(DEPPHIGSLIB)

       DEPXBSDLIB =  $(LIBSRC)/Berk/libXbsd.a
          XBSDLIB = 			  $(DEPXBSDLIB)

 LINTEXTENSIONLIB =  $(EXTENSIONSRC)/lib/llib-lXext.ln
         LINTXLIB =  $(XLIBSRC)/llib-lX11.ln
          LINTXMU =  $(XMUSRC)/llib-lXmu.ln
        LINTXTOOL =  $(TOOLKITSRC)/llib-lXt.ln
          LINTXAW =  $(AWIDGETSRC)/llib-lXaw.ln
           LINTXI =  $(XILIBSRC)/llib-lXi.ln
          LINTPEX =  $(PEXLIBSRC)/llib-lPEX5.ln
        LINTPHIGS =  $(PHIGSLIBSRC)/llib-lphigs.ln

          DEPLIBS = $(LOCAL_LIBRARIES)

         DEPLIBS1 = $(DEPLIBS)
         DEPLIBS2 = $(DEPLIBS)
         DEPLIBS3 = $(DEPLIBS)

# -------------------------------------------------------------------------
# Imake rules for building libraries, programs, scripts, and data files
# rules:  $XConsortium: Imake.rules,v 1.123 91/09/16 20:12:16 rws Exp $

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

# $XConsortium: Imakefile,v 1.8.1.2 92/11/23 18:21:13 gildea Exp $
#
# Copyright 1992 by the Massachusetts Institute of Technology
#
# Permission to use, copy, modify, distribute, and sell this software and
# its documentation for any purpose is hereby granted without fee, provided
# that the above copyright notice appear in all copies and that both that
# copyright notice and this permission notice appear in supporting
# documentation, and that the name of M.I.T. not be used in advertising or
# publicity pertaining to distribution of the software without specific,
# written prior permission.  M.I.T. makes no representations about the
# suitability of this software for any purpose.  It is provided "as is"
# without express or implied warranty.
#

# $XConsortium: Library.tmpl,v 1.12 92/03/20 15:05:19 rws Exp $

         CC = cc
  CCOPTIONS = -signed -systype bsd43 -Olimit 2000 -Wf,-XNd8400,-XNp12000
STD_DEFINES = -DMips -DBSD43
CDEBUGFLAGS = -O

DEFINES = $(FP_DEFINES) $(ALLOC_DEFINES)

HEADERS = PEXlib.h \
	  PEXlibint.h \
	  PEX.h \
	  PEXproto.h \
	  PEXprotost.h

SRCS =  pl_escape.c \
	pl_font.c \
	pl_free.c\
	pl_lut.c \
	pl_nameset.c \
        pl_oc_attr.c \
	pl_oc_dec.c \
	pl_oc_enc.c \
	pl_oc_prim.c \
	pl_oc_struct.c \
	pl_oc_util.c \
	pl_pc.c\
	pl_pick.c \
        pl_rdr.c \
	pl_sc.c \
	pl_startup.c \
	pl_struct.c \
	pl_util.c \
	pl_wks.c

OBJS =  pl_escape.o \
	pl_font.o \
	pl_free.o\
	pl_lut.o \
	pl_nameset.o \
        pl_oc_attr.o \
	pl_oc_dec.o \
	pl_oc_enc.o \
	pl_oc_prim.o \
	pl_oc_struct.o \
	pl_oc_util.o \
	pl_pc.o\
	pl_pick.o \
        pl_rdr.o \
	pl_sc.o \
	pl_startup.o \
	pl_struct.o \
	pl_util.o \
	pl_wks.o

all::
	 $(_NULLCMD_)
	 $(_NULLCMD_)
	 $(_NULLCMD_)

includes::
	 $(_NULLCMD_)
	 $(_NULLCMD_)
	 $(_NULLCMD_)

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

clean::
	 $(_NULLCMD_)
	 $(_NULLCMD_)
	 $(_NULLCMD_)

all:: libPEX5.a

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

install:: libPEX5.a
	 @if [ -d $(DESTDIR)$(USRLIBDIR) ]; then set +x; \
		else (set -x; $(MKDIRHIER) $(DESTDIR)$(USRLIBDIR)); fi
	$(INSTALL) -c $(INSTLIBFLAGS) libPEX5.a $(DESTDIR)$(USRLIBDIR)

lintlib:: llib-lPEX5.ln

llib-lPEX5.ln: $(SRCS)
	$(RM) $@
	$(LINT) $(LINTLIBFLAG)PEX5 $(LINTFLAGS) $(SRCS)

install.ln:: llib-lPEX5.ln
	 @if [ -d $(DESTDIR)$(LINTLIBDIR) ]; then set +x; \
		else (set -x; $(MKDIRHIER) $(DESTDIR)$(LINTLIBDIR)); fi
	$(INSTALL) -c $(INSTLIBFLAGS) llib-lPEX5.ln $(DESTDIR)$(LINTLIBDIR)

includes::
	 @if [ -d $(BUILDINCDIR)/PEX5 ]; then set +x; \
		else (set -x; $(MKDIRHIER) $(BUILDINCDIR)/PEX5); fi
	@(set -x; cd $(BUILDINCDIR)/PEX5; for i in $(HEADERS); do \
		$(RM) $$i; \
		$(LN) $(BUILDINCTOP)/../$(CURRENT_DIR)/$$i .; \
	done)

install:: $(HEADERS)
	 @if [ -d $(DESTDIR)$(INCDIR)/PEX5 ]; then set +x; \
		else (set -x; $(MKDIRHIER) $(DESTDIR)$(INCDIR)/PEX5); fi
	@case '${MFLAGS}' in *[i]*) set +e;; esac; \
	for i in $(HEADERS); do \
		(set -x; $(INSTALL) -c $(INSTALLFLAGS) $$i $(DESTDIR)$(INCDIR)/PEX5); \
	done

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)

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

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

emptyrule::

clean::
	$(RM_CMD) "#"*

Makefile:: $(IMAKE)

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

Makefile::
	-@if [ -f Makefile ]; then set -x; \
		$(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
	else exit 0; fi
	$(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)

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

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

install::
	@echo "install in $(CURRENT_DIR) done"

install.man::
	@echo "install.man in $(CURRENT_DIR) done"

Makefiles::

includes::

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

# DO NOT DELETE

pl_escape.o: PEXlib.h ../../.././X11/Xlib.h /usr/include/sys/types.h
pl_escape.o: ../../.././X11/X.h ../../.././X11/Xfuncproto.h
pl_escape.o: ../../.././X11/Xosdefs.h ../../.././X11/PEX5/PEX.h PEXlibint.h
pl_escape.o: ../../.././X11/Xlibint.h ../../.././X11/Xproto.h
pl_escape.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
pl_escape.o: /usr/include/errno.h /usr/include/sys/errno.h
pl_escape.o: ../../.././X11/Xfuncs.h /usr/include/bsd43/strings.h
pl_escape.o: /usr/include/bsd43/bsd43/bsd43_.h PEXproto.h
pl_escape.o: ../../.././X11/PEX5/PEXprotost.h
pl_font.o: PEXlib.h ../../.././X11/Xlib.h /usr/include/sys/types.h
pl_font.o: ../../.././X11/X.h ../../.././X11/Xfuncproto.h
pl_font.o: ../../.././X11/Xosdefs.h ../../.././X11/PEX5/PEX.h PEXlibint.h
pl_font.o: ../../.././X11/Xlibint.h ../../.././X11/Xproto.h
pl_font.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
pl_font.o: /usr/include/errno.h /usr/include/sys/errno.h
pl_font.o: ../../.././X11/Xfuncs.h /usr/include/bsd43/strings.h
pl_font.o: /usr/include/bsd43/bsd43/bsd43_.h PEXproto.h
pl_font.o: ../../.././X11/PEX5/PEXprotost.h
pl_free.o: PEXlib.h ../../.././X11/Xlib.h /usr/include/sys/types.h
pl_free.o: ../../.././X11/X.h ../../.././X11/Xfuncproto.h
pl_free.o: ../../.././X11/Xosdefs.h ../../.././X11/PEX5/PEX.h PEXlibint.h
pl_free.o: ../../.././X11/Xlibint.h ../../.././X11/Xproto.h
pl_free.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
pl_free.o: /usr/include/errno.h /usr/include/sys/errno.h
pl_free.o: ../../.././X11/Xfuncs.h /usr/include/bsd43/strings.h
pl_free.o: /usr/include/bsd43/bsd43/bsd43_.h PEXproto.h
pl_free.o: ../../.././X11/PEX5/PEXprotost.h
pl_lut.o: PEXlib.h ../../.././X11/Xlib.h /usr/include/sys/types.h
pl_lut.o: ../../.././X11/X.h ../../.././X11/Xfuncproto.h
pl_lut.o: ../../.././X11/Xosdefs.h ../../.././X11/PEX5/PEX.h PEXlibint.h
pl_lut.o: ../../.././X11/Xlibint.h ../../.././X11/Xproto.h
pl_lut.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
pl_lut.o: /usr/include/errno.h /usr/include/sys/errno.h
pl_lut.o: ../../.././X11/Xfuncs.h /usr/include/bsd43/strings.h
pl_lut.o: /usr/include/bsd43/bsd43/bsd43_.h PEXproto.h
pl_lut.o: ../../.././X11/PEX5/PEXprotost.h
pl_nameset.o: PEXlib.h ../../.././X11/Xlib.h /usr/include/sys/types.h
pl_nameset.o: ../../.././X11/X.h ../../.././X11/Xfuncproto.h
pl_nameset.o: ../../.././X11/Xosdefs.h ../../.././X11/PEX5/PEX.h PEXlibint.h
pl_nameset.o: ../../.././X11/Xlibint.h ../../.././X11/Xproto.h
pl_nameset.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
pl_nameset.o: /usr/include/errno.h /usr/include/sys/errno.h
pl_nameset.o: ../../.././X11/Xfuncs.h /usr/include/bsd43/strings.h
pl_nameset.o: /usr/include/bsd43/bsd43/bsd43_.h PEXproto.h
pl_nameset.o: ../../.././X11/PEX5/PEXprotost.h
pl_oc_attr.o: PEXlib.h ../../.././X11/Xlib.h /usr/include/sys/types.h
pl_oc_attr.o: ../../.././X11/X.h ../../.././X11/Xfuncproto.h
pl_oc_attr.o: ../../.././X11/Xosdefs.h ../../.././X11/PEX5/PEX.h PEXlibint.h
pl_oc_attr.o: ../../.././X11/Xlibint.h ../../.././X11/Xproto.h
pl_oc_attr.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
pl_oc_attr.o: /usr/include/errno.h /usr/include/sys/errno.h
pl_oc_attr.o: ../../.././X11/Xfuncs.h /usr/include/bsd43/strings.h
pl_oc_attr.o: /usr/include/bsd43/bsd43/bsd43_.h PEXproto.h
pl_oc_attr.o: ../../.././X11/PEX5/PEXprotost.h pl_oc_util.h
pl_oc_dec.o: PEXlib.h ../../.././X11/Xlib.h /usr/include/sys/types.h
pl_oc_dec.o: ../../.././X11/X.h ../../.././X11/Xfuncproto.h
pl_oc_dec.o: ../../.././X11/Xosdefs.h ../../.././X11/PEX5/PEX.h PEXlibint.h
pl_oc_dec.o: ../../.././X11/Xlibint.h ../../.././X11/Xproto.h
pl_oc_dec.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
pl_oc_dec.o: /usr/include/errno.h /usr/include/sys/errno.h
pl_oc_dec.o: ../../.././X11/Xfuncs.h /usr/include/bsd43/strings.h
pl_oc_dec.o: /usr/include/bsd43/bsd43/bsd43_.h PEXproto.h
pl_oc_dec.o: ../../.././X11/PEX5/PEXprotost.h pl_oc_util.h
pl_oc_enc.o: PEXlib.h ../../.././X11/Xlib.h /usr/include/sys/types.h
pl_oc_enc.o: ../../.././X11/X.h ../../.././X11/Xfuncproto.h
pl_oc_enc.o: ../../.././X11/Xosdefs.h ../../.././X11/PEX5/PEX.h PEXlibint.h
pl_oc_enc.o: ../../.././X11/Xlibint.h ../../.././X11/Xproto.h
pl_oc_enc.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
pl_oc_enc.o: /usr/include/errno.h /usr/include/sys/errno.h
pl_oc_enc.o: ../../.././X11/Xfuncs.h /usr/include/bsd43/strings.h
pl_oc_enc.o: /usr/include/bsd43/bsd43/bsd43_.h PEXproto.h
pl_oc_enc.o: ../../.././X11/PEX5/PEXprotost.h pl_oc_util.h
pl_oc_prim.o: PEXlib.h ../../.././X11/Xlib.h /usr/include/sys/types.h
pl_oc_prim.o: ../../.././X11/X.h ../../.././X11/Xfuncproto.h
pl_oc_prim.o: ../../.././X11/Xosdefs.h ../../.././X11/PEX5/PEX.h PEXlibint.h
pl_oc_prim.o: ../../.././X11/Xlibint.h ../../.././X11/Xproto.h
pl_oc_prim.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
pl_oc_prim.o: /usr/include/errno.h /usr/include/sys/errno.h
pl_oc_prim.o: ../../.././X11/Xfuncs.h /usr/include/bsd43/strings.h
pl_oc_prim.o: /usr/include/bsd43/bsd43/bsd43_.h PEXproto.h
pl_oc_prim.o: ../../.././X11/PEX5/PEXprotost.h pl_oc_util.h
pl_oc_struct.o: PEXlib.h ../../.././X11/Xlib.h /usr/include/sys/types.h
pl_oc_struct.o: ../../.././X11/X.h ../../.././X11/Xfuncproto.h
pl_oc_struct.o: ../../.././X11/Xosdefs.h ../../.././X11/PEX5/PEX.h
pl_oc_struct.o: PEXlibint.h ../../.././X11/Xlibint.h ../../.././X11/Xproto.h
pl_oc_struct.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
pl_oc_struct.o: /usr/include/errno.h /usr/include/sys/errno.h
pl_oc_struct.o: ../../.././X11/Xfuncs.h /usr/include/bsd43/strings.h
pl_oc_struct.o: /usr/include/bsd43/bsd43/bsd43_.h PEXproto.h
pl_oc_struct.o: ../../.././X11/PEX5/PEXprotost.h pl_oc_util.h
pl_oc_util.o: PEXlib.h ../../.././X11/Xlib.h /usr/include/sys/types.h
pl_oc_util.o: ../../.././X11/X.h ../../.././X11/Xfuncproto.h
pl_oc_util.o: ../../.././X11/Xosdefs.h ../../.././X11/PEX5/PEX.h PEXlibint.h
pl_oc_util.o: ../../.././X11/Xlibint.h ../../.././X11/Xproto.h
pl_oc_util.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
pl_oc_util.o: /usr/include/errno.h /usr/include/sys/errno.h
pl_oc_util.o: ../../.././X11/Xfuncs.h /usr/include/bsd43/strings.h
pl_oc_util.o: /usr/include/bsd43/bsd43/bsd43_.h PEXproto.h
pl_oc_util.o: ../../.././X11/PEX5/PEXprotost.h pl_oc_util.h
pl_pc.o: PEXlib.h ../../.././X11/Xlib.h /usr/include/sys/types.h
pl_pc.o: ../../.././X11/X.h ../../.././X11/Xfuncproto.h
pl_pc.o: ../../.././X11/Xosdefs.h ../../.././X11/PEX5/PEX.h PEXlibint.h
pl_pc.o: ../../.././X11/Xlibint.h ../../.././X11/Xproto.h
pl_pc.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h /usr/include/errno.h
pl_pc.o: /usr/include/sys/errno.h ../../.././X11/Xfuncs.h
pl_pc.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
pl_pc.o: PEXproto.h ../../.././X11/PEX5/PEXprotost.h
pl_pick.o: ../../.././X11/Xlib.h /usr/include/sys/types.h ../../.././X11/X.h
pl_pick.o: ../../.././X11/Xfuncproto.h ../../.././X11/Xosdefs.h
pl_pick.o: ../../.././X11/Xproto.h ../../.././X11/Xmd.h
pl_pick.o: ../../.././X11/Xprotostr.h PEXlib.h ../../.././X11/PEX5/PEX.h
pl_pick.o: PEXlibint.h ../../.././X11/Xlibint.h /usr/include/errno.h
pl_pick.o: /usr/include/sys/errno.h ../../.././X11/Xfuncs.h
pl_pick.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
pl_pick.o: PEXproto.h ../../.././X11/PEX5/PEXprotost.h
pl_rdr.o: PEXlib.h ../../.././X11/Xlib.h /usr/include/sys/types.h
pl_rdr.o: ../../.././X11/X.h ../../.././X11/Xfuncproto.h
pl_rdr.o: ../../.././X11/Xosdefs.h ../../.././X11/PEX5/PEX.h PEXlibint.h
pl_rdr.o: ../../.././X11/Xlibint.h ../../.././X11/Xproto.h
pl_rdr.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
pl_rdr.o: /usr/include/errno.h /usr/include/sys/errno.h
pl_rdr.o: ../../.././X11/Xfuncs.h /usr/include/bsd43/strings.h
pl_rdr.o: /usr/include/bsd43/bsd43/bsd43_.h PEXproto.h
pl_rdr.o: ../../.././X11/PEX5/PEXprotost.h
pl_sc.o: PEXlib.h ../../.././X11/Xlib.h /usr/include/sys/types.h
pl_sc.o: ../../.././X11/X.h ../../.././X11/Xfuncproto.h
pl_sc.o: ../../.././X11/Xosdefs.h ../../.././X11/PEX5/PEX.h PEXlibint.h
pl_sc.o: ../../.././X11/Xlibint.h ../../.././X11/Xproto.h
pl_sc.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h /usr/include/errno.h
pl_sc.o: /usr/include/sys/errno.h ../../.././X11/Xfuncs.h
pl_sc.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
pl_sc.o: PEXproto.h ../../.././X11/PEX5/PEXprotost.h
pl_startup.o: PEXlib.h ../../.././X11/Xlib.h /usr/include/sys/types.h
pl_startup.o: ../../.././X11/X.h ../../.././X11/Xfuncproto.h
pl_startup.o: ../../.././X11/Xosdefs.h ../../.././X11/PEX5/PEX.h PEXlibint.h
pl_startup.o: ../../.././X11/Xlibint.h ../../.././X11/Xproto.h
pl_startup.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
pl_startup.o: /usr/include/errno.h /usr/include/sys/errno.h
pl_startup.o: ../../.././X11/Xfuncs.h /usr/include/bsd43/strings.h
pl_startup.o: /usr/include/bsd43/bsd43/bsd43_.h PEXproto.h
pl_startup.o: ../../.././X11/PEX5/PEXprotost.h pl_global_def.h
pl_startup.o: /usr/include/stdio.h
pl_struct.o: PEXlib.h ../../.././X11/Xlib.h /usr/include/sys/types.h
pl_struct.o: ../../.././X11/X.h ../../.././X11/Xfuncproto.h
pl_struct.o: ../../.././X11/Xosdefs.h ../../.././X11/PEX5/PEX.h PEXlibint.h
pl_struct.o: ../../.././X11/Xlibint.h ../../.././X11/Xproto.h
pl_struct.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
pl_struct.o: /usr/include/errno.h /usr/include/sys/errno.h
pl_struct.o: ../../.././X11/Xfuncs.h /usr/include/bsd43/strings.h
pl_struct.o: /usr/include/bsd43/bsd43/bsd43_.h PEXproto.h
pl_struct.o: ../../.././X11/PEX5/PEXprotost.h pl_oc_util.h
pl_util.o: /usr/include/math.h PEXlib.h ../../.././X11/Xlib.h
pl_util.o: /usr/include/sys/types.h ../../.././X11/X.h
pl_util.o: ../../.././X11/Xfuncproto.h ../../.././X11/Xosdefs.h
pl_util.o: ../../.././X11/PEX5/PEX.h PEXlibint.h ../../.././X11/Xlibint.h
pl_util.o: ../../.././X11/Xproto.h ../../.././X11/Xmd.h
pl_util.o: ../../.././X11/Xprotostr.h /usr/include/errno.h
pl_util.o: /usr/include/sys/errno.h ../../.././X11/Xfuncs.h
pl_util.o: /usr/include/bsd43/strings.h /usr/include/bsd43/bsd43/bsd43_.h
pl_util.o: PEXproto.h ../../.././X11/PEX5/PEXprotost.h pl_util.h
pl_wks.o: PEXlib.h ../../.././X11/Xlib.h /usr/include/sys/types.h
pl_wks.o: ../../.././X11/X.h ../../.././X11/Xfuncproto.h
pl_wks.o: ../../.././X11/Xosdefs.h ../../.././X11/PEX5/PEX.h PEXlibint.h
pl_wks.o: ../../.././X11/Xlibint.h ../../.././X11/Xproto.h
pl_wks.o: ../../.././X11/Xmd.h ../../.././X11/Xprotostr.h
pl_wks.o: /usr/include/errno.h /usr/include/sys/errno.h
pl_wks.o: ../../.././X11/Xfuncs.h /usr/include/bsd43/strings.h
pl_wks.o: /usr/include/bsd43/bsd43/bsd43_.h PEXproto.h
pl_wks.o: ../../.././X11/PEX5/PEXprotost.h
