mesa/src/mapi/glapi/sources.mak
Chia-I Wu a73c6540d9 mapi: Add mapi and share the code with glapi.
Specifically, move all or most of

      glapi/glapi.c         to mapi/u_current.c,
      glapi/glapi_execmem.c to mapi/u_execmem.c,
      glapi/glthread.[ch]   to mapi/u_thread.[ch]

and remove their dependencies on core Mesa headers.
2010-05-07 10:41:11 +08:00

17 lines
230 B
Makefile

# src/mapi/glapi/sources.mak
GLAPI_SOURCES = \
glapi_dispatch.c \
glapi_entrypoint.c \
glapi_getproc.c \
glapi_nop.c \
glthread.c
X86_API = \
glapi_x86.S
X86-64_API = \
glapi_x86-64.S
SPARC_API = \
glapi_sparc.S