Make nbtree split REDO locking match original execution.
[pgsql.git] / src / makefiles / Makefile.solaris
blob62a6c01c3a39ede4a390e23944e30ed055794802
1 # src/makefiles/Makefile.solaris
3 AROPT = crs
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
12 DLSUFFIX = .so
15 # Rule for building a shared library from a single .o file
16 %.so: %.o
17 ifeq ($(GCC), yes)
18         $(CC) $(CFLAGS) $< $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@
19 else
20         $(CC) $(CFLAGS) $< $(LDFLAGS) $(LDFLAGS_SL) -G -o $@
21 endif
23 sqlmansect = 5sql