Re: [Mesa-dev] [PATCH 1/3] glsl: Refactor source lists to Makefile.sources

2011-10-31 Thread Chia-I Wu
On Mon, Oct 31, 2011 at 9:52 PM, Brian Paul wrote: > > [...] > > Maybe call this file sources.mak to match src/mesa/sources.mak It is already named Makefile.sources in several other places (that was me too...). To try to justify the inconsistency, the file differs from sources.mak in that it is o

Re: [Mesa-dev] [PATCH 1/3] glsl: Refactor source lists to Makefile.sources

2011-10-31 Thread Chad Versace
On 10/30/2011 04:53 AM, Chia-I Wu wrote: > With the hope that Android.mk and SConscript can share the file to reduce > future breakage. > --- > src/glsl/Makefile | 82 --- > src/glsl/Makefile.sources | 104 > +

Re: [Mesa-dev] [PATCH 1/3] glsl: Refactor source lists to Makefile.sources

2011-10-31 Thread Brian Paul
On 10/30/2011 05:53 AM, Chia-I Wu wrote: With the hope that Android.mk and SConscript can share the file to reduce future breakage. --- src/glsl/Makefile | 82 --- src/glsl/Makefile.sources | 104 + 2 files

[Mesa-dev] [PATCH 1/3] glsl: Refactor source lists to Makefile.sources

2011-10-30 Thread Chia-I Wu
With the hope that Android.mk and SConscript can share the file to reduce future breakage. --- src/glsl/Makefile | 82 --- src/glsl/Makefile.sources | 104 + 2 files changed, 113 insertions(+), 73 deletions(-)