aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-21 19:30:39 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-21 19:30:39 +0200
commit11ceca8af127bb96daf3d8cb60ed73e41652863e (patch)
treeb1998e082889ae428149e97dd66e07732f661810 /Makefile
parentm + create .c files for the adjustment methods (diff)
downloadlibgamma-11ceca8af127bb96daf3d8cb60ed73e41652863e.tar.gz
libgamma-11ceca8af127bb96daf3d8cb60ed73e41652863e.tar.bz2
libgamma-11ceca8af127bb96daf3d8cb60ed73e41652863e.tar.xz
add ./configure
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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.