New upstream version 8.1.0
This commit is contained in:
26
storage/build/Makefile
Normal file
26
storage/build/Makefile
Normal file
@@ -0,0 +1,26 @@
|
||||
include ../../build/Makefile
|
||||
|
||||
main := ../source/program/Main.cpp
|
||||
sources := $(filter-out $(main), $(shell find ../source -iname '*.cpp'))
|
||||
|
||||
$(call build-static-library,\
|
||||
Storage,\
|
||||
$(sources),\
|
||||
common dl blkid uuid nl3-route,\
|
||||
../source)
|
||||
|
||||
$(call define-dep-lib,\
|
||||
Storage,\
|
||||
-I ../source,\
|
||||
$(build_dir)/libStorage.a)
|
||||
|
||||
$(call build-executable,\
|
||||
beegfs-storage,\
|
||||
$(main),\
|
||||
Storage common dl blkid uuid nl3-route)
|
||||
|
||||
$(call build-test,\
|
||||
test-runner,\
|
||||
$(shell find ../tests -name '*.cpp'),\
|
||||
Storage common dl blkid uuid nl3-route,\
|
||||
../tests)
|
||||
Reference in New Issue
Block a user