]> granicus.if.org Git - postgresql/blob - src/makefiles/Makefile.sunos4
Install the SQL command man pages into a section appropriate for each
[postgresql] / src / makefiles / Makefile.sunos4
1 AROPT = cr
2
3 DLSUFFIX = .so
4 ifeq ($(GCC), yes)
5 CFLAGS_SL = -fpic
6 else
7 CFLAGS_SL = -PIC
8 endif
9 ifeq ($(GXX), yes)
10 CXXFLAGS_SL = -fPIC
11 else
12 CXXFLAGS_SL = -PIC
13 endif
14
15 %.so: %.o
16         $(LD) -assert pure-text -Bdynamic -o $@ $<
17
18 sqlmansect = 7