]> granicus.if.org Git - postgresql/blob - src/backend/access/index/Makefile
Extend index AM API for parallel index scans.
[postgresql] / src / backend / access / index / Makefile
1 #-------------------------------------------------------------------------
2 #
3 # Makefile--
4 #    Makefile for access/index
5 #
6 # IDENTIFICATION
7 #    src/backend/access/index/Makefile
8 #
9 #-------------------------------------------------------------------------
10
11 subdir = src/backend/access/index
12 top_builddir = ../../../..
13 include $(top_builddir)/src/Makefile.global
14
15 OBJS = amapi.o amvalidate.o genam.o indexam.o
16
17 include $(top_srcdir)/src/backend/common.mk