diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-02 15:02:49 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-02 15:02:49 +0100 |
commit | b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73 (patch) | |
tree | 4361edef0d42d5bf5ac984ef72b4fac35426eae7 /nx-X11/lib/GL/mesa/drivers/dri/radeon | |
parent | 0d5a83e986f39982c0924652a3662e60b1f23162 (diff) | |
download | nx-libs-b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73.tar.gz nx-libs-b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73.tar.bz2 nx-libs-b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73.zip |
massive reduction of unneeded files
Diffstat (limited to 'nx-X11/lib/GL/mesa/drivers/dri/radeon')
-rw-r--r-- | nx-X11/lib/GL/mesa/drivers/dri/radeon/Imakefile | 78 | ||||
-rw-r--r-- | nx-X11/lib/GL/mesa/drivers/dri/radeon/Imakefile.inc | 193 |
2 files changed, 0 insertions, 271 deletions
diff --git a/nx-X11/lib/GL/mesa/drivers/dri/radeon/Imakefile b/nx-X11/lib/GL/mesa/drivers/dri/radeon/Imakefile deleted file mode 100644 index 69d28b248..000000000 --- a/nx-X11/lib/GL/mesa/drivers/dri/radeon/Imakefile +++ /dev/null @@ -1,78 +0,0 @@ -XCOMM $XFree86: xc/lib/GL/mesa/src/drv/radeon/Imakefile,v 1.9 2002/02/23 00:45:50 dawes Exp $ - -#include <Threads.tmpl> - -#if GlxUseBuiltInDRIDriver -#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 DoExtrasLib NO -#define DoDebugLib NO -#define DoProfileLib NO -#endif - -#define MesaDrvCommonBuildDir ../common/ -#include "../common/Imakefile.inc" -#include "../../../array_cache/Imakefile.inc" -#include "../../../main/Imakefile.inc" -#include "../../../math/Imakefile.inc" -#include "../../../shader/Imakefile.inc" -#include "../../../shader/grammar/Imakefile.inc" -#include "../../../shader/slang/Imakefile.inc" -#include "../../../shader/slang/library/Imakefile.inc" -#include "../../../swrast/Imakefile.inc" -#include "../../../swrast_setup/Imakefile.inc" -#include "../../../tnl/Imakefile.inc" -#include "../../../tnl_dd/Imakefile.inc" -#include "../../../Imakefile.inc" -#if defined(i386Architecture) && MesaUseX86Asm -#include "../../../x86/Imakefile.inc" -#endif -#ifdef SparcArchitecture -#include "../../../sparc/Imakefile.inc" -#endif -#define NeedToLinkMesaSrc -#include "Imakefile.inc" - - DEFINES = $(ALLOC_DEFINES) $(DRI_DEFINES) $(MESA_ASM_DEFINES) - INCLUDES = $(X_INCLUDES) $(MESA_INCLUDES) $(DRI_INCLUDES) - - DRMOBJS = $(GLXLIBSRC)/dri/drm/xf86drm.o \ - $(GLXLIBSRC)/dri/drm/xf86drmHash.o \ - $(GLXLIBSRC)/dri/drm/xf86drmRandom.o \ - $(GLXLIBSRC)/dri/drm/xf86drmSL.o - - SRCS = $(RADEONSRCS) - OBJS = $(DRMOBJS) $(COREMESAOBJS) \ - $(MESA_ASM_OBJS) $(COMMONOBJS) $(RADEONOBJS) - -REQUIREDLIBS = MathLibrary $(LDPRELIB) $(GLXLIB) $(XONLYLIB) $(EXPATLIB) - -#include <Library.tmpl> - -LibraryObjectRule() - -SubdirLibraryRule($(RADEONOBJS)) -NormalLintTarget($(SRCS)) - -ObjectFromAsmSource(radeon_vtxtmp_x86, NullParameter) - -#if !GlxUseBuiltInDRIDriver -LIBNAME = radeon_dri.so -SharedDriModuleTarget($(LIBNAME),DONE $(OBJS),$(OBJS)) -InstallDynamicModule($(LIBNAME),$(MODULEDIR),dri) - -#ifdef GlxSoProf -SOPROF_LIBNAME = _radeon_dri_p -NormalDepLibraryTarget($(SOPROF_LIBNAME),DONE $(OBJS),$(OBJS)) -InstallLibrary($(SOPROF_LIBNAME),$(MODULEDIR)/dri) -#endif -#endif - -DependTarget() - diff --git a/nx-X11/lib/GL/mesa/drivers/dri/radeon/Imakefile.inc b/nx-X11/lib/GL/mesa/drivers/dri/radeon/Imakefile.inc deleted file mode 100644 index 9c95c5463..000000000 --- a/nx-X11/lib/GL/mesa/drivers/dri/radeon/Imakefile.inc +++ /dev/null @@ -1,193 +0,0 @@ -XCOMM $XFree86: xc/lib/GL/mesa/src/drv/radeon/Imakefile.inc,v 1.3 2002/02/22 21:45:00 dawes Exp $ - -#ifndef MesaDrvSrcDir -#define MesaDrvSrcDir $(MESASRCDIR)/src/mesa/drivers/dri -#endif - -MESADRVSRCDIR = MesaDrvSrcDir - -#ifndef MesaDrvRadeonBuildDir -#define MesaDrvRadeonBuildDir /**/ -#endif -MESADRVRADEONBUILDDIR = MesaDrvRadeonBuildDir - -#if Malloc0ReturnsNull -ALLOC_DEFINES = -DMALLOC_0_RETURNS_NULL -#endif - -#if BuildXF86DRI - DRI_DEFINES = GlxDefines -DX_BYTE_ORDER=ByteOrder -DUSE_NEW_INTERFACE -DIN_DRI_DRIVER - DRI_INCLUDES = -I$(GLXLIBSRC)/dri \ - -I$(XINCLUDESRC) \ - -I$(GLXLIBSRC)/glx \ - -I$(GLXLIBSRC)/include \ - -I$(SERVERSRC)/GL/dri \ - -I$(XF86OSSRC) \ - -I$(XF86COMSRC) \ - -I$(DRMSRCDIR)/shared-core \ - -I$(XF86DRIVERSRC)/ati \ - -I$(GLXLIBSRC)/dri/drm -#endif - -MESA_INCLUDES = -I$(MESASRCDIR)/src/mesa \ - -I$(MESASRCDIR)/src/mesa/main \ - -I$(MESASRCDIR)/src/mesa/glapi \ - -I$(MESASRCDIR)/src/mesa/shader \ - -I$(MESASRCDIR)/include \ - -I$(MESADRVSRCDIR)/common \ - -I$(MESADRVSRCDIR)/radeon \ - -I$(MESADRVSRCDIR)/radeon/server - X_INCLUDES = -I$(XINCLUDESRC) -I$(EXTINCSRC) - - RADEONSRCS = $(MESADRVRADEONBUILDDIR)radeon_context.c \ - $(MESADRVRADEONBUILDDIR)radeon_compat.c \ - $(MESADRVRADEONBUILDDIR)radeon_ioctl.c \ - $(MESADRVRADEONBUILDDIR)radeon_lock.c \ - $(MESADRVRADEONBUILDDIR)radeon_maos.c \ - $(MESADRVRADEONBUILDDIR)radeon_sanity.c \ - $(MESADRVRADEONBUILDDIR)radeon_screen.c \ - $(MESADRVRADEONBUILDDIR)radeon_span.c \ - $(MESADRVRADEONBUILDDIR)radeon_state.c \ - $(MESADRVRADEONBUILDDIR)radeon_state_init.c \ - $(MESADRVRADEONBUILDDIR)radeon_swtcl.c \ - $(MESADRVRADEONBUILDDIR)radeon_tcl.c \ - $(MESADRVRADEONBUILDDIR)radeon_tex.c \ - $(MESADRVRADEONBUILDDIR)radeon_texmem.c \ - $(MESADRVRADEONBUILDDIR)radeon_texstate.c \ - $(MESADRVRADEONBUILDDIR)radeon_vtxfmt.c \ - $(MESADRVRADEONBUILDDIR)radeon_vtxfmt_x86.c \ - $(MESADRVRADEONBUILDDIR)radeon_vtxtmp_x86.S \ - $(MESADRVRADEONBUILDDIR)radeon_vtxfmt_sse.c \ - $(MESADRVRADEONBUILDDIR)radeon_vtxfmt_c.c - - RADEONOBJS = $(MESADRVRADEONBUILDDIR)radeon_context.o \ - $(MESADRVRADEONBUILDDIR)radeon_compat.o \ - $(MESADRVRADEONBUILDDIR)radeon_ioctl.o \ - $(MESADRVRADEONBUILDDIR)radeon_lock.o \ - $(MESADRVRADEONBUILDDIR)radeon_maos.o \ - $(MESADRVRADEONBUILDDIR)radeon_sanity.o \ - $(MESADRVRADEONBUILDDIR)radeon_screen.o \ - $(MESADRVRADEONBUILDDIR)radeon_span.o \ - $(MESADRVRADEONBUILDDIR)radeon_state.o \ - $(MESADRVRADEONBUILDDIR)radeon_state_init.o \ - $(MESADRVRADEONBUILDDIR)radeon_swtcl.o \ - $(MESADRVRADEONBUILDDIR)radeon_tcl.o \ - $(MESADRVRADEONBUILDDIR)radeon_tex.o \ - $(MESADRVRADEONBUILDDIR)radeon_texmem.o \ - $(MESADRVRADEONBUILDDIR)radeon_texstate.o \ - $(MESADRVRADEONBUILDDIR)radeon_vtxfmt.o \ - $(MESADRVRADEONBUILDDIR)radeon_vtxfmt_c.o - -#ifdef i386Architecture - RADEONOBJS += $(MESADRVRADEONBUILDDIR)radeon_vtxfmt_x86.o \ - $(MESADRVRADEONBUILDDIR)radeon_vtxtmp_x86.o \ - $(MESADRVRADEONBUILDDIR)radeon_vtxfmt_sse.o -#endif - - RADEONUOBJS = $(MESADRVRADEONBUILDDIR)unshared/radeon_context.o \ - $(MESADRVRADEONBUILDDIR)unshared/radeon_compat.o \ - $(MESADRVRADEONBUILDDIR)unshared/radeon_ioctl.o \ - $(MESADRVRADEONBUILDDIR)unshared/radeon_lock.o \ - $(MESADRVRADEONBUILDDIR)unshared/radeon_maos.o \ - $(MESADRVRADEONBUILDDIR)unshared/radeon_sanity.o \ - $(MESADRVRADEONBUILDDIR)unshared/radeon_screen.o \ - $(MESADRVRADEONBUILDDIR)unshared/radeon_span.o \ - $(MESADRVRADEONBUILDDIR)unshared/radeon_state.o \ - $(MESADRVRADEONBUILDDIR)unshared/radeon_state_init.o \ - $(MESADRVRADEONBUILDDIR)unshared/radeon_swtcl.o \ - $(MESADRVRADEONBUILDDIR)unshared/radeon_tcl.o \ - $(MESADRVRADEONBUILDDIR)unshared/radeon_tex.o \ - $(MESADRVRADEONBUILDDIR)unshared/radeon_texmem.o \ - $(MESADRVRADEONBUILDDIR)unshared/radeon_texstate.o \ - $(MESADRVRADEONBUILDDIR)unshared/radeon_vtxfmt.o \ - $(MESADRVRADEONBUILDDIR)unshared/radeon_vtxfmt_c.o - -#ifdef i386Architecture - RADEONUOBJS += $(MESADRVRADEONBUILDDIR)unshared/radeon_vtxfmt_x86.o \ - $(MESADRVRADEONBUILDDIR)unshared/radeon_vtxtmp_x86.o \ - $(MESADRVRADEONBUILDDIR)unshared/radeon_vtxfmt_sse.o -#endif - - RADEONDOBJS = $(MESADRVRADEONBUILDDIR)debugger/radeon_context.o \ - $(MESADRVRADEONBUILDDIR)debugger/radeon_compat.o \ - $(MESADRVRADEONBUILDDIR)debugger/radeon_ioctl.o \ - $(MESADRVRADEONBUILDDIR)debugger/radeon_lock.o \ - $(MESADRVRADEONBUILDDIR)debugger/radeon_maos.o \ - $(MESADRVRADEONBUILDDIR)debugger/radeon_sanity.o \ - $(MESADRVRADEONBUILDDIR)debugger/radeon_screen.o \ - $(MESADRVRADEONBUILDDIR)debugger/radeon_span.o \ - $(MESADRVRADEONBUILDDIR)debugger/radeon_state.o \ - $(MESADRVRADEONBUILDDIR)debugger/radeon_state_init.o \ - $(MESADRVRADEONBUILDDIR)debugger/radeon_swtcl.o \ - $(MESADRVRADEONBUILDDIR)debugger/radeon_tcl.o \ - $(MESADRVRADEONBUILDDIR)debugger/radeon_tex.o \ - $(MESADRVRADEONBUILDDIR)debugger/radeon_texmem.o \ - $(MESADRVRADEONBUILDDIR)debugger/radeon_texstate.o \ - $(MESADRVRADEONBUILDDIR)debugger/radeon_vtxfmt.o \ - $(MESADRVRADEONBUILDDIR)debugger/radeon_vtxfmt_c.o - -#ifdef i386Architecture - RADEONDOBJS += $(MESADRVRADEONBUILDDIR)debugger/radeon_vtxfmt_x86.o \ - $(MESADRVRADEONBUILDDIR)debugger/radeon_vtxtmp_x86.o \ - $(MESADRVRADEONBUILDDIR)debugger/radeon_vtxfmt_sse.o -#endif - - RADEONPOBJS = $(MESADRVRADEONBUILDDIR)profiled/radeon_context.o \ - $(MESADRVRADEONBUILDDIR)profiled/radeon_compat.o \ - $(MESADRVRADEONBUILDDIR)profiled/radeon_ioctl.o \ - $(MESADRVRADEONBUILDDIR)profiled/radeon_lock.o \ - $(MESADRVRADEONBUILDDIR)profiled/radeon_maos.o \ - $(MESADRVRADEONBUILDDIR)profiled/radeon_sanity.o \ - $(MESADRVRADEONBUILDDIR)profiled/radeon_screen.o \ - $(MESADRVRADEONBUILDDIR)profiled/radeon_span.o \ - $(MESADRVRADEONBUILDDIR)profiled/radeon_state.o \ - $(MESADRVRADEONBUILDDIR)profiled/radeon_state_init.o \ - $(MESADRVRADEONBUILDDIR)profiled/radeon_swtcl.o \ - $(MESADRVRADEONBUILDDIR)profiled/radeon_tcl.o \ - $(MESADRVRADEONBUILDDIR)profiled/radeon_tex.o \ - $(MESADRVRADEONBUILDDIR)profiled/radeon_texmem.o \ - $(MESADRVRADEONBUILDDIR)profiled/radeon_texstate.o \ - $(MESADRVRADEONBUILDDIR)profiled/radeon_vtxfmt.o \ - $(MESADRVRADEONBUILDDIR)profiled/radeon_vtxfmt_c.o - -#ifdef i386Architecture - RADEONPOBJS += $(MESADRVRADEONBUILDDIR)profiled/radeon_vtxfmt_x86.o \ - $(MESADRVRADEONBUILDDIR)profiled/radeon_vtxtmp_x86.o \ - $(MESADRVRADEONBUILDDIR)profiled/radeon_vtxfmt_sse.o -#endif - -#ifdef NeedToLinkMesaSrc -LinkSourceFile(radeon_context.c, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_context.h, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_compat.c, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_ioctl.c, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_ioctl.h, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_lock.c, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_lock.h, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_maos.c, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_maos.h, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_maos_vbtmp.h, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_sanity.c, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_sanity.h, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_screen.c, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_screen.h, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_span.c, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_span.h, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_state.c, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_state.h, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_state_init.c, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_swtcl.c, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_swtcl.h, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_tcl.c, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_tcl.h, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_tex.c, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_tex.h, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_texmem.c, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_texstate.c, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_vtxfmt.c, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_vtxfmt.h, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_vtxfmt_c.c, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_vtxfmt_x86.c, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_vtxtmp_x86.S, $(MESADRVSRCDIR)/radeon) -LinkSourceFile(radeon_vtxfmt_sse.c, $(MESADRVSRCDIR)/radeon) -#endif |