mesa/glthread: restore the dispatch table when incompatible gl calls are detected
[mesa.git] / src / mapi / Makefile.sources
index aff465a6015c09d027d18a8dd76e6ea90d8517af..37d6ef3aaae2a2406054615cd6e958273795c55e 100644 (file)
 #    this mode, compile MAPI_BRIDGE_FILES with MAPI_MODE_BRIDGE defined.
 
 MAPI_UTIL_FILES = \
-       $(TOP)/src/mapi/u_current.c \
-       $(TOP)/src/mapi/u_execmem.c
+       u_current.c \
+       u_current.h \
+       u_execmem.c \
+       u_execmem.h
+
+MAPI_BRIDGE_FILES = \
+       entry.c \
+       entry.h \
+       entry_x86-64_tls.h \
+       entry_x86_tls.h \
+       entry_x86_tsd.h \
+       mapi_tmp.h
 
 MAPI_FILES = \
-       $(TOP)/src/mapi/entry.c \
-       $(TOP)/src/mapi/mapi.c \
-       $(TOP)/src/mapi/stub.c \
-       $(TOP)/src/mapi/table.c \
+       entry.c \
+       stub.c \
+       stub.h \
+       table.c \
+       table.h \
        $(MAPI_UTIL_FILES)
 
 MAPI_GLAPI_FILES = \
-       $(TOP)/src/mapi/entry.c \
-       $(TOP)/src/mapi/mapi_glapi.c \
-       $(TOP)/src/mapi/stub.c \
-       $(TOP)/src/mapi/table.c \
+       entry.c \
+       mapi_glapi.c \
+       stub.c \
+       stub.h \
+       table.c \
+       table.h \
        $(MAPI_UTIL_FILES)
 
-MAPI_BRIDGE_FILES = \
-       $(TOP)/src/mapi/entry.c