From bbac3d8b95773bf58d60f8b074c6616ba5cda745 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 12 Nov 2015 15:50:06 +0100 Subject: Use of autotools for building MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Idf3555872aa49aca67cccb1fb5ef6aa6a9d397d1 Signed-off-by: José Bollo --- Makefile | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index 521bc19..0000000 --- a/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -.PHONY: all - -all: wgtpkg-install wgtpkg-pack wgtpkg-sign - -O = -DPREDIR='""' - -INCS = wgtpkg.h - -COMSRCS = \ - wgtpkg-base64.c \ - wgtpkg-certs.c \ - wgtpkg-digsig.c \ - wgtpkg-files.c \ - wgtpkg-workdir.c \ - wgtpkg-xmlsec.c \ - wgtpkg-zip.c - - -INSTALLSRCS = wgtpkg-install.c $(COMSRCS) - -PACKSRCS = wgtpkg-install.c $(COMSRCS) - -XMLSECOPT = $(shell pkg-config --cflags --libs xmlsec1) - -wgtpkg-%: wgtpkg-%.c $(COMSRCS) $(INCS) - gcc $O -g -o wgtpkg-$* wgtpkg-$*.c $(COMSRCS) -lzip -lxml2 -lcrypto $(XMLSECOPT) -Wall -Wno-pointer-sign - - - -- cgit 1.2.3-korg