New upstream version 3.5.99.27
This commit is contained in:
36
nx-X11/programs/Xserver/GL/mesa/array_cache/Imakefile
Normal file
36
nx-X11/programs/Xserver/GL/mesa/array_cache/Imakefile
Normal file
@@ -0,0 +1,36 @@
|
||||
#include <Server.tmpl>
|
||||
|
||||
#define NeedAllMesaSrc
|
||||
#define NeedToLinkMesaSrc
|
||||
#define MesaACBuildDir /**/
|
||||
#include "Imakefile.inc"
|
||||
|
||||
SRCS = $(MESA_AC_SRCS)
|
||||
OBJS = $(MESA_AC_OBJS)
|
||||
|
||||
INCLUDES = -I$(MESASRCDIR)/src/mesa \
|
||||
-I$(MESASRCDIR)/src/mesa/array_cache \
|
||||
-I$(MESASRCDIR)/src/mesa/math \
|
||||
-I$(MESASRCDIR)/src/mesa/main \
|
||||
-I$(MESASRCDIR)/src/mesa/glapi \
|
||||
-I$(MESASRCDIR)/include \
|
||||
-I$(SERVERSRC)/include -I$(XINCLUDESRC) \
|
||||
-I$(SERVERSRC)/GL/include -I$(SERVERSRC)/GL/glx \
|
||||
-I$(LIBSRC)/GL/include \
|
||||
-I$(XF86SRC) -I$(INCLUDESRC)
|
||||
|
||||
DEFINES = $(GLX_DEFINES) /*-DUSE_X86_ASM*/ /*-DUSE_SPARC_ASM*/
|
||||
|
||||
NormalLibraryObjectRule()
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
NormalLintTarget($(SRCS))
|
||||
|
||||
DependTarget()
|
||||
|
||||
#ifdef IHaveSubdirs
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
#endif
|
||||
|
||||
28
nx-X11/programs/Xserver/GL/mesa/array_cache/Imakefile.inc
Normal file
28
nx-X11/programs/Xserver/GL/mesa/array_cache/Imakefile.inc
Normal file
@@ -0,0 +1,28 @@
|
||||
MESAACBUILDDIR = MesaACBuildDir
|
||||
|
||||
MESA_AC_SRCS = $(MESAACBUILDDIR)ac_context.c \
|
||||
$(MESAACBUILDDIR)ac_import.c
|
||||
|
||||
#ifdef NeedToLinkMesaSrc
|
||||
LinkSourceFile(acache.h, $(MESASRCDIR)/src/mesa/array_cache)
|
||||
LinkSourceFile(ac_context.c, $(MESASRCDIR)/src/mesa/array_cache)
|
||||
LinkSourceFile(ac_context.h, $(MESASRCDIR)/src/mesa/array_cache)
|
||||
LinkSourceFile(ac_import.c, $(MESASRCDIR)/src/mesa/array_cache)
|
||||
#endif
|
||||
|
||||
MESA_AC_OBJS = $(MESAACBUILDDIR)ac_context.o \
|
||||
$(MESAACBUILDDIR)ac_import.o
|
||||
|
||||
#if defined(DoSharedLib) && DoSharedLib
|
||||
MESA_AC_UOBJS = $(MESAACBUILDDIR)unshared/ac_context.o \
|
||||
$(MESAACBUILDDIR)unshared/ac_import.o
|
||||
#else
|
||||
MESA_AC_UOBJS = $(MESA_AC_OBJS)
|
||||
#endif
|
||||
|
||||
MESA_AC_DOBJS = $(MESAACBUILDDIR)debugger/ac_context.o \
|
||||
$(MESAACBUILDDIR)debugger/ac_import.o
|
||||
|
||||
MESA_AC_POBJS = $(MESAACBUILDDIR)profiled/ac_context.o \
|
||||
$(MESAACBUILDDIR)profiled/ac_import.o
|
||||
|
||||
Reference in New Issue
Block a user