4.4BSD/usr/src/contrib/X11R5-hp300/mit/server/ddx/hpbsd/Makefile
# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.65 91/07/25 17:50:17 rws Exp $
# -------------------------------------------------------------------------
# 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 hpbsd.cf to change
# platform: $XConsortium: hpbsd.cf,v 1.1 91/09/27 12:10:52 mark Exp $
# operating system: BSD 4.4Alpha
# -------------------------------------------------------------------------
# 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/hpbsd
AR = ar clq
BOOTSTRAPCFLAGS =
CC = gcc2
AS = as
COMPRESS = compress
CPP = /usr/libexec/cpp $(STD_CPP_DEFINES)
PREPROCESSCMD = gcc2 -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 = -traditional
STD_DEFINES =
EXTRA_LOAD_FLAGS =
EXTRA_LIBRARIES =
TAGS = ctags
PROTO_DEFINES =
INSTPGMFLAGS = -s
INSTBINFLAGS = -m 0755
INSTUIDFLAGS = -m 4755
INSTLIBFLAGS = -m 0644
INSTINCFLAGS = -m 0444
INSTMANFLAGS = -m 0444
INSTDATFLAGS = -m 0444
INSTKMEMFLAGS = -g kmem -m 2755
TOP_INCLUDES = -I$(TOP)
CDEBUGFLAGS = -O2
CCOPTIONS =
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 = hpbsd.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 = /usr/local/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
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: Server.tmpl,v 1.5 91/05/06 19:00:26 rws Exp $
CC = gcc2
CCOPTIONS =
STD_DEFINES = -DXDMCP -DSHAPE -DMULTIBUFFER -DMITMISC -DXIDLE -DXINPUT
CDEBUGFLAGS = -O2
EXT_DEFINES = -DSHAPE -DMULTIBUFFER -DMITMISC -DXIDLE -DXINPUT
SRCS = init.c crtstub.c hpscrninit.c hpFonts.c hpOScrnBuf.c hpCursorUtils.c hpcursor.c hpsprite.c hpScreens.c
OBJS = init.o crtstub.o hpscrninit.o hpFonts.o hpOScrnBuf.o hpCursorUtils.o hpcursor.o hpsprite.o hpScreens.o
DEVINC = -I/sys/hp/dev
INCLUDES = -I. -I./include -I./input -I../../include -I../mi -I$(INCLUDESRC) -I$(FONTSRC)/include -I../../../extensions/include $(DEVINC)
LINTLIBS = ../../dix/llib-ldix.ln ../../os/llib-los.ln
LIBDIR_DEFINES = -DLIBDIR=\"$(LIBDIR)\"
SUBDIRS = input cfb mfb topcat hyperion
.c.o:
$(RM) $@
$(CC) -c $(CFLAGS) $(_NOOP_) $*.c
all:: libhpbsd.a
libhpbsd.a: $(OBJS)
$(RM) $@
$(AR) $@ $(OBJS)
$(RANLIB) $@
init.o: $(ICONFIGFILES)
$(RM) $@
$(CC) -c $(CFLAGS) $(LIBDIR_DEFINES) $*.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)
lintlib:
lint:
$(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIBS)
lint1:
$(LINT) $(LINTFLAGS) $(FILE) $(LINTLIBS)
all::
@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
for i in $(SUBDIRS) ;\
do \
(cd $$i ; echo "making" all "in $(CURRENT_DIR)/$$i..."; \
$(MAKE) $(MFLAGS) 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CC=$(CC)' 'CCOPTIONS=$(CCOPTIONS)' all); \
done
depend::
@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
for i in $(SUBDIRS) ;\
do \
(cd $$i ; echo "depending" "in $(CURRENT_DIR)/$$i..."; \
$(MAKE) $(MFLAGS) depend); \
done
install:: XHPKeymaps
-@if [ -d $(DESTDIR)$(LIBDIR) ]; then set +x; \
else (set -x; $(MKDIRHIER) $(DESTDIR)$(LIBDIR)); fi
$(INSTALL) -c $(INSTDATFLAGS) XHPKeymaps $(DESTDIR)$(LIBDIR)
# -------------------------------------------------------------------------
# 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)
# -------------------------------------------------------------------------
# rules for building in SUBDIRS - do not edit
install::
@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
for i in $(SUBDIRS) ;\
do \
(cd $$i ; echo "installing" "in $(CURRENT_DIR)/$$i..."; \
$(MAKE) $(MFLAGS) DESTDIR='$(DESTDIR)' install); \
done
install.man::
@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
for i in $(SUBDIRS) ;\
do \
(cd $$i ; echo "installing man pages" "in $(CURRENT_DIR)/$$i..."; \
$(MAKE) $(MFLAGS) DESTDIR='$(DESTDIR)' install.man); \
done
clean::
@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
for i in $(SUBDIRS) ;\
do \
(cd $$i ; echo "cleaning" "in $(CURRENT_DIR)/$$i..."; \
$(MAKE) $(MFLAGS) RM_CMD='$(RM_CMD)' clean); \
done
tags::
@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
for i in $(SUBDIRS) ;\
do \
(cd $$i ; echo "tagging" "in $(CURRENT_DIR)/$$i..."; \
$(MAKE) $(MFLAGS) TAGS='$(TAGS)' tags); \
done
Makefiles::
@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
for i in $(SUBDIRS) ;\
do \
echo "making Makefiles in $(CURRENT_DIR)/$$i..."; \
case "$$i" in \
./?*/?*/?*/?*) newtop=../../../../ sub=subsubsubsub;; \
./?*/?*/?*) newtop=../../../ sub=subsubsub;; \
./?*/?*) newtop=../../ sub=subsub;; \
./?*) newtop=../ sub=sub;; \
*/?*/?*/?*) newtop=../../../../ sub=subsubsubsub;; \
*/?*/?*) newtop=../../../ sub=subsubsub;; \
*/?*) newtop=../../ sub=subsub;; \
*) newtop=../ sub=sub;; \
esac; \
case "$(TOP)" in \
/?*) newtop= upprefix= ;; \
*) upprefix=../ ;; \
esac; \
$(MAKE) $${sub}dirMakefiles UPPREFIX=$$upprefix NEWTOP=$$newtop \
MAKEFILE_SUBDIR=$$i NEW_CURRENT_DIR=$(CURRENT_DIR)/$$i;\
done
subdirMakefiles:
$(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
-@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then set -x; \
$(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
else exit 0; fi
cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
$(MAKE) $(MFLAGS) Makefiles
subsubdirMakefiles:
$(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
-@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then set -x; \
$(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
else exit 0; fi
cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
$(MAKE) $(MFLAGS) Makefiles
subsubsubdirMakefiles:
$(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
-@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then set -x; \
$(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
else exit 0; fi
cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(UPPREFIX)$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
$(MAKE) $(MFLAGS) Makefiles
subsubsubsubdirMakefiles:
$(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
-@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then set -x; \
$(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
else exit 0; fi
cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(UPPREFIX)$(UPPREFIX)$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
$(MAKE) $(MFLAGS) Makefiles
includes::
@case '${MFLAGS}' in *[ik]*) set +e;; esac; \
for i in $(SUBDIRS) ;\
do \
(cd $$i ; echo including "in $(CURRENT_DIR)/$$i..."; \
$(MAKE) $(MFLAGS) includes); \
done
# -------------------------------------------------------------------------
# dependencies generated by makedepend
# DO NOT DELETE
init.o: ../../.././X11/X.h ../../.././X11/Xproto.h ../../.././X11/Xmd.h
init.o: ../../.././X11/Xprotostr.h ../../include/servermd.h
init.o: ../../include/screenint.h ../../include/input.h ../../include/misc.h
init.o: ../../.././X11/Xosdefs.h /usr/include/stddef.h
init.o: /usr/include/machine/ansi.h ../../include/os.h /usr/include/string.h
init.o: /usr/include/sys/cdefs.h ../../.././X11/Xfuncs.h
init.o: ../../include/cursor.h ../../include/scrnintstr.h
init.o: ../../include/miscstruct.h ../../include/region.h
init.o: ../../include/pixmap.h ../../include/gc.h ../../include/colormap.h
init.o: ../../include/gcstruct.h /usr/include/stdio.h /usr/include/ctype.h
init.o: /usr/include/runetype.h /usr/include/signal.h
init.o: /usr/include/sys/types.h /usr/include/machine/endian.h
init.o: /usr/include/machine/types.h /usr/include/sys/signal.h
init.o: /usr/include/machine/signal.h /usr/include/machine/trap.h
init.o: /usr/include/setjmp.h /usr/include/sys/stat.h /usr/include/sys/time.h
init.o: /usr/include/sys/time.h /usr/include/sys/ioctl.h
init.o: /sys/hp/dev/grfioctl.h hpDisplays.h /usr/include/fcntl.h
crtstub.o: ../../.././X11/X.h ../../include/scrnintstr.h
crtstub.o: ../../include/screenint.h ../../include/miscstruct.h
crtstub.o: ../../include/misc.h ../../.././X11/Xosdefs.h
crtstub.o: /usr/include/stddef.h /usr/include/machine/ansi.h
crtstub.o: ../../include/os.h /usr/include/string.h /usr/include/sys/cdefs.h
crtstub.o: ../../.././X11/Xfuncs.h ../../include/region.h
crtstub.o: ../../include/pixmap.h ../../include/gc.h ../../include/colormap.h
hpscrninit.o: ../../.././X11/X.h ../../include/servermd.h
hpscrninit.o: ../../include/misc.h ../../.././X11/Xosdefs.h
hpscrninit.o: /usr/include/stddef.h /usr/include/machine/ansi.h
hpscrninit.o: ../../include/os.h /usr/include/string.h
hpscrninit.o: /usr/include/sys/cdefs.h ../../.././X11/Xfuncs.h ../mi/mi.h
hpscrninit.o: ../../include/region.h ../../include/scrnintstr.h
hpscrninit.o: ../../include/screenint.h ../../include/miscstruct.h
hpscrninit.o: ../../include/pixmap.h ../../include/gc.h
hpscrninit.o: ../../include/colormap.h ../../include/pixmapstr.h
hpscrninit.o: ../mi/mibstore.h ../../include/dix.h ../../include/window.h
hpscrninit.o: ./include/hppriv.h ./include/hpOScrnBuf.h
hpFonts.o: ../../.././X11/Xmd.h ../../.././X11/Xproto.h ../../.././X11/Xmd.h
hpFonts.o: ../../.././X11/Xprotostr.h ../../include/misc.h
hpFonts.o: ../../.././X11/Xosdefs.h /usr/include/stddef.h
hpFonts.o: /usr/include/machine/ansi.h ../../include/os.h
hpFonts.o: /usr/include/string.h /usr/include/sys/cdefs.h
hpFonts.o: ../../.././X11/Xfuncs.h ../../include/dixfontstr.h
hpFonts.o: ../../include/servermd.h ../../include/dixfont.h
hpFonts.o: ../../.././fonts/include/font.h ../../.././fonts/include/fsmasks.h
hpFonts.o: ../../.././fonts/include/fontstruct.h ../../.././X11/Xproto.h
hpFonts.o: ../../include/scrnintstr.h ../../include/screenint.h
hpFonts.o: ../../include/miscstruct.h ../../include/region.h
hpFonts.o: ../../include/pixmap.h ../../include/gc.h ../../include/colormap.h
hpFonts.o: ./include/hpOScrnBuf.h ../../.././X11/X.h hpFonts.h
hpFonts.o: ./include/hppriv.h
hpOScrnBuf.o: ../../include/scrnintstr.h ../../include/screenint.h
hpOScrnBuf.o: ../../include/miscstruct.h ../../include/misc.h
hpOScrnBuf.o: ../../.././X11/Xosdefs.h /usr/include/stddef.h
hpOScrnBuf.o: /usr/include/machine/ansi.h ../../include/os.h
hpOScrnBuf.o: /usr/include/string.h /usr/include/sys/cdefs.h
hpOScrnBuf.o: ../../.././X11/Xfuncs.h ../../include/region.h
hpOScrnBuf.o: ../../include/pixmap.h ../../include/gc.h
hpOScrnBuf.o: ../../include/colormap.h ./include/hppriv.h
hpOScrnBuf.o: ./include/hpOScrnBuf.h ../../.././X11/X.h topcat/topcat.h
hpOScrnBuf.o: /usr/include/sys/types.h /usr/include/machine/endian.h
hpOScrnBuf.o: /usr/include/machine/types.h hpDisplays.h
hpCursorUtils.o: ./input/hpext.h ../../.././X11/Xproto.h ../../.././X11/Xmd.h
hpCursorUtils.o: ../../.././X11/Xprotostr.h ../../.././X11/X.h
hpCursorUtils.o: ./include/XHPproto.h ../../../extensions/include/XIproto.h
hpCursorUtils.o: ../../.././X11/Xproto.h ../../.././X11/X.h ./input/hildef.h
hpCursorUtils.o: /usr/include/sys/param.h /usr/include/sys/types.h
hpCursorUtils.o: /usr/include/machine/endian.h /usr/include/sys/cdefs.h
hpCursorUtils.o: /usr/include/machine/ansi.h /usr/include/machine/types.h
hpCursorUtils.o: /usr/include/sys/syslimits.h /usr/include/sys/signal.h
hpCursorUtils.o: /usr/include/machine/signal.h /usr/include/machine/trap.h
hpCursorUtils.o: /usr/include/machine/param.h /usr/include/machine/psl.h
hpCursorUtils.o: /usr/include/machine/limits.h ../../include/scrnintstr.h
hpCursorUtils.o: ../../include/screenint.h ../../include/miscstruct.h
hpCursorUtils.o: ../../include/misc.h ../../.././X11/Xosdefs.h
hpCursorUtils.o: /usr/include/stddef.h ../../include/os.h
hpCursorUtils.o: /usr/include/string.h ../../.././X11/Xfuncs.h
hpCursorUtils.o: ../../include/region.h ../../include/pixmap.h
hpCursorUtils.o: ../../include/gc.h ../../include/colormap.h
hpCursorUtils.o: ../../include/dixstruct.h ../../include/dix.h
hpCursorUtils.o: ../../include/window.h ../../include/resource.h
hpCursorUtils.o: ../../include/cursor.h ../../include/cursorstr.h
hpCursorUtils.o: ../../include/regionstr.h ../../include/inputstr.h
hpCursorUtils.o: ../../include/input.h ../../include/opaque.h
hpCursorUtils.o: ./include/hppriv.h ./include/hpOScrnBuf.h
hpcursor.o: /usr/include/stdio.h /usr/include/sys/cdefs.h
hpcursor.o: /usr/include/machine/ansi.h ../../.././X11/X.h
hpcursor.o: ../../.././X11/Xproto.h ../../.././X11/Xmd.h
hpcursor.o: ../../.././X11/Xprotostr.h ../../include/servermd.h
hpcursor.o: ../../include/scrnintstr.h ../../include/screenint.h
hpcursor.o: ../../include/miscstruct.h ../../include/misc.h
hpcursor.o: ../../.././X11/Xosdefs.h /usr/include/stddef.h ../../include/os.h
hpcursor.o: /usr/include/string.h ../../.././X11/Xfuncs.h
hpcursor.o: ../../include/region.h ../../include/pixmap.h ../../include/gc.h
hpcursor.o: ../../include/colormap.h ../../include/cursorstr.h
hpcursor.o: ../../include/cursor.h ./include/hppriv.h ./include/hpOScrnBuf.h
hpcursor.o: ../../include/resource.h ../../include/inputstr.h
hpcursor.o: ../../include/input.h ../../include/window.h
hpcursor.o: ../../include/dixstruct.h ../../include/dix.h ./input/hpext.h
hpcursor.o: ./include/XHPproto.h ../../../extensions/include/XIproto.h
hpcursor.o: ../../.././X11/Xproto.h ../../.././X11/X.h ./input/hildef.h
hpcursor.o: /usr/include/sys/param.h /usr/include/sys/types.h
hpcursor.o: /usr/include/machine/endian.h /usr/include/machine/types.h
hpcursor.o: /usr/include/sys/syslimits.h /usr/include/sys/signal.h
hpcursor.o: /usr/include/machine/signal.h /usr/include/machine/trap.h
hpcursor.o: /usr/include/machine/param.h /usr/include/machine/psl.h
hpcursor.o: /usr/include/machine/limits.h
hpsprite.o: ../../.././X11/X.h ../../.././X11/Xproto.h ../../.././X11/Xmd.h
hpsprite.o: ../../.././X11/Xprotostr.h ../../include/misc.h
hpsprite.o: ../../.././X11/Xosdefs.h /usr/include/stddef.h
hpsprite.o: /usr/include/machine/ansi.h ../../include/os.h
hpsprite.o: /usr/include/string.h /usr/include/sys/cdefs.h
hpsprite.o: ../../.././X11/Xfuncs.h ../../include/pixmapstr.h
hpsprite.o: ../../include/pixmap.h ../../include/screenint.h
hpsprite.o: ../../include/miscstruct.h ../../include/input.h ../mi/mi.h
hpsprite.o: ../../include/region.h ../../include/cursorstr.h
hpsprite.o: ../../include/cursor.h ../../.././fonts/include/font.h
hpsprite.o: ../../.././fonts/include/fsmasks.h ../../include/scrnintstr.h
hpsprite.o: ../../include/gc.h ../../include/colormap.h
hpsprite.o: ../../include/colormapst.h ../../include/windowstr.h
hpsprite.o: ../../include/window.h ../../include/regionstr.h
hpsprite.o: ../../include/property.h ../../include/resource.h
hpsprite.o: ../../include/dix.h ../../.././X11/Xprotostr.h
hpsprite.o: ../../include/gcstruct.h hpspritest.h ../../include/dixfontstr.h
hpsprite.o: ../../include/servermd.h ../../include/dixfont.h
hpsprite.o: ../../.././fonts/include/fontstruct.h ../../.././X11/Xproto.h
hpsprite.o: ./include/hppriv.h ./include/hpOScrnBuf.h
hpScreens.o: ../../.././X11/X.h ../../.././X11/Xproto.h ../../.././X11/Xmd.h
hpScreens.o: ../../.././X11/Xprotostr.h ../../include/scrnintstr.h
hpScreens.o: ../../include/screenint.h ../../include/miscstruct.h
hpScreens.o: ../../include/misc.h ../../.././X11/Xosdefs.h
hpScreens.o: /usr/include/stddef.h /usr/include/machine/ansi.h
hpScreens.o: ../../include/os.h /usr/include/string.h
hpScreens.o: /usr/include/sys/cdefs.h ../../.././X11/Xfuncs.h
hpScreens.o: ../../include/region.h ../../include/pixmap.h ../../include/gc.h
hpScreens.o: ../../include/colormap.h ../../include/pixmapstr.h
hpScreens.o: ../../include/inputstr.h ../../include/input.h
hpScreens.o: ../../include/window.h ../../include/dixstruct.h
hpScreens.o: ../../include/dix.h ../../include/resource.h
hpScreens.o: ../../include/cursor.h ../../include/regionstr.h
hpScreens.o: ../../include/windowstr.h ../../include/property.h
hpScreens.o: ../../.././X11/Xprotostr.h ./include/hppriv.h
hpScreens.o: ./include/hpOScrnBuf.h ../mi/mi.h hpBlock.h