mesa/src/util/Makefile.sources
Chia-I Wu e3f2029479 util: add _mesa_strtod and _mesa_strtof
Both core mesa and glsl have their own wrappers for strtof_l.  Merge
and move them to util/.  They are compiled with a C++ compiler so that
we can make them thread-safe in a following commit.

Signed-off-by: Chia-I Wu <olv@lunarg.com>
Reviewed-by: Kenneth Graunke <kenneth@whiteacpe.org>
2014-10-30 02:26:19 -07:00

10 lines
163 B
Text

MESA_UTIL_FILES := \
hash_table.c \
ralloc.c \
register_allocate.c \
register_allocate.h \
rgtc.c \
strtod.cpp
MESA_UTIL_GENERATED_FILES = \
format_srgb.c