5 #---------------------------------------------------------------------------
6 # General configuration options
7 #---------------------------------------------------------------------------
8 PROJECT_NAME = "Mesa GLSL module"
9 #---------------------------------------------------------------------------
10 # configuration options related to the input files
11 #---------------------------------------------------------------------------
14 EXCLUDE = ../src/glsl/glsl_lexer.cpp \
15 ../src/glsl/glsl_parser.cpp \
16 ../src/glsl/glsl_parser.h
18 #---------------------------------------------------------------------------
19 # configuration options related to the HTML output
20 #---------------------------------------------------------------------------
22 #---------------------------------------------------------------------------
23 # Configuration options related to the preprocessor
24 #---------------------------------------------------------------------------
25 ENABLE_PREPROCESSING = YES
27 EXPAND_ONLY_PREDEF = NO
30 INCLUDE_FILE_PATTERNS =
33 SKIP_FUNCTION_MACROS = NO
34 #---------------------------------------------------------------------------
35 # Configuration::addtions related to external references
36 #---------------------------------------------------------------------------
38 GENERATE_TAGFILE = glsl.tag