Lines Matching refs:SO
19 # If you readd this line, you must change the SO value
81 SOBJ= so
83 SO= a
88 FINAL_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION).$(SO)
89 MIDDLE_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO)
90 SHARED_OBJECT = $(notdir $(FINAL_SO_TARGET:.$(SO)=.$(SOBJ)))
94 %.a : %.so
98 $(LIBDIR)/%.a : %.so
106 @$(SHELL) -ec "echo '#! $*.a($*.so)' | cat - $< > $@"
135 %$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO)
136 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@
137 %.$(SO): %$(SO_TARGET_VERSION).$(SO)
138 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@