Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
b4e2ec70
Commit
b4e2ec70
authored
Apr 10, 2016
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Xserver/GL/glx/Imakefile: Serialize parameters and make Imakefile changes more trackable.
parent
0c29f81f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
82 additions
and
23 deletions
+82
-23
Imakefile
nx-X11/programs/Xserver/GL/glx/Imakefile
+82
-23
No files found.
nx-X11/programs/Xserver/GL/glx/Imakefile
View file @
b4e2ec70
XCOMM $XFree86: xc/programs/Xserver/GL/glx/Imakefile,v 1.11 2004/01/28 18:11:50 alanh Exp $
NULL =
#if DoLoadableServer
# if !BuildModuleInSubdir
# define IHaveModules
...
...
@@ -22,29 +24,86 @@ LinkSourceFile(glcontextmodes.h, $(MESASRCDIR)/src/mesa/drivers/dri/common)
LinkSourceFile(indirect_size.c, $(MESASRCDIR)/src/glx/x11)
LinkSourceFile(indirect_size.h, $(MESASRCDIR)/src/glx/x11)
SRCS = global.c glxbuf.c glxcmds.c glxcmdsswap.c glxext.c \
glxfb.c glximports.c glxmem.c glxpix.c glxscreens.c \
glxutil.c render2.c render2swap.c renderpix.c \
renderpixswap.c rensize.c rensizetab.c single2.c \
single2swap.c singlepix.c singlepixswap.c \
singlesize.c xfont.c g_disptab.c g_disptab_EXT.c \
g_render.c g_renderswap.c g_single.c g_singleswap.c \
glcontextmodes.c indirect_size.c $(MSRCS)
OBJS = global.o glxbuf.o glxcmds.o glxcmdsswap.o glxext.o \
glxfb.o glximports.o glxmem.o glxpix.o glxscreens.o \
glxutil.o render2.o render2swap.o renderpix.o \
renderpixswap.o rensize.o rensizetab.o single2.o \
single2swap.o singlepix.o singlepixswap.o \
singlesize.o xfont.o g_disptab.o g_disptab_EXT.o \
g_render.o g_renderswap.o g_single.o g_singleswap.o \
glcontextmodes.o indirect_size.o $(MOBJS)
INCLUDES = -I$(SERVERSRC)/GL/glx -I$(SERVERSRC)/GL/include -I$(SERVERSRC)/include -I$(INCLUDESRC) -I$(MESASRCDIR)/include \
-I$(XINCLUDESRC) -I$(SERVERSRC)/mi \
-I$(EXTINCSRC) -I$(LIBSRC)/GL/include \
-I$(XF86SRC) \
`pkg-config --cflags-only-I pixman-1`
SRCS = global.c \
glxbuf.c \
glxcmds.c \
glxcmdsswap.c \
glxext.c \
glxfb.c \
glximports.c \
glxmem.c \
glxpix.c \
glxscreens.c \
glxutil.c \
render2.c \
render2swap.c \
renderpix.c \
renderpixswap.c \
rensize.c \
rensizetab.c \
single2.c \
single2swap.c \
singlepix.c \
singlepixswap.c \
singlesize.c \
xfont.c \
g_disptab.c \
g_disptab_EXT.c \
g_render.c \
g_renderswap.c \
g_single.c \
g_singleswap.c \
glcontextmodes. c \
indirect_size.c \
$(MSRCS) \
$(NULL)
OBJS = global.o \
glxbuf.o \
glxcmds.o \
glxcmdsswap.o \
glxext.o \
glxfb.o \
glximports.o \
glxmem.o \
glxpix.o \
glxscreens.o \
glxutil.o \
render2.o \
render2swap.o \
renderpix.o \
renderpixswap.o \
rensize.o \
rensizetab.o \
single2.o \
single2swap.o \
singlepix.o \
singlepixswap.o \
singlesize.o \
xfont.o \
g_disptab.o \
g_disptab_EXT.o \
g_render.o \
g_renderswap.o \
g_single.o \
g_singleswap.o \
glcontextmodes.o \
indirect_size.o \
$(MOBJS) \
$(NULL)
INCLUDES = -I$(SERVERSRC)/GL/glx \
-I$(SERVERSRC)/GL/include \
-I$(SERVERSRC)/include \
-I$(INCLUDESRC) \
-I$(MESASRCDIR)/include \
-I$(XINCLUDESRC) \
-I$(SERVERSRC)/mi \
-I$(EXTINCSRC) \
-I$(LIBSRC)/GL/include \
-I$(XF86SRC) \
`pkg-config --cflags-only-I pixman-1` \
$(NULL)
#if defined(DarwinArchitecture) && ((OSMajorVersion == 6 && OSMinorVersion < 3) || OSMajorVersion < 6)
NO_EXT_DEFS = -DMISSING_GL_EXTS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment