postgresql/src/makefiles/Makefile.sco

14 lines
223 B
Makefile
Raw Normal View History

AROPT = cr
export_dynamic = -Wl,-Bexport
DLSUFFIX = .so
ifeq ($(GCC), yes)
CFLAGS_SL = -fpic
else
CFLAGS_SL = -K PIC
endif
# Rule for building a shared library from a single .o file
1997-07-28 03:34:24 +02:00
%.so: %.o
$(LD) -G -Bdynamic -o $@ $<