mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-11 05:50:14 +01:00
automake: vulkan: rename/reuse VULKAN_UTIL_{GENERATED_,}FILES list
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
3f2cb699cf
commit
14281c9035
3 changed files with 5 additions and 7 deletions
|
|
@ -37,9 +37,8 @@ intermediates := $(call local-generated-sources-dir)
|
|||
LOCAL_C_INCLUDES := \
|
||||
$(MESA_TOP)/include/vulkan
|
||||
|
||||
LOCAL_GENERATED_SOURCES := \
|
||||
$(intermediates)/util/vk_enum_to_str.c \
|
||||
$(intermediates)/util/vk_enum_to_str.h
|
||||
LOCAL_GENERATED_SOURCES := $(addprefix $(intermediates)/, \
|
||||
$(VULKAN_UTIL_GENERATED_FILES))
|
||||
|
||||
vulkan_api_xml = $(MESA_TOP)/src/vulkan/registry/vk.xml
|
||||
|
||||
|
|
|
|||
|
|
@ -12,14 +12,13 @@ EXTRA_DIST = \
|
|||
util/gen_enum_to_str.py
|
||||
|
||||
BUILT_SOURCES = \
|
||||
util/vk_enum_to_str.c \
|
||||
util/vk_enum_to_str.h
|
||||
$(VULKAN_UTIL_GENERATED_FILES)
|
||||
|
||||
util/vk_enum_to_str.c util/vk_enum_to_str.h: util/gen_enum_to_str.py $(vulkan_api_xml)
|
||||
$(MKDIR_GEN)
|
||||
$(PYTHON_GEN) $(srcdir)/util/gen_enum_to_str.py --outdir $(top_builddir)/src/vulkan/util
|
||||
|
||||
libvulkan_util_la_SOURCES = $(VULKAN_UTIL_FILES)
|
||||
libvulkan_util_la_SOURCES = $(VULKAN_UTIL_GENERATED_FILES)
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
$(DEFINES) \
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@ VULKAN_WSI_X11_FILES := \
|
|||
wsi/wsi_common_x11.c \
|
||||
wsi/wsi_common_x11.h
|
||||
|
||||
VULKAN_UTIL_FILES := \
|
||||
VULKAN_UTIL_GENERATED_FILES := \
|
||||
util/vk_enum_to_str.c \
|
||||
util/vk_enum_to_str.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue