projects
/
plantuner.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add static decoration to avoid error: "no
[plantuner.git]
/
Makefile
1
MODULE_big = plantuner
2
DOCS = README.plantuner
3
REGRESS = plantuner
4
OBJS=plantuner.o
5
6
ifdef USE_PGXS
7
PGXS = $(shell pg_config --pgxs)
8
include $(PGXS)
9
else
10
subdir = contrib/plantuner
11
top_builddir = ../..
12
include $(top_builddir)/src/Makefile.global
13
14
include $(top_srcdir)/contrib/contrib-global.mk
15
endif