From 38c6a406f3b082bcd57edf1c477564d26a9cb6c8 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 3 Mar 2021 21:42:42 +0100 Subject: Drop scons build support. Deleted empty file ChangeLog. Update some cmake files with latest macros. Add basic cmake build instructions. Few cosmetics. Signed-off-by: gregory guy (cherry picked from commit 48deaabecefea835f81c9e6e8ba73ee8881c314c) --- Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index 8df7d48..0000000 --- a/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -all: - @/usr/bin/scons -Q - -# it is also possible to use -# @/usr/bin/scons -Q -j4 - -install: - @/usr/bin/scons -Q install - -clean: - @/usr/bin/scons -Q -c - -uninstall: - @/usr/bin/scons -Q -c install - -dist: - @/usr/bin/scons -Q dist - -distclean: - @/usr/bin/scons -Q distclean -- cgit v1.2.1