| @@ -56,17 +56,23 @@ FILE_PATTERNS = \ | |||
| blend.[ch] \ | |||
| buffers.[ch] \ | |||
| dd.h \ | |||
| depth.h \ | |||
| context.[ch] \ | |||
| colormac.h \ | |||
| enable.h \ | |||
| feedback.[ch] \ | |||
| get.h \ | |||
| glheader.h \ | |||
| glthread.h \ | |||
| hash.[ch] \ | |||
| histogram.h \ | |||
| image.[ch] \ | |||
| imports.[ch] \ | |||
| lines.[ch] \ | |||
| light.h \ | |||
| matrix.[ch] \ | |||
| macros.h \ | |||
| mmath.h \ | |||
| mtypes.h \ | |||
| pixel.h \ | |||
| points.[ch] \ | |||
| @@ -78,7 +84,7 @@ FILE_PATTERNS = \ | |||
| subset_*.c \ | |||
| texformat.h \ | |||
| teximage.h \ | |||
| textstate.h \ | |||
| texstate.h \ | |||
| texstore.h \ | |||
| texobj.[ch] \ | |||
| texutil_tmp.h | |||
| @@ -7,7 +7,7 @@ PROJECT_NAME = "Mesa math module" | |||
| PROJECT_NUMBER = | |||
| OUTPUT_DIRECTORY = . | |||
| OUTPUT_LANGUAGE = English | |||
| EXTRACT_ALL = YES | |||
| EXTRACT_ALL = NO | |||
| EXTRACT_PRIVATE = NO | |||
| EXTRACT_STATIC = YES | |||
| EXTRACT_LOCAL_CLASSES = YES | |||
| @@ -52,8 +52,7 @@ WARN_LOGFILE = | |||
| # configuration options related to the input files | |||
| #--------------------------------------------------------------------------- | |||
| INPUT = ../src/math/ | |||
| FILE_PATTERNS = *.c \ | |||
| *.h | |||
| FILE_PATTERNS = m_matrix.[ch] | |||
| RECURSIVE = NO | |||
| EXCLUDE = | |||
| EXCLUDE_PATTERNS = | |||