Re: [Mesa-dev] Building the xa-vmwgfx target

2012-09-08 Thread Thomas Hellström
On 9/7/12 11:09 PM, Matt Turner wrote: On Fri, Sep 7, 2012 at 1:49 PM, Thomas Hellström wrote: On 9/7/12 10:39 PM, Matt Turner wrote: I'm converting the remaining static Makefile to automake, so xa and xa-vmwgfx is on my todo list. I'm very confused by the build though. It seems that the xa s

Re: [Mesa-dev] Building the xa-vmwgfx target

2012-09-07 Thread Dave Airlie
On Fri, Sep 7, 2012 at 9:49 PM, Thomas Hellström wrote: > On 9/7/12 10:39 PM, Matt Turner wrote: >> >> I'm converting the remaining static Makefile to automake, so xa and >> xa-vmwgfx is on my todo list. >> >> I'm very confused by the build though. It seems that the xa state >> tracker is built an

Re: [Mesa-dev] Building the xa-vmwgfx target

2012-09-07 Thread Matt Turner
On Fri, Sep 7, 2012 at 1:49 PM, Thomas Hellström wrote: > On 9/7/12 10:39 PM, Matt Turner wrote: >> >> I'm converting the remaining static Makefile to automake, so xa and >> xa-vmwgfx is on my todo list. >> >> I'm very confused by the build though. It seems that the xa state >> tracker is built an

Re: [Mesa-dev] Building the xa-vmwgfx target

2012-09-07 Thread Thomas Hellström
On 9/7/12 10:39 PM, Matt Turner wrote: I'm converting the remaining static Makefile to automake, so xa and xa-vmwgfx is on my todo list. I'm very confused by the build though. It seems that the xa state tracker is built and linked into a single .o file, which is then statically linked into xa-vm

[Mesa-dev] Building the xa-vmwgfx target

2012-09-07 Thread Matt Turner
I'm converting the remaining static Makefile to automake, so xa and xa-vmwgfx is on my todo list. I'm very confused by the build though. It seems that the xa state tracker is built and linked into a single .o file, which is then statically linked into xa-vmwgfx. This is reasonably sensible, but th