1 2 3 4 5 6 7
# RANLIB is not used on IRIX 5 RANLIB= touch %.so: %.o $(LD) -G -Bdynamic -o $@ $< $(LDFLAGS)