diff options
author | Ian Romanick <[email protected]> | 2015-04-15 17:50:57 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2016-08-30 16:28:00 -0700 |
commit | fb44f69779ed7497768421ccd60e73cc707ffe69 (patch) | |
tree | 7e648f9de8724ff264ce60800fae8083540b4ba0 /src/compiler/Makefile.sources | |
parent | 90781eee4dfc101199ea557003f28126abe86912 (diff) |
glsl: Generate ir_expression_operation_strings.h from Python
'diff -ud' is clean.
v2: Massive rebase.
v3: With much help from José Fonseca, fix the SCons build.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Acked-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r-- | src/compiler/Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 468fc7fc678..70f270c983b 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -39,7 +39,6 @@ LIBGLSL_FILES = \ glsl/ir_equals.cpp \ glsl/ir_expression_flattening.cpp \ glsl/ir_expression_flattening.h \ - glsl/ir_expression_operation_strings.h \ glsl/ir_function_can_inline.cpp \ glsl/ir_function_detect_recursion.cpp \ glsl/ir_function_inlining.h \ @@ -148,6 +147,7 @@ GLSL_COMPILER_CXX_FILES = \ # libglsl generated sources LIBGLSL_GENERATED_FILES = \ glsl/ir_expression_operation.h \ + glsl/ir_expression_operation_strings.h \ glsl/glsl_lexer.cpp \ glsl/glsl_parser.cpp \ glsl/glsl_parser.h |