commit | a56650518f5ba84ed15b9415fa1041311eeeece0 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Jun 10 12:05:14 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Aug 21 06:30:05 2020 -0400 |
tree | e0bb21d39cfeee9e6f4e03a48ef784a5fc27e400 | |
parent | dedad0272052f3d848d6d178b681526b2f313029 [diff] |
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>