spirv: Move SPIR-V building to Makefile.spirv.am and spirv/meson.build
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 14 Aug 2017 17:40:09 +0000 (10:40 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 29 Mar 2018 21:16:01 +0000 (14:16 -0700)
commit042ee4bea26272bd7c358cc9541e576a8352890c
treed03707e886103019722ee20ba86cdf57c67b7097
parent2c9621ee5c5fa40be071858f99fb256fc37369b4
spirv: Move SPIR-V building to Makefile.spirv.am and spirv/meson.build

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 <ian.d.romanick@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> (the meson bits)
Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com> (the automake bits)
src/compiler/Makefile.am
src/compiler/Makefile.nir.am
src/compiler/Makefile.spirv.am [new file with mode: 0644]
src/compiler/meson.build
src/compiler/nir/meson.build
src/compiler/spirv/meson.build [new file with mode: 0644]