From 042ee4bea26272bd7c358cc9541e576a8352890c Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 14 Aug 2017 10:40:09 -0700 Subject: spirv: Move SPIR-V building to Makefile.spirv.am and spirv/meson.build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Future changes will add generated files used only from src/compiler/glsl. These can't be built from Makefile.nir.am, and we can't move all the rules from Makefile.nir.am to Makefile.spirv.am (and it would be silly anyway). v2: Do it for meson too. Signed-off-by: Ian Romanick Reviewed-by: Eric Engestrom (the meson bits) Reviewed-by: Alejandro PiƱeiro (the automake bits) --- src/compiler/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compiler/Makefile.am') diff --git a/src/compiler/Makefile.am b/src/compiler/Makefile.am index 18c062019f0..8ec9b0449ca 100644 --- a/src/compiler/Makefile.am +++ b/src/compiler/Makefile.am @@ -69,6 +69,8 @@ EXTRA_DIST = \ MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D) PYTHON_GEN = $(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS) +include Makefile.spirv.am + include Makefile.glsl.am include Makefile.nir.am -- cgit v1.2.3