From 3547d326b8a5be4420a8068c165099245733fec6 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Wed, 12 Nov 2014 04:14:16 +0000 Subject: [PATCH] define AR macro in the main Makefile this is for pikotools and tito libraries git-svn-id: svn://ttmath.org/publicrep/winix/trunk@993 e52654a7-88a9-db11-a3e9-0013d4bc506e --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 6ad1282..c345a49 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,9 @@ ifndef CXXFLAGS CXXFLAGS = -Wall -O0 -g -fPIC -pthread -std=c++11 -I/usr/local/include -I/usr/include/postgresql -DEZC_USE_WINIX_LOGGER -DEZC_HAS_SPECIAL_STREAM endif +ifndef AR +AR = ar +endif ifndef CXXWINIXINCLUDEFLAGS # these flags are used for compiling and making dependencies (make depend)