Home | History | Annotate | Download | only in config

Lines Matching refs:SO

17 # If you readd this line, you must change the SO value
79 SOBJ= so
81 SO= a
86 FINAL_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION).$(SO)
87 MIDDLE_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO)
88 SHARED_OBJECT = $(notdir $(FINAL_SO_TARGET:.$(SO)=.$(SOBJ)))
92 %.a : %.so
96 $(LIBDIR)/%.a : %.so
104 @$(SHELL) -ec "echo '#! $*.a($*.so)' | cat - $< > $@"
133 %$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO)
134 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@
135 %.$(SO): %$(SO_TARGET_VERSION).$(SO)
136 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@