New upstream version 3.5.99.27
This commit is contained in:
34
nx-X11/programs/Xserver/GL/mesa/swrast_setup/Imakefile
Normal file
34
nx-X11/programs/Xserver/GL/mesa/swrast_setup/Imakefile
Normal file
@@ -0,0 +1,34 @@
|
||||
#include <Server.tmpl>
|
||||
|
||||
#define NeedAllMesaSrc
|
||||
#define NeedToLinkMesaSrc
|
||||
#define MesaSwrastSetupBuildDir /**/
|
||||
#include "Imakefile.inc"
|
||||
|
||||
SRCS = $(MESA_SWR_SETUP_SRCS)
|
||||
OBJS = $(MESA_SWR_SETUP_OBJS)
|
||||
|
||||
INCLUDES = -I$(MESASRCDIR)/src/mesa \
|
||||
-I$(MESASRCDIR)/src/mesa/main \
|
||||
-I$(MESASRCDIR)/src/mesa/glapi \
|
||||
-I$(MESASRCDIR)/src/mesa/swrast_setup \
|
||||
-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
|
||||
30
nx-X11/programs/Xserver/GL/mesa/swrast_setup/Imakefile.inc
Normal file
30
nx-X11/programs/Xserver/GL/mesa/swrast_setup/Imakefile.inc
Normal file
@@ -0,0 +1,30 @@
|
||||
MESASWRSETUPDIR = MesaSwrastSetupBuildDir
|
||||
|
||||
MESA_SWR_SETUP_SRCS = $(MESASWRSETUPDIR)ss_context.c \
|
||||
$(MESASWRSETUPDIR)ss_triangle.c
|
||||
|
||||
#ifdef NeedToLinkMesaSrc
|
||||
LinkSourceFile(ss_context.c, $(MESASRCDIR)/src/mesa/swrast_setup)
|
||||
LinkSourceFile(ss_context.h, $(MESASRCDIR)/src/mesa/swrast_setup)
|
||||
LinkSourceFile(ss_triangle.c, $(MESASRCDIR)/src/mesa/swrast_setup)
|
||||
LinkSourceFile(ss_triangle.h, $(MESASRCDIR)/src/mesa/swrast_setup)
|
||||
LinkSourceFile(ss_tritmp.h, $(MESASRCDIR)/src/mesa/swrast_setup)
|
||||
LinkSourceFile(swrast_setup.h, $(MESASRCDIR)/src/mesa/swrast_setup)
|
||||
#endif
|
||||
|
||||
MESA_SWR_SETUP_OBJS = $(MESASWRSETUPDIR)ss_context.o \
|
||||
$(MESASWRSETUPDIR)ss_triangle.o
|
||||
|
||||
#if defined(DoSharedLib) && DoSharedLib
|
||||
MESA_SWR_SETUP_UOBJS = $(MESASWRSETUPDIR)unshared/ss_context.o \
|
||||
$(MESASWRSETUPDIR)unshared/ss_triangle.o
|
||||
#else
|
||||
MESA_SWR_SETUP_UOBJS = $(MESA_SWR_SETUP_OBJS)
|
||||
#endif
|
||||
|
||||
MESA_SWR_SETUP_DOBJS = $(MESASWRSETUPDIR)debugger/ss_context.o \
|
||||
$(MESASWRSETUPDIR)debugger/ss_triangle.o
|
||||
|
||||
MESA_SWR_SETUP_POBJS = $(MESASWRSETUPDIR)profiled/ss_context.o \
|
||||
$(MESASWRSETUPDIR)profiled/ss_triangle.o
|
||||
|
||||
Reference in New Issue
Block a user