postgresql/src/makefiles/Makefile.linux

9 lines
142 B
Makefile
Raw Normal View History

AROPT = crs
export_dynamic = -export-dynamic
rpath = -Wl,-rpath,$(libdir)
DLSUFFIX = .so
CFLAGS_SL = -fpic
%.so: %.o
$(CC) -shared -o $@ $<