Move blob from compiler/ to util/
[mesa.git] / src / util / Makefile.sources
1 MESA_UTIL_FILES := \
2 anon_file.h \
3 anon_file.c \
4 bigmath.h \
5 bitscan.c \
6 bitscan.h \
7 bitset.h \
8 blob.c \
9 blob.h \
10 build_id.c \
11 build_id.h \
12 crc32.c \
13 crc32.h \
14 dag.c \
15 dag.h \
16 debug.c \
17 debug.h \
18 disk_cache.c \
19 disk_cache.h \
20 double.c \
21 double.h \
22 fast_idiv_by_const.c \
23 fast_idiv_by_const.h \
24 format_r11g11b10f.h \
25 format_rgb9e5.h \
26 format_srgb.h \
27 futex.h \
28 half_float.c \
29 half_float.h \
30 hash_table.c \
31 hash_table.h \
32 list.h \
33 macros.h \
34 mesa-sha1.c \
35 mesa-sha1.h \
36 os_time.c \
37 os_time.h \
38 os_file.c \
39 os_file.h \
40 os_misc.c \
41 os_misc.h \
42 u_process.c \
43 u_process.h \
44 sha1/sha1.c \
45 sha1/sha1.h \
46 ralloc.c \
47 ralloc.h \
48 rand_xor.c \
49 rand_xor.h \
50 rb_tree.c \
51 rb_tree.h \
52 register_allocate.c \
53 register_allocate.h \
54 rgtc.c \
55 rgtc.h \
56 rounding.h \
57 set.c \
58 set.h \
59 simple_list.h \
60 simple_mtx.h \
61 slab.c \
62 slab.h \
63 softfloat.c \
64 softfloat.h \
65 string_buffer.c \
66 string_buffer.h \
67 strndup.h \
68 strtod.c \
69 strtod.h \
70 texcompress_rgtc_tmp.h \
71 timespec.h \
72 u_atomic.c \
73 u_atomic.h \
74 u_dynarray.h \
75 u_endian.h \
76 u_math.c \
77 u_math.h \
78 u_queue.c \
79 u_queue.h \
80 u_string.h \
81 u_thread.h \
82 u_vector.c \
83 u_vector.h \
84 u_debug.c \
85 u_debug.h \
86 u_cpu_detect.c \
87 u_cpu_detect.h \
88 os_memory_aligned.h \
89 os_memory_debug.h \
90 os_memory_stdc.h \
91 os_memory.h \
92 u_memory.h \
93 vma.c \
94 vma.h
95
96 MESA_UTIL_GENERATED_FILES = \
97 format_srgb.c
98
99 XMLCONFIG_FILES := \
100 xmlconfig.c \
101 xmlconfig.h