[Mesa-dev] [PATCH 3/6] r300g: Build a libtool archive

2012-07-13 Thread Tom Stellard
--- src/gallium/drivers/r300/Makefile.am | 18 +++--- 1 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/gallium/drivers/r300/Makefile.am b/src/gallium/drivers/r300/Makefile.am index 6c4bba7..aaa2e27 100644 --- a/src/gallium/drivers/r300/Makefile.am +++ b/src/galliu

Re: [Mesa-dev] [PATCH 3/6] r300g: Build a libtool archive

2012-07-16 Thread Jon TURNEY
On 13/07/2012 18:33, Tom Stellard wrote: > -r300_compiler_tests_LDADD = libr300.a > +r300_compiler_tests_LDADD = $(builddir)/.libs/libr300.la I think this can be written $(builddir)/libr300.la > r300_compiler_tests_CPPFLAGS = \ > -I$(top_srcdir)/src/gallium/drivers/r300/compiler > r300_co

Re: [Mesa-dev] [PATCH 3/6] r300g: Build a libtool archive

2012-07-16 Thread Matt Turner
On Mon, Jul 16, 2012 at 5:50 AM, Jon TURNEY wrote: > On 13/07/2012 18:33, Tom Stellard wrote: >> -r300_compiler_tests_LDADD = libr300.a >> +r300_compiler_tests_LDADD = $(builddir)/.libs/libr300.la > > I think this can be written $(builddir)/libr300.la We're building from the same directory, so sh