util: implement strndup for WIN32
[mesa.git] / src / util / Makefile.sources
1 MESA_UTIL_FILES := \
2 bitset.h \
3 format_srgb.h \
4 hash_table.c \
5 hash_table.h \
6 list.h \
7 macros.h \
8 mesa-sha1.c \
9 mesa-sha1.h \
10 ralloc.c \
11 ralloc.h \
12 register_allocate.c \
13 register_allocate.h \
14 rgtc.c \
15 rgtc.h \
16 rounding.h \
17 set.c \
18 set.h \
19 simple_list.h \
20 strndup.c \
21 strndup.h \
22 strtod.c \
23 strtod.h \
24 texcompress_rgtc_tmp.h \
25 u_atomic.h
26
27 MESA_UTIL_GENERATED_FILES = \
28 format_srgb.c