summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/Makefile.sources
Commit message (Collapse)AuthorAgeFilesLines
* r300g: share the source listChia-I Wu2011-08-271-0/+57
Factor out C_SOURCES from Makefile to Makefile.sources, and let Makefile and SConscript share it. Note that $(TOP)/src/glsl/ralloc.c and $(TOP)/src/mesa/program/register_allocate.c are removed from C_SOURCES in Makefile.sources and added back in Makefile and SConscript. The idea is that they are not part of r300g. But having them in libr300.a makes build non-GL targets such as the compiler tests or g3dvl much easier. Also, for practical reason, TOP would be an undefined variable in Makefile.sources.