utils/u_math: break dependency on gallium/utils
[mesa.git] / src / util / Makefile.sources
index 9393f6a48165a2657c31e77ef96a584f3dc139bf..b562d6cd6f41006f72b245e8658fc60a9dc51cd6 100644 (file)
@@ -13,6 +13,7 @@ MESA_UTIL_FILES := \
        format_r11g11b10f.h \
        format_rgb9e5.h \
        format_srgb.h \
+       futex.h \
        half_float.c \
        half_float.h \
        hash_table.c \
@@ -21,12 +22,18 @@ MESA_UTIL_FILES := \
        macros.h \
        mesa-sha1.c \
        mesa-sha1.h \
+       os_time.c \
+       os_time.h \
+       u_process.c \
+       u_process.h \
        sha1/sha1.c \
        sha1/sha1.h \
        ralloc.c \
        ralloc.h \
        rand_xor.c \
        rand_xor.h \
+       rb_tree.c \
+       rb_tree.h \
        register_allocate.c \
        register_allocate.h \
        rgtc.c \
@@ -48,12 +55,16 @@ MESA_UTIL_FILES := \
        u_atomic.h \
        u_dynarray.h \
        u_endian.h \
+       u_math.c \
+       u_math.h \
        u_queue.c \
        u_queue.h \
        u_string.h \
        u_thread.h \
        u_vector.c \
-       u_vector.h
+       u_vector.h \
+       vma.c \
+       vma.h
 
 MESA_UTIL_GENERATED_FILES = \
        format_srgb.c