repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Mention battery-backed cache under hardware selection options.
[PostgreSQL.git]
/
contrib
/
tsearch2
/
Makefile
blob
9222592340f58d04ce43f15b40a5f97aa63a8dd1
1
# $PostgreSQL$
2
3
MODULES
=
tsearch2
4
DATA_built
=
tsearch2.sql
5
DATA
=
uninstall_tsearch2.sql
6
REGRESS
=
tsearch2
7
8
ifdef
USE_PGXS
9
PG_CONFIG
=
pg_config
10
PGXS
:= $(
shell
$(
PG_CONFIG
) --
pgxs
)
11
include
$(
PGXS
)
12
else
13
subdir
=
contrib
/
tsearch2
14
top_builddir
=
..
/
..
15
include
$(
top_builddir
)/
src
/
Makefile.global
16
include
$(
top_srcdir
)/
contrib
/
contrib-global.mk
17
endif