]> granicus.if.org Git - postgresql/blob - contrib/amcheck/Makefile
Allow amcheck to re-find tuples using new search.
[postgresql] / contrib / amcheck / Makefile
1 # contrib/amcheck/Makefile
2
3 MODULE_big      = amcheck
4 OBJS            = verify_nbtree.o $(WIN32RES)
5
6 EXTENSION = amcheck
7 DATA = amcheck--1.1--1.2.sql amcheck--1.0--1.1.sql amcheck--1.0.sql
8 PGFILEDESC = "amcheck - function for verifying relation integrity"
9
10 REGRESS = check check_btree
11
12 ifdef USE_PGXS
13 PG_CONFIG = pg_config
14 PGXS := $(shell $(PG_CONFIG) --pgxs)
15 include $(PGXS)
16 else
17 subdir = contrib/amcheck
18 top_builddir = ../..
19 include $(top_builddir)/src/Makefile.global
20 include $(top_srcdir)/contrib/contrib-global.mk
21 endif