5 #---------------------------------------------------------------------------
6 # General configuration options
7 #---------------------------------------------------------------------------
8 PROJECT_NAME = "Mesa Main"
9 #---------------------------------------------------------------------------
10 # configuration options related to the input files
11 #---------------------------------------------------------------------------
12 INPUT = ../src/mesa/main/
13 FILE_PATTERNS = *.c *.h
15 EXCLUDE = ../src/glapitemp.h ../src/glapioffsets.h
16 EXCLUDE_PATTERNS = subset_*
19 EXAMPLE_RECURSIVE = NO
22 FILTER_SOURCE_FILES = NO
23 #---------------------------------------------------------------------------
24 # configuration options related to the HTML output
25 #---------------------------------------------------------------------------
27 #---------------------------------------------------------------------------
28 # Configuration options related to the preprocessor
29 #---------------------------------------------------------------------------
30 ENABLE_PREPROCESSING = YES
32 EXPAND_ONLY_PREDEF = YES
34 INCLUDE_PATH = ../include/
35 INCLUDE_FILE_PATTERNS =
38 SKIP_FUNCTION_MACROS = YES
39 #---------------------------------------------------------------------------
40 # Configuration::addtions related to external references
41 #---------------------------------------------------------------------------
42 TAGFILES = tnl_dd.tag=../tnl_dd \
46 swrast.tag=../swrast \
47 swrast_setup.tag=../swrast_setup \
49 GENERATE_TAGFILE = main.tag