]> granicus.if.org Git - postgresql/blob - src/backend/access/nbtree/Makefile
Remove cvs keywords from all files.
[postgresql] / src / backend / access / nbtree / Makefile
1 #-------------------------------------------------------------------------
2 #
3 # Makefile--
4 #    Makefile for access/nbtree
5 #
6 # IDENTIFICATION
7 #    src/backend/access/nbtree/Makefile
8 #
9 #-------------------------------------------------------------------------
10
11 subdir = src/backend/access/nbtree
12 top_builddir = ../../../..
13 include $(top_builddir)/src/Makefile.global
14
15 OBJS = nbtcompare.o nbtinsert.o nbtpage.o nbtree.o nbtsearch.o \
16        nbtutils.o nbtsort.o nbtxlog.o
17
18 include $(top_srcdir)/src/backend/common.mk