mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
util: Add headers and python scripts for distribution.
This commit is contained in:
parent
7808344271
commit
1cd2b9177e
3 changed files with 10 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue