Commit b1fc73ad authored by Mike Gabriel's avatar Mike Gabriel

imake cleanup: Drop all references to XVirtualFramebufferServer.

parent 6471f66c
...@@ -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
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
CgiBinDir path used by Web server for CGI programs CgiBinDir path used by Web server for CGI programs
......
...@@ -386,7 +386,6 @@ XORGRELSTRING = XorgManVersionString ...@@ -386,7 +386,6 @@ XORGRELSTRING = XorgManVersionString
#else #else
#define BuildFontLib (BuildLibraries || \ #define BuildFontLib (BuildLibraries || \
(BuildServer && !DoLoadableServer) || \ (BuildServer && !DoLoadableServer) || \
XVirtualFramebufferServer || \
XprtServer || XdmxServer) XprtServer || XdmxServer)
#endif #endif
#endif #endif
......
...@@ -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 Xvfb, uncomment this.
*
#define XVirtualFramebufferServer NO
*/
#define XVirtualFramebufferServer NO
/*
* To enable building Xdmx, uncomment this. * To enable building Xdmx, uncomment this.
* *
#define XdmxServer YES #define XdmxServer YES
...@@ -965,7 +958,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $ ...@@ -965,7 +958,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 XVirtualFramebufferServer NO
#define BuildFontServer NO #define BuildFontServer NO
#define BuildFreeType NO #define BuildFreeType NO
#define BuildXTrueType NO #define BuildXTrueType 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 Xvfb, uncomment this.
*
#define XVirtualFramebufferServer NO
*/
/*
* To enable building Xdmx, uncomment this. * To enable building Xdmx, uncomment this.
* *
#define XdmxServer YES #define XdmxServer YES
......
...@@ -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 XVirtualFramebufferServer
# define XVirtualFramebufferServer YES
#endif
#ifndef XprtServer #ifndef XprtServer
# define XprtServer YES # define XprtServer YES
#endif #endif
......
...@@ -1441,10 +1441,6 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8 ...@@ -1441,10 +1441,6 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
# define UseServerLock YES # define UseServerLock YES
#endif #endif
#ifndef XVirtualFramebufferServer
# define XVirtualFramebufferServer YES
#endif
#ifndef ServerExtraDefines #ifndef ServerExtraDefines
# define ServerExtraDefines XFree86ServerDefines # define ServerExtraDefines XFree86ServerDefines
#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 Xvfb, uncomment this.
*
#define XVirtualFramebufferServer NO
*/
/*
* To enable building Xdmx, uncomment this. * To enable building Xdmx, uncomment this.
* *
#define XdmxServer YES #define XdmxServer YES
......
...@@ -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(XVirtualFramebufferServer) && XVirtualFramebufferServer
XVFB = Xvfb
#endif
#if XdmxServer #if XdmxServer
XDMX = Xdmx XDMX = Xdmx
#endif #endif
...@@ -557,10 +554,9 @@ NXWIN = NXWin ...@@ -557,10 +554,9 @@ NXWIN = NXWin
#if (defined(XF86Server) && XF86Server) || \ #if (defined(XF86Server) && XF86Server) || \
(defined(XorgServer) && XorgServer) || \ (defined(XorgServer) && XorgServer) || \
(defined(NXAgentServer) && NXAgentServer) || \ (defined(NXAgentServer) && NXAgentServer) || \
(defined(XVirtualFramebufferServer) && XVirtualFramebufferServer) || \
(defined(XdmxServer) && XdmxServer) || \ (defined(XdmxServer) && XdmxServer) || \
(!MakeDllModules && defined(NXWinServer) && NXWinServer) (!MakeDllModules && defined(NXWinServer) && NXWinServer)
MakeMutex($(XF86SERVER) $(XVFB) $(NXAGENT) $(NXWIN)) MakeMutex($(XF86SERVER) $(NXAGENT) $(NXWIN))
#endif #endif
MakeMutex($(STDDIRS) mfb fb cfb cfb16 cfb24 cfb32) MakeMutex($(STDDIRS) mfb fb cfb cfb16 cfb24 cfb32)
#endif #endif
...@@ -1054,40 +1050,6 @@ Xnon: $(STDDIRS) $(MFBDIR) $(CFB8DIR) $(CFB16DIR) $(CFB32DIR) $(DEPDIRS) ...@@ -1054,40 +1050,6 @@ Xnon: $(STDDIRS) $(MFBDIR) $(CFB8DIR) $(CFB16DIR) $(CFB32DIR) $(DEPDIRS)
#endif /* XnonServer */ #endif /* XnonServer */
#if defined(XVirtualFramebufferServer) && XVirtualFramebufferServer
XCOMM
XCOMM server with Virtual (malloced) framebuffer
XCOMM
MFBSUBDIR = mfb
FBSUBDIR = fb
#if defined(Win32Architecture)
XVFBDDXDIR = hw
#else
XVFBDDXDIR = hw/vfb
#endif
XVFBDIRS = $(STDDIRS) $(MFBDIR) $(FBDIR) $(XVFBDDXDIR) $(DEPDIRS)
#ifndef Win32Architecture
#if BuildDPMS
XVFBDPMSSTUBOBJS = $(XVFBDDXDIR)/dpmsstubs.o
#endif
XVFBOBJS = $(XVFBDDXDIR)/stubs.o $(XVFBDDXDIR)/miinitext.o $(XVFBDPMSSTUBOBJS)
#else
XVFBOBJS = dix/main.o hw/vfb/stubs.o hw/vfb/miinitext.o
#endif
XVFB = $(XVFBDDXDIR)/LibraryTargetName(vfb)
XVFBLIBS = PreFbLibs $(XVFB) $(FB) PostFbLibs $(MI)
XVFBSYSLIBS = $(FONTLIBS) $(SYSLIBS)
#if HasParallelMake
MakeMutex($(XVFBDIRS) $(XVFBOBJS) $(XVFB) $(XVFBLIBS) $(XVFBSYSLIBS))
#endif
#if ForceServerRemake
$(XVFBOBJS) $(XVFB) $(XVFBLIBS) $(XVFBSYSLIBS):: $(XVFBDIRS)
@if [ -f $@ ]; then touch $@ >/dev/null 2>&1 || exit 0; fi
#endif
ServerTarget(Xvfb,$(XVFBDIRS),$(XVFBOBJS) $(XVFBDEFFILE), \
$(LIBCWRAPPER) $(XVFBLIBS) $(LOADABLEEXTS),$(XVFBSYSLIBS))
#endif /* XVirtualFramebufferServer */
#if defined(XdmxServer) && XdmxServer #if defined(XdmxServer) && XdmxServer
XCOMM XCOMM
XCOMM distribued multihead Server XCOMM distribued multihead Server
...@@ -1410,7 +1372,7 @@ MIEXTDIRS = $(SHADOWDIR) $(LAYERDIR) $(ROOTLESSDIR) $(MIDAMAGEDIR) ...@@ -1410,7 +1372,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) $(XDMXDDXDIR) $(NXAGENTDDXDIR) $(NXWINDDXDIR) $(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,15 +6,11 @@ XCOMM This is only used on NT where we do not know how to jump over this dir ...@@ -6,15 +6,11 @@ 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 XVirtualFramebufferServer
XVFBDIR = vfb
#endif
#if XdmxServer #if XdmxServer
XDMXDIR = dmx XDMXDIR = dmx
#endif #endif
SUBDIRS= $(XVFBDIR) $(XDMXDIR) SUBDIRS= $(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