util: Move main/set to util/hash_set
[mesa.git] / src / util / Makefile.sources
1 MESA_UTIL_FILES := \
2 format_srgb.h \
3 hash_table.c \
4 hash_table.h \
5 macros.h \
6 ralloc.c \
7 ralloc.h \
8 register_allocate.c \
9 register_allocate.h \
10 rgtc.c \
11 rgtc.h \
12 set.c \
13 set.h \
14 strtod.cpp \
15 strtod.h \
16 texcompress_rgtc_tmp.h \
17 u_atomic.h
18
19 MESA_UTIL_GENERATED_FILES = \
20 format_srgb.c