mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 17:48:15 +02:00
Try not to use macros to make u_current.h appear to be glapi.h. Use u_current.h to implement glapi.h instead whenever possible.
18 lines
241 B
Makefile
18 lines
241 B
Makefile
# src/mapi/glapi/sources.mak
|
|
|
|
GLAPI_SOURCES = \
|
|
glapi_dispatch.c \
|
|
glapi_entrypoint.c \
|
|
glapi_getproc.c \
|
|
glapi_nop.c \
|
|
glthread.c \
|
|
glapi.c
|
|
|
|
X86_API = \
|
|
glapi_x86.S
|
|
|
|
X86-64_API = \
|
|
glapi_x86-64.S
|
|
|
|
SPARC_API = \
|
|
glapi_sparc.S
|