Re: [Mesa-dev] [PATCH 0/9] Automake continued (v2)

2012-07-11 Thread Jon TURNEY
On 11/07/2012 16:21, Eric Anholt wrote: > Jon TURNEY writes: > >> Updated to address various comments: >> [1/9] libOsmesa links with libaries in the builddir, not the srcdir >> [2/9] libglsl use AM_V_GEN to silence generated code rules and add >> BUILT_SOURCES to CLEANFILES >> [4/9] Remove stra

Re: [Mesa-dev] [PATCH 0/9] Automake continued (v2)

2012-07-11 Thread Eric Anholt
Jon TURNEY writes: > Updated to address various comments: > [1/9] libOsmesa links with libaries in the builddir, not the srcdir > [2/9] libglsl use AM_V_GEN to silence generated code rules and add > BUILT_SOURCES to CLEANFILES > [4/9] Remove stray -static from flags for libmesa and libmesagalli

[Mesa-dev] [PATCH 0/9] Automake continued (v2)

2012-07-10 Thread Jon TURNEY
Updated to address various comments: [1/9] libOsmesa links with libaries in the builddir, not the srcdir [2/9] libglsl use AM_V_GEN to silence generated code rules and add BUILT_SOURCES to CLEANFILES [4/9] Remove stray -static from flags for libmesa and libmesagallium [6/9] Remove unndeded libgls

Re: [Mesa-dev] [PATCH 0/9] Automake continued

2012-07-09 Thread Eric Anholt
Jon TURNEY writes: > On 13/06/2012 18:30, Eric Anholt wrote: >> Here's a bunch more automake. We're at the point that an enterprising >> person could potentially convert libmesa.a if they figure out how to >> work that into the gallium build. I also haven't converted osmesa, >> because I didn't

[Mesa-dev] [PATCH 0/9] Automake continued

2012-07-09 Thread Jon TURNEY
On 13/06/2012 18:30, Eric Anholt wrote: > Here's a bunch more automake. We're at the point that an enterprising > person could potentially convert libmesa.a if they figure out how to > work that into the gallium build. I also haven't converted osmesa, > because I didn't think I knew of any tests