blob: 154677aa47d8b28f142e40645389fc522cc9fc19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
MESA_UTIL_FILES := \
format_srgb.h \
hash_table.c \
hash_table.h \
macros.h \
ralloc.c \
ralloc.h \
register_allocate.c \
register_allocate.h \
rgtc.c \
rgtc.h \
set.c \
set.h \
strtod.cpp \
strtod.h \
texcompress_rgtc_tmp.h \
u_atomic.h
MESA_UTIL_GENERATED_FILES = \
format_srgb.c
|