util: Add headers and python scripts for distribution.

This commit is contained in:
Matt Turner 2014-12-06 20:21:20 -08:00
parent 7808344271
commit 1cd2b9177e
3 changed files with 10 additions and 2 deletions

View file

@ -165,7 +165,6 @@ C_SOURCES := \
translate/translate_generic.c \
translate/translate_sse.c \
util/dbghelp.h \
util/u_atomic.h \
util/u_bitmask.c \
util/u_bitmask.h \
util/u_blend.h \

View file

@ -39,6 +39,7 @@ libmesautil_la_SOURCES = \
BUILT_SOURCES = $(MESA_UTIL_GENERATED_FILES)
CLEANFILES = $(BUILT_SOURCES)
EXTRA_DIST = format_srgb.py
format_srgb.c: $(srcdir)/format_srgb.py
$(AM_V_GEN) $(PYTHON2) $< > $@

View file

@ -1,10 +1,18 @@
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 \
strtod.cpp
rgtc.h \
strtod.cpp \
strtod.h \
texcompress_rgtc_tmp.h \
u_atomic.h
MESA_UTIL_GENERATED_FILES = \
format_srgb.c