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