Harmonize more parameter names in bulk.
[pgsql.git] / src / backend / lib / Makefile
blob9dad31398aed0ef927e07ca25969d9793069f4d7
1 #-------------------------------------------------------------------------
3 # Makefile--
4 # Makefile for lib (miscellaneous stuff)
6 # IDENTIFICATION
7 # src/backend/lib/Makefile
9 #-------------------------------------------------------------------------
11 subdir = src/backend/lib
12 top_builddir = ../../..
13 include $(top_builddir)/src/Makefile.global
15 OBJS = \
16 binaryheap.o \
17 bipartite_match.o \
18 bloomfilter.o \
19 dshash.o \
20 hyperloglog.o \
21 ilist.o \
22 integerset.o \
23 knapsack.o \
24 pairingheap.o \
25 rbtree.o \
27 include $(top_srcdir)/src/backend/common.mk