Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mapi / Makefile.sources
index a1796626d5ea96ee3641d15ea4afdecc36f2dc70..4b83caa8ed2b0c0aba6a1471c6b819e261a24047 100644 (file)
@@ -2,9 +2,6 @@
 #
 # mapi may be used in several ways
 #
-#  - In default mode, mapi implements the interface defined by mapi.h.  To use
-#    this mode, compile MAPI_FILES.
-#
 #  - In util mode, mapi provides utility functions for use with glapi.  To use
 #    this mode, compile MAPI_UTIL_FILES with MAPI_MODE_UTIL defined.
 #
@@ -18,9 +15,7 @@ MAPI_UTIL_FILES = \
        u_current.c \
        u_current.h \
        u_execmem.c \
-       u_execmem.h \
-       u_macros.h \
-       u_thread.h
+       u_execmem.h
 
 MAPI_BRIDGE_FILES = \
        entry.c \
@@ -28,18 +23,10 @@ MAPI_BRIDGE_FILES = \
        entry_x86-64_tls.h \
        entry_x86_tls.h \
        entry_x86_tsd.h \
+       entry_ppc64le_tls.h \
+       entry_ppc64le_tsd.h \
        mapi_tmp.h
 
-MAPI_FILES = \
-       entry.c \
-       mapi.c \
-       mapi.h \
-       stub.c \
-       stub.h \
-       table.c \
-       table.h \
-       $(MAPI_UTIL_FILES)
-
 MAPI_GLAPI_FILES = \
        entry.c \
        mapi_glapi.c \