LLiHengsync code
de223dd1创建于 2022年3月4日历史提交
#----------------------------------------------------------------------------
#
# MPPDB CM makefile
#
#
# distribute/cm_communication/Makefile
#
#-----------------------------------------------------------------------------
PGFILEDESC = "cm - Global Transaction Manager for openGauss"
subdir = src/lib/cm_communication
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global

SUBDIRS = cm_feconnect cm_libpq

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

$(recurse)