Files
openGauss-server/src/common/Makefile
2020-06-30 17:38:27 +08:00

16 lines
339 B
Makefile

#----------------------------------------------------------------------------
#
# common Makefile
#
# common/Makefile
#
#----------------------------------------------------------------------------
subdir = src/common
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
SUBDIRS = port timezone interfaces pgxc
$(recurse)