New upstream version 8.1.0
This commit is contained in:
21
common/build/Makefile
Normal file
21
common/build/Makefile
Normal 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)
|
||||
Reference in New Issue
Block a user