summaryrefslogtreecommitdiffstats
path: root/src/test/modules/dummy_index_am/Makefile
blob: aaf544a385449ca4e4ec27954fe50100a762bad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# src/test/modules/dummy_index_am/Makefile

MODULES = dummy_index_am

EXTENSION = dummy_index_am
DATA = dummy_index_am--1.0.sql
PGFILEDESC = "dummy_index_am - index access method template"

REGRESS = reloptions

ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
subdir = src/test/modules/dummy_index_am
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif