OSDN Git Service

nouveau: share the source lists
authorChia-I Wu <olv@lunarg.com>
Mon, 22 Aug 2011 03:30:27 +0000 (11:30 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Sat, 27 Aug 2011 09:28:31 +0000 (17:28 +0800)
commit11a56c430b84e97a10016045a2a0eeb126df88de
tree61c1b649af50bb4b305293c393e0b103a3bd1623
parent1025f11327cc5fb91a2dbd286ee0d7c00daaa8b3
nouveau: share the source lists

For each driver, factor out C_SOURCES from Makefile to Makefile.sources,
and let Makefile and SConscript share it.
12 files changed:
src/gallium/drivers/nouveau/Makefile
src/gallium/drivers/nouveau/Makefile.sources [new file with mode: 0644]
src/gallium/drivers/nouveau/SConscript
src/gallium/drivers/nv50/Makefile
src/gallium/drivers/nv50/Makefile.sources [new file with mode: 0644]
src/gallium/drivers/nv50/SConscript
src/gallium/drivers/nvc0/Makefile
src/gallium/drivers/nvc0/Makefile.sources [new file with mode: 0644]
src/gallium/drivers/nvc0/SConscript
src/gallium/drivers/nvfx/Makefile
src/gallium/drivers/nvfx/Makefile.sources [new file with mode: 0644]
src/gallium/drivers/nvfx/SConscript