OSDN Git Service

Interim support for 9.4beta2. pg_stat_statements.c is replaced with the latest versio...
[pghintplan/pg_hint_plan.git] / Makefile
1 #
2 # pg_hint_plan: Makefile
3 #
4 # Copyright (c) 2012-2014, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5 #
6
7 MODULES = pg_hint_plan
8 REGRESS = init base_plan pg_hint_plan ut-init ut-A ut-S ut-J ut-L ut-G ut-R ut-fdw ut-fini
9
10 REGRESSION_EXPECTED = expected/init.out expected/base_plan.out expected/pg_hint_plan.out expected/ut-A.out expected/ut-S.out expected/ut-J.out expected/ut-L.out expected/ut-G.out
11
12 REGRESS_OPTS = --encoding=UTF8
13
14 EXTENSION = pg_hint_plan
15 DATA = pg_hint_plan--1.0.sql
16
17 EXTRA_CLEAN = sql/ut-fdw.sql expected/ut-fdw.out
18
19 PG_CONFIG = pg_config
20 PGXS := $(shell $(PG_CONFIG) --pgxs)
21 include $(PGXS)
22
23 installcheck: $(REGRESSION_EXPECTED)
24
25 # pg_hint_plan.c includes core.c and make_join_rel.c
26 pg_hint_plan.o: core.c make_join_rel.c # pg_stat_statements.c