#
# /usr/local/devel/postgres-v4r2/src/backend/access/RCS/Makefile.inc,v 1.3 1993/11/03 08:24:31 aoki Exp
#
.include "${.CURDIR}/access/common/Makefile.inc"
.include "${.CURDIR}/access/hash/Makefile.inc"
.include "${.CURDIR}/access/heap/Makefile.inc"
.include "${.CURDIR}/access/index/Makefile.inc"
.include "${.CURDIR}/access/index-rtree/Makefile.inc"
.include "${.CURDIR}/access/nbtree/Makefile.inc"
.include "${.CURDIR}/access/nobtree/Makefile.inc"
.include "${.CURDIR}/access/transam/Makefile.inc"

.PATH: ${.CURDIR}/access

HEADERS+= att.h attnum.h attval.h \
	 btree-externs.h btree.h ftup.h funcindex.h \
	 genam.h hash.h heapam.h hio.h hrnd.h htup.h ibit.h imark.h iqual.h \
	 isop.h istrat.h itup.h nbtree.h \
	 nobtree.h printtup.h relscan.h rtree.h rulescan.h sdir.h \
	 skey.h tqual.h transam.h tupdesc.h tupmacs.h valid.h \
	 xact.h xlog.h xtim.h
