util: Add a simple big math library
[platform/upstream/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         debug.c \
11         debug.h \
12         disk_cache.c \
13         disk_cache.h \
14         format_r11g11b10f.h \
15         format_rgb9e5.h \
16         format_srgb.h \
17         futex.h \
18         half_float.c \
19         half_float.h \
20         hash_table.c \
21         hash_table.h \
22         list.h \
23         macros.h \
24         mesa-sha1.c \
25         mesa-sha1.h \
26         os_time.c \
27         os_time.h \
28         u_process.c \
29         u_process.h \
30         sha1/sha1.c \
31         sha1/sha1.h \
32         ralloc.c \
33         ralloc.h \
34         rand_xor.c \
35         rand_xor.h \
36         rb_tree.c \
37         rb_tree.h \
38         register_allocate.c \
39         register_allocate.h \
40         rgtc.c \
41         rgtc.h \
42         rounding.h \
43         set.c \
44         set.h \
45         simple_list.h \
46         simple_mtx.h \
47         slab.c \
48         slab.h \
49         string_buffer.c \
50         string_buffer.h \
51         strndup.h \
52         strtod.c \
53         strtod.h \
54         texcompress_rgtc_tmp.h \
55         u_atomic.c \
56         u_atomic.h \
57         u_dynarray.h \
58         u_endian.h \
59         u_math.c \
60         u_math.h \
61         u_queue.c \
62         u_queue.h \
63         u_string.h \
64         u_thread.h \
65         u_vector.c \
66         u_vector.h \
67         vma.c \
68         vma.h
69
70 MESA_UTIL_GENERATED_FILES = \
71         format_srgb.c
72
73 XMLCONFIG_FILES := \
74         xmlconfig.c \
75         xmlconfig.h