util: add a timespec helper
[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 dag.c \
11 dag.h \
12 debug.c \
13 debug.h \
14 disk_cache.c \
15 disk_cache.h \
16 fast_idiv_by_const.c \
17 fast_idiv_by_const.h \
18 format_r11g11b10f.h \
19 format_rgb9e5.h \
20 format_srgb.h \
21 futex.h \
22 half_float.c \
23 half_float.h \
24 hash_table.c \
25 hash_table.h \
26 list.h \
27 macros.h \
28 mesa-sha1.c \
29 mesa-sha1.h \
30 os_time.c \
31 os_time.h \
32 os_file.c \
33 os_file.h \
34 os_misc.c \
35 os_misc.h \
36 u_process.c \
37 u_process.h \
38 sha1/sha1.c \
39 sha1/sha1.h \
40 ralloc.c \
41 ralloc.h \
42 rand_xor.c \
43 rand_xor.h \
44 rb_tree.c \
45 rb_tree.h \
46 register_allocate.c \
47 register_allocate.h \
48 rgtc.c \
49 rgtc.h \
50 rounding.h \
51 set.c \
52 set.h \
53 simple_list.h \
54 simple_mtx.h \
55 slab.c \
56 slab.h \
57 string_buffer.c \
58 string_buffer.h \
59 strndup.h \
60 strtod.c \
61 strtod.h \
62 texcompress_rgtc_tmp.h \
63 timespec.h \
64 u_atomic.c \
65 u_atomic.h \
66 u_dynarray.h \
67 u_endian.h \
68 u_math.c \
69 u_math.h \
70 u_queue.c \
71 u_queue.h \
72 u_string.h \
73 u_thread.h \
74 u_vector.c \
75 u_vector.h \
76 u_debug.c \
77 u_debug.h \
78 u_cpu_detect.c \
79 u_cpu_detect.h \
80 os_memory_aligned.h \
81 os_memory_debug.h \
82 os_memory_stdc.h \
83 os_memory.h \
84 u_memory.h \
85 vma.c \
86 vma.h
87
88 MESA_UTIL_GENERATED_FILES = \
89 format_srgb.c
90
91 XMLCONFIG_FILES := \
92 xmlconfig.c \
93 xmlconfig.h