util/format: expose generated format packing functions through a header
[mesa.git] / src / util / Makefile.sources
index 71fe06a00962efa6dc89b46b5f7f50f2e6ea053f..c1e6e34c46eacc06a3715651204083bc499ce2ad 100644 (file)
@@ -9,6 +9,7 @@ MESA_UTIL_FILES := \
        blob.h \
        build_id.c \
        build_id.h \
+        compiler.h \
        crc32.c \
        crc32.h \
        dag.c \
@@ -107,6 +108,11 @@ MESA_UTIL_FILES := \
        u_vector.h \
        u_debug.c \
        u_debug.h \
+       u_debug_memory.c \
+       u_debug_stack.c \
+       u_debug_stack.h \
+       u_debug_symbol.c \
+       u_debug_symbol.h \
        u_cpu_detect.c \
        u_cpu_detect.h \
        os_memory_aligned.h \
@@ -114,14 +120,18 @@ MESA_UTIL_FILES := \
        os_memory_stdc.h \
        os_memory.h \
        u_memory.h \
+       u_memset.h \
        u_mm.h \
        u_mm.c \
        vma.c \
-       vma.h
+       vma.h \
+       xxhash.h
+
 
 MESA_UTIL_GENERATED_FILES = \
        format_srgb.c \
-       format/u_format_table.c
+       format/u_format_table.c \
+       format/u_format_pack.h
 
 XMLCONFIG_FILES := \
        xmlconfig.c \