aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Imakefile
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-10-30 21:36:03 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-10-30 21:36:03 +0100
commit65e25bd47165e65ef83f94e6f84a3b9af64f11e5 (patch)
treeb8721e927a807dca26b2983aefd9f1d65b091878 /nx-X11/programs/Xserver/Imakefile
parentcc03502022467484c63e7da04c9bcdfef6957765 (diff)
downloadnx-libs-65e25bd47165e65ef83f94e6f84a3b9af64f11e5.tar.gz
nx-libs-65e25bd47165e65ef83f94e6f84a3b9af64f11e5.tar.bz2
nx-libs-65e25bd47165e65ef83f94e6f84a3b9af64f11e5.zip
Xserver/Imakefile: Drop all references to building already removed cfb* implementations.
Diffstat (limited to 'nx-X11/programs/Xserver/Imakefile')
-rw-r--r--nx-X11/programs/Xserver/Imakefile74
1 files changed, 3 insertions, 71 deletions
diff --git a/nx-X11/programs/Xserver/Imakefile b/nx-X11/programs/Xserver/Imakefile
index d851e5472..f13f0eb92 100644
--- a/nx-X11/programs/Xserver/Imakefile
+++ b/nx-X11/programs/Xserver/Imakefile
@@ -49,13 +49,6 @@ INSTPGMFLAGS =
#define BarePostFbLibs $(XPFBLIBS) $(MI)
#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
#define FbPostFbLibs $(FB) BarePostFbLibs $(EXTENSIONS)
#else
@@ -66,7 +59,7 @@ INSTPGMFLAGS =
#define MiExtLibs $(SHADOW)
-#define AllFBLibs PreFbLibs $(FB) $(CFB) PostFbLibs
+#define AllFBLibs PreFbLibs $(FB) PostFbLibs
#if BuildGlxExt
# if DoLoadableServer
@@ -165,25 +158,6 @@ INSTPGMFLAGS =
BSDEMUL = $(DEPXBSDLIB)
#if DoLoadableServer
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))
DAMAGE = miext/damage/ModuleLibraryTargetName(damage)
#endif
@@ -191,25 +165,6 @@ INSTPGMFLAGS =
LAYER = miext/layer/ModuleLibraryTargetName(layer)
#else
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))
DAMAGE = miext/damage/LibraryTargetName(damage)
#endif
@@ -249,11 +204,6 @@ INSTPGMFLAGS =
#endif
STDDIRS = include dix os mi $(XPDDXDIR) $(EXTDIRS)
FBDIR = fb
- CFB4DIR = cfb4
- CFB8DIR = cfb
- CFB16DIR = cfb16
- CFB24DIR = cfb24
- CFB32DIR = cfb32
AFBDIR = afb
XCOMM
@@ -265,23 +215,6 @@ XCOMM
.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
XCOMM
XCOMM force non-parallel build of XF86 servers to prevent MUTEX overrides
@@ -296,7 +229,7 @@ NXWIN = NXWin
(!MakeDllModules && defined(NXWinServer) && NXWinServer)
MakeMutex($(NXAGENT) $(NXWIN))
#endif
-MakeMutex($(STDDIRS) fb cfb cfb16 cfb24 cfb32)
+MakeMutex($(STDDIRS) fb)
#endif
@@ -613,13 +546,12 @@ ServerTarget(NXWin,$(NXWINDIRS),$(NXWINOBJS), \
#endif /* NXWinServer */
#endif
-CFBSUBDIRS = $(CFB8SUBDIR) $(CFB16SUBDIR) $(CFB24SUBDIR) $(CFB32SUBDIR)
MIEXTDIRS = $(SHADOWDIR) $(LAYERDIR) $(ROOTLESSDIR) $(MIDAMAGEDIR)
IPLANDIRS = $(IPLAN2P2DIR) $(IPLAN2P4DIR) $(IPLAN2P8DIR)
DDXDIRS = $(DECWSDDXDIR) $(SUNDDXDIR) $(LYNXDDXDIR) \
$(HPDDXDIR) $(XFREE86DDXDIR) \
$(NXAGENTDDXDIR) $(NXWINDDXDIR)
-SUBDIRS = $(STDDIRS) $(CFBSUBDIRS) \
+SUBDIRS = $(STDDIRS) \
$(IPLANDIRS) $(ILBMDIR) $(AFBSUBDIR) \
$(DDXDIRS) $(FBSUBDIR) $(KDRIVEDIRS) $(MIEXTDIRS)