1 2VULKAN_WSI_FILES := \ 3 wsi/wsi_common.c \ 4 wsi/wsi_common.h \ 5 wsi/wsi_common_private.h \ 6 wsi/wsi_common_queue.h 7 8VULKAN_WSI_WAYLAND_FILES := \ 9 wsi/wsi_common_wayland.c \ 10 wsi/wsi_common_wayland.h 11 12VULKAN_WSI_WAYLAND_GENERATED_FILES := \ 13 wsi/wayland-drm-protocol.c \ 14 wsi/wayland-drm-client-protocol.h 15 16VULKAN_WSI_X11_FILES := \ 17 wsi/wsi_common_x11.c \ 18 wsi/wsi_common_x11.h 19 20VULKAN_UTIL_FILES := \ 21 util/vk_alloc.h \ 22 util/vk_debug_report.c \ 23 util/vk_debug_report.h \ 24 util/vk_util.c \ 25 util/vk_util.h 26 27VULKAN_UTIL_GENERATED_FILES := \ 28 util/vk_enum_to_str.c \ 29 util/vk_enum_to_str.h 30