New upstream version 8.1.0

This commit is contained in:
geos_one
2025-08-10 01:34:16 +02:00
commit c891bb7105
4398 changed files with 838833 additions and 0 deletions

21
common/build/Makefile Normal file
View File

@@ -0,0 +1,21 @@
include ../../build/Makefile
$(call build-static-library,\
beegfs-common,\
$(shell find ../source -iname '*.cpp'),\
dl nl3-route,\
../source)
$(call build-shared-library,\
beegfs_ib,\
$(shell find ../ib_lib -iname '*.cpp'),\
rdma,\
../source ../ib_lib)
$(call build-test,\
test-runner,\
$(shell find ../tests -name '*.cpp'),\
common,\
../tests)