2893N/APatch status: Solaris-specific; not suitable for upstream
2893N/AZLIB renames *.o file into *.lo before it links them info shared
2893N/Alibrary. We need to do same to *
.o.bc files so they are recognized by
2893N/ADownside of it is that Parfait will analyze also these separate object
2893N/A $(CC) $(SFLAGS) -DPIC -c -o objs/$*.o $<
2893N/A $(LDSHARED) $(SFLAGS) -o $@ $(PIC_OBJS) $(LDSHAREDLIBC) $(LDFLAGS)