tree-wide: fix deprecated GitLab URLs
[mesa.git] / src / util / Makefile.sources
1 MESA_UTIL_FILES := \
2 anon_file.h \
3 anon_file.c \
4 bigmath.h \
5 bitscan.c \
6 bitscan.h \
7 bitset.h \
8 blob.c \
9 blob.h \
10 build_id.c \
11 build_id.h \
12 compiler.h \
13 crc32.c \
14 crc32.h \
15 dag.c \
16 dag.h \
17 debug.c \
18 debug.h \
19 disk_cache.c \
20 disk_cache.h \
21 double.c \
22 double.h \
23 fast_idiv_by_const.c \
24 fast_idiv_by_const.h \
25 fnv1a.h \
26 format/u_format.c \
27 format/u_format.h \
28 format/u_format_bptc.c \
29 format/u_format_bptc.h \
30 format/u_format_etc.c \
31 format/u_format_etc.h \
32 format/u_format_latc.c \
33 format/u_format_latc.h \
34 format/u_format_other.c \
35 format/u_format_other.h \
36 format/u_format_rgtc.c \
37 format/u_format_rgtc.h \
38 format/u_format_s3tc.c \
39 format/u_format_s3tc.h \
40 format/u_format_tests.c \
41 format/u_format_tests.h \
42 format/u_format_yuv.c \
43 format/u_format_yuv.h \
44 format/u_format_zs.c \
45 format/u_format_zs.h \
46 format_r11g11b10f.h \
47 format_rgb9e5.h \
48 format_srgb.h \
49 futex.h \
50 half_float.c \
51 half_float.h \
52 hash_table.c \
53 hash_table.h \
54 list.h \
55 macros.h \
56 mesa-sha1.c \
57 mesa-sha1.h \
58 os_time.c \
59 os_time.h \
60 os_file.c \
61 os_file.h \
62 os_socket.c \
63 os_socket.h \
64 os_misc.c \
65 os_misc.h \
66 u_process.c \
67 u_process.h \
68 sha1/sha1.c \
69 sha1/sha1.h \
70 ralloc.c \
71 ralloc.h \
72 rand_xor.c \
73 rand_xor.h \
74 rb_tree.c \
75 rb_tree.h \
76 register_allocate.c \
77 register_allocate.h \
78 rgtc.c \
79 rgtc.h \
80 rounding.h \
81 set.c \
82 set.h \
83 simple_list.h \
84 simple_mtx.h \
85 slab.c \
86 slab.h \
87 softfloat.c \
88 softfloat.h \
89 sparse_array.c \
90 sparse_array.h \
91 string_buffer.c \
92 string_buffer.h \
93 strndup.h \
94 strtod.c \
95 strtod.h \
96 texcompress_rgtc_tmp.h \
97 timespec.h \
98 u_atomic.c \
99 u_atomic.h \
100 u_dynarray.h \
101 u_endian.h \
102 u_math.c \
103 u_math.h \
104 u_queue.c \
105 u_queue.h \
106 u_string.h \
107 u_thread.h \
108 u_vector.c \
109 u_vector.h \
110 u_debug.c \
111 u_debug.h \
112 u_debug_memory.c \
113 u_cpu_detect.c \
114 u_cpu_detect.h \
115 os_memory_aligned.h \
116 os_memory_debug.h \
117 os_memory_stdc.h \
118 os_memory.h \
119 u_memory.h \
120 u_memset.h \
121 u_mm.h \
122 u_mm.c \
123 vma.c \
124 vma.h \
125 xxhash.h
126
127
128 MESA_UTIL_GENERATED_FILES = \
129 format_srgb.c \
130 format/u_format_table.c
131
132 XMLCONFIG_FILES := \
133 xmlconfig.c \
134 xmlconfig.h