From ce2c37356c674e5893f80786616355b4659b43ad Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 4 Apr 2025 03:12:26 +0300 Subject: Convert from make to meson Meson makes cross compilation easier. Replace the make-based build system with meson. Signed-off-by: Laurent Pinchart --- data/Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 data/Makefile (limited to 'data/Makefile') diff --git a/data/Makefile b/data/Makefile deleted file mode 100644 index a65b5bc..0000000 --- a/data/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# SPDX-License-Identifier: CC0-1.0 - -SUBDIRS=frames - -recursive=all clean install - -all: - -$(recursive): - @target=$@ ; \ - for subdir in $(SUBDIRS); do \ - echo "Making $$target in $$subdir" ; \ - $(MAKE) -C $$subdir $$target; \ - done -- cgit v1.2.3