mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-21 02:10:17 +01:00
gallium: define GENERATED auxiliary files
Don't need special default dependency on u_format_pack.h anymore.
This commit is contained in:
parent
f89c237c2c
commit
f519d3d6b6
1 changed files with 7 additions and 1 deletions
|
|
@ -160,6 +160,13 @@ GALLIVM_SOURCES = \
|
|||
GALLIVM_CPP_SOURCES = \
|
||||
gallivm/lp_bld_misc.cpp
|
||||
|
||||
GENERATED_SOURCES = \
|
||||
indices/u_indices_gen.c \
|
||||
indices/u_unfilled_gen.c \
|
||||
util/u_format_access.c \
|
||||
util/u_format_pack.h \
|
||||
util/u_format_table.c
|
||||
|
||||
|
||||
ifeq ($(MESA_LLVM),1)
|
||||
C_SOURCES += \
|
||||
|
|
@ -190,4 +197,3 @@ util/u_format_pack.h: util/u_format_pack.py util/u_format_parse.py util/u_format
|
|||
util/u_format_access.c: util/u_format_access.py util/u_format_parse.py util/u_format.csv
|
||||
python util/u_format_access.py util/u_format.csv > $@
|
||||
|
||||
default: util/u_format_pack.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue