Dylan Baker | 8e03250 | 2017-02-17 11:57:24 -0800 | [diff] [blame] | 1 | |
| 2 | VULKAN_WSI_FILES := \ |
| 3 | wsi/wsi_common.h \ |
| 4 | wsi/wsi_common_queue.h |
| 5 | |
| 6 | VULKAN_WSI_WAYLAND_FILES := \ |
| 7 | wsi/wsi_common_wayland.c \ |
| 8 | wsi/wsi_common_wayland.h |
| 9 | |
Jason Ekstrand | 12f348b | 2017-03-01 19:03:17 -0800 | [diff] [blame] | 10 | VULKAN_WSI_WAYLAND_GENERATED_FILES := \ |
| 11 | wsi/wayland-drm-protocol.c \ |
| 12 | wsi/wayland-drm-client-protocol.h |
| 13 | |
Dylan Baker | 8e03250 | 2017-02-17 11:57:24 -0800 | [diff] [blame] | 14 | VULKAN_WSI_X11_FILES := \ |
| 15 | wsi/wsi_common_x11.c \ |
| 16 | wsi/wsi_common_x11.h |
| 17 | |
Emil Velikov | 14281c9 | 2017-02-28 14:13:09 +0000 | [diff] [blame] | 18 | VULKAN_UTIL_GENERATED_FILES := \ |
Dylan Baker | 8e03250 | 2017-02-17 11:57:24 -0800 | [diff] [blame] | 19 | util/vk_enum_to_str.c \ |
| 20 | util/vk_enum_to_str.h |