util: Move Mesa's bitset.h to util/.
[mesa.git] / src / util / Makefile.sources
1 MESA_UTIL_SHADER_CACHE_FILES := \
2 mesa-sha1.c \
3 mesa-sha1.h
4
5 MESA_UTIL_FILES := \
6 bitset.h \
7 format_srgb.h \
8 hash_table.c \
9 hash_table.h \
10 macros.h \
11 ralloc.c \
12 ralloc.h \
13 register_allocate.c \
14 register_allocate.h \
15 rgtc.c \
16 rgtc.h \
17 set.c \
18 set.h \
19 simple_list.h \
20 strtod.cpp \
21 strtod.h \
22 texcompress_rgtc_tmp.h \
23 u_atomic.h
24
25 MESA_UTIL_GENERATED_FILES = \
26 format_srgb.c