Re: [Mesa-dev] [PATCH 1/7] build: Let install-lib-links.mk handle .la files in subdirectories.

2014-08-18 Thread Emil Velikov
On 18/08/14 05:19, Matt Turner wrote: > On Sun, Aug 17, 2014 at 2:39 PM, Emil Velikov > wrote: >> On 15/08/14 18:47, Matt Turner wrote: >>> The next patches are going to combine some of the mapi subdirectories' >>> Makefiles into a single Makefile, giving better build parallelism. >>> >> Hi Matt,

Re: [Mesa-dev] [PATCH 1/7] build: Let install-lib-links.mk handle .la files in subdirectories.

2014-08-17 Thread Matt Turner
On Sun, Aug 17, 2014 at 2:39 PM, Emil Velikov wrote: > On 15/08/14 18:47, Matt Turner wrote: >> The next patches are going to combine some of the mapi subdirectories' >> Makefiles into a single Makefile, giving better build parallelism. >> > Hi Matt, > > I must admit that while I like this patch,

Re: [Mesa-dev] [PATCH 1/7] build: Let install-lib-links.mk handle .la files in subdirectories.

2014-08-17 Thread Emil Velikov
On 15/08/14 18:47, Matt Turner wrote: > The next patches are going to combine some of the mapi subdirectories' > Makefiles into a single Makefile, giving better build parallelism. > Hi Matt, I must admit that while I like this patch, I'm not at all a fan of the rest of the series. But I won't obj

Re: [Mesa-dev] [PATCH 1/7] build: Let install-lib-links.mk handle .la files in subdirectories.

2014-08-17 Thread Kristian Høgsberg
On Fri, Aug 15, 2014 at 10:47:05AM -0700, Matt Turner wrote: > The next patches are going to combine some of the mapi subdirectories' > Makefiles into a single Makefile, giving better build parallelism. > > lib_LTLIBRARIES will be set to something like > >lib_LTLIBRARIES = shared-glapi/libgla

[Mesa-dev] [PATCH 1/7] build: Let install-lib-links.mk handle .la files in subdirectories.

2014-08-15 Thread Matt Turner
The next patches are going to combine some of the mapi subdirectories' Makefiles into a single Makefile, giving better build parallelism. lib_LTLIBRARIES will be set to something like lib_LTLIBRARIES = shared-glapi/libglapi.la es2api/libGLESv2.la and the current code in install-lib-links.mk s