projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e05944
)
glsl: automake: reuse $(NIR_GENERATED_FILES) where possible
author
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 17 Jul 2015 12:28:00 +0000
(13:28 +0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Wed, 9 Sep 2015 11:48:39 +0000
(12:48 +0100)
Cc: 11.0 <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/glsl/Makefile.am
patch
|
blob
|
history
diff --git
a/src/glsl/Makefile.am
b/src/glsl/Makefile.am
index 9a7f33d7134ee574d9d0acd538ec493c73c53e3d..831849859ac2892e31e37f53166d2a640ad18b48 100644
(file)
--- 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 \