1 2 3 4 5 6 7 8 9 10 11 12 13
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 %.so: %.o $(LD) -G -Bdynamic -o $@ $<