1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-13 16:22:44 +03:00
Files
postgres/src/backend/access/nbtree/Makefile
2010-09-20 22:08:53 +02:00

19 lines
514 B
Makefile

#-------------------------------------------------------------------------
#
# Makefile--
# Makefile for access/nbtree
#
# IDENTIFICATION
# src/backend/access/nbtree/Makefile
#
#-------------------------------------------------------------------------
subdir = src/backend/access/nbtree
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
OBJS = nbtcompare.o nbtinsert.o nbtpage.o nbtree.o nbtsearch.o \
nbtutils.o nbtsort.o nbtxlog.o
include $(top_srcdir)/src/backend/common.mk