aboutsummaryrefslogtreecommitdiff
path: root/src/backend/statistics/Makefile
blob: 4672bd90f225b47a3458ee4fc25628958a665f85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#-------------------------------------------------------------------------
#
# 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