Generic_Window_Manager/Makefile

1687 lines
53 KiB
Makefile

# Makefile generated by imake - do not edit!
# ----------------------------------------------------------------------
# Makefile generated from "Imake.tmpl" and <Imakefile>
# $Xorg: Imake.tmpl,v 1.4 2000/08/17 19:41:46 cpqbld Exp $
# $XdotOrg: xc/config/cf/Imake.tmpl,v 1.9 2005/01/24 06:37:31 daniels Exp $
#
#
#
#
# $XFree86: xc/config/cf/Imake.tmpl,v 3.155 2003/12/24 18:58:41 dickey Exp $
# ----------------------------------------------------------------------
all::
.SUFFIXES: .i
# $XdotOrg: xc/config/cf/Imake.cf,v 1.7 2005/03/02 11:20:29 gisburn Exp $
# $Xorg: Imake.cf,v 1.4 2000/08/17 19:41:45 cpqbld Exp $
# $XFree86: xc/config/cf/Imake.cf,v 3.88 2003/12/16 21:30:21 herrb Exp $
# -----------------------------------------------------------------------
# site-specific configuration parameters that need to come before
# the platform-specific parameters - edit site.def to change
# site: $TOG: site.sample /main/r64_final/1 1998/02/05 16:28:49 kaleb $
# site: $XFree86: xc/config/cf/site.def,v 3.24 2000/06/25 20:17:29 dawes Exp $
# $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
# ----------------------------------------------------------------------
# platform-specific configuration parameters - edit linux.cf to change
# $XdotOrg: xc/config/cf/linux.cf,v 1.24 2005/03/06 01:05:00 branden Exp $
# platform: $Xorg: linux.cf,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
# platform: $XFree86: xc/config/cf/linux.cf,v 3.220 2003/12/30 22:38:33 tsi Exp $
# operating system: Linux 5.11.13-hardened1-hardened x86_64 [ELF] (5.11.13)
# libc: (0.0.0)
# binutils: (237)
# $Xorg: lnxLib.rules,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
# $XFree86: xc/config/cf/lnxLib.rules,v 3.52 2003/10/31 20:49:03 herrb Exp $
# $XdotOrg: xc/config/cf/xorg.cf,v 1.44 2005/01/27 03:50:46 ajax Exp $
# $Xorg: xfree86.cf,v 1.4 2000/08/17 19:41:49 cpqbld Exp $
XORG_VERSION_CURRENT = (((7) * 10000000) + ((7) * 100000) + ((0) * 1000) + 0)
RELEASE_VERSION = RELEASE-1
AFB_DEFS = -DUSE_AFB
DRIVERSDKDIR = $(USRLIBDIR)/Server
DRIVERSDKMODULEDIR = $(USRLIBDIR)/Server/modules
DRIVERSDKINCLUDEDIR = $(USRLIBDIR)/Server/include
XF86SRC = $(SERVERSRC)/hw/xfree86
XF86COMSRC = $(XF86SRC)/common
XF86PARSERSRC = $(XF86SRC)/parser
XF86OSSRC = $(XF86SRC)/os-support
XF86DRIVERSRC = $(XF86SRC)/drivers
DRIVERSRC = $(XF86DRIVERSRC)
XFREE86DOCDIR = $(DOCDIR)
XFREE86PSDOCDIR = $(DOCPSDIR)
XFREE86PDFDOCDIR = $(DOCPDFDIR)
XFREE86HTMLDOCDIR = $(DOCHTMLDIR)
XFREE86JAPANESEDOCDIR = $(DOCDIR)/Japanese
# $Xorg: xf86.rules,v 1.3 2000/08/17 19:41:48 cpqbld Exp $
# $XFree86: xc/config/cf/xf86.rules,v 3.34tsi Exp $
# ----------------------------------------------------------------------
# site-specific configuration parameters that go after
# the platform-specific parameters - edit site.def to change
# site: $TOG: site.sample /main/r64_final/1 1998/02/05 16:28:49 kaleb $
# site: $XFree86: xc/config/cf/site.def,v 3.24 2000/06/25 20:17:29 dawes Exp $
# ---------------------------------------------------------------------
# Imake rules for building libraries, programs, scripts, and data files
# rules: $Xorg: Imake.rules,v 1.3 2000/08/17 19:41:46 cpqbld Exp $
# rules: $XdotOrg: xc/config/cf/Imake.rules,v 1.8 2005/02/01 22:27:00 ajax Exp $
#
#
#
#
# rules: $XFree86: xc/config/cf/Imake.rules,v 3.128 2003/11/15 03:25:17 dawes Exp $
.PHONY: all interfaces install install.man install.lib install.sdk depend includes cleandir
_NULLCMD_ = @ echo -n
X_BYTE_ORDER = X_LITTLE_ENDIAN
GLIDE2INCDIR =
GLIDE3INCDIR =
GLIDE3LIBNAME =
TKLIBNAME =
TKLIBDIR = /usr/lib64
TCLLIBNAME =
TCLIBDIR =
PATHSEP = /
SHELL = /bin/sh -e
TOP = .
CURRENT_DIR = .
IMAKE = imake
DEPEND = gccmakedep
MKDIRHIER = mkdir -p
REVPATH = revpath
EXPORTLISTGEN =
RMAN = RmanCmd
RMANBASENAME = rman
RMANOPTIONS = RmanOptions
CONFIGSRC = $(TOP)/config
IMAKESRC = $(CONFIGSRC)/imake
DEPENDSRC = $(CONFIGSRC)/util
INCROOT = /usr/include
USRLIBDIR = /usr/lib64
VARDIR = /var
VARLIBDIR = $(VARDIR)/lib
SYSTEMUSRLIBDIR = /usr/lib64
SYSTEMUSRINCDIR = /usr/include
SHLIBDIR = /usr/lib64
LINTLIBDIR = $(USRLIBDIR)/lint
MANPATH = /usr/man
MANSOURCEPATH = $(MANPATH)/man
MANDIR = $(MANSOURCEPATH)1
LIBMANDIR = $(MANSOURCEPATH)3
FILEMANDIR = $(MANSOURCEPATH)5
MISCMANDIR = $(MANSOURCEPATH)$(MISCMANSUFFIX)
DRIVERMANDIR = $(MANSOURCEPATH)$(DRIVERMANSUFFIX)
LOGDIRECTORY = $(VARDIR)/log
VARRUNDIR = $(VARDIR)/run
VARDBDIR = $(VARDIR)/lib
AR = ar cq
# Nice try but useless: make will inherit BOOTSTRAPCFLAGS
# from top Makefile
BOOTSTRAPCFLAGS =
CC = gcc
AS = gcc -c -x assembler
.SUFFIXES: .cc
CXX = c++
CXXFILT = c++filt
CXXLIB = -lstdc++
CXXDEBUGFLAGS = -O2 -fno-strength-reduce -fno-strict-aliasing
CXXDEPENDINCLUDES =
CXXEXTRA_DEFINES =
CXXEXTRA_INCLUDES =
CXXSTD_DEFINES = -Dlinux -D__amd64__ -D_POSIX_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_SVID_SOURCE -DX_LOCALE $(CXXPROJECT_DEFINES)
CXXOPTIONS =
CXXINCLUDES = $(INCLUDES) $(TOP_INCLUDES) $(CXXEXTRA_INCLUDES)
CXXDEFINES = $(CXXINCLUDES) $(CXXSTD_DEFINES) $(THREADS_CXXDEFINES) $(DEFINES) $(CXXEXTRA_DEFINES)
CXXFLAGS = $(CXXDEBUGFLAGS) $(CXXOPTIONS) $(THREADS_CXXFLAGS) $(CXXDEFINES)
COMPRESS = compress
GZIPCMD = gzip -n
CPP = cpp $(STD_CPP_DEFINES)
RAWCPP = cpp -undef $(STD_CPP_OPTIONS)
PREPROCESSCMD = gcc -E $(STD_CPP_DEFINES)
INSTALL = install
INSTALLFLAGS = -c
LD = gcc -nostdlib
LEX = flex -l
M4 = m4
M4FLAGS =
LEXLIB = -lfl
YACC = bison -y
CCYACC = bison -y
LINT = lint
LINTLIBFLAG = -C
LINTOPTS = -axz
LN = ln -s
MAKE = make
MV = mv -f
CP = cp
RANLIB = ranlib
RANLIBINSTFLAGS =
RM = rm -f
PERL = perl
PERLOPTS =
PERLENVSETUP = env LC_ALL=C
MANSUFFIX = 1x
LIBMANSUFFIX = 3x
FILEMANSUFFIX = 5x
MISCMANSUFFIX = 7
DRIVERMANSUFFIX = 4
ADMINMANSUFFIX = 8
MANSRCSUFFIX = man
MANNEWSUFFIX = _man
MANDEFS = -D__apploaddir__=$(XAPPLOADDIR) -D__appmansuffix__=$(MANSUFFIX) -D__filemansuffix__=$(FILEMANSUFFIX) -D__libmansuffix__=$(LIBMANSUFFIX) -D__miscmansuffix__=$(MISCMANSUFFIX) -D__drivermansuffix__=$(DRIVERMANSUFFIX) -D__adminmansuffix__=$(ADMINMANSUFFIX) -D__projectroot__=$(PROJECTROOT) -D__xconfigfile__=$(XCONFIGFILE) -D__xconfigdir__=$(XCONFIGDIR) -D__xlogfile__=$(XLOGFILE) -D__xservername__=$(XSERVERNAME) $(XORGMANDEFS) $(VENDORMANDEFS)
COMPRESSMANCMD = gzip -n
TROFF = groff -Tps
NROFF = nroff
MSMACROS = -ms
MANMACROS = -man
TBL = tbl
EQN = eqn
NEQN = neqn
COL = col
COLFLAGS = -b
MODCC = gcc
MODCPP = cpp
MODCFLAGS = $(CFLAGS)
MODAS = gcc -c -x assembler
MODASFLAGS =
MODLD = gcc -nostdlib
MODLDFLAGS =
MODLDCOMBINEFLAGS = -r
MODAR = ar cq
MODRANLIB = ranlib
STD_INCLUDES =
STD_CPP_OPTIONS = -traditional
STD_CPP_DEFINES = -traditional -Dlinux -D__amd64__ -D_POSIX_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_SVID_SOURCE -DX_LOCALE $(PROJECT_DEFINES)
STD_DEFINES = -Dlinux -D__amd64__ -D_POSIX_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_SVID_SOURCE -DX_LOCALE $(PROJECT_DEFINES)
EXTRA_LOAD_FLAGS =
EXTRA_LDOPTIONS =
EXTRA_LIBRARIES =
TAGS = ctags
PARALLELMFLAGS =
SHAREDCODEDEF =
SHLIBDEF =
SHLIBLDFLAGS = -shared $(SHLIBGLOBALSFLAGS)
NOSTDLIB = -nostdlib
POSTNOSTDLIB = -Wl,-Bstatic -lgcc -Wl,-Bdynamic
PICFLAGS = -fPIC
CXXPICFLAGS = -fPIC
PROTO_DEFINES = -DFUNCPROTO=15 -DNARROWPROTO
INSTPGMFLAGS =
INSTBINFLAGS = -m 0755
INSTUIDFLAGS = -m 4711
INSTLIBFLAGS = -m 0644
INSTINCFLAGS = -m 0444
INSTMANFLAGS = -m 0444
INSTDATFLAGS = -m 0444
INSTKMEMFLAGS = -m 4711
PROJECTROOT = /usr
CDEBUGFLAGS = -O2 -fno-strength-reduce -fno-strict-aliasing
CCOPTIONS =
ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(INSTALLED_INCLUDES) $(STD_INCLUDES)
ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(PROTO_DEFINES) $(THREADS_DEFINES) $(MODULE_DEFINES) $(DEFINES) $(EXTRA_DEFINES)
CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(MODULE_CFLAGS) $(ALLDEFINES)
LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES) $(DEPEND_DEFINES)
LDPRELIB = -L$(USRLIBDIR) $(INSTALLED_LIBS)
LDPOSTLIB =
LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) $(EXTRA_LDOPTIONS) $(THREADS_LDFLAGS) $(LOCAL_LDFLAGS) $(LDPRELIBS)
CXXLDOPTIONS = $(CXXDEBUGFLAGS) $(CXXOPTIONS) $(EXTRA_LDOPTIONS) $(THREADS_CXXLDFLAGS) $(LOCAL_LDFLAGS) $(LDPRELIBS)
LDLIBS = $(LDPOSTLIBS) $(THREADS_LIBS) $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
CCLINK = $(CC)
CXXLINK = $(CXX)
LDSTRIPFLAGS = -x
LDCOMBINEFLAGS = -r
DEPENDFLAGS =
DEPEND_DEFINES =
# Not sure this belongs here
TKLIBDIR = /usr/lib64
TKINCDIR =
TKLIBNAME =
TKLIBRARY = -L$(TKLIBDIR) -l$(TKLIBNAME)
TCLLIBDIR =
TCLINCDIR =
TCLLIBNAME =
TCLLIBRARY = -L$(TCLLIBDIR) -l$(TCLLIBNAME)
MACROFILE = linux.cf
RM_CMD = $(RM)
IMAKE_DEFINES =
IMAKE_WARNINGS = -Wundef
IRULESRC = $(CONFIGDIR)
IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(IRULESRC) $(IMAKE_DEFINES) $(IMAKE_WARNINGS)
ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/X11.tmpl $(IRULESRC)/site.def $(IRULESRC)/$(MACROFILE) $(IRULESRC)/xfree86.cf $(IRULESRC)/xf86.rules $(IRULESRC)/xorgsite.def $(IRULESRC)/host.def $(EXTRA_ICONFIGFILES)
# $Xorg: X11.rules,v 1.4 2000/08/17 19:41:46 cpqbld Exp $
# $XFree86: xc/config/cf/X11.rules,v 1.6 2001/01/17 16:22:31 dawes Exp $
# ----------------------------------------------------------------------
# X Window System Build Parameters and Rules
# $XdotOrg: xc/config/cf/X11.tmpl,v 1.52 2005/09/22 23:54:18 alanc Exp $
# $Xorg: X11.tmpl,v 1.6 2000/08/17 19:41:46 cpqbld Exp $
#
#
#
#
# $XFree86: xc/config/cf/X11.tmpl,v 1.248 2004/02/16 04:07:37 dawes Exp $
XORGRELSTRING = `echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`
XORGMANNAME = X Version 11
STICKY_DEFINES = -DHAS_STICKY_DIR_BIT
FCHOWN_DEFINES = -DHAS_FCHOWN
# -----------------------------------------------------------------------
# X Window System make variables; these need to be coordinated with rules
XTOP = $(TOP)
BINDIR = /usr/bin
BUILDINCROOT = $(TOP)/exports
BUILDINCDIR = $(BUILDINCROOT)/include
BUILDINCTOP = ../..
BUILDLIBDIR = $(TOP)/exports/lib
BUILDLIBTOP = ../..
BUILDBINDIR = $(TOP)/exports/bin
BUILDBINTOP = ../..
BUILDMODULEDIR = $(BUILDLIBDIR)/modules
BUILDI18NDIR = $(BUILDLIBDIR)/locale
BUILDMODULETOP = $(BUILDLIBTOP)/..
XBUILDINCROOT = $(XTOP)/exports
XBUILDINCDIR = $(XBUILDINCROOT)/include/X11
XBUILDINCTOP = ../../..
XBUILDBINDIR = $(XBUILDINCROOT)/bin
INCDIR = $(INCROOT)
ADMDIR = /usr/adm
LIBDIR = /usr/lib/X11
SHAREDIR = /usr/share/X11
LIBEXECDIR = /usr/libexec
MODULEDIR = $(USRLIBDIR)/modules
TOP_X_INCLUDES =
XBINDIR = $(PROJECTROOT)/bin
INSTSRCDIR = /usr/src
ETCX11DIR = /etc/X11
CONFDIR = $(ETCX11DIR)
DOCDIR = $(LIBDIR)/doc
DOCHTMLDIR = $(DOCDIR)/html
DOCPSDIR = $(DOCDIR)/PostScript
DOCPDFDIR = $(DOCDIR)/PDF
FONTDIR = /usr/share/fonts/X11
FONTROOTDIR = /usr/share/fonts/X11
ENCODINGSDIR = ${FONTROOTDIR}/encodings
XINITDIR = $(LIBDIR)/xinit
XDMDIR = $(LIBDIR)/xdm
XDMVARDIR = $(VARLIBDIR)/xdm
TWMDIR = $(LIBDIR)/twm
XSMDIR = $(LIBDIR)/xsm
NLSDIR = $(LIBDIR)/nls
XLOCALEDIR = $(LIBDIR)/locale
LBXPROXYDIR = $(LIBDIR)/lbxproxy
PROXYMANAGERDIR = $(LIBDIR)/proxymngr
XPRINTDIR = $(LIBDIR)/xserver
XAPPLOADDIR = $(LIBDIR)/app-defaults
FONTCFLAGS = -t
INSTAPPFLAGS = $(INSTDATFLAGS)
RGB = $(XBINDIR)/rgb
FONTC = $(XBINDIR)/bdftopcf
MKFONTSCALE = $(XBINDIR)/mkfontscale
MKFONTDIR = $(XBINDIR)/mkfontdir
MKHTMLINDEX = $(XBINDIR)/mkhtmlindex
UCS2ANY = $(XBINDIR)/ucs2any
BDFTRUNCATE = $(XBINDIR)/bdftruncate
UCSMAPPREFIX = $(FONTDIR)/util/map-
XCURSORGEN = $(XBINDIR)/xcursorgen
HTMLINDEXCMD = HtmlIndexCmd
DOCUTILSRC = $(XTOP)/doc/util
CLIENTSRC = $(TOP)/clients
DEMOSRC = $(TOP)/demos
XDOCMACROS = $(DOCUTILSRC)/macros.t
XIDXMACROS = $(DOCUTILSRC)/indexmacros.t
PROGRAMSRC = $(TOP)/programs
LIBSRC = $(XTOP)/lib
FONTSRC = $(XTOP)/fonts
ENCODINGSSRC = $(FONTSRC)/encodings
INCLUDESRC = $(BUILDINCROOT)/include
XINCLUDESRC = $(INCLUDESRC)/X11
SERVERSRC = $(XTOP)/programs/Xserver
CONTRIBSRC = $(XTOP)/../contrib
UNSUPPORTEDSRC = $(XTOP)/unsupported
DOCSRC = $(XTOP)/doc
RGBSRC = $(XTOP)/programs/rgb
BDFTOPCFSRC = $(PROGRAMSRC)/bdftopcf
MKFONTDIRSRC = $(PROGRAMSRC)/mkfontdir
FONTSERVERSRC = $(PROGRAMSRC)/xfs
FONTINCSRC = $(XTOP)/include/fonts
EXTINCSRC = $(XTOP)/include/extensions
FTSOURCEDIR = FreeTypeSrcDir
DRMSRCDIR = $(TOP)/extras/drm
MESASRCDIR = $(TOP)/extras/Mesa
OGLSAMPLESRCDIR = $(TOP)/extras/ogl-sample
PSWRAPSRC = $(XTOP)/config/pswrap
TRANSCOMMSRC = $(LIBSRC)/xtrans
TRANS_INCLUDES = -I$(TRANSCOMMSRC)
CONNECTION_FLAGS = -DUNIXCONN -DTCPCONN $(STICKY_DEFINES) $(FCHOWN_DEFINES)
XTRANS_FAILDEFINES = -DFAIL_HARD
VENDORMANNAME = X.Org
VENDORMANVERSION = `echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`
XORGMANDEFS = -D__xorgversion__="\"$(XORGRELSTRING)\" \"$(XORGMANNAME)\""
VENDORMANDEFS = -D__vendorversion__="$(VENDORMANVERSION) $(VENDORMANNAME)"
VENDORNAME = The X.Org Foundation
VENDORNAMESHORT = X.Org
VENDORWEBSUPPORT = http://wiki.X.Org
VENDORSUPPORTDEFS = -D__VENDORDWEBSUPPORT__='"$(VENDORWEBSUPPORT)"'
XKBDEFRULES = xorg
XKBDEFRULESDEFS = -D__XKBDEFRULES__='"$(XKBDEFRULES)"'
XCONFIGFILE = xorg.conf
XCONFIGDIR = $(LIBDIR)
XLOGFILE = Xorg
XSERVERNAME = Xorg
XENVLIBDIR = $(USRLIBDIR)
CLIENTENVSETUP = LD_LIBRARY_PATH=$(XENVLIBDIR) XLOCALEDIR=$(BUILDLIBDIR)/locale
# $Xorg: lnxLib.tmpl,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
# $XFree86: xc/config/cf/lnxLib.tmpl,v 3.19 2003/10/15 22:47:48 herrb Exp $
XLIBSRC = $(LIBSRC)/X11
SOXLIBREV = 6.2
DEPXONLYLIB =
XONLYLIB = -lX11
LINTXONLY = $(LINTLIBDIR)/llib-lX11.ln
DEPXLIBONLY = $(DEPXONLYLIB)
XLIBONLY = $(XONLYLIB)
LINTXONLYLIB = $(LINTXONLY)
XEXTLIBSRC = $(LIBSRC)/Xext
SOXEXTREV = 6.4
DEPEXTENSIONLIB =
EXTENSIONLIB = -lXext
LINTEXTENSION = $(LINTLIBDIR)/llib-lXext.ln
LINTEXTENSIONLIB = $(LINTEXTENSION)
DEPXLIB = $(DEPEXTENSIONLIB) $(DEPXONLYLIB)
XLIB = $(EXTENSIONLIB) $(XONLYLIB)
LINTXLIB = $(LINTXONLYLIB)
XSSLIBSRC = $(LIBSRC)/Xss
SOXSSREV = 1.0
DEPXSSLIB =
XSSLIB = -lXss
LINTXSS = $(LINTLIBDIR)/llib-lXss.ln
XXF86MISCLIBSRC = $(LIBSRC)/Xxf86misc
SOXXF86MISCREV = 1.1
DEPXXF86MISCLIB =
XXF86MISCLIB = -lXxf86misc
LINTXXF86MISC = $(LINTLIBDIR)/llib-lXxf86misc.ln
XXF86VMLIBSRC = $(LIBSRC)/Xxf86vm
SOXXF86VMREV = 1.0
DEPXXF86VMLIB =
XXF86VMLIB = -lXxf86vm
LINTXXF86VM = $(LINTLIBDIR)/llib-lXxf86vm.ln
XXF86DGALIBSRC = $(LIBSRC)/Xxf86dga
SOXXF86DGAREV = 1.0
DEPXXF86DGALIB =
XXF86DGALIB = -lXxf86dga
LINTXXF86DGA = $(LINTLIBDIR)/llib-lXxf86dga.ln
XXF86RUSHLIBSRC = $(LIBSRC)/Xxf86rush
SOXXF86RUSHREV = 1.0
DEPXXF86RUSHLIB =
XXF86RUSHLIB = -lXxf86rush
LINTXXF86RUSH = $(LINTLIBDIR)/llib-lXxf86rush.ln
XVLIBSRC = $(LIBSRC)/Xv
SOXVREV = 1.0
DEPXVLIB =
XVLIB = -lXv
LINTXV = $(LINTLIBDIR)/llib-lXv.ln
XVMCLIBSRC = $(LIBSRC)/XvMC
SOXVMCREV = 1.0
DEPXVMCLIB =
XVMCLIB = -lXvMC
LINTXVMC = $(LINTLIBDIR)/llib-lXvMC.ln
XINERAMALIBSRC = $(LIBSRC)/Xinerama
SOXINERAMAREV = 1.0
DEPXINERAMALIB =
XINERAMALIB = -lXinerama
LINTXINERAMA = $(LINTLIBDIR)/llib-lXinerama.ln
XRESLIBSRC = $(LIBSRC)/XRes
SOXRESREV = 1.0
DEPXRESLIB =
XRESLIB = -lXRes
LINTXRES = $(LINTLIBDIR)/llib-lXRes.ln
DMXLIBSRC = $(LIBSRC)/dmx
DEPDMXLIB = $(USRLIBDIR)/libdmx.a
DMXLIB = -ldmx
LINTDMX = $(LINTLIBDIR)/llib-ldmx.ln
DPSLIBSRC = $(LIBSRC)/dps
DEPDPSLIB = $(USRLIBDIR)/libdps.a
DPSLIB = -ldps
LINTDPS = $(LINTLIBDIR)/llib-ldps.ln
DPSTKLIBSRC = $(LIBSRC)/dpstk
DEPDPSTKLIB = $(USRLIBDIR)/libdpstk.a
DPSTKLIB = -ldpstk
LINTDPSTK = $(LINTLIBDIR)/llib-ldpstk.ln
PSRESLIBSRC = $(LIBSRC)/psres
DEPPSRESLIB = $(USRLIBDIR)/libpsres.a
PSRESLIB = -lpsres
LINTPSRES = $(LINTLIBDIR)/llib-lpsres.ln
GLULIBSRC = $(LIBSRC)/GLU
SOGLUREV = 1.3
DEPGLULIB =
GLULIB = -lGLU
LINTGLU = $(LINTLIBDIR)/llib-lGLU.ln
GLXLIBSRC = $(LIBSRC)/GL
SOGLREV = 1.2
DEPGLXLIB =
GLXLIB = -lGL
LINTGLX = $(LINTLIBDIR)/llib-lGL.ln
GLWIDGETSRC = $(LIBSRC)/GLw
SOGLWREV = 1.0
DEPGLWLIB =
GLWLIB = -lGLw
LINTGLW = $(LINTLIBDIR)/llib-lGLw.ln
XRENDERLIBSRC = $(LIBSRC)/Xrender
SOXRENDERREV = 1.2.2
DEPXRENDERLIB =
XRENDERLIB = -lXrender
LINTXRENDER = $(LINTLIBDIR)/llib-lXrender.ln
XRANDRLIBSRC = $(LIBSRC)/Xrandr
SOXRANDRREV = 2.0
DEPXRANDRLIB =
XRANDRLIB = -lXrandr
LINTXRANDR = $(LINTLIBDIR)/llib-lXrandr.ln
XFIXESLIBSRC = $(LIBSRC)/Xfixes
SOXFIXESREV = 3.0
DEPXFIXESLIB =
XFIXESLIB = -lXfixes
LINTXFIXES = $(LINTLIBDIR)/llib-lXfixes.ln
XDAMAGELIBSRC = $(LIBSRC)/Xdamage
SOXDAMAGEREV = 1.0
DEPXDAMAGELIB =
XDAMAGELIB = -lXdamage
LINTXDAMAGE = $(LINTLIBDIR)/llib-lXdamage.ln
XCOMPOSITELIBSRC = $(LIBSRC)/Xcomposite
SOXCOMPOSITEREV = 1.0
DEPXCOMPOSITELIB =
XCOMPOSITELIB = -lXcomposite
LINTXCOMPOSITE = $(LINTLIBDIR)/llib-lXcomposite.ln
XEVIELIBSRC = $(LIBSRC)/Xevie
SOXEVIEREV = 1.0
DEPXEVIELIB =
XEVIELIB = -lXevie
LINTXEVIE = $(LINTLIBDIR)/llib-lXevie.ln
XCURSORLIBSRC = $(LIBSRC)/Xcursor
SOXCURSORREV = 1.0.2
DEPXCURSORLIB =
XCURSORLIB = -lXcursor
LINTXCURSOR = $(LINTLIBDIR)/llib-lXcursor.ln
APPLEWMLIBSRC = $(LIBSRC)/apple
DEPAPPLEWMLIB = $(USRLIBDIR)/libAppleWM.a
APPLEWMLIB = -lAppleWM
LINTAPPLEWM = $(LINTLIBDIR)/llib-lAppleWM.ln
WINDOWSWMLIBSRC = $(LIBSRC)/windows
DEPWINDOWSWMLIB = $(USRLIBDIR)/libWindowsWM.a
WINDOWSWMLIB = -lWindowsWM
LINTWINDOWSWM = $(LINTLIBDIR)/llib-lWindowsWM.ln
XFONTCACHELIBSRC = $(LIBSRC)/Xfontcache
SOXFONTCACHEREV = 1.2
DEPXFONTCACHELIB =
XFONTCACHELIB = -lXfontcache
LINTXFONTCACHE = $(LINTLIBDIR)/llib-lXfontcache.ln
XAUTHSRC = $(LIBSRC)/Xau
SOXAUTHREV = 6.0
DEPXAUTHLIB =
XAUTHLIB = -lXau
LINTXAUTH = $(LINTLIBDIR)/llib-lXau.ln
XDMCPLIBSRC = $(LIBSRC)/Xdmcp
SOXDMCPREV = 6.0
DEPXDMCPLIB =
XDMCPLIB = -lXdmcp
LINTXDMCP = $(LINTLIBDIR)/llib-lXdmcp.ln
XMUSRC = $(LIBSRC)/Xmu
SOXMUREV = 6.2
DEPXMULIB =
XMULIB = -lXmu
LINTXMU = $(LINTLIBDIR)/llib-lXmu.ln
XMUUSRC = $(LIBSRC)/Xmuu
SOXMUUREV = 1.0
DEPXMUULIB =
XMUULIB = -lXmuu
LINTXMUU = $(LINTLIBDIR)/llib-lXmuu.ln
OLDXLIBSRC = $(LIBSRC)/oldX
DEPOLDXLIB = $(USRLIBDIR)/liboldX.a
OLDXLIB = -loldX
LINTOLDX = $(LINTLIBDIR)/llib-loldX.ln
XPLIBSRC = $(LIBSRC)/Xp
SOXPREV = 6.2
DEPXPLIB =
XPLIB = -lXp
LINTXP = $(LINTLIBDIR)/llib-lXp.ln
TOOLKITSRC = $(LIBSRC)/Xt
SOXTREV = 6.0
DEPXTOOLONLYLIB =
XTOOLONLYLIB = -lXt
LINTXTOOLONLY = $(LINTLIBDIR)/llib-lXt.ln
DEPXTOOLLIB = $(DEPXTOOLONLYLIB) $(DEPSMLIB) $(DEPICELIB)
XTOOLLIB = $(XTOOLONLYLIB) $(SMLIB) $(ICELIB)
LINTXTOOLLIB = $(LINTXTOOLONLYLIB)
XALIBSRC = $(LIBSRC)/Xa
SOXAREV = 1.0
DEPXALIB =
XALIB = -lXa
LINTXA = $(LINTLIBDIR)/llib-lXa.ln
AWIDGETSRC = $(LIBSRC)/Xaw
SOXAWREV = 8.0
DEPXAWLIB =
XAWLIB = -lXaw
LINTXAW = $(LINTLIBDIR)/llib-lXaw.ln
AWIDGET7SRC = $(LIBSRC)/Xaw7
SOXAW7REV = 7.0
DEPXAW7LIB =
XAW7LIB = -lXaw
LINTXAW7 = $(LINTLIBDIR)/llib-lXaw.ln
AWIDGET6SRC = $(LIBSRC)/Xaw6
SOXAW6REV = 6.1
DEPXAW6LIB =
XAW6LIB = -lXaw
LINTXAW6 = $(LINTLIBDIR)/llib-lXaw.ln
XILIBSRC = $(LIBSRC)/Xi
SOXINPUTREV = 6.0
DEPXILIB =
XILIB = -lXi
LINTXI = $(LINTLIBDIR)/llib-lXi.ln
XTESTLIBSRC = $(LIBSRC)/Xtst
SOXTESTREV = 6.1
DEPXTESTLIB =
XTESTLIB = -lXtst
LINTXTEST = $(LINTLIBDIR)/llib-lXtst.ln
DEPXBSDLIB = $(USRLIBDIR)/libXbsd.a
XBSDLIB = -lXbsd
LINTXBSD = $(LINTLIBDIR)/llib-lXbsd.ln
ICESRC = $(LIBSRC)/ICE
SOICEREV = 6.4
DEPICELIB =
ICELIB = -lICE
LINTICE = $(LINTLIBDIR)/llib-lICE.ln
SMSRC = $(LIBSRC)/SM
SOSMREV = 6.0
DEPSMLIB =
SMLIB = -lSM
LINTSM = $(LINTLIBDIR)/llib-lSM.ln
XKEYSRC = $(LIBSRC)/Xkey
SOXKEYREV = 6.0
DEPXKEYLIB =
XKEYLIB = -lXkey
LINTXKEY = $(LINTLIBDIR)/llib-lXkey.ln
FSLIBSRC = $(LIBSRC)/FS
SOFSREV = 6.0
DEPFSLIB =
FSLIB = -lFS
LINTFS = $(LINTLIBDIR)/llib-lFS.ln
FONTLIBSRC = $(LIBSRC)/font
SOFONTREV = 1.5
DEPFONTLIB =
FONTLIB = -L$(FREETYPELIBDIR) -L$(FONTLIBSRC) -lXfont
LINTXFONT = $(LINTLIBDIR)/llib-lXfont.ln
#
SOFONTREV = 1.5
DEPXFONTLIB =
XFONTLIB = -lXfont
LINTXFONT = $(LINTLIBDIR)/llib-lXfont.ln
FONTSTUBLIBSRC = $(FONTLIBSRC)/stubs
DEPFONTSTUBLIB = $(USRLIBDIR)/libfntstubs.a
FONTSTUBLIB = -lfntstubs
LINTFONTSTUB = $(LINTLIBDIR)/llib-lfntstubs.ln
DEPFONTLIB = $(DEPXFONTLIB) $(DEPFONTSTUBLIB)
FONTLIB = $(XFONTLIB) $(FONTSTUBLIB) $(FREETYPE2LIB)
FONTENCLIBSRC = $(LIBSRC)/fontenc
SOFONTENCREV = 1.0
DEPXFONTENCLIB =
XFONTENCLIB = -lfontenc
LINTXFONTENC = $(LINTLIBDIR)/llib-lfontenc.ln
XPMLIBSRC = $(LIBSRC)/Xpm
SOXPMREV = 4.11
DEPXPMLIB =
XPMLIB = -lXpm
LINTXPM = $(LINTLIBDIR)/llib-lXpm.ln
FREETYPE2DIR = /usr
FREETYPE2LIBDIR = /usr/lib64
FREETYPE2INCDIR = /usr/include
FREETYPE2LIB = -lfreetype
FREETYPE2INCLUDES = -I$(FREETYPE2INCDIR)/freetype2 -I$(FREETYPE2INCDIR)/freetype2/config
FREETYPE2DEFINES = -DFREETYPE2
EXPATLIBSRC = $(LIBSRC)/expat
SOEXPATREV = 0.4
DEPEXPATLIB =
EXPATLIB = -lexpat
LINTEXPAT = $(LINTLIBDIR)/llib-lexpat.ln
EXPATDIR = /usr
EXPATLIBDIR = /usr/lib64
EXPATINCDIR = /usr/include
EXPATINCLUDES =
EXPATLIB = -lexpat
EXPATDEFINES = -DEXPAT
XFT1LIBSRC = $(LIBSRC)/Xft1
SOXFT1REV = 1.1
DEPXFT1LIB =
XFT1LIB = -lXft
LINTXFT1 = $(LINTLIBDIR)/llib-lXft.ln
XFTLIBSRC = $(LIBSRC)/Xft
SOXFTREV = 2.1.2
DEPXFTLIB =
XFTLIB = -lXft
LINTXFT = $(LINTLIBDIR)/llib-lXft.ln
FONTCONFIGLIBSRC = $(LIBSRC)/fontconfig
SOFONTCONFIGREV = 1.0.4
DEPFONTCONFIGLIB =
FONTCONFIGLIB = -lfontconfig
LINTFONTCONFIG = $(LINTLIBDIR)/llib-lfontconfig.ln
FONTCONFIGINCDIR=$(INCDIR)
FONTCONFIGINCLUDES = -I$(FONTCONFIGINCDIR)
FCCACHE = $(BINDIR)/fc-cache
FONTCONFIGDEFINES = -DFONTCONFIG
XFTINCLUDES=$(FONTCONFIGINCLUDES) $(FREETYPE2INCLUDES)
LIBPNGINCDIR = /usr/include
LIBPNGINC=
LIBPNGDIR = /usr
LIBPNGLIBDIR = /usr/lib64
LIBPNGINCDIR = /usr/include
LIBPNGLIB = -lpng
XKBFILELIBSRC = $(LIBSRC)/xkbfile
SOXKBFILEREV = 1.0
DEPXKBFILELIB =
XKBFILELIB = -lxkbfile
LINTXKBFILE = $(LINTLIBDIR)/llib-lxkbfile.ln
XKBCOMPCMD = $(XBINDIR)/xkbcomp
XKBUILIBSRC = $(LIBSRC)/xkbui
SOXKBUIREV = 1.0
DEPXKBUILIB =
XKBUILIB = -lxkbui
LINTXKBUI = $(LINTLIBDIR)/llib-lxkbui.ln
EXTRAXAWREQS =
EXTRAXAWCLIENTDEPLIBS =
EXTRAXAWCLIENTLIBS =
XTRAPLIBSRC = $(LIBSRC)/XTrap
SOXTRAPREV = 6.4
DEPXTRAPLIB =
XTRAPLIB = -lXTrap
LINTXTRAP = $(LINTLIBDIR)/llib-lXTrap.ln
DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
DEPLIBS1 = $(DEPLIBS)
DEPLIBS2 = $(DEPLIBS)
DEPLIBS3 = $(DEPLIBS)
DEPLIBS4 = $(DEPLIBS)
DEPLIBS5 = $(DEPLIBS)
DEPLIBS6 = $(DEPLIBS)
DEPLIBS7 = $(DEPLIBS)
DEPLIBS8 = $(DEPLIBS)
DEPLIBS9 = $(DEPLIBS)
DEPLIBS10 = $(DEPLIBS)
FCPRELOADPATTERN = libfontconfig.so.?
XFTPRELOADPATTERN = libXft.so.?
XRENDERPRELOADPATTERN = libXrender.so.?
XFONTPRELOADPATTERN = libXfont*.so.?
XMULIBONLY = -lXmu
XMULIB = $(XMULIBONLY) $(XTOOLLIB) $(XLIB)
CONFIGDIR = $(LIBDIR)/config
USRLIBDIRPATH = $(USRLIBDIR)
LDPRELIBS = -L$(USRLIBDIR) $(INSTALLED_LIBS)
LDPOSTLIBS =
TOP_INCLUDES = -I$(INCROOT) $(TOP_X_INCLUDES)
PROJECT_DEFINES =
VENDOR_DEFINES = -DXVENDORNAME='"$(VENDORNAME)"' -DXVENDORNAMESHORT='"$(VENDORNAMESHORT)"'
CXXPROJECT_DEFINES =
# ----------------------------------------------------------------------
# start of Imakefile
#
# Copyright (C) 1989-94 GROUPE BULL
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files
# (the "Software"), to deal in the Software without restriction, including
# without limitation the rights to use, copy, modify, merge, publish,
# distribute, sublicense, and/or sell copies of the Software, and to permit
# persons to whom the Software is furnished to do so, subject to the
# following conditions:
# The above copyright notice and this permission notice shall be included
# in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
# IN 0 EVENT SHALL GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
#
# Except as contained in this notice, the name of GROUPE BULL shall not be
# used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# GROUPE BULL.
#
#
# Imakefile for gwm
# Use Makefile.noXtree if you do not want to use imake
#
# Configuration parameters:
# comment out if you don't have installed libXpm.a with the rest of X
# CONFIGDEFS=-Dbison
# ************* WARNING: IF YOU CHANGE THIS CHANGE ALSO IN data/Imakefile
GWMDIR = /usr/local/lib/gwm
XPMINC =
XPMLIB = -lXpm
DEPXPMLIB = $(USRLIBDIR)/libXpm.a
# ----- end of configuration parameters, do not edit below -----
SUBDIRS = data
OPTIONSDEFS = -DX11R6 -DSECURE -DSTATS -DUSER_DEBUG -DNO_GWM_LOG -DWOOL_APP_NAME=\"GWM\" -DWOOL_APP_name=\"gwm\" -DGWM
PATHDEFS = -DINSTALL_PATH=\"$(GWMDIR)\" -DINSTALL_DIR=\"$(GWMDIR)\" -DDEFAULT_DEFAULT_WLPATH=\"$(GWMDIR)\"
EXTRA_INCLUDES=-I$(INCDIR)/extensions -I$(INCDIR)/X11/extensions
CONFIGDEFS = -DDO_NOT_USE_SBRK
LOCAL_LIBRARIES = $(XPMLIB)
SYS_LIBRARIES = $(EXTENSIONLIB) $(XLIB)
DEPLIBS = $(DEPXPMLIB) $(DEPEXTENSIONLIB) $(DEPXLIB)
DEFINES = $(OPTIONSDEFS) $(PATHDEFS) $(OSDEFS) $(CONFIGDEFS) $(XPMINC)
SRCS = bar.c client.c error.c gwm.c icccm.c machine.c malloc.c menu.c plug.c reference.c revision.c screen.c user.c wl_active.c wl_atom.c wl_bar.c wl_client.c wl_coll.c wl_cursor.c wl_event.c wl_fsm.c wl_func.c wl_label.c wl_list.c wl_menu.c wl_name.c wl_number.c wl_pixmap.c wl_plug.c wl_pointer.c wl_string.c wob.c wool-gwm.c wool.c wops.c
OTHERSRCS = wool.yac wool.lex
OBJS = y.tab.o bar.o client.o error.o gwm.o icccm.o machine.o malloc.o menu.o plug.o reference.o revision.o screen.o user.o wl_active.o wl_atom.o wl_bar.o wl_client.o wl_coll.o wl_cursor.o wl_event.o wl_fsm.o wl_func.o wl_label.o wl_list.o wl_menu.o wl_name.o wl_number.o wl_pixmap.o wl_plug.o wl_pointer.o wl_string.o wob.o wool-gwm.o wool.o wops.o
PROGRAM = gwm
all:: gwm
gwm: $(OBJS) $(DEPLIBS)
$(RM) $@
$(CCLINK) -o $@ $(LDOPTIONS) $(OBJS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS)
install:: gwm
@if [ -d $(DESTDIR)$(BINDIR) ]; then \
set +x; \
else \
if [ -h $(DESTDIR)$(BINDIR) ]; then \
(set -x; rm -f $(DESTDIR)$(BINDIR)); \
fi; \
(set -x; $(MKDIRHIER) $(DESTDIR)$(BINDIR)); \
fi
$(INSTALL) $(INSTALLFLAGS) $(INSTPGMFLAGS) gwm $(DESTDIR)$(BINDIR)/gwm
all:: gwm.$(MANNEWSUFFIX)
gwm.$(MANNEWSUFFIX): gwm.$(MANSRCSUFFIX)
$(RM) $@
if test -z "$(PREPROCESSMANPAGES)" ; then \
cd `dirname gwm` && \
$(LN) `basename gwm.$(MANSRCSUFFIX)` `basename $@`; \
else \
$(RAWCPP) $(MANDEFS) $(EXTRAMANDEFS) \
< gwm.$(MANSRCSUFFIX) | sed -e '/^# *[0-9][0-9]* *.*$$/d' -e '/^#line *[0-9][0-9]* *.*$$/d' -e '/^[ ]*XCOMM$$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$$/s/\@\@$$/\\/' >$@; \
fi
cleandir::
$(RM) gwm.$(MANNEWSUFFIX)
install.man:: gwm.$(MANNEWSUFFIX)
@if [ -d $(DESTDIR)$(MANDIR) ]; then \
set +x; \
else \
if [ -h $(DESTDIR)$(MANDIR) ]; then \
(set -x; rm -f $(DESTDIR)$(MANDIR)); \
fi; \
(set -x; $(MKDIRHIER) $(DESTDIR)$(MANDIR)); \
fi
$(INSTALL) $(INSTALLFLAGS) $(INSTMANFLAGS) gwm.$(MANNEWSUFFIX) $(DESTDIR)$(MANDIR)/gwm.$(MANSUFFIX)
depend::
$(DEPEND) $(DEPENDFLAGS) -- $(ALLDEFINES) $(DEPEND_DEFINES) -- $(SRCS)
lint:
$(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIBS)
lint1:
$(LINT) $(LINTFLAGS) $(FILE) $(LINTLIBS)
cleandir::
$(RM) gwm
all::
@for flag in ${MAKEFLAGS} ''; do \
case "$$flag" in *=*) ;; --*) ;; *[ik]*) set +e;; esac; done; \
for i in $(SUBDIRS) ;\
do \
echo "making" all "in $(CURRENT_DIR)/$$i..."; \
$(MAKE) -C $$i $(MFLAGS) $(PARALLELMFLAGS) 'CDEBUGFLAGS=$(CDEBUGFLAGS)' all; \
done
depend::
@for flag in ${MAKEFLAGS} ''; do \
case "$$flag" in *=*) ;; --*) ;; *[ik]*) set +e;; esac; done; \
for i in $(SUBDIRS) ;\
do \
echo "depending" "in $(CURRENT_DIR)/$$i..."; \
$(MAKE) -C $$i $(MFLAGS) $(PARALLELMFLAGS) depend; \
done
$(SUBDIRS): FRC
@echo "making all in $(CURRENT_DIR)/$@..."
@$(MAKE) -C $@ $(MFLAGS) $(PARALLELMFLAGS) 'CDEBUGFLAGS=$(CDEBUGFLAGS)' all
FRC:
depend:: lex.yy.c y.tab.c
lex.yy.c : wool.lex
lex wool.lex
-if grep FLEX lex.yy.c;then cp gwm-parsers/lex.yy.c .; fi
y.tab.c : wool.yac
yacc wool.yac
-if grep YYBYACC y.tab.c;then cp gwm-parsers/y.tab.c .;fi
y.tab.o: lex.yy.c y.tab.c
cleandir::
$(RM) lex.yy.c y.tab.c
all:: gwm
# ----------------------------------------------------------------------
# common rules for all Makefiles - do not edit
.c.i:
$(RM) $@
$(CC) -E $(CFLAGS) $(_NOOP_) $*.c > $@
.SUFFIXES: .ii
.cc.ii:
$(RM) $@
$(CC) -E $(CFLAGS) $(_NOOP_) $*.cc > $@
.SUFFIXES: .s
.c.s:
$(RM) $@
$(CC) -S $(CFLAGS) $(_NOOP_) $*.c
.cc.s:
$(RM) $@
$(CC) -S $(CFLAGS) $(_NOOP_) $*.cc
emptyrule::
cleandir::
$(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut "#"*
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
man_keywords::
html_index::
clean:: cleandir
distclean:: cleandir
# ----------------------------------------------------------------------
# rules for building in SUBDIRS - do not edit
install::
@for flag in ${MAKEFLAGS} ''; do \
case "$$flag" in *=*) ;; --*) ;; *[ik]*) set +e;; esac; done; \
for i in $(SUBDIRS) ;\
do \
echo "installing" "in $(CURRENT_DIR)/$$i..."; \
$(MAKE) -C $$i $(MFLAGS) $(PARALLELMFLAGS) DESTDIR=$(DESTDIR) install; \
done
install.man::
@for flag in ${MAKEFLAGS} ''; do \
case "$$flag" in *=*) ;; --*) ;; *[ik]*) set +e;; esac; done; \
for i in $(SUBDIRS) ;\
do \
echo "installing man pages" "in $(CURRENT_DIR)/$$i..."; \
$(MAKE) -C $$i $(MFLAGS) $(PARALLELMFLAGS) DESTDIR=$(DESTDIR) install.man; \
done
install.sdk::
@for flag in ${MAKEFLAGS} ''; do \
case "$$flag" in *=*) ;; --*) ;; *[ik]*) set +e;; esac; done; \
for i in $(SUBDIRS) ;\
do \
echo "installing driver SDK" "in $(CURRENT_DIR)/$$i..."; \
$(MAKE) -C $$i $(MFLAGS) $(PARALLELMFLAGS) DESTDIR='$(DESTDIR)' install.sdk; \
done
clean::
@for flag in ${MAKEFLAGS} ''; do \
case "$$flag" in *=*) ;; --*) ;; *[ik]*) set +e;; esac; done; \
for i in $(SUBDIRS) ;\
do \
echo "cleaning" "in $(CURRENT_DIR)/$$i..."; \
$(MAKE) -C $$i $(MFLAGS) $(PARALLELMFLAGS) clean; \
done
tags::
@for flag in ${MAKEFLAGS} ''; do \
case "$$flag" in *=*) ;; --*) ;; *[ik]*) set +e;; esac; done; \
for i in $(SUBDIRS) ;\
do \
echo "tagging" "in $(CURRENT_DIR)/$$i..."; \
$(MAKE) -C $$i $(MFLAGS) $(PARALLELMFLAGS) TAGS='$(TAGS)' tags; \
done
$(ONESUBDIR)/Makefile:
@for flag in ${MAKEFLAGS} ''; do \
case "$$flag" in *=*) ;; --*) ;; *[n]*) executeit="no";; esac; done; \
cd $(ONESUBDIR) && \
if [ "$$executeit" != "no" ]; then \
$(IMAKE_CMD) -DTOPDIR=$(IMAKETOP) -DCURDIR=$(ONECURDIR)$(ONESUBDIR); \
fi;
Makefiles::
-@for flag in ${MAKEFLAGS} ''; do \
case "$$flag" in *=*) ;; --*) ;; *[ik]*) set +e;; esac; done; \
for flag in ${MAKEFLAGS} ''; do \
case "$$flag" in *=*) ;; --*) ;; *[n]*) executeit="no";; esac; done; \
for i in $(SUBDIRS) ;\
do \
case "$(CURRENT_DIR)" in \
.) curdir= ;; \
*) curdir=$(CURRENT_DIR)/ ;; \
esac; \
echo "making Makefiles in $$curdir$$i..."; \
itmp=`echo $$i | sed -e 's;^\./;;g' -e 's;/\./;/;g'`; \
curtmp="$(CURRENT_DIR)" \
toptmp=""; \
case "$$itmp" in \
../?*) \
while echo "$$itmp" | grep '^\.\./' > /dev/null;\
do \
toptmp="/`basename $$curtmp`$$toptmp"; \
curtmp="`dirname $$curtmp`"; \
itmp="`echo $$itmp | sed 's;\.\./;;'`"; \
done \
;; \
esac; \
case "$$itmp" in \
*/?*/?*/?*/?*) newtop=../../../../..;; \
*/?*/?*/?*) newtop=../../../..;; \
*/?*/?*) newtop=../../..;; \
*/?*) newtop=../..;; \
*) newtop=..;; \
esac; \
newtop="$$newtop$$toptmp"; \
case "$(TOP)" in \
/?*) imaketop=$(TOP) \
imakeprefix= ;; \
.) imaketop=$$newtop \
imakeprefix=$$newtop/ ;; \
*) imaketop=$$newtop/$(TOP) \
imakeprefix=$$newtop/ ;; \
esac; \
$(RM) $$i/Makefile.bak; \
if [ -f $$i/Makefile ]; then \
echo " $(MV) Makefile Makefile.bak"; \
if [ "$$executeit" != "no" ]; then \
$(MV) $$i/Makefile $$i/Makefile.bak; \
fi; \
fi; \
$(MAKE) $(MFLAGS) $(MAKE_OPTS) ONESUBDIR=$$i ONECURDIR=$$curdir IMAKETOP=$$imaketop IMAKEPREFIX=$$imakeprefix $$i/Makefile; \
if [ -d $$i ] ; then \
cd $$i; \
$(MAKE) $(MFLAGS) Makefiles; \
cd $$newtop; \
else \
exit 1; \
fi; \
done
includes::
@for flag in ${MAKEFLAGS} ''; do \
case "$$flag" in *=*) ;; --*) ;; *[ik]*) set +e;; esac; done; \
for i in $(SUBDIRS) ;\
do \
echo including "in $(CURRENT_DIR)/$$i..."; \
$(MAKE) -C $$i $(MFLAGS) $(PARALLELMFLAGS) includes; \
done
distclean::
@for flag in ${MAKEFLAGS} ''; do \
case "$$flag" in *=*) ;; --*) ;; *[ik]*) set +e;; esac; done; \
for i in $(SUBDIRS) ;\
do \
echo "cleaning" "in $(CURRENT_DIR)/$$i..."; \
$(MAKE) -C $$i $(MFLAGS) $(PARALLELMFLAGS) distclean; \
done
distclean::
$(RM) Makefile Makefile.dep
# ----------------------------------------------------------------------
# dependencies generated by makedepend
# DO NOT DELETE
bar.o: bar.c /usr/include/stdc-predef.h EXTERN.h wool.h \
/usr/include/setjmp.h /usr/include/features.h /usr/include/bits/setjmp.h \
machine.h wl_atom.h gwm.h /usr/include/X11/X.h /usr/include/X11/Xlib.h \
/usr/include/sys/types.h /usr/include/bits/alltypes.h \
/usr/include/endian.h /usr/include/sys/select.h \
/usr/include/X11/Xfuncproto.h /usr/include/X11/Xosdefs.h \
/usr/include/stddef.h /usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_number.h \
wl_pixmap.h wl_fsm.h wl_event.h wl_list.h wl_cursor.h wl_bar.h wl_plug.h \
/usr/include/X11/extensions/shape.h \
/usr/include/X11/extensions/shapeconst.h
client.o: client.c /usr/include/stdc-predef.h /usr/include/stdio.h \
/usr/include/features.h /usr/include/bits/alltypes.h \
/usr/include/string.h /usr/include/strings.h EXTERN.h wool.h \
/usr/include/setjmp.h /usr/include/bits/setjmp.h machine.h wl_atom.h \
wl_string.h wl_list.h wl_number.h wl_func.h gwm.h /usr/include/X11/X.h \
/usr/include/X11/Xlib.h /usr/include/sys/types.h /usr/include/endian.h \
/usr/include/sys/select.h /usr/include/X11/Xfuncproto.h \
/usr/include/X11/Xosdefs.h /usr/include/stddef.h \
/usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_pixmap.h \
wl_event.h wl_fsm.h wl_cursor.h wl_client.h wl_bar.h wl_plug.h \
/usr/include/X11/extensions/shape.h \
/usr/include/X11/extensions/shapeconst.h
error.o: error.c /usr/include/stdc-predef.h /usr/include/stdio.h \
/usr/include/features.h /usr/include/bits/alltypes.h \
/usr/include/errno.h /usr/include/bits/errno.h EXTERN.h gwm.h wool.h \
/usr/include/setjmp.h /usr/include/bits/setjmp.h machine.h \
/usr/include/X11/X.h /usr/include/X11/Xlib.h /usr/include/sys/types.h \
/usr/include/endian.h /usr/include/sys/select.h \
/usr/include/X11/Xfuncproto.h /usr/include/X11/Xosdefs.h \
/usr/include/stddef.h /usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_number.h \
wl_pixmap.h wl_atom.h yacc.h
gwm.o: gwm.c /usr/include/stdc-predef.h /usr/include/stdio.h \
/usr/include/features.h /usr/include/bits/alltypes.h \
/usr/include/stdlib.h /usr/include/alloca.h /usr/include/string.h \
/usr/include/strings.h EXTERN.h wool.h /usr/include/setjmp.h \
/usr/include/bits/setjmp.h machine.h wl_atom.h wl_string.h wl_list.h \
wl_client.h wl_bar.h wl_plug.h wl_func.h yacc.h wl_number.h \
/usr/include/X11/Xlib.h /usr/include/sys/types.h /usr/include/endian.h \
/usr/include/sys/select.h /usr/include/X11/X.h \
/usr/include/X11/Xfuncproto.h /usr/include/X11/Xosdefs.h \
/usr/include/stddef.h wl_pixmap.h INTERN.h gwm.h \
/usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h \
/usr/include/signal.h /usr/include/bits/signal.h /usr/include/ctype.h \
/usr/include/sys/time.h
icccm.o: icccm.c /usr/include/stdc-predef.h EXTERN.h /usr/include/stdio.h \
/usr/include/features.h /usr/include/bits/alltypes.h wool.h \
/usr/include/setjmp.h /usr/include/bits/setjmp.h machine.h wl_atom.h \
wl_list.h wl_string.h gwm.h /usr/include/X11/X.h /usr/include/X11/Xlib.h \
/usr/include/sys/types.h /usr/include/endian.h /usr/include/sys/select.h \
/usr/include/X11/Xfuncproto.h /usr/include/X11/Xosdefs.h \
/usr/include/stddef.h /usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_number.h \
wl_pixmap.h
machine.o: machine.c /usr/include/stdc-predef.h
malloc.o: malloc.c /usr/include/stdc-predef.h EXTERN.h \
/usr/include/stdio.h /usr/include/features.h \
/usr/include/bits/alltypes.h /usr/include/sys/types.h \
/usr/include/endian.h /usr/include/sys/select.h wool.h \
/usr/include/setjmp.h /usr/include/bits/setjmp.h machine.h
menu.o: menu.c /usr/include/stdc-predef.h /usr/include/string.h \
/usr/include/features.h /usr/include/bits/alltypes.h \
/usr/include/strings.h EXTERN.h wool.h /usr/include/setjmp.h \
/usr/include/bits/setjmp.h machine.h wl_atom.h wl_number.h wl_string.h \
wl_list.h gwm.h /usr/include/X11/X.h /usr/include/X11/Xlib.h \
/usr/include/sys/types.h /usr/include/endian.h /usr/include/sys/select.h \
/usr/include/X11/Xfuncproto.h /usr/include/X11/Xosdefs.h \
/usr/include/stddef.h /usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_pixmap.h \
wl_fsm.h wl_event.h wl_cursor.h wl_bar.h wl_plug.h wl_menu.h \
/usr/include/X11/extensions/shape.h \
/usr/include/X11/extensions/shapeconst.h
plug.o: plug.c /usr/include/stdc-predef.h EXTERN.h gwm.h wool.h \
/usr/include/setjmp.h /usr/include/features.h /usr/include/bits/setjmp.h \
machine.h /usr/include/X11/X.h /usr/include/X11/Xlib.h \
/usr/include/sys/types.h /usr/include/bits/alltypes.h \
/usr/include/endian.h /usr/include/sys/select.h \
/usr/include/X11/Xfuncproto.h /usr/include/X11/Xosdefs.h \
/usr/include/stddef.h /usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_number.h \
wl_pixmap.h wl_atom.h wl_list.h wl_fsm.h wl_event.h wl_cursor.h \
wl_plug.h /usr/include/X11/extensions/shape.h \
/usr/include/X11/extensions/shapeconst.h
reference.o: reference.c /usr/include/stdc-predef.h EXTERN.h wool.h \
/usr/include/setjmp.h /usr/include/features.h /usr/include/bits/setjmp.h \
machine.h
revision.o: revision.c /usr/include/stdc-predef.h /usr/include/stdio.h \
/usr/include/features.h /usr/include/bits/alltypes.h \
/usr/include/string.h /usr/include/strings.h wool.h \
/usr/include/setjmp.h /usr/include/bits/setjmp.h EXTERN.h machine.h
screen.o: screen.c /usr/include/stdc-predef.h /usr/include/stdio.h \
/usr/include/features.h /usr/include/bits/alltypes.h \
/usr/include/stdlib.h /usr/include/alloca.h /usr/include/string.h \
/usr/include/strings.h EXTERN.h wool.h /usr/include/setjmp.h \
/usr/include/bits/setjmp.h machine.h wl_atom.h wl_list.h wl_number.h \
wl_string.h gwm.h /usr/include/X11/X.h /usr/include/X11/Xlib.h \
/usr/include/sys/types.h /usr/include/endian.h /usr/include/sys/select.h \
/usr/include/X11/Xfuncproto.h /usr/include/X11/Xosdefs.h \
/usr/include/stddef.h /usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_pixmap.h \
wl_fsm.h wl_event.h wl_cursor.h wl_client.h wl_bar.h wl_plug.h
user.o: user.c /usr/include/stdc-predef.h /usr/include/stdio.h \
/usr/include/features.h /usr/include/bits/alltypes.h EXTERN.h wool.h \
/usr/include/setjmp.h /usr/include/bits/setjmp.h machine.h wl_atom.h \
gwm.h /usr/include/X11/X.h /usr/include/X11/Xlib.h \
/usr/include/sys/types.h /usr/include/endian.h /usr/include/sys/select.h \
/usr/include/X11/Xfuncproto.h /usr/include/X11/Xosdefs.h \
/usr/include/stddef.h /usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_number.h \
wl_pixmap.h wl_string.h wl_cursor.h
wl_active.o: wl_active.c /usr/include/stdc-predef.h EXTERN.h \
/usr/include/stdio.h /usr/include/features.h \
/usr/include/bits/alltypes.h wool.h /usr/include/setjmp.h \
/usr/include/bits/setjmp.h machine.h wl_atom.h wl_list.h wl_number.h \
wl_string.h INTERN.h wl_active.h
wl_atom.o: wl_atom.c /usr/include/stdc-predef.h EXTERN.h \
/usr/include/stdio.h /usr/include/features.h \
/usr/include/bits/alltypes.h /usr/include/string.h \
/usr/include/strings.h wool.h /usr/include/setjmp.h \
/usr/include/bits/setjmp.h machine.h wl_coll.h wl_number.h wl_list.h \
wl_string.h wl_pointer.h wl_active.h wl_name.h INTERN.h wl_atom.h
wl_bar.o: wl_bar.c /usr/include/stdc-predef.h EXTERN.h \
/usr/include/stdio.h /usr/include/features.h \
/usr/include/bits/alltypes.h wool.h /usr/include/setjmp.h \
/usr/include/bits/setjmp.h machine.h wl_atom.h wl_number.h wl_string.h \
gwm.h /usr/include/X11/X.h /usr/include/X11/Xlib.h \
/usr/include/sys/types.h /usr/include/endian.h /usr/include/sys/select.h \
/usr/include/X11/Xfuncproto.h /usr/include/X11/Xosdefs.h \
/usr/include/stddef.h /usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_pixmap.h \
wl_event.h wl_fsm.h wl_list.h wl_plug.h INTERN.h wl_bar.h
wl_client.o: wl_client.c /usr/include/stdc-predef.h EXTERN.h \
/usr/include/stdio.h /usr/include/features.h \
/usr/include/bits/alltypes.h wool.h /usr/include/setjmp.h \
/usr/include/bits/setjmp.h machine.h wl_atom.h wl_number.h wl_string.h \
wl_list.h gwm.h /usr/include/X11/X.h /usr/include/X11/Xlib.h \
/usr/include/sys/types.h /usr/include/endian.h /usr/include/sys/select.h \
/usr/include/X11/Xfuncproto.h /usr/include/X11/Xosdefs.h \
/usr/include/stddef.h /usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_pixmap.h \
wl_event.h wl_fsm.h wl_plug.h wl_bar.h wl_cursor.h wl_menu.h INTERN.h \
wl_client.h
wl_coll.o: wl_coll.c /usr/include/stdc-predef.h EXTERN.h \
/usr/include/stdio.h /usr/include/features.h \
/usr/include/bits/alltypes.h wool.h /usr/include/setjmp.h \
/usr/include/bits/setjmp.h machine.h wl_number.h wl_atom.h wl_list.h \
INTERN.h wl_coll.h
wl_cursor.o: wl_cursor.c /usr/include/stdc-predef.h EXTERN.h \
/usr/include/string.h /usr/include/features.h \
/usr/include/bits/alltypes.h /usr/include/strings.h /usr/include/stdio.h \
wool.h /usr/include/setjmp.h /usr/include/bits/setjmp.h machine.h \
wl_string.h wl_number.h gwm.h /usr/include/X11/X.h \
/usr/include/X11/Xlib.h /usr/include/sys/types.h /usr/include/endian.h \
/usr/include/sys/select.h /usr/include/X11/Xfuncproto.h \
/usr/include/X11/Xosdefs.h /usr/include/stddef.h \
/usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_pixmap.h \
INTERN.h wl_cursor.h
wl_event.o: wl_event.c /usr/include/stdc-predef.h EXTERN.h \
/usr/include/stdio.h /usr/include/features.h \
/usr/include/bits/alltypes.h wool.h /usr/include/setjmp.h \
/usr/include/bits/setjmp.h machine.h wl_atom.h wl_pointer.h wl_string.h \
wl_number.h wl_list.h wl_func.h gwm.h /usr/include/X11/X.h \
/usr/include/X11/Xlib.h /usr/include/sys/types.h /usr/include/endian.h \
/usr/include/sys/select.h /usr/include/X11/Xfuncproto.h \
/usr/include/X11/Xosdefs.h /usr/include/stddef.h \
/usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_pixmap.h \
INTERN.h wl_event.h wl_cursor.h wl_fsm.h
wl_fsm.o: wl_fsm.c /usr/include/stdc-predef.h EXTERN.h \
/usr/include/stdio.h /usr/include/features.h \
/usr/include/bits/alltypes.h /usr/include/assert.h wool.h \
/usr/include/setjmp.h /usr/include/bits/setjmp.h machine.h wl_number.h \
wl_atom.h wl_list.h wl_func.h gwm.h /usr/include/X11/X.h \
/usr/include/X11/Xlib.h /usr/include/sys/types.h /usr/include/endian.h \
/usr/include/sys/select.h /usr/include/X11/Xfuncproto.h \
/usr/include/X11/Xosdefs.h /usr/include/stddef.h \
/usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_pixmap.h \
wl_event.h INTERN.h wl_fsm.h
wl_func.o: wl_func.c /usr/include/stdc-predef.h EXTERN.h \
/usr/include/stdio.h /usr/include/features.h \
/usr/include/bits/alltypes.h wool.h /usr/include/setjmp.h \
/usr/include/bits/setjmp.h machine.h wl_atom.h wl_number.h wl_list.h \
INTERN.h wl_func.h
wl_label.o: wl_label.c /usr/include/stdc-predef.h EXTERN.h \
/usr/include/stdio.h /usr/include/features.h \
/usr/include/bits/alltypes.h /usr/include/string.h \
/usr/include/strings.h wool.h /usr/include/setjmp.h \
/usr/include/bits/setjmp.h machine.h wl_string.h wl_atom.h wl_number.h \
gwm.h /usr/include/X11/X.h /usr/include/X11/Xlib.h \
/usr/include/sys/types.h /usr/include/endian.h /usr/include/sys/select.h \
/usr/include/X11/Xfuncproto.h /usr/include/X11/Xosdefs.h \
/usr/include/stddef.h /usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_pixmap.h \
INTERN.h wl_label.h
wl_list.o: wl_list.c /usr/include/stdc-predef.h EXTERN.h \
/usr/include/stdio.h /usr/include/features.h \
/usr/include/bits/alltypes.h wool.h /usr/include/setjmp.h \
/usr/include/bits/setjmp.h machine.h wl_number.h wl_atom.h wl_name.h \
wl_coll.h wl_func.h INTERN.h wl_list.h gwm.h /usr/include/X11/X.h \
/usr/include/X11/Xlib.h /usr/include/sys/types.h /usr/include/endian.h \
/usr/include/sys/select.h /usr/include/X11/Xfuncproto.h \
/usr/include/X11/Xosdefs.h /usr/include/stddef.h \
/usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_pixmap.h
wl_menu.o: wl_menu.c /usr/include/stdc-predef.h EXTERN.h \
/usr/include/stdio.h /usr/include/features.h \
/usr/include/bits/alltypes.h wool.h /usr/include/setjmp.h \
/usr/include/bits/setjmp.h machine.h wl_atom.h wl_number.h wl_string.h \
wl_list.h gwm.h /usr/include/X11/X.h /usr/include/X11/Xlib.h \
/usr/include/sys/types.h /usr/include/endian.h /usr/include/sys/select.h \
/usr/include/X11/Xfuncproto.h /usr/include/X11/Xosdefs.h \
/usr/include/stddef.h /usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_pixmap.h \
wl_event.h wl_fsm.h wl_bar.h wl_plug.h INTERN.h wl_menu.h
wl_name.o: wl_name.c /usr/include/stdc-predef.h EXTERN.h \
/usr/include/stdlib.h /usr/include/features.h \
/usr/include/bits/alltypes.h /usr/include/alloca.h /usr/include/stdio.h \
wool.h /usr/include/setjmp.h /usr/include/bits/setjmp.h machine.h \
wl_atom.h wl_list.h wl_number.h wl_string.h INTERN.h wl_name.h
wl_number.o: wl_number.c /usr/include/stdc-predef.h EXTERN.h \
/usr/include/stdio.h /usr/include/features.h \
/usr/include/bits/alltypes.h wool.h /usr/include/setjmp.h \
/usr/include/bits/setjmp.h machine.h wl_atom.h wl_list.h wl_pointer.h \
INTERN.h wl_number.h
wl_pixmap.o: wl_pixmap.c /usr/include/stdc-predef.h /usr/include/string.h \
/usr/include/features.h /usr/include/bits/alltypes.h \
/usr/include/strings.h EXTERN.h /usr/include/stdio.h \
/usr/include/X11/xpm.h /usr/include/X11/Xlib.h /usr/include/sys/types.h \
/usr/include/endian.h /usr/include/sys/select.h /usr/include/X11/X.h \
/usr/include/X11/Xfuncproto.h /usr/include/X11/Xosdefs.h \
/usr/include/stddef.h /usr/include/X11/Xutil.h /usr/include/X11/keysym.h \
/usr/include/X11/keysymdef.h wool.h /usr/include/setjmp.h \
/usr/include/bits/setjmp.h machine.h wl_string.h wl_atom.h wl_pointer.h \
wl_active.h wl_number.h wl_label.h wl_list.h gwm.h \
/usr/include/X11/Xatom.h wob.h INTERN.h wl_pixmap.h def_bitmap.h
wl_plug.o: wl_plug.c /usr/include/stdc-predef.h EXTERN.h \
/usr/include/stdio.h /usr/include/features.h \
/usr/include/bits/alltypes.h wool.h /usr/include/setjmp.h \
/usr/include/bits/setjmp.h machine.h wl_atom.h wl_number.h wl_string.h \
gwm.h /usr/include/X11/X.h /usr/include/X11/Xlib.h \
/usr/include/sys/types.h /usr/include/endian.h /usr/include/sys/select.h \
/usr/include/X11/Xfuncproto.h /usr/include/X11/Xosdefs.h \
/usr/include/stddef.h /usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_pixmap.h \
wl_event.h wl_fsm.h wl_list.h wl_label.h INTERN.h wl_plug.h
wl_pointer.o: wl_pointer.c /usr/include/stdc-predef.h EXTERN.h \
/usr/include/string.h /usr/include/features.h \
/usr/include/bits/alltypes.h /usr/include/strings.h /usr/include/stdio.h \
wool.h /usr/include/setjmp.h /usr/include/bits/setjmp.h machine.h \
wl_atom.h wl_list.h wl_number.h wl_string.h wl_active.h INTERN.h \
wl_pointer.h
wl_string.o: wl_string.c /usr/include/stdc-predef.h EXTERN.h \
/usr/include/string.h /usr/include/features.h \
/usr/include/bits/alltypes.h /usr/include/strings.h /usr/include/stdio.h \
wool.h /usr/include/setjmp.h /usr/include/bits/setjmp.h machine.h \
wl_number.h wl_atom.h wl_active.h wl_pointer.h wl_name.h wl_list.h \
INTERN.h wl_string.h
wob.o: wob.c /usr/include/stdc-predef.h EXTERN.h gwm.h wool.h \
/usr/include/setjmp.h /usr/include/features.h /usr/include/bits/setjmp.h \
machine.h /usr/include/X11/X.h /usr/include/X11/Xlib.h \
/usr/include/sys/types.h /usr/include/bits/alltypes.h \
/usr/include/endian.h /usr/include/sys/select.h \
/usr/include/X11/Xfuncproto.h /usr/include/X11/Xosdefs.h \
/usr/include/stddef.h /usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_number.h \
wl_pixmap.h wl_atom.h wl_list.h wl_cursor.h
wool-gwm.o: wool-gwm.c /usr/include/stdc-predef.h /usr/include/stdio.h \
/usr/include/features.h /usr/include/bits/alltypes.h \
/usr/include/string.h /usr/include/strings.h EXTERN.h wool.h \
/usr/include/setjmp.h /usr/include/bits/setjmp.h machine.h wl_number.h \
wl_atom.h wl_string.h wl_list.h wl_func.h wl_active.h wl_pointer.h gwm.h \
/usr/include/X11/X.h /usr/include/X11/Xlib.h /usr/include/sys/types.h \
/usr/include/endian.h /usr/include/sys/select.h \
/usr/include/X11/Xfuncproto.h /usr/include/X11/Xosdefs.h \
/usr/include/stddef.h /usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_pixmap.h \
wl_event.h wl_fsm.h wl_label.h wl_cursor.h wl_plug.h wl_bar.h wl_menu.h \
wl_client.h wl_coll.h wl_name.h /usr/include/X11/Xresource.h INTERN.h
wool.o: wool.c /usr/include/stdc-predef.h /usr/include/stdio.h \
/usr/include/features.h /usr/include/bits/alltypes.h \
/usr/include/sys/types.h /usr/include/endian.h /usr/include/sys/select.h \
/usr/include/sys/file.h /usr/include/sys/times.h /usr/include/signal.h \
/usr/include/bits/signal.h /usr/include/sys/stat.h \
/usr/include/bits/stat.h /usr/include/unistd.h /usr/include/bits/posix.h \
/usr/include/string.h /usr/include/strings.h /usr/include/stdlib.h \
/usr/include/alloca.h INTERN.h wool.h /usr/include/setjmp.h \
/usr/include/bits/setjmp.h machine.h EXTERN.h wl_atom.h wl_coll.h \
wl_func.h wl_list.h wl_number.h wl_string.h wl_pointer.h wl_active.h \
wl_name.h yacc.h /usr/include/sys/wait.h /usr/include/sys/resource.h \
/usr/include/sys/time.h /usr/include/bits/resource.h \
/usr/include/sys/timeb.h
wops.o: wops.c /usr/include/stdc-predef.h EXTERN.h wool.h \
/usr/include/setjmp.h /usr/include/features.h /usr/include/bits/setjmp.h \
machine.h wl_atom.h gwm.h /usr/include/X11/X.h /usr/include/X11/Xlib.h \
/usr/include/sys/types.h /usr/include/bits/alltypes.h \
/usr/include/endian.h /usr/include/sys/select.h \
/usr/include/X11/Xfuncproto.h /usr/include/X11/Xosdefs.h \
/usr/include/stddef.h /usr/include/X11/Xatom.h /usr/include/X11/Xutil.h \
/usr/include/X11/keysym.h /usr/include/X11/keysymdef.h wob.h wl_number.h \
wl_pixmap.h wl_string.h wl_client.h wl_bar.h wl_plug.h wl_list.h \
wl_menu.h wl_name.h wl_event.h