From 11ceca8af127bb96daf3d8cb60ed73e41652863e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 21 May 2014 19:30:39 +0200 Subject: add ./configure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f1d2536..5e435ad 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,10 @@ # without any warranty. +# Include configurations from `./configure`. +include config.mk + + # The package path prefix, if you want to install to another root, set DESTDIR to that root. PREFIX ?= /usr # The library path excluding prefix. @@ -58,7 +62,7 @@ endif C_FLAGS = $(OPTIMISE) $(WARN) -std=$(STD) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) \ -ftree-vrp -fstrict-aliasing -fipa-pure-const -fstack-usage \ -fstrict-overflow -funsafe-loop-optimizations -fno-builtin \ - $(DEBUG_FLAGS) + $(DEBUG_FLAGS) $(DEFINITIONS) # Object files for the library. -- cgit v1.2.3-70-g09d2