aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/GL/mesa/drivers/x11
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-05-26 16:22:40 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-09-28 07:53:06 +0200
commitd877b46dd438a36f7481f5a270caf44635d0aa7d (patch)
tree149d05bc4c0f30ff91f9d2dbeab3e873e8fafa06 /nx-X11/lib/GL/mesa/drivers/x11
parent8f4138457d0db8e782b450a60ade6a096a5cb048 (diff)
downloadnx-libs-d877b46dd438a36f7481f5a270caf44635d0aa7d.tar.gz
nx-libs-d877b46dd438a36f7481f5a270caf44635d0aa7d.tar.bz2
nx-libs-d877b46dd438a36f7481f5a270caf44635d0aa7d.zip
Drop nx-X11/lib/GL and move Imakefile.inc include files into Xserver code tree.
The client-side library libNX_GL.{a,so} is not built when building nx-libs. However, nx-X11/lib/GL/** ships several imake include files (Imakefile.inc) that are also used in nx-X11/programs/Xserver/GL/**. These files have been moved from the nx-X11/lib/GL/ code subtree to the nx-X11/programs/Xserver/GL/. Furthermore, we don't provide module builds of the GL extension anymore, as that feature is neither used in nx-libs.
Diffstat (limited to 'nx-X11/lib/GL/mesa/drivers/x11')
-rw-r--r--nx-X11/lib/GL/mesa/drivers/x11/Imakefile70
-rw-r--r--nx-X11/lib/GL/mesa/drivers/x11/Imakefile.inc104
2 files changed, 0 insertions, 174 deletions
diff --git a/nx-X11/lib/GL/mesa/drivers/x11/Imakefile b/nx-X11/lib/GL/mesa/drivers/x11/Imakefile
deleted file mode 100644
index ab9a91970..000000000
--- a/nx-X11/lib/GL/mesa/drivers/x11/Imakefile
+++ /dev/null
@@ -1,70 +0,0 @@
-XCOMM $XFree86: xc/lib/GL/mesa/src/X/Imakefile,v 1.12tsi Exp $
-
-#include <Threads.tmpl>
-
-/*
- * Need both shared and unshared Mesa objects in the following cases:
- * GlxDriverUsesMesa
- * GlxBuiltInXMesa
- * BuildOSMesaLib
- *
- * In other cases, only the shared version is needed to link in to loadable
- * driver modules.
- */
-
-#if BuildOSMesaLib || (BuildXF86DRI && (GlxDriverUsesMesa || GlxBuiltInXMesa))
-#define DoNormalLib (NormalLibGlx || SharedLibGlxWithoutPIC)
-#define DoSharedLib (SharedLibGlx && !SharedLibGlxWithoutPIC)
-#define DoExtraLib SharedLibGlx
-#define DoDebugLib DebugLibGlx
-#define DoProfileLib ProfileLibGlx
-#else
-#define DoNormalLib SharedLibGlxWithoutPIC
-#define DoSharedLib !SharedLibGlxWithoutPIC
-#define DoExtraLib NO
-#define DoDebugLib NO
-#define DoProfileLib NO
-#endif
-
-
-#define MesaXBuildDir /**/
-#define NeedToLinkMesaSrc
-#include "Imakefile.inc"
-
-#if Malloc0ReturnsNull
-ALLOC_DEFINES = -DMALLOC_0_RETURNS_NULL
-#endif
-
-#if BuildXF86DRI
- DRI_DEFINES = GlxDefines
- DRI_INCLUDES = -I../../../dri -I../../../glx -I../../dri -I.. \
- -I$(INCLUDESRC)/GL -I$(XF86OSSRC) -I$(SERVERSRC)/GL/dri
-#endif
-
-MESA_INCLUDES = -I$(MESASRCDIR)/src \
- -I$(MESASRCDIR)/src/X \
- -I$(MESASRCDIR)/include \
- -I../../../include -I$(XINCLUDESRC)
-
- INCLUDES = $(MESA_INCLUDES) $(DRI_INCLUDES)
-
-#ifdef UseCompaqMathLibrary
- MATHDEF = -DCCPML
-#endif
-
-#if BuildXF86DRI && GlxBuiltInXMesa
- XMESA_DEFINES = -DGLX_BUILT_IN_XMESA
-#endif
-
- SRCS = $(XMESA_SRCS)
- OBJS = $(XMESA_OBJS)
- DEFINES = $(ALLOC_DEFINES) $(DRI_DEFINES) $(MATHDEF) $(XMESA_DEFINES)
-
-#include <Library.tmpl>
-
-LibraryObjectRule()
-
-SubdirLibraryRule($(XMESA_OBJS))
-NormalLintTarget($(XMESA_SRCS))
-
-DependTarget()
diff --git a/nx-X11/lib/GL/mesa/drivers/x11/Imakefile.inc b/nx-X11/lib/GL/mesa/drivers/x11/Imakefile.inc
deleted file mode 100644
index d62800e7d..000000000
--- a/nx-X11/lib/GL/mesa/drivers/x11/Imakefile.inc
+++ /dev/null
@@ -1,104 +0,0 @@
-XCOMM $XFree86: xc/lib/GL/mesa/src/X/Imakefile.inc,v 1.3tsi Exp $
-
-#ifndef MesaXBuildDir
-#define MesaXBuildDir $(GLXLIBSRC)/src/mesa/drivers/x11/
-#endif
-
-MESAXBUILDDIR = MesaXBuildDir
-
-#ifndef MesaInXServer
-XMESA_GLX_SRCS = $(MESAXBUILDDIR)fakeglx.c \
- $(MESAXBUILDDIR)glxapi.c \
- $(MESAXBUILDDIR)realglx.c \
- $(MESAXBUILDDIR)xfonts.c
-#endif
-
- XMESA_SRCS = $(XMESA_GLX_SRCS) \
- $(MESAXBUILDDIR)xm_api.c \
- $(MESAXBUILDDIR)xm_buffer.c \
- $(MESAXBUILDDIR)xm_dd.c \
- $(MESAXBUILDDIR)xm_line.c \
- $(MESAXBUILDDIR)xm_span.c \
- $(MESAXBUILDDIR)xm_tri.c
-
-#ifdef NeedToLinkMesaSrc
-#ifndef MesaInXServer
-LinkSourceFile(fakeglx.c, $(MESASRCDIR)/src/mesa/drivers/x11)
-LinkSourceFile(glxapi.c, $(MESASRCDIR)/src/mesa/drivers/x11)
-LinkSourceFile(glxapi.h, $(MESASRCDIR)/src/mesa/drivers/x11)
-LinkSourceFile(realglx.c, $(MESASRCDIR)/src/mesa/drivers/x11)
-LinkSourceFile(xfonts.c, $(MESASRCDIR)/src/mesa/drivers/x11)
-#endif
-LinkSourceFile(xm_api.c, $(MESASRCDIR)/src/mesa/drivers/x11)
-LinkSourceFile(xm_buffer.c, $(MESASRCDIR)/src/mesa/drivers/x11)
-LinkSourceFile(xm_dd.c, $(MESASRCDIR)/src/mesa/drivers/x11)
-LinkSourceFile(xm_line.c, $(MESASRCDIR)/src/mesa/drivers/x11)
-LinkSourceFile(xm_span.c, $(MESASRCDIR)/src/mesa/drivers/x11)
-LinkSourceFile(xm_tri.c, $(MESASRCDIR)/src/mesa/drivers/x11)
-#endif
-
-#ifndef MesaInXServer
-XMESA_GLX_OBJS = $(MESAXBUILDDIR)fakeglx.o \
- $(MESAXBUILDDIR)glxapi.o \
- $(MESAXBUILDDIR)realglx.o \
- $(MESAXBUILDDIR)xfonts.o
-#endif
-
- XMESA_OBJS = $(XMESA_GLX_OBJS) \
- $(MESAXBUILDDIR)xm_api.o \
- $(MESAXBUILDDIR)xm_buffer.o \
- $(MESAXBUILDDIR)xm_dd.o \
- $(MESAXBUILDDIR)xm_line.o \
- $(MESAXBUILDDIR)xm_span.o \
- $(MESAXBUILDDIR)xm_tri.o
-
-#if defined(DoSharedLib) && DoSharedLib
-#ifndef MesaInXServer
-XMESA_GLX_UOBJS = $(MESAXBUILDDIR)unshared/fakeglx.o \
- $(MESAXBUILDDIR)unshared/glxapi.o \
- $(MESAXBUILDDIR)unshared/realglx.o \
- $(MESAXBUILDDIR)unshared/xfonts.o
-#endif
-
- XMESA_UOBJS = $(XMESA_GLX_UOBJS) \
- $(MESAXBUILDDIR)unshared/xm_api.o \
- $(MESAXBUILDDIR)unshared/xm_buffer.o \
- $(MESAXBUILDDIR)unshared/xm_dd.o \
- $(MESAXBUILDDIR)unshared/xm_line.o \
- $(MESAXBUILDDIR)unshared/xm_span.o \
- $(MESAXBUILDDIR)unshared/xm_tri.o
-#else
-XMESA_GLX_UOBJS = $(XMESA_GLX_OBJS)
- XMESA_UOBJS = $(XMESA_OBJS)
-#endif
-
-#ifndef MesaInXServer
-XMESA_GLX_DOBJS = $(MESAXBUILDDIR)debugger/fakeglx.o \
- $(MESAXBUILDDIR)debugger/glxapi.o \
- $(MESAXBUILDDIR)debugger/realglx.o \
- $(MESAXBUILDDIR)debugger/xfonts.o
-#endif
-
- XMESA_DOBJS = $(XMESA_GLX_DOBJS) \
- $(MESAXBUILDDIR)debugger/xm_api.o \
- $(MESAXBUILDDIR)debugger/xm_buffer.o \
- $(MESAXBUILDDIR)debugger/xm_dd.o \
- $(MESAXBUILDDIR)debugger/xm_line.o \
- $(MESAXBUILDDIR)debugger/xm_span.o \
- $(MESAXBUILDDIR)debugger/xm_tri.o
-
-#ifndef MesaInXServer
-XMESA_GLX_POBJS = $(MESAXBUILDDIR)profiled/fakeglx.o \
- $(MESAXBUILDDIR)profiled/glxapi.o \
- $(MESAXBUILDDIR)profiled/realglx.o \
- $(MESAXBUILDDIR)profiled/xfonts.o
-#endif
-
- XMESA_POBJS = $(XMESA_GLX_POBJS) \
- $(MESAXBUILDDIR)profiled/xm_api.o \
- $(MESAXBUILDDIR)profiled/xm_buffer.o \
- $(MESAXBUILDDIR)profiled/xm_dd.o \
- $(MESAXBUILDDIR)profiled/xm_line.o \
- $(MESAXBUILDDIR)profiled/xm_span.o \
- $(MESAXBUILDDIR)profiled/xm_tri.o
-