History log of /external/mesa3d/doxygen/glsl.doxy
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
81de0431d6f52084e01874163657e141e6beffdf 13-Jul-2012 Jon TURNEY <jon.turney@dronecode.org.uk> Fix building glsl when using automake-1.12 after 68e04cc6

Commit 68e04cc6 was tested using automake-1.11. Unfortunately, automake-1.12
made a "slightly backward-incompatible change" in the use of yacc with C++, and
for a .yy file, the generated header file is now named .hh, not .h

To work with both, write our own rule for running yacc, which generates a
header file named .h, rather than using automake's rule.

Also, remove things from BUILD_SOURCES which don't need to be there

Also, update EXCLUDE rules in doxygen/glsl.doxy, for change of generated files
from .cpp -> .cc, and glsl_lexer.h has never existed.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
/external/mesa3d/doxygen/glsl.doxy
774750a32f1ad16df77d4e67698e1c6e92dbe2bd 17-Jan-2011 Chad Versace <chad.versace@intel.com> doxygen: Add doxyfile for glsl module
/external/mesa3d/doxygen/glsl.doxy