summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdbx/src/libmdbx/Makefile
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-03-23 22:09:14 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-03-23 22:09:14 +0300
commitb63efb1fbceb4127c164377015889a979330a437 (patch)
treeb15fcca8b75021e3c6cb1e9fb519fff28cd37502 /plugins/Dbx_mdbx/src/libmdbx/Makefile
parent42143e9cf3719630ab370e9369764cdaac892821 (diff)
also for #2771 - removal of all MDBX utilities and libmdbx.mir itself
Diffstat (limited to 'plugins/Dbx_mdbx/src/libmdbx/Makefile')
-rw-r--r--plugins/Dbx_mdbx/src/libmdbx/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/Dbx_mdbx/src/libmdbx/Makefile b/plugins/Dbx_mdbx/src/libmdbx/Makefile
new file mode 100644
index 0000000000..bb4aa0531f
--- /dev/null
+++ b/plugins/Dbx_mdbx/src/libmdbx/Makefile
@@ -0,0 +1,7 @@
+# This is thunk-Makefile for calling GNU Make 3.80 or above
+
+all bench bench-quartet build-test check clean clean-bench cross-gcc cross-qemu dist doxygen 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 3.80 or above is required"; exit 2;'` \
+ $(MAKEFLAGS) -f GNUmakefile $@