make: Factor out source lists from drivers/dri/common into Makefile.sources
authorChad Versace <chad@chad-versace.us>
Fri, 26 Aug 2011 00:55:42 +0000 (17:55 -0700)
committerChad Versace <chad@chad-versace.us>
Tue, 30 Aug 2011 16:11:28 +0000 (09:11 -0700)
commit16f442e9d58cc50a40d1f85e90a13a909fc9cab1
treeb5a6e3a4c174ee57e25717f98e9e7a38a25ff5eb
parente4a6ebdd87cbff4d6c23db2a8d220ce212093620
make: Factor out source lists from drivers/dri/common into Makefile.sources

In order that the Autoconf and Android build can share the same source
lists, move the lists from
    src/mesa/drivers/dri/Makefile.defines
into
    src/mesa/drivers/dri/common/Makefile.sources

I would like for Android to just reuse Makefile.defines, but the file is
unsuitable for reuse.

Reviewed-by: Chia-I Wu <olv@lunarg.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off: Chad Versace <chad@chad-versace.us>
src/mesa/drivers/dri/Makefile.defines
src/mesa/drivers/dri/common/Makefile.sources [new file with mode: 0644]