Commit 6471f66c authored by Mike Gabriel's avatar Mike Gabriel

imake cleanup: Drop all references to XNestServer.

parent 9c46d3dd
...@@ -461,7 +461,6 @@ The following variables are used by some part of the tree: ...@@ -461,7 +461,6 @@ The following variables are used by some part of the tree:
SvgaConfig default SVGA configuration SvgaConfig default SVGA configuration
HasGetReturnAddress util/memleak HasGetReturnAddress util/memleak
HasShadowPasswd system has getspnam() function HasShadowPasswd system has getspnam() function
XnestServer build X server with Xlib-based ddx
XVirtualFramebufferServer build X server with virtual memory framebuffer XVirtualFramebufferServer build X server with virtual memory framebuffer
WebServer host:port of your Web server (see programs/xrx) WebServer host:port of your Web server (see programs/xrx)
HtmlDir path used by Web server for HTML and RX docs HtmlDir path used by Web server for HTML and RX docs
......
...@@ -386,7 +386,7 @@ XORGRELSTRING = XorgManVersionString ...@@ -386,7 +386,7 @@ XORGRELSTRING = XorgManVersionString
#else #else
#define BuildFontLib (BuildLibraries || \ #define BuildFontLib (BuildLibraries || \
(BuildServer && !DoLoadableServer) || \ (BuildServer && !DoLoadableServer) || \
XnestServer || XVirtualFramebufferServer || \ XVirtualFramebufferServer || \
XprtServer || XdmxServer) XprtServer || XdmxServer)
#endif #endif
#endif #endif
...@@ -420,7 +420,7 @@ XORGRELSTRING = XorgManVersionString ...@@ -420,7 +420,7 @@ XORGRELSTRING = XorgManVersionString
#endif #endif
#ifndef BuildXKBlib #ifndef BuildXKBlib
#define BuildXKBlib (BuildXKB && (!BuildServersOnly || \ #define BuildXKBlib (BuildXKB && (!BuildServersOnly || \
XnestServer || XdmxServer || \ XdmxServer || \
BuildXkbcomp )) BuildXkbcomp ))
#endif #endif
#ifndef BuildXKBuilib #ifndef BuildXKBuilib
......
...@@ -76,13 +76,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $ ...@@ -76,13 +76,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
#define XorgServer NO #define XorgServer NO
/* /*
* To disable building the Xnest server, uncomment this.
*
#define XnestServer NO
*/
#define XnestServer NO
/*
* To disable building Xvfb, uncomment this. * To disable building Xvfb, uncomment this.
* *
#define XVirtualFramebufferServer NO #define XVirtualFramebufferServer NO
...@@ -167,7 +160,7 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $ ...@@ -167,7 +160,7 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
* *
#define BuildLibrariesForXServers YES #define BuildLibrariesForXServers YES
*/ */
#if XnestServer || NXAgentServer #if NXAgentServer
#define BuildLibraries YES #define BuildLibraries YES
#endif #endif
...@@ -972,7 +965,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $ ...@@ -972,7 +965,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
#define DefaultRGBDatabase /usr/NX/share/rgb #define DefaultRGBDatabase /usr/NX/share/rgb
#define XprtServer NO #define XprtServer NO
#define BuildXprint NO #define BuildXprint NO
#define XnestServer NO
#define XVirtualFramebufferServer NO #define XVirtualFramebufferServer NO
#define BuildFontServer NO #define BuildFontServer NO
#define BuildFreeType NO #define BuildFreeType NO
......
...@@ -45,12 +45,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $ ...@@ -45,12 +45,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
*/ */
/* /*
* To disable building the Xnest server, uncomment this.
*
#define XnestServer NO
*/
/*
* To disable building Xvfb, uncomment this. * To disable building Xvfb, uncomment this.
* *
#define XVirtualFramebufferServer NO #define XVirtualFramebufferServer NO
......
...@@ -1876,9 +1876,6 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8 ...@@ -1876,9 +1876,6 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
# define UseServerLock YES # define UseServerLock YES
#endif #endif
#ifndef XnestServer
# define XnestServer YES
#endif
#ifndef XVirtualFramebufferServer #ifndef XVirtualFramebufferServer
# define XVirtualFramebufferServer YES # define XVirtualFramebufferServer YES
#endif #endif
......
...@@ -1441,9 +1441,6 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8 ...@@ -1441,9 +1441,6 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
# define UseServerLock YES # define UseServerLock YES
#endif #endif
#ifndef XnestServer
# define XnestServer YES
#endif
#ifndef XVirtualFramebufferServer #ifndef XVirtualFramebufferServer
# define XVirtualFramebufferServer YES # define XVirtualFramebufferServer YES
#endif #endif
......
...@@ -45,12 +45,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $ ...@@ -45,12 +45,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
*/ */
/* /*
* To disable building the Xnest server, uncomment this.
*
#define XnestServer NO
*/
/*
* To disable building Xvfb, uncomment this. * To disable building Xvfb, uncomment this.
* *
#define XVirtualFramebufferServer NO #define XVirtualFramebufferServer NO
......
...@@ -27,7 +27,7 @@ XCOMM $XFree86: xc/lib/X11/Imakefile,v 3.52 2003/05/27 16:53:15 tsi Exp $ ...@@ -27,7 +27,7 @@ XCOMM $XFree86: xc/lib/X11/Imakefile,v 3.52 2003/05/27 16:53:15 tsi Exp $
HEADERS = Xlib.h Xresource.h Xutil.h cursorfont.h Xlibint.h \ HEADERS = Xlib.h Xresource.h Xutil.h cursorfont.h Xlibint.h \
Xcms.h Xlocale.h XKBlib.h XlibConf.h Xregion.h ImUtil.h Xcms.h Xlocale.h XKBlib.h XlibConf.h Xregion.h ImUtil.h
#if BuildServersOnly && !XnestServer && !BuildGLXLibrary && !BuildClients && !XdmxServer && !NXAgentServer #if BuildServersOnly && !BuildGLXLibrary && !BuildClients && !XdmxServer && !NXAgentServer
all:: all::
BuildIncludes($(HEADERS),IncSubdir,..) BuildIncludes($(HEADERS),IncSubdir,..)
......
...@@ -542,9 +542,6 @@ XF86SERVER = XFree86 ...@@ -542,9 +542,6 @@ XF86SERVER = XFree86
#if defined(XorgServer) && XorgServer #if defined(XorgServer) && XorgServer
XF86SERVER = Xorg XF86SERVER = Xorg
#endif #endif
#if defined(XnestServer) && XnestServer
XNEST = Xnext
#endif
#if defined(XVirtualFramebufferServer) && XVirtualFramebufferServer #if defined(XVirtualFramebufferServer) && XVirtualFramebufferServer
XVFB = Xvfb XVFB = Xvfb
#endif #endif
...@@ -559,12 +556,11 @@ NXWIN = NXWin ...@@ -559,12 +556,11 @@ NXWIN = NXWin
#endif #endif
#if (defined(XF86Server) && XF86Server) || \ #if (defined(XF86Server) && XF86Server) || \
(defined(XorgServer) && XorgServer) || \ (defined(XorgServer) && XorgServer) || \
(defined(XnestServer) && XnestServer) || \
(defined(NXAgentServer) && NXAgentServer) || \ (defined(NXAgentServer) && NXAgentServer) || \
(defined(XVirtualFramebufferServer) && XVirtualFramebufferServer) || \ (defined(XVirtualFramebufferServer) && XVirtualFramebufferServer) || \
(defined(XdmxServer) && XdmxServer) || \ (defined(XdmxServer) && XdmxServer) || \
(!MakeDllModules && defined(NXWinServer) && NXWinServer) (!MakeDllModules && defined(NXWinServer) && NXWinServer)
MakeMutex($(XF86SERVER) $(XNEST) $(XVFB) $(NXAGENT) $(NXWIN)) MakeMutex($(XF86SERVER) $(XVFB) $(NXAGENT) $(NXWIN))
#endif #endif
MakeMutex($(STDDIRS) mfb fb cfb cfb16 cfb24 cfb32) MakeMutex($(STDDIRS) mfb fb cfb cfb16 cfb24 cfb32)
#endif #endif
...@@ -879,40 +875,6 @@ ServerTarget(Xprt,$(XPSUBDIRS),$(XPOBJS), \ ...@@ -879,40 +875,6 @@ ServerTarget(Xprt,$(XPSUBDIRS),$(XPOBJS), \
$(LIBCWRAPPER) $(XPLIBS) $(LOADABLEEXTS),$(XPSYSLIBS)) $(LIBCWRAPPER) $(XPLIBS) $(LOADABLEEXTS),$(XPSYSLIBS))
#endif /* XprtServer */ #endif /* XprtServer */
#if defined(XnestServer) && XnestServer
XCOMM
XCOMM Server with Xlib-based ddx
XCOMM
#ifndef Win32Architecture
XNESTDDXDIR = hw/xnest
#else
XNESTDDXDIR = hw
#endif
#if BuildDPMS
XNESTDPMSSTUBOBJS = $(XNESTDDXDIR)/dpmsstubs.o
#endif
XNESTDIRS = $(STDDIRS) $(XNESTDDXDIR) $(DEPDIRS)
#if !defined(LynxOSArchitecture) && \
!defined(Win32Architecture) && \
!defined(QNX4Architecture)
XNESTOBJS = hw/xnest/miinitext.o $(XNESTDPMSSTUBOBJS)
#else
XNESTOBJS = hw/xnest/miinitext.o dix/main.o $(XNESTDPMSSTUBOBJS)
#endif
XNEST = hw/xnest/LibraryTargetName(xnest)
XNESTLIBS = PreFbLibs $(XNEST) NoMfbPostFbLibs $(XNEST)
XNESTSYSLIBS = $(FONTLIBS) $(LDPRELIBS) $(XLIB) $(SYSLIBS)
#if HasParallelMake
MakeMutex($(XNESTDIRS) $(XNESTOBJS) $(XNESTLIBS) $(XNESTSYSLIBS))
#endif
#if ForceServerRemake
$(XNESTOBJS) $(XNESTLIBS) $(XNESTSYSLIBS):: $(XNESTDIRS)
@if [ -f $@ ]; then touch $@ >/dev/null 2>&1 || exit 0; fi
#endif
ServerTarget(Xnest,$(XNESTDIRS),$(XNESTOBJS) $(XNESTDEFFILE), \
$(LIBCWRAPPER) $(XNESTLIBS) $(LOADABLEEXTS),$(XNESTSYSLIBS))
#endif /* XnestServer */
#if defined(NXAgentServer) && NXAgentServer #if defined(NXAgentServer) && NXAgentServer
XCOMM XCOMM
XCOMM Nested server with NXlib-based ddx and compressed transport. XCOMM Nested server with NXlib-based ddx and compressed transport.
...@@ -1448,7 +1410,7 @@ MIEXTDIRS = $(SHADOWDIR) $(LAYERDIR) $(ROOTLESSDIR) $(MIDAMAGEDIR) ...@@ -1448,7 +1410,7 @@ MIEXTDIRS = $(SHADOWDIR) $(LAYERDIR) $(ROOTLESSDIR) $(MIDAMAGEDIR)
IPLANDIRS = $(IPLAN2P2DIR) $(IPLAN2P4DIR) $(IPLAN2P8DIR) IPLANDIRS = $(IPLAN2P2DIR) $(IPLAN2P4DIR) $(IPLAN2P8DIR)
DDXDIRS = $(DECWSDDXDIR) $(SUNDDXDIR) $(LYNXDDXDIR) \ DDXDIRS = $(DECWSDDXDIR) $(SUNDDXDIR) $(LYNXDDXDIR) \
$(HPDDXDIR) $(XFREE86DDXDIR) $(DARWINDDXDIR) \ $(HPDDXDIR) $(XFREE86DDXDIR) $(DARWINDDXDIR) \
$(XVFBDDXDIR) $(XNESTDDXDIR) $(XDMXDDXDIR) $(NXAGENTDDXDIR) $(NXWINDDXDIR) $(XVFBDDXDIR) $(XDMXDDXDIR) $(NXAGENTDDXDIR) $(NXWINDDXDIR)
SUBDIRS = $(STDDIRS) $(MFBSUBDIR) $(CFBSUBDIRS) \ SUBDIRS = $(STDDIRS) $(MFBSUBDIR) $(CFBSUBDIRS) \
$(IPLANDIRS) $(ILBMDIR) $(AFBSUBDIR) \ $(IPLANDIRS) $(ILBMDIR) $(AFBSUBDIR) \
$(DDXDIRS) $(FBSUBDIR) $(KDRIVEDIRS) $(MIEXTDIRS) $(DDXDIRS) $(FBSUBDIR) $(KDRIVEDIRS) $(MIEXTDIRS)
......
...@@ -6,10 +6,6 @@ XCOMM This is only used on NT where we do not know how to jump over this dir ...@@ -6,10 +6,6 @@ XCOMM This is only used on NT where we do not know how to jump over this dir
#define IHaveSubdirs #define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
#if XnestServer
XNESTDIR = xnest
#endif
#if XVirtualFramebufferServer #if XVirtualFramebufferServer
XVFBDIR = vfb XVFBDIR = vfb
#endif #endif
...@@ -18,7 +14,7 @@ XVFBDIR = vfb ...@@ -18,7 +14,7 @@ XVFBDIR = vfb
XDMXDIR = dmx XDMXDIR = dmx
#endif #endif
SUBDIRS= $(XNESTDIR) $(XVFBDIR) $(XDMXDIR) SUBDIRS= $(XVFBDIR) $(XDMXDIR)
MakeSubdirs($(SUBDIRS)) MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment