Files
openGauss-server/src/gausskernel/optimizer/sqlpatch/Makefile
2022-09-03 16:22:35 +08:00

22 lines
619 B
Makefile

#---------------------------------------------------------------------------------------
#
# 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