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
Renable threading build for Solaris 2.5, per report from Andrew Chernow
[PostgreSQL.git]
/
contrib
/
isn
/
Makefile
blob
15660e1b847df5e14248efd89f7f202a462a58e1
1
# $PostgreSQL$
2
3
MODULES
=
isn
4
DATA_built
=
isn.sql
5
DATA
=
uninstall_isn.sql
6
7
ifdef
USE_PGXS
8
PG_CONFIG
=
pg_config
9
PGXS
:= $(
shell
$(
PG_CONFIG
) --
pgxs
)
10
include
$(
PGXS
)
11
else
12
subdir
=
contrib
/
isn
13
top_builddir
=
..
/
..
14
include
$(
top_builddir
)/
src
/
Makefile.global
15
include
$(
top_srcdir
)/
contrib
/
contrib-global.mk
16
endif