101a94349c6c4625b0d6df1901d9cb5252ee7a8d
[mesa.git] / src / vulkan / Makefile.sources
1
2 VULKAN_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
8 VULKAN_WSI_WAYLAND_FILES := \
9 wsi/wsi_common_wayland.c \
10 wsi/wsi_common_wayland.h
11
12 VULKAN_WSI_WAYLAND_GENERATED_FILES := \
13 wsi/wayland-drm-protocol.c \
14 wsi/wayland-drm-client-protocol.h \
15 wsi/linux-dmabuf-unstable-v1-protocol.c \
16 wsi/linux-dmabuf-unstable-v1-client-protocol.h
17
18 VULKAN_WSI_X11_FILES := \
19 wsi/wsi_common_x11.c \
20 wsi/wsi_common_x11.h
21
22 VULKAN_UTIL_FILES := \
23 util/vk_alloc.h \
24 util/vk_debug_report.c \
25 util/vk_debug_report.h \
26 util/vk_util.c \
27 util/vk_util.h
28
29 VULKAN_UTIL_GENERATED_FILES := \
30 util/vk_enum_to_str.c \
31 util/vk_enum_to_str.h