blob: eb86e0b76e43446c5f066dd13241c95bc132ea8f [file] [log] [blame]
rpath = -Wl,-R'$(rpathdir)'
# Rule for building a shared library from a single .o file
%.so: %.o
$(CC) $(CFLAGS) $< $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@