mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-31 00:48:13 +02:00
automake doesn't allow hyphens in variable names Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Eric Anholt <eric@anholt.net> Tested-by: Matt Turner <mattst88@gmail.com>
19 lines
261 B
Makefile
19 lines
261 B
Makefile
# src/mapi/glapi/sources.mak
|
|
|
|
GLAPI_SOURCES = \
|
|
glapi_dispatch.c \
|
|
glapi_entrypoint.c \
|
|
glapi_gentable.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
|