util: Move u_debug to utils
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index d66fa85f798d97d97f79e58dfccdb4aa1647ae96..72cf2ec6443b5e1b29361b863a00c351d3824077 100644 (file)
@@ -106,8 +106,6 @@ C_SOURCES := \
        os/os_memory_debug.h \
        os/os_memory_stdc.h \
        os/os_memory.h \
-       os/os_misc.c \
-       os/os_misc.h \
        os/os_mman.h \
        os/os_process.c \
        os/os_process.h \
@@ -226,8 +224,8 @@ C_SOURCES := \
        util/u_cache.h \
        util/u_cpu_detect.c \
        util/u_cpu_detect.h \
-       util/u_debug.c \
-       util/u_debug.h \
+       util/u_debug_gallium.h \
+       util/u_debug_gallium.c \
        util/u_debug_describe.c \
        util/u_debug_describe.h \
        util/u_debug_flush.c \
@@ -294,8 +292,6 @@ C_SOURCES := \
        util/u_linear.h \
        util/u_log.c \
        util/u_log.h \
-       util/u_math.c \
-       util/u_math.h \
        util/u_memory.h \
        util/u_mm.c \
        util/u_mm.h \
@@ -304,6 +300,7 @@ C_SOURCES := \
        util/u_pack_color.h \
        util/u_pointer.h \
        util/u_prim.h \
+       util/u_prim.c \
        util/u_prim_restart.c \
        util/u_prim_restart.h \
        util/u_pstipple.c \