mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-28 18:38:48 +08:00
0fb2e4e4cc
Resolves https://github.com/erthink/libmdbx/issues/86 Change-Id: I87417c03bf0d657ece47a59aabbd3cb5bfaa81ec
6 lines
537 B
Makefile
6 lines
537 B
Makefile
all bench bench-quartet build-test check clean clean-bench cross-gcc cross-qemu dist gcc-analyzer install mdbx memcheck reformat release-assets strip test test-asan test-fault test-leak test-singleprocess test-ubsan test-valgrind tools:
|
|
@CC=$(CC) \
|
|
CXX=`if test -n "$(CXX)" && which "$(CXX)" > /dev/null; then echo "$(CXX)"; elif test -n "$(CCC)" && which "$(CCC)" > /dev/null; then echo "$(CCC)"; else echo "c++"; fi` \
|
|
`which gmake || which gnumake || echo 'echo "GNU Make is required"; exit 2;'` \
|
|
$(MAKEFLAGS) -f GNUmakefile $@
|