i965: make use of nir linking
[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 half_float.c \
17 half_float.h \
18 hash_table.c \
19 hash_table.h \
20 list.h \
21 macros.h \
22 mesa-sha1.c \
23 mesa-sha1.h \
24 sha1/sha1.c \
25 sha1/sha1.h \
26 ralloc.c \
27 ralloc.h \
28 rand_xor.c \
29 rand_xor.h \
30 register_allocate.c \
31 register_allocate.h \
32 rgtc.c \
33 rgtc.h \
34 rounding.h \
35 set.c \
36 set.h \
37 simple_list.h \
38 slab.c \
39 slab.h \
40 strndup.h \
41 strtod.c \
42 strtod.h \
43 texcompress_rgtc_tmp.h \
44 u_atomic.c \
45 u_atomic.h \
46 u_dynarray.h \
47 u_endian.h \
48 u_queue.c \
49 u_queue.h \
50 u_string.h \
51 u_thread.h \
52 u_vector.c \
53 u_vector.h
54
55 MESA_UTIL_GENERATED_FILES = \
56 format_srgb.c
57
58 XMLCONFIG_FILES := \
59 xmlconfig.c \
60 xmlconfig.h