[Mesa-dev] Automaking src/glsl
Matt Turner
mattst88 at gmail.com
Sun Jan 29 22:09:46 PST 2012
Here's a patch series to convert the glsl directory to automake.
I've worked out all the kinks I could find, and the meat of this
series has been posted for review a couple of times already, so
I plan to commit this after Kenneth's two variable_entry patches
go in, probably Monday. (It also trivially depends on automaking
osmesa)
Patches 1, 4, and 5 are new, but 1 is just a rename. 4 and 5 wire
up glcpp's test suite to make check.
Really, I'm just trolling for reviewers and testers. I like knowing
beforehand if I break your build. :)
TODO later:
- add glsl_test to make check
- fix FDO 44618
Thanks,
Matt
bin/.gitignore | 1 +
configs/autoconf.in | 4 +-
configure.ac | 15 ++-
src/glsl/.gitignore | 8 ++
src/glsl/Makefile | 172 -----------------------------------
src/glsl/Makefile.am | 81 ++++++++++++++++
src/glsl/glcpp/.gitignore | 3 +
src/glsl/glcpp/Makefile.am | 46 +++++++++
src/glsl/glcpp/tests/glcpp-test | 8 +-
src/mesa/drivers/osmesa/Makefile.am | 2 +-
src/mesa/sources.mak | 2 +-
11 files changed, 159 insertions(+), 183 deletions(-)
More information about the mesa-dev
mailing list