Commit 65e25bd4 authored by Mike Gabriel's avatar Mike Gabriel

Xserver/Imakefile: Drop all references to building already removed cfb* implementations.

parent cc035020
...@@ -49,13 +49,6 @@ INSTPGMFLAGS = ...@@ -49,13 +49,6 @@ INSTPGMFLAGS =
#define BarePostFbLibs $(XPFBLIBS) $(MI) #define BarePostFbLibs $(XPFBLIBS) $(MI)
#define PostFbLibs BarePostFbLibs $(EXTENSIONS) #define PostFbLibs BarePostFbLibs $(EXTENSIONS)
#define CFBLibs PreFbLibs $(CFB) PostFbLibs
#define CFB4Libs PreFbLibs $(CFB4) PostFbLibs
#define CFB8Libs PreFbLibs $(CFB8) PostFbLibs
#define CFB16Libs PreFbLibs $(CFB16) PostFbLibs
#define CFB24Libs PreFbLibs $(CFB24) PostFbLibs
#define CFB32Libs PreFbLibs $(CFB32) PostFbLibs
#if !BuildXinerama #if !BuildXinerama
#define FbPostFbLibs $(FB) BarePostFbLibs $(EXTENSIONS) #define FbPostFbLibs $(FB) BarePostFbLibs $(EXTENSIONS)
#else #else
...@@ -66,7 +59,7 @@ INSTPGMFLAGS = ...@@ -66,7 +59,7 @@ INSTPGMFLAGS =
#define MiExtLibs $(SHADOW) #define MiExtLibs $(SHADOW)
#define AllFBLibs PreFbLibs $(FB) $(CFB) PostFbLibs #define AllFBLibs PreFbLibs $(FB) PostFbLibs
#if BuildGlxExt #if BuildGlxExt
# if DoLoadableServer # if DoLoadableServer
...@@ -165,25 +158,6 @@ INSTPGMFLAGS = ...@@ -165,25 +158,6 @@ INSTPGMFLAGS =
BSDEMUL = $(DEPXBSDLIB) BSDEMUL = $(DEPXBSDLIB)
#if DoLoadableServer #if DoLoadableServer
FB = fb/ModuleLibraryTargetName(fb) FB = fb/ModuleLibraryTargetName(fb)
#if XF8_32Wid
CFB = cfb/ModuleLibraryTargetName(cfb) \
cfb16/ModuleLibraryTargetName(cfb16) \
cfb24/ModuleLibraryTargetName(cfb24) \
cfb32/ModuleLibraryTargetName(cfb32)
#else
CFB = cfb/ModuleLibraryTargetName(cfb) \
cfb16/ModuleLibraryTargetName(cfb16) \
cfb32/ModuleLibraryTargetName(cfb32)
#endif
CFB8 = cfb/ModuleLibraryTargetName(cfb)
CFB4 = cfb/ModuleLibraryTargetName(cfb) \
cfb4/ModuleLibraryTargetName(cfb4)
CFB16 = cfb/ModuleLibraryTargetName(cfb) \
cfb16/ModuleLibraryTargetName(cfb16)
CFB24 = cfb/ModuleLibraryTargetName(cfb) \
cfb24/ModuleLibraryTargetName(cfb24)
CFB32 = cfb/ModuleLibraryTargetName(cfb) \
cfb32/ModuleLibraryTargetName(cfb32)
#if (!(defined(NXAgentServer) && NXAgentServer)) #if (!(defined(NXAgentServer) && NXAgentServer))
DAMAGE = miext/damage/ModuleLibraryTargetName(damage) DAMAGE = miext/damage/ModuleLibraryTargetName(damage)
#endif #endif
...@@ -191,25 +165,6 @@ INSTPGMFLAGS = ...@@ -191,25 +165,6 @@ INSTPGMFLAGS =
LAYER = miext/layer/ModuleLibraryTargetName(layer) LAYER = miext/layer/ModuleLibraryTargetName(layer)
#else #else
FB = fb/LibraryTargetName(fb) FB = fb/LibraryTargetName(fb)
#if XF8_32Wid
CFB = cfb16/LibraryTargetName(cfb16) \
cfb24/LibraryTargetName(cfb24) \
cfb32/LibraryTargetName(cfb32) \
cfb/LibraryTargetName(cfb)
#else
CFB = cfb16/LibraryTargetName(cfb16) \
cfb32/LibraryTargetName(cfb32) \
cfb/LibraryTargetName(cfb)
#endif
CFB8 = cfb/LibraryTargetName(cfb)
CFB4 = cfb4/LibraryTargetName(cfb4) \
cfb/LibraryTargetName(cfb)
CFB16 = cfb16/LibraryTargetName(cfb16) \
cfb/LibraryTargetName(cfb)
CFB24 = cfb24/LibraryTargetName(cfb24) \
cfb/LibraryTargetName(cfb)
CFB32 = cfb32/LibraryTargetName(cfb32) \
cfb/LibraryTargetName(cfb)
#if (!(defined(NXAgentServer) && NXAgentServer)) #if (!(defined(NXAgentServer) && NXAgentServer))
DAMAGE = miext/damage/LibraryTargetName(damage) DAMAGE = miext/damage/LibraryTargetName(damage)
#endif #endif
...@@ -249,11 +204,6 @@ INSTPGMFLAGS = ...@@ -249,11 +204,6 @@ INSTPGMFLAGS =
#endif #endif
STDDIRS = include dix os mi $(XPDDXDIR) $(EXTDIRS) STDDIRS = include dix os mi $(XPDDXDIR) $(EXTDIRS)
FBDIR = fb FBDIR = fb
CFB4DIR = cfb4
CFB8DIR = cfb
CFB16DIR = cfb16
CFB24DIR = cfb24
CFB32DIR = cfb32
AFBDIR = afb AFBDIR = afb
XCOMM XCOMM
...@@ -265,23 +215,6 @@ XCOMM ...@@ -265,23 +215,6 @@ XCOMM
.s.o: .s.o:
/* Build rule blocks, add one for each server
*
* Similarly, its build block should have:
* CFB4SUBDIR = cfb4 (if the server needs 4 bit cfb)
* CFB8SUBDIR = cfb (8 bit cfb)
* CFB16SUBDIR = cfb16 (16 bit cfb)
* CFB24SUBDIR = cfb24 (24 bit cfb)
* CFB32SUBDIR = cfb32 (32 bit cfb)
*
* If a server does not need all of the above components, simply
* omit the relevant lines from the build block.
*
* If these guidelines are followed, a make at the top of the server
* tree should result in each subdirectory being built only once,
* even if multiple servers that share subdirectories are being built.
*/
#if HasParallelMake #if HasParallelMake
XCOMM XCOMM
XCOMM force non-parallel build of XF86 servers to prevent MUTEX overrides XCOMM force non-parallel build of XF86 servers to prevent MUTEX overrides
...@@ -296,7 +229,7 @@ NXWIN = NXWin ...@@ -296,7 +229,7 @@ NXWIN = NXWin
(!MakeDllModules && defined(NXWinServer) && NXWinServer) (!MakeDllModules && defined(NXWinServer) && NXWinServer)
MakeMutex($(NXAGENT) $(NXWIN)) MakeMutex($(NXAGENT) $(NXWIN))
#endif #endif
MakeMutex($(STDDIRS) fb cfb cfb16 cfb24 cfb32) MakeMutex($(STDDIRS) fb)
#endif #endif
...@@ -613,13 +546,12 @@ ServerTarget(NXWin,$(NXWINDIRS),$(NXWINOBJS), \ ...@@ -613,13 +546,12 @@ ServerTarget(NXWin,$(NXWINDIRS),$(NXWINOBJS), \
#endif /* NXWinServer */ #endif /* NXWinServer */
#endif #endif
CFBSUBDIRS = $(CFB8SUBDIR) $(CFB16SUBDIR) $(CFB24SUBDIR) $(CFB32SUBDIR)
MIEXTDIRS = $(SHADOWDIR) $(LAYERDIR) $(ROOTLESSDIR) $(MIDAMAGEDIR) MIEXTDIRS = $(SHADOWDIR) $(LAYERDIR) $(ROOTLESSDIR) $(MIDAMAGEDIR)
IPLANDIRS = $(IPLAN2P2DIR) $(IPLAN2P4DIR) $(IPLAN2P8DIR) IPLANDIRS = $(IPLAN2P2DIR) $(IPLAN2P4DIR) $(IPLAN2P8DIR)
DDXDIRS = $(DECWSDDXDIR) $(SUNDDXDIR) $(LYNXDDXDIR) \ DDXDIRS = $(DECWSDDXDIR) $(SUNDDXDIR) $(LYNXDDXDIR) \
$(HPDDXDIR) $(XFREE86DDXDIR) \ $(HPDDXDIR) $(XFREE86DDXDIR) \
$(NXAGENTDDXDIR) $(NXWINDDXDIR) $(NXAGENTDDXDIR) $(NXWINDDXDIR)
SUBDIRS = $(STDDIRS) $(CFBSUBDIRS) \ SUBDIRS = $(STDDIRS) \
$(IPLANDIRS) $(ILBMDIR) $(AFBSUBDIR) \ $(IPLANDIRS) $(ILBMDIR) $(AFBSUBDIR) \
$(DDXDIRS) $(FBSUBDIR) $(KDRIVEDIRS) $(MIEXTDIRS) $(DDXDIRS) $(FBSUBDIR) $(KDRIVEDIRS) $(MIEXTDIRS)
......
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