configure: integrate Meson in the build system
commita56650518f5ba84ed15b9415fa1041311eeeece0
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 10 Jun 2019 10:05:14 +0000 (10 12:05 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Aug 2020 10:30:05 +0000 (21 06:30 -0400)
treee0bb21d39cfeee9e6f4e03a48ef784a5fc27e400
parentdedad0272052f3d848d6d178b681526b2f313029
configure: integrate Meson in the build system

The Meson build system is integrated in the existing configure/make steps
by invoking Meson from the configure script and converting Meson's build.ninja
rules to an included Makefile.

build.ninja already provides tags/ctags/cscope rules, so they are removed.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile
configure
meson.build [new file with mode: 0644]
scripts/ninjatool.py [new file with mode: 0755]