summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/Makefile.inc
blob: 6bb014b0a908b43e2fc6519c31dfe41e1061ed36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for optimizer/path
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /cvsroot/pgsql/src/backend/optimizer/path/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:35 scrappy Exp $
#
#-------------------------------------------------------------------------

SUBSRCS= allpaths.c clausesel.c costsize.c hashutils.c indxpath.c \
	joinpath.c joinrels.c joinutils.c mergeutils.c orindxpath.c \
	prune.c

# not ready yet: predmig.c xfunc.c