libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 24 Aug 2014 18:26:14 +0000 (19:26 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 1 Sep 2014 15:06:01 +0000 (16:06 +0100)
commit4255d3d51dfe85be93d3e246f24b7bb56950a8c2
treeee08aee5a3d0350f40e53cc17a3926662a074b99
parent02b3ad7e19e3a73453a68354f9f3fa6224c38bfe
libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources

Will be used to consolidate the required sources lists as well as the
install-able headers. This is turn will help us to avoid the
duplication with the upcoming Android build support.

v2: Rename the headers variable to *_H_FILES.
v3: Rebase on top of symbol visibility patches.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
12 files changed:
Makefile.am
Makefile.sources [new file with mode: 0644]
freedreno/Makefile.am
freedreno/Makefile.sources [new file with mode: 0644]
include/drm/Makefile.am
include/drm/Makefile.sources [new file with mode: 0644]
intel/Makefile.am
intel/Makefile.sources [new file with mode: 0644]
nouveau/Makefile.am
nouveau/Makefile.sources [new file with mode: 0644]
radeon/Makefile.am
radeon/Makefile.sources [new file with mode: 0644]