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
Fix the query used for \d against 8.2 and 8.3 servers.
[PostgreSQL.git]
/
src
/
makefiles
/
Makefile.solaris
blob
9f2bf1348c02a18a0a4220e624945ae241619593
1
# $PostgreSQL$
2
3
AROPT = crs
4
5
ifeq ($(with_gnu_ld), yes)
6
export_dynamic = -Wl,-E
7
rpath = -Wl,-rpath,'$(rpathdir)'
8
else
9
rpath = -Wl,-R'$(rpathdir)'
10
endif
11
12
DLSUFFIX = .so
13
ifeq ($(GCC), yes)
14
CFLAGS_SL = -fPIC
15
else
16
CFLAGS_SL = -KPIC
17
endif
18
19
%.so: %.o
20
ifeq ($(GCC), yes)
21
$(CC) $(CFLAGS) -shared -o $@ $<
22
else
23
$(CC) $(CFLAGS) -G -o $@ $<
24
endif
25
26
sqlmansect = 5sql