mesa: Detect and provide macros for function attributes pure and const.
[mesa.git] / src / util / Makefile.sources
index c34475a849371b1b648bf1588b7bf74681c3c0ae..82df3bcb00aa6a67f5a6d1a43955a2447ade61bf 100644 (file)
@@ -1,7 +1,28 @@
+MESA_UTIL_SHADER_CACHE_FILES := \
+       mesa-sha1.c \
+       mesa-sha1.h
+
 MESA_UTIL_FILES :=     \
+       bitset.h \
+       format_srgb.h \
        hash_table.c    \
+       hash_table.h \
+       list.h \
+       macros.h \
        ralloc.c \
-       rgtc.c
+       ralloc.h \
+       register_allocate.c \
+       register_allocate.h \
+       rgtc.c \
+       rgtc.h \
+       rounding.h \
+       set.c \
+       set.h \
+       simple_list.h \
+       strtod.c \
+       strtod.h \
+       texcompress_rgtc_tmp.h \
+       u_atomic.h
 
 MESA_UTIL_GENERATED_FILES = \
        format_srgb.c