From 0a91a5e9624d41d23b79e2540eda111cb56d42d9 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Fri, 8 Sep 2017 17:14:46 +0200 Subject: meson: Simple makefile integration Run ./meson.sh once, then you have $ make and $ make test available in the normal src root. v2: Add $ make reconfigure which is the meson equivalent to rerunning ./configure. Also takes some arguments if needed. Start out with --help, as usual. v3: Use ninja -C (Chris). v4: Catch more automake targets and point out what's happening (Petri). v5: Use EOF as heredoc marker (Arek) Cc: Petri Latvala Cc: Chris Wilson Reviewed-by: Arkadiusz Hiler Signed-off-by: Daniel Vetter --- meson.sh | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 meson.sh (limited to 'meson.sh') diff --git a/meson.sh b/meson.sh new file mode 100755 index 00000000..eff86adb --- /dev/null +++ b/meson.sh @@ -0,0 +1,35 @@ +#!/bin/bash + +cat > Makefile <