ac: use the ac ivoidt llvm type
[mesa.git] / src / util / Makefile.sources
index d4a444aee3ebc6a67dba6d9ef02d5b5383c27f49..c7f6516a992f5c85a37abb7a69d673cb6e3f3c44 100644 (file)
@@ -25,6 +25,8 @@ MESA_UTIL_FILES := \
        sha1/sha1.h \
        ralloc.c \
        ralloc.h \
+       rand_xor.c \
+       rand_xor.h \
        register_allocate.c \
        register_allocate.h \
        rgtc.c \
@@ -35,22 +37,26 @@ MESA_UTIL_FILES := \
        simple_list.h \
        slab.c \
        slab.h \
-       string_to_uint_map.cpp \
-       string_to_uint_map.h \
+       string_buffer.c \
+       string_buffer.h \
        strndup.h \
        strtod.c \
        strtod.h \
        texcompress_rgtc_tmp.h \
+       u_atomic.c \
        u_atomic.h \
+       u_dynarray.h \
        u_endian.h \
        u_queue.c \
        u_queue.h \
        u_string.h \
        u_thread.h \
        u_vector.c \
-       u_vector.h \
-       vk_alloc.h \
-       vk_util.h
+       u_vector.h
 
 MESA_UTIL_GENERATED_FILES = \
        format_srgb.c
+
+XMLCONFIG_FILES := \
+       xmlconfig.c \
+       xmlconfig.h