postgresql/src/backend/access/index/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
466 B
Makefile
Raw Normal View History

#-------------------------------------------------------------------------
#
# Makefile--
# Makefile for access/index
#
# IDENTIFICATION
2010-09-20 22:08:53 +02:00
# src/backend/access/index/Makefile
#
#-------------------------------------------------------------------------
subdir = src/backend/access/index
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
OBJS = \
amapi.o \
amvalidate.o \
genam.o \
indexam.o
include $(top_srcdir)/src/backend/common.mk