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