blob: ae8923b5db0f3e0b2da1884ee1030b7b709a3d5a [file] [log] [blame]
#-------------------------------------------------------------------------
#
# Makefile--
# Makefile for access/bitmap
#
# Portions Copyright (c) 2007-2010 Greenplum Inc
# Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates.
# Portions Copyright (c) 2006, PostgreSQL Global Development Group
#
# IDENTIFICATION
# src/backend/access/bitmap/Makefile
#
#-------------------------------------------------------------------------
subdir = src/backend/access/bitmap
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
OBJS = bitmaputil.o bitmapattutil.o \
bitmappages.o bitmapinsert.o bitmapsearch.o bitmap.o bitmapxlog.o
include $(top_srcdir)/src/backend/common.mk