add openGauss 3.1.0 feature code
This commit is contained in:
21
src/gausskernel/optimizer/sqlpatch/Makefile
Normal file
21
src/gausskernel/optimizer/sqlpatch/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
#---------------------------------------------------------------------------------------
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# src/gausskernel/optimizer/commands/Makefile
|
||||
#
|
||||
# ---------------------------------------------------------------------------------------
|
||||
|
||||
subdir = src/gausskernel/optimizer/sqlpatch
|
||||
top_builddir = ../../../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
ifneq "$(MAKECMDGOALS)" "clean"
|
||||
ifneq "$(MAKECMDGOALS)" "distclean"
|
||||
ifneq "$(shell which g++ |grep hutaf_llt |wc -l)" "1"
|
||||
-include $(DEPEND)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
OBJS = sqlpatch.o
|
||||
|
||||
include $(top_srcdir)/src/gausskernel/common.mk
|
||||
Reference in New Issue
Block a user