1996-10-27 04:55:05 -05:00
|
|
|
#
|
2000-07-13 12:07:14 -04:00
|
|
|
# Makefile for the access methods module
|
1996-10-27 04:55:05 -05:00
|
|
|
#
|
2008-02-19 05:30:09 -05:00
|
|
|
# $PostgreSQL: pgsql/src/backend/access/Makefile,v 1.14 2008/02/19 10:30:06 petere Exp $
|
1996-10-27 04:55:05 -05:00
|
|
|
#
|
|
|
|
|
|
2000-07-13 12:07:14 -04:00
|
|
|
subdir = src/backend/access
|
|
|
|
|
top_builddir = ../../..
|
2000-08-31 12:12:35 -04:00
|
|
|
include $(top_builddir)/src/Makefile.global
|
1997-06-10 21:13:10 -04:00
|
|
|
|
2007-02-09 10:56:00 -05:00
|
|
|
SUBDIRS = common gist hash heap index nbtree transam gin
|
1996-10-27 04:55:05 -05:00
|
|
|
|
2008-02-19 05:30:09 -05:00
|
|
|
include $(top_srcdir)/src/backend/common.mk
|