]> granicus.if.org Git - postgresql/blob - src/makefiles/Makefile.sco
Define integer limits independently from the system definitions.
[postgresql] / src / makefiles / Makefile.sco
1 AROPT = cr
2 export_dynamic = -Wl,-Bexport
3
4 DLSUFFIX = .so
5 ifeq ($(GCC), yes)
6 CFLAGS_SL = -fpic
7 else
8 CFLAGS_SL = -K PIC
9 endif
10
11 # Rule for building a shared library from a single .o file
12 %.so: %.o
13         $(LD) -G -Bdynamic -o $@ $<