aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/Makefile.inc
blob: bd453d696459e86448846582d18d08b0133f23ce (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
25
26
27
28
29
#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for the optimizer module
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /cvsroot/pgsql/src/backend/optimizer/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:34 scrappy Exp $
#
#-------------------------------------------------------------------------

optdir=$(CURDIR)/optimizer
VPATH:=$(VPATH):$(optdir):\
	$(optdir)/path:$(optdir)/prep:$(optdir)/util:$(optdir)/plan

SUBSRCS=
include $(optdir)/path/Makefile.inc
include $(optdir)/prep/Makefile.inc
include $(optdir)/util/Makefile.inc
include $(optdir)/plan/Makefile.inc
SRCS_OPTIMIZER:= $(SUBSRCS)

HEADERS+= clauseinfo.h clauses.h cost.h internal.h joininfo.h keys.h \
	ordering.h pathnode.h paths.h plancat.h planmain.h \
	planner.h prep.h tlist.h var.h xfunc.h