util: move process.[ch] to u_process.[ch]
[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 u_process.c \
28 u_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 rb_tree.c \
36 rb_tree.h \
37 register_allocate.c \
38 register_allocate.h \
39 rgtc.c \
40 rgtc.h \
41 rounding.h \
42 set.c \
43 set.h \
44 simple_list.h \
45 simple_mtx.h \
46 slab.c \
47 slab.h \
48 string_buffer.c \
49 string_buffer.h \
50 strndup.h \
51 strtod.c \
52 strtod.h \
53 texcompress_rgtc_tmp.h \
54 u_atomic.c \
55 u_atomic.h \
56 u_dynarray.h \
57 u_endian.h \
58 u_queue.c \
59 u_queue.h \
60 u_string.h \
61 u_thread.h \
62 u_vector.c \
63 u_vector.h \
64 vma.c \
65 vma.h
66
67 MESA_UTIL_GENERATED_FILES = \
68 format_srgb.c
69
70 XMLCONFIG_FILES := \
71 xmlconfig.c \
72 xmlconfig.h