util/os_socket: Add socket related functions.
[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 crc32.c \
13 crc32.h \
14 dag.c \
15 dag.h \
16 debug.c \
17 debug.h \
18 disk_cache.c \
19 disk_cache.h \
20 double.c \
21 double.h \
22 fast_idiv_by_const.c \
23 fast_idiv_by_const.h \
24 format/u_format.c \
25 format/u_format.h \
26 format/u_format_bptc.c \
27 format/u_format_bptc.h \
28 format/u_format_etc.c \
29 format/u_format_etc.h \
30 format/u_format_latc.c \
31 format/u_format_latc.h \
32 format/u_format_other.c \
33 format/u_format_other.h \
34 format/u_format_rgtc.c \
35 format/u_format_rgtc.h \
36 format/u_format_s3tc.c \
37 format/u_format_s3tc.h \
38 format/u_format_tests.c \
39 format/u_format_tests.h \
40 format/u_format_yuv.c \
41 format/u_format_yuv.h \
42 format/u_format_zs.c \
43 format/u_format_zs.h \
44 format_r11g11b10f.h \
45 format_rgb9e5.h \
46 format_srgb.h \
47 futex.h \
48 half_float.c \
49 half_float.h \
50 hash_table.c \
51 hash_table.h \
52 list.h \
53 macros.h \
54 mesa-sha1.c \
55 mesa-sha1.h \
56 os_time.c \
57 os_time.h \
58 os_file.c \
59 os_file.h \
60 os_socket.c \
61 os_socket.h \
62 os_misc.c \
63 os_misc.h \
64 u_process.c \
65 u_process.h \
66 sha1/sha1.c \
67 sha1/sha1.h \
68 ralloc.c \
69 ralloc.h \
70 rand_xor.c \
71 rand_xor.h \
72 rb_tree.c \
73 rb_tree.h \
74 register_allocate.c \
75 register_allocate.h \
76 rgtc.c \
77 rgtc.h \
78 rounding.h \
79 set.c \
80 set.h \
81 simple_list.h \
82 simple_mtx.h \
83 slab.c \
84 slab.h \
85 softfloat.c \
86 softfloat.h \
87 sparse_array.c \
88 sparse_array.h \
89 string_buffer.c \
90 string_buffer.h \
91 strndup.h \
92 strtod.c \
93 strtod.h \
94 texcompress_rgtc_tmp.h \
95 timespec.h \
96 u_atomic.c \
97 u_atomic.h \
98 u_dynarray.h \
99 u_endian.h \
100 u_math.c \
101 u_math.h \
102 u_queue.c \
103 u_queue.h \
104 u_string.h \
105 u_thread.h \
106 u_vector.c \
107 u_vector.h \
108 u_debug.c \
109 u_debug.h \
110 u_cpu_detect.c \
111 u_cpu_detect.h \
112 os_memory_aligned.h \
113 os_memory_debug.h \
114 os_memory_stdc.h \
115 os_memory.h \
116 u_memory.h \
117 u_mm.h \
118 u_mm.c \
119 vma.c \
120 vma.h
121
122 MESA_UTIL_GENERATED_FILES = \
123 format_srgb.c \
124 format/u_format_table.c
125
126 XMLCONFIG_FILES := \
127 xmlconfig.c \
128 xmlconfig.h