1 2 3 4 5 6 7
AROPT = crs DLSUFFIX = .so CFLAGS_SL = rpath = -rpath $(libdir) %.so: %.o $(LD) -shared -expect_unresolved '*' -o $@ $<