X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Futil%2FMakefile.sources;h=aec41c389eaf73f7d883697df5f8007f49cdaf24;hb=c3b66566760dd44eaeed9e4df13687dc3ee69bd9;hp=5daa731ce1d4098cdd73d71fb7c9a250c7fd59a9;hpb=72e55bb6888ff4d6b69b10d9c58573e4c3d492ec;p=mesa.git diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index 5daa731ce1d..aec41c389ea 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -1,3 +1,34 @@ MESA_UTIL_FILES := \ + bitscan.c \ + bitscan.h \ + bitset.h \ + debug.c \ + debug.h \ + format_srgb.h \ + half_float.c \ + half_float.h \ hash_table.c \ - ralloc.c + hash_table.h \ + list.h \ + macros.h \ + mesa-sha1.c \ + mesa-sha1.h \ + ralloc.c \ + ralloc.h \ + register_allocate.c \ + register_allocate.h \ + rgtc.c \ + rgtc.h \ + rounding.h \ + set.c \ + set.h \ + simple_list.h \ + strndup.c \ + strndup.h \ + strtod.c \ + strtod.h \ + texcompress_rgtc_tmp.h \ + u_atomic.h + +MESA_UTIL_GENERATED_FILES = \ + format_srgb.c