mesa/src/mapi/glapi/sources.mak
Chia-I Wu c17d4999f1 mapi: Clean up u_current interface.
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.
2010-12-18 15:05:52 +08:00

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