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