You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/backend/statistics/Makefile

24 lines
526 B

#-------------------------------------------------------------------------
#
# Makefile--
# Makefile for statistics
#
# IDENTIFICATION
# src/backend/statistics/Makefile
#
#-------------------------------------------------------------------------
subdir = src/backend/statistics
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
OBJS = \
attribute_stats.o \
dependencies.o \
extended_stats.o \
mcv.o \
mvdistinct.o \
relation_stats.o \
stat_utils.o
include $(top_srcdir)/src/backend/common.mk