mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
glapi/build: Add headers to distribution.
Acked-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
fbca1ab780
commit
144bbb7b78
2 changed files with 22 additions and 6 deletions
|
|
@ -15,22 +15,36 @@
|
||||||
# this mode, compile MAPI_BRIDGE_FILES with MAPI_MODE_BRIDGE defined.
|
# this mode, compile MAPI_BRIDGE_FILES with MAPI_MODE_BRIDGE defined.
|
||||||
|
|
||||||
MAPI_UTIL_FILES = \
|
MAPI_UTIL_FILES = \
|
||||||
|
$(TOP)/src/mapi/u_compiler.h \
|
||||||
$(TOP)/src/mapi/u_current.c \
|
$(TOP)/src/mapi/u_current.c \
|
||||||
$(TOP)/src/mapi/u_execmem.c
|
$(TOP)/src/mapi/u_current.h \
|
||||||
|
$(TOP)/src/mapi/u_execmem.c \
|
||||||
|
$(TOP)/src/mapi/u_execmem.h \
|
||||||
|
$(TOP)/src/mapi/u_macros.h \
|
||||||
|
$(TOP)/src/mapi/u_thread.h
|
||||||
|
|
||||||
|
MAPI_BRIDGE_FILES = \
|
||||||
|
$(TOP)/src/mapi/entry.c \
|
||||||
|
$(TOP)/src/mapi/entry.h \
|
||||||
|
$(TOP)/src/mapi/entry_x86-64_tls.h \
|
||||||
|
$(TOP)/src/mapi/entry_x86_tls.h \
|
||||||
|
$(TOP)/src/mapi/entry_x86_tsd.h \
|
||||||
|
$(TOP)/src/mapi/mapi_tmp.h
|
||||||
|
|
||||||
MAPI_FILES = \
|
MAPI_FILES = \
|
||||||
$(TOP)/src/mapi/entry.c \
|
|
||||||
$(TOP)/src/mapi/mapi.c \
|
$(TOP)/src/mapi/mapi.c \
|
||||||
|
$(TOP)/src/mapi/mapi.h \
|
||||||
$(TOP)/src/mapi/stub.c \
|
$(TOP)/src/mapi/stub.c \
|
||||||
|
$(TOP)/src/mapi/stub.h \
|
||||||
$(TOP)/src/mapi/table.c \
|
$(TOP)/src/mapi/table.c \
|
||||||
|
$(TOP)/src/mapi/table.h \
|
||||||
$(MAPI_UTIL_FILES)
|
$(MAPI_UTIL_FILES)
|
||||||
|
|
||||||
MAPI_GLAPI_FILES = \
|
MAPI_GLAPI_FILES = \
|
||||||
$(TOP)/src/mapi/entry.c \
|
|
||||||
$(TOP)/src/mapi/mapi_glapi.c \
|
$(TOP)/src/mapi/mapi_glapi.c \
|
||||||
$(TOP)/src/mapi/stub.c \
|
$(TOP)/src/mapi/stub.c \
|
||||||
|
$(TOP)/src/mapi/stub.h \
|
||||||
$(TOP)/src/mapi/table.c \
|
$(TOP)/src/mapi/table.c \
|
||||||
|
$(TOP)/src/mapi/table.h \
|
||||||
$(MAPI_UTIL_FILES)
|
$(MAPI_UTIL_FILES)
|
||||||
|
|
||||||
MAPI_BRIDGE_FILES = \
|
|
||||||
$(TOP)/src/mapi/entry.c
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,9 @@ GLAPI_SOURCES = \
|
||||||
glapi_gentable.c \
|
glapi_gentable.c \
|
||||||
glapi_getproc.c \
|
glapi_getproc.c \
|
||||||
glapi_nop.c \
|
glapi_nop.c \
|
||||||
glapi.c
|
glapi.c \
|
||||||
|
glapi.h \
|
||||||
|
glapi_priv.h
|
||||||
|
|
||||||
X86_API = \
|
X86_API = \
|
||||||
glapi_x86.S
|
glapi_x86.S
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue