1LIBDRM_FILES := \ 2 xf86drm.c \ 3 xf86drmHash.c \ 4 xf86drmHash.h \ 5 xf86drmRandom.c \ 6 xf86drmRandom.h \ 7 xf86drmSL.c \ 8 xf86drmMode.c \ 9 xf86atomic.h \ 10 libdrm_macros.h \ 11 libdrm_lists.h \ 12 util_double_list.h \ 13 util_math.h 14 15LIBDRM_H_FILES := \ 16 xf86drm.h \ 17 xf86drmMode.h 18 19LIBDRM_INCLUDE_H_FILES := \ 20 include/drm/drm.h \ 21 include/drm/drm_fourcc.h \ 22 include/drm/drm_mode.h \ 23 include/drm/drm_sarea.h \ 24 include/drm/i915_drm.h \ 25 include/drm/mach64_drm.h \ 26 include/drm/mga_drm.h \ 27 include/drm/nouveau_drm.h \ 28 include/drm/qxl_drm.h \ 29 include/drm/r128_drm.h \ 30 include/drm/radeon_drm.h \ 31 include/drm/amdgpu_drm.h \ 32 include/drm/savage_drm.h \ 33 include/drm/sis_drm.h \ 34 include/drm/tegra_drm.h \ 35 include/drm/via_drm.h 36 37LIBDRM_INCLUDE_VMWGFX_H_FILES := \ 38 include/drm/vmwgfx_drm.h 39