From 60a8ee7a80063eaf620eaa727af0f484fdb91bff Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Fri, 10 Jun 2022 01:16:14 +0200 Subject: Build tools with Meson as well --- tools/Makefile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tools/Makefile (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile deleted file mode 100644 index a95b2d9..0000000 --- a/tools/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -SHELL = /bin/sh -# libjq 1.6 lacks a pkg-config file, and there is no release in sight. -# libjq 1.6 is required. -CFLAGS = -g -O2 -Wall -Wextra `pkg-config --cflags $(deps)` -LDLIBS = -ljq `pkg-config --libs $(deps)` - -deps = libpng -targets = pnginfo jpeginfo tiffinfo webpinfo bmffinfo - -all: $(targets) -$(targets): info.h -clean: - rm -f $(targets) - -.PHONY: all clean -- cgit v1.2.3-54-g00ecf