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