automake: Convert dricore building to automake.
authorEric Anholt <eric@anholt.net>
Thu, 24 May 2012 20:59:21 +0000 (13:59 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 29 May 2012 19:39:48 +0000 (12:39 -0700)
commitf9d1562f356a66b70f13324e3360d63e8602a35f
treec1c9d0f0ce872528488dee7010fdd1b038162a05
parente86c40a84d241b954594f5ae7df9b9c3fc797a4e
automake: Convert dricore building to automake.

This is performed in a subdirectory to avoid needing to convert all of
src/mesa/Makefile in one go.

I can now cherry-pick a commit containing glapi XML changes, do "(cd
src/mapi/glapi/gen && make) && make", and get a working driver.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
configure.ac
src/mesa/Makefile
src/mesa/libdricore/.gitignore [new file with mode: 0644]
src/mesa/libdricore/Makefile.am [new file with mode: 0644]