u_queue: group fence functions together
[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 sha1/sha1.c \
26 sha1/sha1.h \
27 ralloc.c \
28 ralloc.h \
29 rand_xor.c \
30 rand_xor.h \
31 register_allocate.c \
32 register_allocate.h \
33 rgtc.c \
34 rgtc.h \
35 rounding.h \
36 set.c \
37 set.h \
38 simple_list.h \
39 simple_mtx.h \
40 slab.c \
41 slab.h \
42 string_buffer.c \
43 string_buffer.h \
44 strndup.h \
45 strtod.c \
46 strtod.h \
47 texcompress_rgtc_tmp.h \
48 u_atomic.c \
49 u_atomic.h \
50 u_dynarray.h \
51 u_endian.h \
52 u_queue.c \
53 u_queue.h \
54 u_string.h \
55 u_thread.h \
56 u_vector.c \
57 u_vector.h
58
59 MESA_UTIL_GENERATED_FILES = \
60 format_srgb.c
61
62 XMLCONFIG_FILES := \
63 xmlconfig.c \
64 xmlconfig.h