util: Add headers and python scripts for distribution.
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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) $< > $@
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user