postgresql/src/backend/access/Makefile

15 lines
321 B
Makefile
Raw Normal View History

#
# Makefile for the access methods module
#
2010-09-20 22:08:53 +02:00
# src/backend/access/Makefile
#
subdir = src/backend/access
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
SUBDIRS = brin common gin gist hash heap index nbtree rmgrdesc spgist \
tablesample transam
include $(top_srcdir)/src/backend/common.mk