summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.sources
blob: 4e54c74600c80d4afe99da2420f744fb685f60c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
MESA_UTIL_SHA1_FILES := \
	sha1.c \
	sha1.h

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