util: add vector util code.
[mesa.git] / src / util / Makefile.sources
1 MESA_UTIL_FILES := \
2 bitscan.c \
3 bitscan.h \
4 bitset.h \
5 debug.c \
6 debug.h \
7 format_r11g11b10f.h \
8 format_rgb9e5.h \
9 format_srgb.h \
10 half_float.c \
11 half_float.h \
12 hash_table.c \
13 hash_table.h \
14 list.h \
15 macros.h \
16 mesa-sha1.c \
17 mesa-sha1.h \
18 ralloc.c \
19 ralloc.h \
20 register_allocate.c \
21 register_allocate.h \
22 rgtc.c \
23 rgtc.h \
24 rounding.h \
25 set.c \
26 set.h \
27 simple_list.h \
28 slab.c \
29 slab.h \
30 string_to_uint_map.h \
31 string_to_uint_map.cpp \
32 strndup.c \
33 strndup.h \
34 strtod.c \
35 strtod.h \
36 texcompress_rgtc_tmp.h \
37 u_atomic.h \
38 u_endian.h \
39 u_vector.c \
40 u_vector.h
41
42 MESA_UTIL_GENERATED_FILES = \
43 format_srgb.c