OSDN Git Service

i965: Convert the build to using automake.
authorEric Anholt <eric@anholt.net>
Thu, 12 Jan 2012 22:28:37 +0000 (14:28 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 17 Jan 2012 18:35:24 +0000 (10:35 -0800)
commite326480e4ebe8687948041c2dc5f5b7595559a2e
tree128c26347a1da185c38baaf5530b992003df0a05
parenta14582d7e2ace05a3583cecff39f2bb4f41f7b79
i965: Convert the build to using automake.

This does introduce a warning by the automake build system, that the
missing-symbols test build is non-portable.  That's true -- Mac OS X
can't take something built as a loadable module and just link it as a
library.  Of course, we aren't building this on OS X at all, so it
would be nice to be able to suppress it, but I haven't found a way.

Still, the build is going to be much quieter than we have ever had
before, so I think this is a fair tradeoff until we find a way to shut
that warning up.

v2: Put a link in /lib to avoid transition pains for people.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> (v1)
Reviewed-by: Matt Turner <mattst88@gmail.com> (v1)
.gitignore
configs/linux-dri
configure.ac
src/mesa/drivers/dri/i965/Android.mk
src/mesa/drivers/dri/i965/Makefile [deleted file]
src/mesa/drivers/dri/i965/Makefile.am [new file with mode: 0644]
src/mesa/drivers/dri/i965/Makefile.sources