summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2014-04-09Fix HIREDIS_MINORPieter Noordhuis
2014-04-09Fix Makefile test to use more compatible syntaxEddy Jansson
2013-07-10Move examples into their own folderAaron Bedra
2013-07-10Merge branch 'libuv'Pieter Noordhuis
2013-07-10Fix path to static libuv libraryPieter Noordhuis
2013-07-10Remove unused Makefile variablesPieter Noordhuis
2013-07-02Made example-ae work againErik Dubbelboer
2013-06-04Added libuv adapterErik Dubbelboer
2012-08-21Add ARCH to Makefile CFLAGS / LDFLAGS.antirez
2011-06-19Fix gprof targetPieter Noordhuis
2011-06-19Coverage reportPieter Noordhuis
2011-06-19Use CFLAGS and LDFLAGS instead of custom variablesPieter Noordhuis
2011-06-19Append to REAL_LDFLAGS so LDFLAGS can be overridden by the userPieter Noordhuis
2011-06-19Pass LDFLAGS to linker when creating dynamic libraryPieter Noordhuis
2011-06-19Remove unnecessary overridesPieter Noordhuis
2011-06-19Don't pass CFLAGS when linkingPieter Noordhuis
2011-06-18Add phony targetPieter Noordhuis
2011-06-18Remove unused variablesPieter Noordhuis
2011-06-18Swap argumentsPieter Noordhuis
2011-06-18Merge DEBUG in REAL_CFLAGSPieter Noordhuis
2011-06-18Allow *extra* CFLAGS/LDFLAGS via argumentsPieter Noordhuis
2011-06-18Move redirection aroundPieter Noordhuis
2011-06-18Disallow overriding CFLAGS and LDFLAGSPieter Noordhuis
2011-06-18Move path variables closer to install targetPieter Noordhuis
2011-06-18Move defaults outside if blockPieter Noordhuis
2011-06-18Library variables may not be overriddenPieter Noordhuis
2011-06-18Merge CCLINK with LDFLAGSPieter Noordhuis
2011-06-18Remove private feature macros for Solaris from compiler flagsPieter Noordhuis
2011-06-18Add myself to Makefile licensePieter Noordhuis
2011-06-18Remove unused libraries from link flagsPieter Noordhuis
2011-06-18Fallback to gcc when $CC is not in $PATHPieter Noordhuis
2011-05-29Exit with a non-zero status when tests failedPieter Noordhuis
2011-05-22Test against unix socket connection in make check targetPieter Noordhuis
2011-05-22Add "make check" target (useful for automated tests).Piotr Sikora
2011-04-22cp on Solaris doesn't have -aPieter Noordhuis
2011-04-22Add versioned symlinks for install targetPieter Noordhuis
2011-04-22Solaris needs the static lib as last argumentPieter Noordhuis
2011-04-22Move OBJ argumentPieter Noordhuis
2011-04-22Braces -> parenthesesPieter Noordhuis
2011-04-22Separate basename and suffix for library filenamePieter Noordhuis
2011-04-22Configurable paths for install targetPieter Noordhuis
2011-04-21Remove rpath from linker flags; link artifacts staticallyPieter Noordhuis
2011-04-21Remove util.h from MakefilePieter Noordhuis
2011-04-21Only use C99 for compiling hiredis itselfPieter Noordhuis
2011-04-21Include fmacros.h to make sure strerror_p is defined on LinuxPieter Noordhuis
2011-04-21Recompile net.c when hiredis.h changesPieter Noordhuis
2011-04-07Work with make v3.80Pieter Noordhuis
2011-01-27Avoid warnings with -Wstrict-prototypesPieter Noordhuis
2011-01-14Make dictionary functions static and include the .c filePieter Noordhuis
2010-12-31Replace zmalloc with regular mallocPieter Noordhuis