# src/mapi/mapi/sources.mak # # When MAPI_GLAPI_CURRENT is defined, MAPI_GLAPI_SOURCES can be built without # MAPI_SOURCES and it is used by glapi. # # Otherwise, MAPI_ABI_HEADER must be defined. It should expand to the header # generated by mapi_abi.py. MAPI_GLAPI_SOURCES = \ u_current.c \ u_execmem.c \ u_thread.c MAPI_SOURCES = \ entry.c \ mapi.c \ stub.c \ table.c \ $(MAPI_GLAPI_SOURCES)