# 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/input 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 SRCS1 = hpKeyMap.c x_hil.c x_hilinit.c beeper.c x_threebut.c xtest1imp.c getkeysym.c NONHILOBJS = hpKeyMap.o x_threebut.o xtest1imp.o getkeysym.o SRCS = $(SRCS1) $(SRCS2) HILOBJS = x_hil.o x_hilinit.o beeper.o OBJS = $(NONHILOBJS) $(NONHILOBJS2) $(HILOBJS) DEVINC = -I/sys/hp/dev INCLUDES = -I. -I.. -I../include -I../../../include -I./X11 -I../../mi -I$(INCLUDESRC) -I../../../../extensions/include $(DEVINC) LIBDIR_DEFINES = -DDEF_DIRECTORY=\"$(LIBDIR)/\" LINTLIBS = ../../../dix/llib-ldix.ln ../../../os/hpux/llib-los.ln all:: .c.o: $(RM) $@ $(CC) -c $(CFLAGS) $(_NOOP_) $*.c all:: libinput.a libinput.a: $(OBJS) $(RM) $@ $(AR) $@ $(OBJS) $(RANLIB) $@ getkeysym.o: $(ICONFIGFILES) $(RM) $@ $(CC) -c $(CFLAGS) $(LIBDIR_DEFINES) $*.c x_hilinit.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:: llib-linput.ln llib-linput.ln: $(SRCS1) $(RM) $@ $(LINT) $(LINTLIBFLAG)input $(LINTFLAGS) $(SRCS1) lint: $(LINT) $(LINTFLAGS) $(SRCS1) $(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 saber: # load $(ALLDEFINES) $(SRCS) osaber: # load $(ALLDEFINES) $(OBJS) # ------------------------------------------------------------------------- # empty rules for directories that do not have SUBDIRS - do not edit install:: @echo "install in $(CURRENT_DIR) done" install.man:: @echo "install.man in $(CURRENT_DIR) done" Makefiles:: includes:: # ------------------------------------------------------------------------- # dependencies generated by makedepend # DO NOT DELETE hpKeyMap.o: ../../../.././X11/Xmd.h ../../../.././X11/keysym.h hpKeyMap.o: ../../../.././X11/keysymdef.h ./X11/HPkeysym.h hpKeyMap.o: ../../../.././X11/ap_keysym.h ../../../.././X11/X.h hpKeyMap.o: ../../../include/input.h ../../../include/misc.h hpKeyMap.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h hpKeyMap.o: /usr/include/machine/ansi.h ../../../include/os.h hpKeyMap.o: /usr/include/string.h /usr/include/sys/cdefs.h hpKeyMap.o: ../../../.././X11/Xfuncs.h ./X11/XHPlib.h ../include/XHPproto.h hpKeyMap.o: ../../../.././X11/Xlib.h /usr/include/sys/types.h hpKeyMap.o: /usr/include/machine/endian.h /usr/include/machine/types.h hpKeyMap.o: ../../../.././X11/X.h ../../../.././X11/Xfuncproto.h hpKeyMap.o: ../../../.././X11/Xutil.h /usr/include/sys/ioctl.h x_hil.o: /usr/include/stdio.h /usr/include/sys/cdefs.h x_hil.o: /usr/include/machine/ansi.h ../../../.././X11/X.h x_hil.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h x_hil.o: ../../../.././X11/Xprotostr.h hildef.h /usr/include/sys/param.h x_hil.o: /usr/include/sys/types.h /usr/include/machine/endian.h x_hil.o: /usr/include/machine/types.h /usr/include/sys/syslimits.h x_hil.o: /usr/include/sys/signal.h /usr/include/machine/signal.h x_hil.o: /usr/include/machine/trap.h /usr/include/machine/param.h x_hil.o: /usr/include/machine/psl.h /usr/include/machine/limits.h x_hil.o: ../../../include/scrnintstr.h ../../../include/screenint.h x_hil.o: ../../../include/miscstruct.h ../../../include/misc.h x_hil.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h x_hil.o: ../../../include/os.h /usr/include/string.h x_hil.o: ../../../.././X11/Xfuncs.h ../../../include/region.h x_hil.o: ../../../include/pixmap.h ../../../include/gc.h x_hil.o: ../../../include/colormap.h ../../../include/dixstruct.h x_hil.o: ../../../include/dix.h ../../../include/window.h x_hil.o: ../../../include/resource.h ../../../include/cursor.h x_hil.o: ../include/hppriv.h ../include/hpOScrnBuf.h x_hil.o: ../../../include/windowstr.h ../../../include/pixmapstr.h x_hil.o: ../../../include/regionstr.h ../../../include/property.h x_hil.o: ../../../.././X11/Xprotostr.h ../include/XHPproto.h x_hil.h hpext.h x_hil.o: ../../../../extensions/include/XIproto.h ../../../.././X11/Xproto.h x_hil.o: ../../../.././X11/X.h x_serialdrv.h hpkeys.h x_hil.o: ../../../include/inputstr.h ../../../include/input.h x_hil.o: ../../../os/osdep.h /usr/include/limits.h /usr/include/sys/times.h x_hil.o: /usr/include/sys/ioctl.h /sys/hp/dev/hilioctl.h /usr/include/errno.h x_hilinit.o: /usr/include/stdio.h /usr/include/sys/cdefs.h x_hilinit.o: /usr/include/machine/ansi.h /usr/include/errno.h x_hilinit.o: ../../../.././X11/X.h ../../../.././X11/Xproto.h x_hilinit.o: ../../../.././X11/Xmd.h ../../../.././X11/Xprotostr.h hildef.h x_hilinit.o: /usr/include/sys/param.h /usr/include/sys/types.h x_hilinit.o: /usr/include/machine/endian.h /usr/include/machine/types.h x_hilinit.o: /usr/include/sys/syslimits.h /usr/include/sys/signal.h x_hilinit.o: /usr/include/machine/signal.h /usr/include/machine/trap.h x_hilinit.o: /usr/include/machine/param.h /usr/include/machine/psl.h x_hilinit.o: /usr/include/machine/limits.h ../../../include/scrnintstr.h x_hilinit.o: ../../../include/screenint.h ../../../include/miscstruct.h x_hilinit.o: ../../../include/misc.h ../../../.././X11/Xosdefs.h x_hilinit.o: /usr/include/stddef.h ../../../include/os.h x_hilinit.o: /usr/include/string.h ../../../.././X11/Xfuncs.h x_hilinit.o: ../../../include/region.h ../../../include/pixmap.h x_hilinit.o: ../../../include/gc.h ../../../include/colormap.h x_hilinit.o: ../../../include/dixstruct.h ../../../include/dix.h x_hilinit.o: ../../../include/window.h ../../../include/resource.h x_hilinit.o: ../../../include/cursor.h ../include/XHPproto.h x_hilinit.h x_hilinit.o: x_hil.h hpext.h ../../../../extensions/include/XIproto.h x_hilinit.o: ../../../.././X11/Xproto.h ../../../.././X11/X.h x_serialdrv.h x_hilinit.o: ../../../include/inputstr.h ../../../include/input.h x_hilinit.o: ../../../os/osdep.h /usr/include/limits.h x_hilinit.o: ../../../../extensions/include/XI.h beeper.o: /usr/include/fcntl.h /usr/include/sys/types.h beeper.o: /usr/include/machine/endian.h /usr/include/sys/cdefs.h beeper.o: /usr/include/machine/ansi.h /usr/include/machine/types.h beeper.o: ../../../.././X11/X.h ../../../.././X11/Xproto.h beeper.o: ../../../.././X11/Xmd.h ../../../.././X11/Xprotostr.h beeper.o: ../../../include/input.h ../../../include/misc.h beeper.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h beeper.o: ../../../include/os.h /usr/include/string.h beeper.o: ../../../.././X11/Xfuncs.h ../../../include/inputstr.h beeper.o: ../../../include/window.h ../../../include/dixstruct.h beeper.o: ../../../include/dix.h ../../../include/gc.h beeper.o: ../../../include/resource.h ../../../include/cursor.h beeper.o: ../../../include/pixmap.h ../../../include/screenint.h hildef.h beeper.o: /usr/include/sys/param.h /usr/include/sys/syslimits.h beeper.o: /usr/include/sys/signal.h /usr/include/machine/signal.h beeper.o: /usr/include/machine/trap.h /usr/include/machine/param.h beeper.o: /usr/include/machine/psl.h /usr/include/machine/limits.h beeper.o: ../../../include/scrnintstr.h ../../../include/miscstruct.h beeper.o: ../../../include/region.h ../../../include/colormap.h x_threebut.o: /usr/include/sys/types.h /usr/include/machine/endian.h x_threebut.o: /usr/include/sys/cdefs.h /usr/include/machine/ansi.h x_threebut.o: /usr/include/machine/types.h /usr/include/stdio.h x_threebut.o: /usr/include/time.h ../../../.././X11/X.h x_threebut.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h x_threebut.o: ../../../.././X11/Xprotostr.h ../../../include/inputstr.h x_threebut.o: ../../../include/input.h ../../../include/misc.h x_threebut.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h x_threebut.o: ../../../include/os.h /usr/include/string.h x_threebut.o: ../../../.././X11/Xfuncs.h ../../../include/window.h x_threebut.o: ../../../include/dixstruct.h ../../../include/dix.h x_threebut.o: ../../../include/gc.h ../../../include/resource.h x_threebut.o: ../../../include/cursor.h ../../../include/pixmap.h x_threebut.o: ../../../include/screenint.h hildef.h /usr/include/sys/param.h x_threebut.o: /usr/include/sys/syslimits.h /usr/include/sys/signal.h x_threebut.o: /usr/include/machine/signal.h /usr/include/machine/trap.h x_threebut.o: /usr/include/machine/param.h /usr/include/machine/psl.h x_threebut.o: /usr/include/machine/limits.h ../../../include/scrnintstr.h x_threebut.o: ../../../include/miscstruct.h ../../../include/region.h x_threebut.o: ../../../include/colormap.h ../include/XHPproto.h x_serialdrv.h xtest1imp.o: /usr/include/stdio.h /usr/include/sys/cdefs.h xtest1imp.o: /usr/include/machine/ansi.h ../../../.././X11/X.h xtest1imp.o: ../../../.././X11/Xproto.h ../../../.././X11/Xmd.h xtest1imp.o: ../../../.././X11/Xprotostr.h ../../../include/inputstr.h xtest1imp.o: ../../../include/input.h ../../../include/misc.h xtest1imp.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h xtest1imp.o: ../../../include/os.h /usr/include/string.h xtest1imp.o: ../../../.././X11/Xfuncs.h ../../../include/window.h xtest1imp.o: ../../../include/dixstruct.h ../../../include/dix.h xtest1imp.o: ../../../include/gc.h ../../../include/resource.h xtest1imp.o: ../../../include/cursor.h ../../../include/pixmap.h xtest1imp.o: ../../../include/screenint.h ../../../include/scrnintstr.h xtest1imp.o: ../../../include/miscstruct.h ../../../include/region.h xtest1imp.o: ../../../include/colormap.h xtest1imp.o: ../../../../extensions/include/xtestext1.h hildef.h xtest1imp.o: /usr/include/sys/param.h /usr/include/sys/types.h xtest1imp.o: /usr/include/machine/endian.h /usr/include/machine/types.h xtest1imp.o: /usr/include/sys/syslimits.h /usr/include/sys/signal.h xtest1imp.o: /usr/include/machine/signal.h /usr/include/machine/trap.h xtest1imp.o: /usr/include/machine/param.h /usr/include/machine/psl.h xtest1imp.o: /usr/include/machine/limits.h hpext.h ../include/XHPproto.h xtest1imp.o: ../../../../extensions/include/XIproto.h xtest1imp.o: ../../../.././X11/Xproto.h ../../../.././X11/X.h getkeysym.o: /usr/include/stdio.h /usr/include/sys/cdefs.h getkeysym.o: /usr/include/machine/ansi.h X11/XHPlib.h ../include/XHPproto.h getkeysym.o: ../../../.././X11/Xlib.h /usr/include/sys/types.h getkeysym.o: /usr/include/machine/endian.h /usr/include/machine/types.h getkeysym.o: ../../../.././X11/X.h ../../../.././X11/Xfuncproto.h getkeysym.o: ../../../.././X11/Xosdefs.h /usr/include/stddef.h getkeysym.o: ../../../.././X11/Xutil.h /usr/include/sys/ioctl.h