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