glsl2/Makefile: Add a 'make builtins' target.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 14 Aug 2010 00:46:25 +0000 (17:46 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Sat, 14 Aug 2010 02:09:36 +0000 (19:09 -0700)
commit9364ad8528b8482afd01aab9b5ebe8c9176883df
tree1e093f4004341a08004acf65f1b9d130a5cb223a
parent43ff8f1a4b90554eae489cebb7e05f983dd9ad66
glsl2/Makefile: Add a 'make builtins' target.

This copies over a dummy builtin_functions.cpp and rebuilds a
bootstrapped version of the compiler, then uses that to generate the
proper list of builtins.  Finally, it rebuilds the compiler with the new
list.

Unfortunately, it's no longer automatic, but at least it works.
src/glsl/Makefile