Bbowenliu1030 CM patch
7ab5b2eb创建于 2022年11月7日历史提交
CM_TOP_BUILDDIR = ..
include $(CM_TOP_BUILDDIR)/build/Makefile.global

SUBDIRS = lib cm_common cm_communication cm_adapter cm_client cm_ctl cm_monitor cm_agent cm_server

# Supress parallel build to avoid depencies in the subdirectories.
.NOTPARALLEL:

$(recurse)