mesa/doxygen
Jon TURNEY 81de0431d6 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>
2012-07-15 15:27:26 +01:00
..
.gitignore doxygen: Add glsl to the Makefile and .gitignore. 2011-01-19 23:49:54 -08:00
Makefile doxygen: Add doxygen file and build infrastructure for gbm 2012-01-13 09:31:23 -05:00
README
common.doxy doxygen: update doxygen project number to 6.5 2007-02-16 23:22:04 +01:00
core_subset.doxy
doxy.bat Convert crlf->lf line endings. 2008-02-28 16:34:32 +09:00
gallium.doc gallium/failover: Remove the deprecated module. 2011-11-30 17:26:40 +00:00
gallium.doxy Don't parse mesa's rtasm asm module. 2008-02-23 00:47:27 +09:00
gbm.doxy doxygen: Add doxygen file and build infrastructure for gbm 2012-01-13 09:31:23 -05:00
glapi.doxy
glsl.doxy Fix building glsl when using automake-1.12 after 68e04cc6 2012-07-15 15:27:26 +01:00
header.html doxygen: Add link to the gbm documentation to the header 2012-01-13 09:31:24 -05:00
header_subset.html Fix CRLF line endings. 2008-06-07 12:40:36 +09:00
main.doxy
math.doxy
math_subset.doxy
radeon_subset.doxy
shader.doxy
swrast.doxy
swrast_setup.doxy
tnl.doxy
tnl_dd.doxy
vbo.doxy

README

This directory is for doxygen (a source code documentation system).

See http://www.doxygen.org/ for more info.

Either run 'make' (Unix) or 'doxy.bat' (Windows) to run doxygen
and generate souce code documentation.

Then, load either doxygen/main/index.html or doxygen/core_subset/index.html into
your web browser.