提交 40e89a85 编写于 作者: C chenchanglong

makefile compatible with soft link terark-core lib compile method version 2

上级 047d70a8
......@@ -78,6 +78,7 @@ buckifier/*.pyc
vs2017
/msvc14/build_version.dir
/msvc14
/terark-core
terark-core.got
cmake-build-debug
......
......@@ -459,7 +459,9 @@ endif
LIBOBJECTS = $(addprefix ${xdir}/, $(LIB_SOURCES:.cc=.o))
LIB_CC_OBJECTS = $(LIBOBJECTS)
ifeq (${TERARK_CORE_HOME},terark-core)
${LIB_SOURCES} ${LIB_SOURCES:.cc=.o} : terark-core.got
endif
ifeq ($(HAVE_POWER8),1)
LIBOBJECTS += $(addprefix ${xdir}/, $(LIB_SOURCES_C:.c=.o))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册