#
# $Header: /faerie/aoki/postgres/src/backend/planner/RCS/Makefile.inc,v 1.4 1993/11/03 04:14:01 aoki Exp $
#

.include "${.CURDIR}/planner/path/Makefile.inc"
.include "${.CURDIR}/planner/plan/Makefile.inc"
.include "${.CURDIR}/planner/prep/Makefile.inc"
.include "${.CURDIR}/planner/sys/Makefile.inc"
.include "${.CURDIR}/planner/util/Makefile.inc"

.PATH: ${.CURDIR}/planner

HEADERS+= \
	allpaths.h archive.h cfi.h clause.h clauseinfo.h clauses.h  \
	clausesel.h costsize.h createplan.h handleunion.h hashutils.h \
	indexnode.h indxpath.h initsplan.h internal.h joininfo.h \
	joinpath.h joinrels.h joinutils.h keys.h mergeutils.h ordering.h \
	orindxpath.h paramutils.h pathnode.h plancat.h planmain.h \
	planner.h pppp.h predmig.h prepqual.h preptlist.h prepunion.h \
	prune.h relnode.h semanopt.h setrefs.h sortresult.h storeplan.h \
	tlist.h var.h xfunc.h
