Module: Mesa
Branch: master
Commit: da5e4559ee3b239d2483645ed54b35aa6628fbaf
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=da5e4559ee3b239d2483645ed54b35aa6628fbaf

Author: Emil Velikov <[email protected]>
Date:   Fri Jul 17 13:28:00 2015 +0100

glsl: automake: reuse $(NIR_GENERATED_FILES) where possible

Cc: 11.0 <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>

---

 src/glsl/Makefile.am |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am
index 9a7f33d..8318498 100644
--- a/src/glsl/Makefile.am
+++ b/src/glsl/Makefile.am
@@ -226,11 +226,7 @@ BUILT_SOURCES =                                            
\
        glsl_lexer.cpp                                  \
        glcpp/glcpp-parse.c                             \
        glcpp/glcpp-lex.c                               \
-       nir/nir_builder_opcodes.h                               \
-       nir/nir_constant_expressions.c                  \
-       nir/nir_opcodes.c                               \
-       nir/nir_opcodes.h                               \
-       nir/nir_opt_algebraic.c
+       $(NIR_GENERATED_FILES)
 CLEANFILES =                                           \
        glcpp/glcpp-parse.h                             \
        glsl_parser.h                                   \

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to