summaryrefslogtreecommitdiff
path: root/src/mapi/mapi/sources.mak
blob: 5f327f3df628809036f22ed563a471461348159f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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)